SlideShare a Scribd company logo
1 of 31
1.1
1-1 DATA COMMUNICATIONS
The term telecommunication means communication at a
distance. The word data refers to information presented in
whatever form is agreed upon by the parties creating and
using the data. Data communications are the exchange of
data between two devices via some form of transmission
medium such as a wire cable.
1.2
Figure 1.1 Five components of data communication
What is a Computer Network
• Computer Network is a group of computers connected with each
other through wires, optical fibres or optical links so that various
devices can interact with each other through a network.
• The aim of the computer network is the sharing of resources among
various devices.
• In the case of computer network technology, there are several types
of networks that vary from simple to complex level
1.3
1.4
1-2 NETWORKS
A network is a set of devices (often referred to as nodes)
connected by communication links. A node can be a
computer, printer, or any other device capable of sending
and/or receiving data generated by other nodes on the
network.
1.5
Figure : Types of connections: point-to-point and multipoint
Components Of Computer Network:
1.6
NIC(Network interface card)
• NIC is a device that helps the computer to communicate with another
device. The network interface card contains the hardware addresses,
the data-link layer protocol use this address to identify the system on
the network so that it transfers the data to the correct destination.
• There are two types of NIC: wireless NIC and wired NIC.
• Wireless NIC: All the modern laptops use the wireless NIC. In Wireless
NIC, a connection is made using the antenna that employs the radio
wave technology.
• Wired NIC: Cables use the wired NIC to transfer the data over the
medium.
1.7
Hub and Switches
• Hub is a central device that splits the network connection into
multiple devices. When computer requests for information from a
computer, it sends the request to the Hub. Hub distributes this
request to all the interconnected computers.
• Switch is a networking device that groups all the devices over the
network to transfer the data to another device. A switch is better
than Hub as it does not broadcast the message over the network, i.e.,
it sends the message to the device for which it belongs to. Therefore,
we can say that switch sends the message directly from source to the
destination.
1.8
Cables and connectors
• Cable is a transmission media that transmits the communication
signals. There are three types of cables:
• Twisted pair cable: It is a high-speed cable that transmits the data
over 1Gbps or more.
• Coaxial cable: Coaxial cable resembles like a TV installation cable. Coaxial
cable is more expensive than twisted pair cable, but it provides the high
data transmission speed.
• Fibre optic cable: Fibre optic cable is a high-speed cable that transmits the
data using light beams. It provides high data transmission speed as
compared to other cables. It is more expensive as compared to other
cables, so it is installed at the government level.
1.9
Router and Modem
• Router is a device that connects the LAN to the internet. The router is
mainly used to connect the distinct networks or connect the internet
to multiple computers.
• Modem connects the computer to the internet over the existing
telephone line. A modem is not integrated with the computer
motherboard. A modem is a separate part on the PC slot found on the
motherboard.
1.10
Uses Of Computer Network
• Resource sharing: Resource sharing is the sharing of resources such as programs,
printers, and data among the users on the network without the requirement of
the physical location of the resource and user.
• Server-Client model: Computer networking is used in the server-client model. A
server is a central computer used to store the information and maintained by the
system administrator. Clients are the machines used to access the information
stored in the server remotely.
• Communication medium: Computer network behaves as a communication
medium among the users. For example, a company contains more than one
computer has an email system which the employees use for daily communication.
• E-commerce: Computer network is also important in businesses. We can do the
business over the internet. For example, amazon.com is doing their business over
the internet, i.e., they are doing their business over the internet.
1.11
Features Of Computer network
• Communication speed
• File sharing
• Back up and Roll back is easy
• Software and Hardware sharing
• Security
• Scalability
• Reliability
1.12
13
• Communication speed
Network provides us to communicate over the network in a fast and
efficient manner. For example, we can do video conferencing, email
messaging, etc. over the internet. Therefore, the computer network is
a great way to share our knowledge and ideas.
• File sharing
File sharing is one of the major advantage of the computer network.
Computer network provides us to share the files with each other.
14
15
• Back up and Roll back is easy
Since the files are stored in the main server which is centrally located.
Therefore, it is easy to take the back up from the main server.
• Software and Hardware sharing
We can install the applications on the main server, therefore, the user
can access the applications centrally. So, we do not need to install the
software on every machine. Similarly, hardware can also be shared.
• Security
Network allows the security by ensuring that the user has the right to
access the certain files and applications.
16
• Scalability
Scalability means that we can add the new components on the
network. Network must be scalable so that we can extend the
network by adding new devices. But, it decreases the speed of the
connection and data of the transmission speed also decreases, this
increases the chances of error occurring. This problem can be
overcome by using the routing or switching devices.
• Reliability
Computer network can use the alternative source for the data
communication in case of any hardware failure.
Computer Network Architecture
• Computer Network Architecture is defined as the physical and logical
design of the software, hardware, protocols, and media of the
transmission of data. Simply we can say that how computers are
organized and how tasks are allocated to the computer.
• The two types of network architectures are used:
• Peer-To-Peer network
• Client/Server network
1.17
Peer-To-Peer network
• Peer-To-Peer network is a network in which all the computers are
linked together with equal privilege and responsibilities for processing
the data.
• Peer-To-Peer network is useful for small environments, usually up to
10 computers.
• Peer-To-Peer network has no dedicated server.
• Special permissions are assigned to each computer for sharing the
resources, but this can lead to a problem if the computer with the
resource is down.
1.18
Peer-To-Peer network
1.19
Advantages Of Peer-To-Peer Network:
• It is less costly as it does not contain any dedicated server.
• If one computer stops working but, other computers will not stop
working.
• It is easy to set up and maintain as each computer manages itself.
Disadvantages Of Peer-To-Peer Network:
• In the case of Peer-To-Peer network, it does not contain the
centralized system . Therefore, it cannot back up the data as the data
is different in different locations.
• It has a security issue as the device is managed itself.
1.20
Client/Server Network
• Client/Server network is a network model designed for the end users called
clients, to access the resources such as songs, video, etc. from a central
computer known as Server.
• The central controller is known as a server while all other computers in the
network are called clients.
• A server performs all the major operations such as security and network
management.
• A server is responsible for managing all the resources such as files,
directories, printer, etc.
• All the clients communicate with each other through a server. For example,
if client1 wants to send some data to client 2, then it first sends the request
to the server for the permission. The server sends the response to the
client 1 to initiate its communication with the client 2.
1.21
Client/Server Network
Advantages Of Client/Server network:
• A Client/Server network contains the centralized system. Therefore we can
back up the data easily.
• A Client/Server network has a dedicated server that improves the overall
performance of the whole system.
• Security is better in Client/Server network as a single server administers
the shared resources.
• It also increases the speed of the sharing resources.
Disadvantages Of Client/Server network:
• Client/Server network is expensive as it requires the server with large
memory.
• A server has a Network Operating System(NOS) to provide the resources to
the clients, but the cost of NOS is very high.
• It requires a dedicated network administrator to manage all the resources.
2.23
Types of Transmission Technology
Transmission is actually process of sending and propagating analog or
signal of digital information. Transmission technology generally refers
to physical layer protocol duties like modulation, demodulation, line,
coding, and many more. It might also include higher-level protocol
duties such as digitizing analog signal, data compression, etc.
Types of Transmission Technology :
Transmission media is basically divided into two categories :
• Broadcast Networks,
• Point-to-Point Networks.
24
1. Broadcast Networks :
• Broadcast networks are also known as terrestrial networks.
• It is basically group of radio stations, television stations, or any other
electronic media outlets that simply generate agreement to air, or
broadcast, content generally from centralized source.
• Broadcasting is simply method of transferring message to all of recipients
simultaneously.
• In this network, message that is sent by node is received by all of other
connected nodes to network and share common medium of
communication.
• Broadcast networks also avoid procedures of complex routing of switched
network by simply confirming and ensuring that each of transmission of
nodes is basically received by all of other nodes in the network. This is
reason why broadcast network has single communications channel.
25
Broadcast Networks
• In this network, each of receiving stations just receives all signals that
are sent by transmitters. Even routing of signals is highly affected
passively.
• These networks generally have single communication that is shared
by all machines present on network.
• Short messages also are known as packets that are sent by any of
machines present are received by all of the others present over there.
• Some of systems of broadcast also support transmission to subset of
machines also known as multicasting. It just links, in contrast,
communication channel that is basically shared by all of machines in
network.
26
• Advantages of Broadcast Networks –
• In this network, packets are generally transmitted and received by all
of computers.
• It allows multicasting in the network.
• It has no limit. Even events can also run as long as required.
• It ensures better utilization of all resources available.
• Disadvantages of Broadcast Networks –
• It cannot accommodate huge number of devices.
• It doesn’t allow personalization of message.
27
2. Point-to-Point Networks :
• Point-to-Point Networks or Point-to-Point Connection is type of
private data connection that is connecting securely two or more
locations for private data services. It might also be configured to
usually carry voice, internet, and data services together all over same
point-to-point network.
• It simply refers to type of communication connection among two
endpoints or nodes of communication.
• It is connection among pairs of machines.
• Transmission from point-to-point with one sender and receiver is
commonly known as unicasting.
28
Point-to-Point Networks
• This network is generally used for two locations that are required to
securely send data that is very sensitive and confidential among each of
locations.
• A point-to-point or P2P (Data Link) also gives or provides path from one
point that is fixed to other point being fixed.
• It is very closed network data transport service that does not travel
through public Internet. This network includes various connections among
individual pairs of machine.
• A packet present on these types of networks might be needed to go
through intermediate computers before they reach desired or destination
computer. The packets also need to follow multiple routes of different
length sizes.
• Therefore, routing algorithms are very essential and important in point-to-
point connection. This network is generally available in range of bandwidth
speeds along with point-to-point T1, point-to-point Ethernet, or many
more.
29
• Advantages of Point-to-Point Networks –
• It increases productivity.
• It generally uses leased lines so that speeds are guaranteed.
• It provides better security so that data can be transferred securely
with confidence.
• Disadvantages of Point-to-Point Networks –
• With this network, we can only connect two sites.
• It is very expensive for distant locations.
30
References:
• https://beginnersbook.com/2019/03/computer-network-
architecture/
• https://www.tutorialspoint.com/data_communication_computer_net
work/physical_layer_introduction.htm
• http://highered.mheducation.com/sites/0072967757/student_view0
/chapter1/powerpoint_slides.html
31

More Related Content

Similar to lecture-1.1.pptx

Computer network
Computer networkComputer network
Computer networkRahul Das
 
UNIT 4 computer networking powerpoint presentation .pdf
UNIT 4 computer networking powerpoint presentation .pdfUNIT 4 computer networking powerpoint presentation .pdf
UNIT 4 computer networking powerpoint presentation .pdfshubhangisonawane6
 
Computer Networks: Evolution of Computer Networks.pptx
Computer Networks: Evolution of Computer Networks.pptxComputer Networks: Evolution of Computer Networks.pptx
Computer Networks: Evolution of Computer Networks.pptxVishwaTej10
 
Computer Network | BBA First Semester
Computer Network | BBA First SemesterComputer Network | BBA First Semester
Computer Network | BBA First SemesterHem Pokhrel
 
Prachi gupta 8 a
Prachi gupta 8 aPrachi gupta 8 a
Prachi gupta 8 aEashaGupta
 
Assignment 1,computer networks-317
Assignment 1,computer networks-317Assignment 1,computer networks-317
Assignment 1,computer networks-317Khondoker Sadia
 
network fundamentals
network fundamentalsnetwork fundamentals
network fundamentalsSithu PM
 
Computer Network Second Edition
Computer Network Second EditionComputer Network Second Edition
Computer Network Second EditionMd Saylab
 
Lesson 2-Introduction to Network.pptx
Lesson 2-Introduction to Network.pptxLesson 2-Introduction to Network.pptx
Lesson 2-Introduction to Network.pptxMonarGAngeles
 
data communication and Network.ppt
data communication and Network.pptdata communication and Network.ppt
data communication and Network.pptGetachewDires1
 
Computer Network, Internet, Computer Security and Cyber Ethics
Computer Network, Internet, Computer Security and Cyber EthicsComputer Network, Internet, Computer Security and Cyber Ethics
Computer Network, Internet, Computer Security and Cyber EthicsSubas Paudel
 
Computer Networking concepts
Computer Networking conceptsComputer Networking concepts
Computer Networking conceptsMujeeb Ahmad
 
E-Management, Archival and Retrieval of documents/Office Networking System
E-Management, Archival and Retrieval of documents/Office Networking SystemE-Management, Archival and Retrieval of documents/Office Networking System
E-Management, Archival and Retrieval of documents/Office Networking SystemVaughan Olufemi ACIB, AICEN, ANIM
 

Similar to lecture-1.1.pptx (20)

Computer network
Computer networkComputer network
Computer network
 
UNIT 4 computer networking powerpoint presentation .pdf
UNIT 4 computer networking powerpoint presentation .pdfUNIT 4 computer networking powerpoint presentation .pdf
UNIT 4 computer networking powerpoint presentation .pdf
 
Networking
Networking Networking
Networking
 
Computer Networks: Evolution of Computer Networks.pptx
Computer Networks: Evolution of Computer Networks.pptxComputer Networks: Evolution of Computer Networks.pptx
Computer Networks: Evolution of Computer Networks.pptx
 
Computer Network | BBA First Semester
Computer Network | BBA First SemesterComputer Network | BBA First Semester
Computer Network | BBA First Semester
 
Computer networks
Computer networksComputer networks
Computer networks
 
Prachi gupta 8 a
Prachi gupta 8 aPrachi gupta 8 a
Prachi gupta 8 a
 
Assignment 1,computer networks-317
Assignment 1,computer networks-317Assignment 1,computer networks-317
Assignment 1,computer networks-317
 
Computer Communications
Computer CommunicationsComputer Communications
Computer Communications
 
network fundamentals
network fundamentalsnetwork fundamentals
network fundamentals
 
Computer network
Computer networkComputer network
Computer network
 
Computer Network Second Edition
Computer Network Second EditionComputer Network Second Edition
Computer Network Second Edition
 
Lesson 2-Introduction to Network.pptx
Lesson 2-Introduction to Network.pptxLesson 2-Introduction to Network.pptx
Lesson 2-Introduction to Network.pptx
 
Isd&d networks
Isd&d networksIsd&d networks
Isd&d networks
 
Network administration Book
Network administration BookNetwork administration Book
Network administration Book
 
data communication and Network.ppt
data communication and Network.pptdata communication and Network.ppt
data communication and Network.ppt
 
Computer Network, Internet, Computer Security and Cyber Ethics
Computer Network, Internet, Computer Security and Cyber EthicsComputer Network, Internet, Computer Security and Cyber Ethics
Computer Network, Internet, Computer Security and Cyber Ethics
 
Computer Networking concepts
Computer Networking conceptsComputer Networking concepts
Computer Networking concepts
 
E-Management, Archival and Retrieval of documents/Office Networking System
E-Management, Archival and Retrieval of documents/Office Networking SystemE-Management, Archival and Retrieval of documents/Office Networking System
E-Management, Archival and Retrieval of documents/Office Networking System
 
Unit 2B.pdf
Unit 2B.pdfUnit 2B.pdf
Unit 2B.pdf
 

Recently uploaded

The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 

Recently uploaded (20)

The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 

lecture-1.1.pptx

  • 1. 1.1 1-1 DATA COMMUNICATIONS The term telecommunication means communication at a distance. The word data refers to information presented in whatever form is agreed upon by the parties creating and using the data. Data communications are the exchange of data between two devices via some form of transmission medium such as a wire cable.
  • 2. 1.2 Figure 1.1 Five components of data communication
  • 3. What is a Computer Network • Computer Network is a group of computers connected with each other through wires, optical fibres or optical links so that various devices can interact with each other through a network. • The aim of the computer network is the sharing of resources among various devices. • In the case of computer network technology, there are several types of networks that vary from simple to complex level 1.3
  • 4. 1.4 1-2 NETWORKS A network is a set of devices (often referred to as nodes) connected by communication links. A node can be a computer, printer, or any other device capable of sending and/or receiving data generated by other nodes on the network.
  • 5. 1.5 Figure : Types of connections: point-to-point and multipoint
  • 6. Components Of Computer Network: 1.6
  • 7. NIC(Network interface card) • NIC is a device that helps the computer to communicate with another device. The network interface card contains the hardware addresses, the data-link layer protocol use this address to identify the system on the network so that it transfers the data to the correct destination. • There are two types of NIC: wireless NIC and wired NIC. • Wireless NIC: All the modern laptops use the wireless NIC. In Wireless NIC, a connection is made using the antenna that employs the radio wave technology. • Wired NIC: Cables use the wired NIC to transfer the data over the medium. 1.7
  • 8. Hub and Switches • Hub is a central device that splits the network connection into multiple devices. When computer requests for information from a computer, it sends the request to the Hub. Hub distributes this request to all the interconnected computers. • Switch is a networking device that groups all the devices over the network to transfer the data to another device. A switch is better than Hub as it does not broadcast the message over the network, i.e., it sends the message to the device for which it belongs to. Therefore, we can say that switch sends the message directly from source to the destination. 1.8
  • 9. Cables and connectors • Cable is a transmission media that transmits the communication signals. There are three types of cables: • Twisted pair cable: It is a high-speed cable that transmits the data over 1Gbps or more. • Coaxial cable: Coaxial cable resembles like a TV installation cable. Coaxial cable is more expensive than twisted pair cable, but it provides the high data transmission speed. • Fibre optic cable: Fibre optic cable is a high-speed cable that transmits the data using light beams. It provides high data transmission speed as compared to other cables. It is more expensive as compared to other cables, so it is installed at the government level. 1.9
  • 10. Router and Modem • Router is a device that connects the LAN to the internet. The router is mainly used to connect the distinct networks or connect the internet to multiple computers. • Modem connects the computer to the internet over the existing telephone line. A modem is not integrated with the computer motherboard. A modem is a separate part on the PC slot found on the motherboard. 1.10
  • 11. Uses Of Computer Network • Resource sharing: Resource sharing is the sharing of resources such as programs, printers, and data among the users on the network without the requirement of the physical location of the resource and user. • Server-Client model: Computer networking is used in the server-client model. A server is a central computer used to store the information and maintained by the system administrator. Clients are the machines used to access the information stored in the server remotely. • Communication medium: Computer network behaves as a communication medium among the users. For example, a company contains more than one computer has an email system which the employees use for daily communication. • E-commerce: Computer network is also important in businesses. We can do the business over the internet. For example, amazon.com is doing their business over the internet, i.e., they are doing their business over the internet. 1.11
  • 12. Features Of Computer network • Communication speed • File sharing • Back up and Roll back is easy • Software and Hardware sharing • Security • Scalability • Reliability 1.12
  • 13. 13
  • 14. • Communication speed Network provides us to communicate over the network in a fast and efficient manner. For example, we can do video conferencing, email messaging, etc. over the internet. Therefore, the computer network is a great way to share our knowledge and ideas. • File sharing File sharing is one of the major advantage of the computer network. Computer network provides us to share the files with each other. 14
  • 15. 15 • Back up and Roll back is easy Since the files are stored in the main server which is centrally located. Therefore, it is easy to take the back up from the main server. • Software and Hardware sharing We can install the applications on the main server, therefore, the user can access the applications centrally. So, we do not need to install the software on every machine. Similarly, hardware can also be shared. • Security Network allows the security by ensuring that the user has the right to access the certain files and applications.
  • 16. 16 • Scalability Scalability means that we can add the new components on the network. Network must be scalable so that we can extend the network by adding new devices. But, it decreases the speed of the connection and data of the transmission speed also decreases, this increases the chances of error occurring. This problem can be overcome by using the routing or switching devices. • Reliability Computer network can use the alternative source for the data communication in case of any hardware failure.
  • 17. Computer Network Architecture • Computer Network Architecture is defined as the physical and logical design of the software, hardware, protocols, and media of the transmission of data. Simply we can say that how computers are organized and how tasks are allocated to the computer. • The two types of network architectures are used: • Peer-To-Peer network • Client/Server network 1.17
  • 18. Peer-To-Peer network • Peer-To-Peer network is a network in which all the computers are linked together with equal privilege and responsibilities for processing the data. • Peer-To-Peer network is useful for small environments, usually up to 10 computers. • Peer-To-Peer network has no dedicated server. • Special permissions are assigned to each computer for sharing the resources, but this can lead to a problem if the computer with the resource is down. 1.18
  • 20. Advantages Of Peer-To-Peer Network: • It is less costly as it does not contain any dedicated server. • If one computer stops working but, other computers will not stop working. • It is easy to set up and maintain as each computer manages itself. Disadvantages Of Peer-To-Peer Network: • In the case of Peer-To-Peer network, it does not contain the centralized system . Therefore, it cannot back up the data as the data is different in different locations. • It has a security issue as the device is managed itself. 1.20
  • 21. Client/Server Network • Client/Server network is a network model designed for the end users called clients, to access the resources such as songs, video, etc. from a central computer known as Server. • The central controller is known as a server while all other computers in the network are called clients. • A server performs all the major operations such as security and network management. • A server is responsible for managing all the resources such as files, directories, printer, etc. • All the clients communicate with each other through a server. For example, if client1 wants to send some data to client 2, then it first sends the request to the server for the permission. The server sends the response to the client 1 to initiate its communication with the client 2. 1.21
  • 23. Advantages Of Client/Server network: • A Client/Server network contains the centralized system. Therefore we can back up the data easily. • A Client/Server network has a dedicated server that improves the overall performance of the whole system. • Security is better in Client/Server network as a single server administers the shared resources. • It also increases the speed of the sharing resources. Disadvantages Of Client/Server network: • Client/Server network is expensive as it requires the server with large memory. • A server has a Network Operating System(NOS) to provide the resources to the clients, but the cost of NOS is very high. • It requires a dedicated network administrator to manage all the resources. 2.23
  • 24. Types of Transmission Technology Transmission is actually process of sending and propagating analog or signal of digital information. Transmission technology generally refers to physical layer protocol duties like modulation, demodulation, line, coding, and many more. It might also include higher-level protocol duties such as digitizing analog signal, data compression, etc. Types of Transmission Technology : Transmission media is basically divided into two categories : • Broadcast Networks, • Point-to-Point Networks. 24
  • 25. 1. Broadcast Networks : • Broadcast networks are also known as terrestrial networks. • It is basically group of radio stations, television stations, or any other electronic media outlets that simply generate agreement to air, or broadcast, content generally from centralized source. • Broadcasting is simply method of transferring message to all of recipients simultaneously. • In this network, message that is sent by node is received by all of other connected nodes to network and share common medium of communication. • Broadcast networks also avoid procedures of complex routing of switched network by simply confirming and ensuring that each of transmission of nodes is basically received by all of other nodes in the network. This is reason why broadcast network has single communications channel. 25
  • 26. Broadcast Networks • In this network, each of receiving stations just receives all signals that are sent by transmitters. Even routing of signals is highly affected passively. • These networks generally have single communication that is shared by all machines present on network. • Short messages also are known as packets that are sent by any of machines present are received by all of the others present over there. • Some of systems of broadcast also support transmission to subset of machines also known as multicasting. It just links, in contrast, communication channel that is basically shared by all of machines in network. 26
  • 27. • Advantages of Broadcast Networks – • In this network, packets are generally transmitted and received by all of computers. • It allows multicasting in the network. • It has no limit. Even events can also run as long as required. • It ensures better utilization of all resources available. • Disadvantages of Broadcast Networks – • It cannot accommodate huge number of devices. • It doesn’t allow personalization of message. 27
  • 28. 2. Point-to-Point Networks : • Point-to-Point Networks or Point-to-Point Connection is type of private data connection that is connecting securely two or more locations for private data services. It might also be configured to usually carry voice, internet, and data services together all over same point-to-point network. • It simply refers to type of communication connection among two endpoints or nodes of communication. • It is connection among pairs of machines. • Transmission from point-to-point with one sender and receiver is commonly known as unicasting. 28
  • 29. Point-to-Point Networks • This network is generally used for two locations that are required to securely send data that is very sensitive and confidential among each of locations. • A point-to-point or P2P (Data Link) also gives or provides path from one point that is fixed to other point being fixed. • It is very closed network data transport service that does not travel through public Internet. This network includes various connections among individual pairs of machine. • A packet present on these types of networks might be needed to go through intermediate computers before they reach desired or destination computer. The packets also need to follow multiple routes of different length sizes. • Therefore, routing algorithms are very essential and important in point-to- point connection. This network is generally available in range of bandwidth speeds along with point-to-point T1, point-to-point Ethernet, or many more. 29
  • 30. • Advantages of Point-to-Point Networks – • It increases productivity. • It generally uses leased lines so that speeds are guaranteed. • It provides better security so that data can be transferred securely with confidence. • Disadvantages of Point-to-Point Networks – • With this network, we can only connect two sites. • It is very expensive for distant locations. 30