SlideShare una empresa de Scribd logo
1 de 20
DATA COMMUNICATION AND
NETWORKS
Presented by
K.SATHYA M.Sc.,M.Phil.,Ph.D.,
Assistant Professor,
Department of Computer Science,
Valluvar college of Science and Management,
Karur.
Data Communication
•What is data communication?
•Data communications are the exchange of data between two
devices via some form of transmission medium such as a wire
cable.
•For data communications to occur, the communicating devices
must be part of a communication system made up of a
combination of hardware (physical equipment) and software
(programs).
•For example, a common example of data communications is a
computer connected to the Internet via a Wi-Fi connection, which
uses a wireless medium to send and receive data from one or
more remote servers.
•Data communications system depends on four fundamental characteristics:
1)delivery, 2)accuracy,3) timeliness, and 4)jitter.
•1.Delivery. The system must deliver data to the correct destination. Data must
be received by the intended device or user and only by that device or user.
2. Accuracy. The system must deliver the data accurately. Data that have been
altered in transmission and left uncorrected are unusable.
3. Timeliness. The system must deliver data in a timely manner.
• video and audio, timely delivery means delivering data as they are produced,
in the same order that they are produced, and without significant delay. This
kind of delivery is called real-time transmission.
4. Jitter. Jitter refers to the variation in the packet arrival time. It is the uneven
delay in the delivery of audio or video packets.
For example, let us assume that video packets are sent every 3D ms. Ifsome of
the packets arrive with 3D-ms delay and others with 4D-ms delay, an uneven
quality in the video is the result.
Five components of data communication
I. Message. The message is the information (data) to be communicated. Popular
forms of information include text, numbers, pictures, audio, and video.
II. Sender. The sender is the device that sends the data message. It can be a
computer, workstation, telephone handset, video camera, and so on.
III. Receiver. The receiver is the device that receives the message. It can be a
computer, workstation, telephone handset, television, and so on.
IV. Transmission medium. The transmission medium is the physical path by which
a message travels from sender to receiver. Some examples of transmission
media include twisted-pair wire, coaxial cable, fiber-optic cable, and radio
waves.
V. Protocol. A protocol is a set of rules that govern data communications. It
represents an agreement between the communicating devices.
Data Representation
• Information today comes in different forms such as text,
numbers, images, audio, and video
• TEXT: Text In data communications, text is represented as a bit
pattern, a sequence of bits (Os zeros or Is ones).
• Different sets of bit patterns have been designed to represent
text symbols.
• Each set is called a code, and the process of representing
symbols is called coding.
• Numbers :Numbers are also represented by bit patterns. a
code such as ASCII is not used to represent numbers;
• the number is directly converted to a binary number to
simplify mathematical operations.
Images :Images are also represented by bit patterns. In its simplest
form, an image is composed of a matrix of pixels (picture elements),
where each pixel is a small dot. The size of the pixel depends on the
resolution.
Audio: Audio refers to the recording or broadcasting of sound or music.
Audio is by nature different from text, numbers, or images.
Video: Video refers to the recording or broadcasting of a picture or
movie. Video can either be produced as a continuous entity (e.g., by a
TV camera), or it can be a combination of images, each a discrete entity,
arranged to convey the idea of motion.
Data Flow Communication between two devices can be simplex, half-
duplex, or full-duplex as shown in Figure
SimplexI :
In simplex mode, the communication is
unidirectional, as on a one-way street.
Only one of the two devices on a link can transmit; the other
can only receive (see Figure 1.2a).
 Keyboards and traditional monitors are examples of simplex
devices.
The keyboard can only introduce input; the monitor can only
accept output.
The simplex mode can use the entire capacity of the channel
to send data in one direction.
Half-Duplex :
In half-duplex mode, each station can both
transmit and receive, but not at the same time. When one
device is sending, the other can only receive, and vice versa.
Full-Duplex
 In full-duplex m.,lle (als@ called duplex), both stations can
transmit and receive simultaneously.
 The full-duplex mode is used when communication in both
directions is required all the time. The capacity of the channel,
however, must be divided between the two directions
NETWORK
Definition:
 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.
Network Criteria:
 A network must be able to meet a certain number of criteria.
The most important of these are performance, reliability, and
security.
Performance :
 Performance can be measured in many ways, including
transit time and response time.
 Transit time is the amount of time required for a
message to travel from one device to another.
 Response time is the elapsed time between an inquiry
and a response
Reliability :
 To accuracy of delivery, network reliability is measured
by the frequency of failure, the time it takes a link to recover
from a failure, and the network's robustness in a
catastrophe(ending).
Security:
 Network security issues include protecting data from
unauthorized access, protecting data from damage and
development, and implementing policies and procedures for
recovery from breaches(loss or theft of hard copy notes )and
data losses.
Physical Structures
• to define some network attributes.
• Type ofConnection:
• A network is two or more devices connected through links. A
link is a communications pathway that transfers data from one
device to another.
• For visualization purposes, it is simplest to imagine any link as
a line drawn between two points
• For communication to occur, two devices must be connected
in some way to the same link at the same time.
• There are two possible types of connections: point-to-point
and multipoint.
Point-to-Point :
A point-to-point connection provides a dedicated link between
two devices. The entire capacity of the link is reserved for
transmission between those two devices.
Most point-to-point connections use an actual length of wire or
cable to connect the two ends, but other options, such as microwave
or satellite links, are also possible (see Figure ).
 When you change television channels by infrared remote control,
you are establishing a point-to-point connection between the
remote control and the television's control system.
Multipoint :
 A multipoint (also called multidrop) connection is one in
which more than two specific devices share a single link (see
Figure ).
 multipoint environment, the capacity of the channel is
shared, either spatially or temporally.
 Devices can use the link simultaneously, it is a spatially
shared connection. If users must take turns, it is a timeshared
connection.
PHYSICAL TOPOLOGY
What is physical topology?
•The physical topology is the way you physically lay out the
network, like a map, and the logical topology is the way the
information flows on the network.
• There are four basic topologies possible: mesh, star, bus, and
ring.
a) MESH TOPOLOGY :
In mesh topology, every device is connected to another device
via particular channel.
Figure : Every device is connected with another via dedicated
channels. These channels are known as links.
If suppose, N number of devices are connected with each other
in mesh topology, then total number of ports that is required by
each device is ? N-1.
MESH TOPOLOGY
In the Figure , there are 5 devices connected to each other,
hence total number of ports required is 4.
If suppose, N number of devices are connected with each
other in mesh topology, then total number of dedicated links
required to connect them is NC2 i.e. N(N-1)/2.
 In the Figure , there are 5 devices connected to each other,
hence total number of links required is 5*4/2 = 10.

Más contenido relacionado

La actualidad más candente

Presentation on different modes of data communication
Presentation on different modes of data communicationPresentation on different modes of data communication
Presentation on different modes of data communication
Tafadzwa Gonera
 
Basics of data communication and computer networking (262 kb)
Basics of data communication and computer networking (262 kb)Basics of data communication and computer networking (262 kb)
Basics of data communication and computer networking (262 kb)
IMRAN KHAN
 
Computer Networks-1 1st unit (10CS55) VTU
Computer Networks-1 1st unit (10CS55) VTUComputer Networks-1 1st unit (10CS55) VTU
Computer Networks-1 1st unit (10CS55) VTU
Siddharaj Junnarkar
 

La actualidad más candente (20)

Presentation on different modes of data communication
Presentation on different modes of data communicationPresentation on different modes of data communication
Presentation on different modes of data communication
 
Introduction to Data Communication by Vishal Garg
Introduction to Data Communication by Vishal GargIntroduction to Data Communication by Vishal Garg
Introduction to Data Communication by Vishal Garg
 
Data Communication & computer network: Channel types
Data Communication & computer network: Channel types Data Communication & computer network: Channel types
Data Communication & computer network: Channel types
 
Data communications Class notes
Data communications  Class notesData communications  Class notes
Data communications Class notes
 
DATA COMMUNICATION PPT
DATA COMMUNICATION PPTDATA COMMUNICATION PPT
DATA COMMUNICATION PPT
 
Lec1 :- Data communication and network
Lec1 :- Data communication and networkLec1 :- Data communication and network
Lec1 :- Data communication and network
 
Basics of data communication and computer networking (262 kb)
Basics of data communication and computer networking (262 kb)Basics of data communication and computer networking (262 kb)
Basics of data communication and computer networking (262 kb)
 
Data Communication & Network
Data Communication & NetworkData Communication & Network
Data Communication & Network
 
Unit2.2
Unit2.2Unit2.2
Unit2.2
 
Data communication
Data communicationData communication
Data communication
 
Computer Network - Unit 1
Computer Network - Unit 1Computer Network - Unit 1
Computer Network - Unit 1
 
Data communications
Data communicationsData communications
Data communications
 
Computer Networks-1 1st unit (10CS55) VTU
Computer Networks-1 1st unit (10CS55) VTUComputer Networks-1 1st unit (10CS55) VTU
Computer Networks-1 1st unit (10CS55) VTU
 
SC161-Lecture4-1
SC161-Lecture4-1SC161-Lecture4-1
SC161-Lecture4-1
 
Dc assignment
Dc assignmentDc assignment
Dc assignment
 
Data Communication Networks
Data Communication NetworksData Communication Networks
Data Communication Networks
 
Data communication and network Chapter - 2
Data communication and network Chapter - 2Data communication and network Chapter - 2
Data communication and network Chapter - 2
 
Communications
CommunicationsCommunications
Communications
 
Presentation on DATA COMMUNICATION by Cj Subham
Presentation on DATA COMMUNICATION by Cj SubhamPresentation on DATA COMMUNICATION by Cj Subham
Presentation on DATA COMMUNICATION by Cj Subham
 
1. introduction data comm
1. introduction data comm1. introduction data comm
1. introduction data comm
 

Similar a Data communication and Networks

963cbe79-8554-4130-a03e-adb5bf9449ca (1).pptx
963cbe79-8554-4130-a03e-adb5bf9449ca (1).pptx963cbe79-8554-4130-a03e-adb5bf9449ca (1).pptx
963cbe79-8554-4130-a03e-adb5bf9449ca (1).pptx
JackStephenG
 
Data Representation in Data Communication (1).pptx
Data Representation in Data Communication (1).pptxData Representation in Data Communication (1).pptx
Data Representation in Data Communication (1).pptx
moviebro1
 

Similar a Data communication and Networks (20)

Unit 1_ Network Hardware session 1.pptx
Unit 1_ Network Hardware session 1.pptxUnit 1_ Network Hardware session 1.pptx
Unit 1_ Network Hardware session 1.pptx
 
CCN 1 Slide (1).pptx
CCN 1 Slide (1).pptxCCN 1 Slide (1).pptx
CCN 1 Slide (1).pptx
 
963cbe79-8554-4130-a03e-adb5bf9449ca (1).pptx
963cbe79-8554-4130-a03e-adb5bf9449ca (1).pptx963cbe79-8554-4130-a03e-adb5bf9449ca (1).pptx
963cbe79-8554-4130-a03e-adb5bf9449ca (1).pptx
 
chapter 1 dc ppt.pptx
chapter 1 dc ppt.pptxchapter 1 dc ppt.pptx
chapter 1 dc ppt.pptx
 
Unit1-INTRODUCTION AND PHYSICAL LAYER.pptx
Unit1-INTRODUCTION AND PHYSICAL LAYER.pptxUnit1-INTRODUCTION AND PHYSICAL LAYER.pptx
Unit1-INTRODUCTION AND PHYSICAL LAYER.pptx
 
Physical Layer.pdf
Physical Layer.pdfPhysical Layer.pdf
Physical Layer.pdf
 
#1 Physical Layer.pdf
#1 Physical Layer.pdf#1 Physical Layer.pdf
#1 Physical Layer.pdf
 
Computer Networks Unit 1 Introduction and Physical Layer
Computer Networks Unit 1 Introduction and Physical Layer Computer Networks Unit 1 Introduction and Physical Layer
Computer Networks Unit 1 Introduction and Physical Layer
 
Networking notes
Networking notesNetworking notes
Networking notes
 
Presentation1 Networking.pptx
Presentation1 Networking.pptxPresentation1 Networking.pptx
Presentation1 Networking.pptx
 
computer network notes with full details
computer network notes with  full detailscomputer network notes with  full details
computer network notes with full details
 
Data communications ch 1
Data communications   ch 1Data communications   ch 1
Data communications ch 1
 
Fundamentals of data network
Fundamentals of data networkFundamentals of data network
Fundamentals of data network
 
Computer Network notes.docx
Computer Network notes.docxComputer Network notes.docx
Computer Network notes.docx
 
Dc1 t1
Dc1 t1Dc1 t1
Dc1 t1
 
Data communications and Networking
Data communications and Networking Data communications and Networking
Data communications and Networking
 
Networking Terminology
Networking TerminologyNetworking Terminology
Networking Terminology
 
Basics of data communications.pptx
Basics of data communications.pptxBasics of data communications.pptx
Basics of data communications.pptx
 
Data Representation in Data Communication (1).pptx
Data Representation in Data Communication (1).pptxData Representation in Data Communication (1).pptx
Data Representation in Data Communication (1).pptx
 
chapter 3.pptx
chapter 3.pptxchapter 3.pptx
chapter 3.pptx
 

Último

call Now 9811711561 Cash Payment乂 Call Girls in Dwarka Mor
call Now 9811711561 Cash Payment乂 Call Girls in Dwarka Morcall Now 9811711561 Cash Payment乂 Call Girls in Dwarka Mor
call Now 9811711561 Cash Payment乂 Call Girls in Dwarka Mor
vikas rana
 
the Husband rolesBrown Aesthetic Cute Group Project Presentation
the Husband rolesBrown Aesthetic Cute Group Project Presentationthe Husband rolesBrown Aesthetic Cute Group Project Presentation
the Husband rolesBrown Aesthetic Cute Group Project Presentation
brynpueblos04
 
KLINIK BATA Jual obat penggugur kandungan 087776558899 ABORSI JANIN KEHAMILAN...
KLINIK BATA Jual obat penggugur kandungan 087776558899 ABORSI JANIN KEHAMILAN...KLINIK BATA Jual obat penggugur kandungan 087776558899 ABORSI JANIN KEHAMILAN...
KLINIK BATA Jual obat penggugur kandungan 087776558899 ABORSI JANIN KEHAMILAN...
Cara Menggugurkan Kandungan 087776558899
 

Último (14)

2k Shots ≽ 9205541914 ≼ Call Girls In Mukherjee Nagar (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Mukherjee Nagar (Delhi)2k Shots ≽ 9205541914 ≼ Call Girls In Mukherjee Nagar (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Mukherjee Nagar (Delhi)
 
Pokemon Go... Unraveling the Conspiracy Theory
Pokemon Go... Unraveling the Conspiracy TheoryPokemon Go... Unraveling the Conspiracy Theory
Pokemon Go... Unraveling the Conspiracy Theory
 
call Now 9811711561 Cash Payment乂 Call Girls in Dwarka Mor
call Now 9811711561 Cash Payment乂 Call Girls in Dwarka Morcall Now 9811711561 Cash Payment乂 Call Girls in Dwarka Mor
call Now 9811711561 Cash Payment乂 Call Girls in Dwarka Mor
 
2k Shots ≽ 9205541914 ≼ Call Girls In Palam (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Palam (Delhi)2k Shots ≽ 9205541914 ≼ Call Girls In Palam (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Palam (Delhi)
 
Top Rated Pune Call Girls Tingre Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Tingre Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Tingre Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Tingre Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
the Husband rolesBrown Aesthetic Cute Group Project Presentation
the Husband rolesBrown Aesthetic Cute Group Project Presentationthe Husband rolesBrown Aesthetic Cute Group Project Presentation
the Husband rolesBrown Aesthetic Cute Group Project Presentation
 
2k Shots ≽ 9205541914 ≼ Call Girls In Jasola (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Jasola (Delhi)2k Shots ≽ 9205541914 ≼ Call Girls In Jasola (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Jasola (Delhi)
 
WOMEN EMPOWERMENT women empowerment.pptx
WOMEN EMPOWERMENT women empowerment.pptxWOMEN EMPOWERMENT women empowerment.pptx
WOMEN EMPOWERMENT women empowerment.pptx
 
KLINIK BATA Jual obat penggugur kandungan 087776558899 ABORSI JANIN KEHAMILAN...
KLINIK BATA Jual obat penggugur kandungan 087776558899 ABORSI JANIN KEHAMILAN...KLINIK BATA Jual obat penggugur kandungan 087776558899 ABORSI JANIN KEHAMILAN...
KLINIK BATA Jual obat penggugur kandungan 087776558899 ABORSI JANIN KEHAMILAN...
 
LC_YouSaidYes_NewBelieverBookletDone.pdf
LC_YouSaidYes_NewBelieverBookletDone.pdfLC_YouSaidYes_NewBelieverBookletDone.pdf
LC_YouSaidYes_NewBelieverBookletDone.pdf
 
$ Love Spells^ 💎 (310) 882-6330 in West Virginia, WV | Psychic Reading Best B...
$ Love Spells^ 💎 (310) 882-6330 in West Virginia, WV | Psychic Reading Best B...$ Love Spells^ 💎 (310) 882-6330 in West Virginia, WV | Psychic Reading Best B...
$ Love Spells^ 💎 (310) 882-6330 in West Virginia, WV | Psychic Reading Best B...
 
(Anamika) VIP Call Girls Navi Mumbai Call Now 8250077686 Navi Mumbai Escorts ...
(Anamika) VIP Call Girls Navi Mumbai Call Now 8250077686 Navi Mumbai Escorts ...(Anamika) VIP Call Girls Navi Mumbai Call Now 8250077686 Navi Mumbai Escorts ...
(Anamika) VIP Call Girls Navi Mumbai Call Now 8250077686 Navi Mumbai Escorts ...
 
2k Shots ≽ 9205541914 ≼ Call Girls In Dashrath Puri (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Dashrath Puri (Delhi)2k Shots ≽ 9205541914 ≼ Call Girls In Dashrath Puri (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Dashrath Puri (Delhi)
 
(Aarini) Russian Call Girls Surat Call Now 8250077686 Surat Escorts 24x7
(Aarini) Russian Call Girls Surat Call Now 8250077686 Surat Escorts 24x7(Aarini) Russian Call Girls Surat Call Now 8250077686 Surat Escorts 24x7
(Aarini) Russian Call Girls Surat Call Now 8250077686 Surat Escorts 24x7
 

Data communication and Networks

  • 1. DATA COMMUNICATION AND NETWORKS Presented by K.SATHYA M.Sc.,M.Phil.,Ph.D., Assistant Professor, Department of Computer Science, Valluvar college of Science and Management, Karur.
  • 2. Data Communication •What is data communication? •Data communications are the exchange of data between two devices via some form of transmission medium such as a wire cable. •For data communications to occur, the communicating devices must be part of a communication system made up of a combination of hardware (physical equipment) and software (programs). •For example, a common example of data communications is a computer connected to the Internet via a Wi-Fi connection, which uses a wireless medium to send and receive data from one or more remote servers.
  • 3. •Data communications system depends on four fundamental characteristics: 1)delivery, 2)accuracy,3) timeliness, and 4)jitter. •1.Delivery. The system must deliver data to the correct destination. Data must be received by the intended device or user and only by that device or user. 2. Accuracy. The system must deliver the data accurately. Data that have been altered in transmission and left uncorrected are unusable. 3. Timeliness. The system must deliver data in a timely manner. • video and audio, timely delivery means delivering data as they are produced, in the same order that they are produced, and without significant delay. This kind of delivery is called real-time transmission. 4. Jitter. Jitter refers to the variation in the packet arrival time. It is the uneven delay in the delivery of audio or video packets. For example, let us assume that video packets are sent every 3D ms. Ifsome of the packets arrive with 3D-ms delay and others with 4D-ms delay, an uneven quality in the video is the result.
  • 4. Five components of data communication
  • 5. I. Message. The message is the information (data) to be communicated. Popular forms of information include text, numbers, pictures, audio, and video. II. Sender. The sender is the device that sends the data message. It can be a computer, workstation, telephone handset, video camera, and so on. III. Receiver. The receiver is the device that receives the message. It can be a computer, workstation, telephone handset, television, and so on. IV. Transmission medium. The transmission medium is the physical path by which a message travels from sender to receiver. Some examples of transmission media include twisted-pair wire, coaxial cable, fiber-optic cable, and radio waves. V. Protocol. A protocol is a set of rules that govern data communications. It represents an agreement between the communicating devices.
  • 6. Data Representation • Information today comes in different forms such as text, numbers, images, audio, and video • TEXT: Text In data communications, text is represented as a bit pattern, a sequence of bits (Os zeros or Is ones). • Different sets of bit patterns have been designed to represent text symbols. • Each set is called a code, and the process of representing symbols is called coding. • Numbers :Numbers are also represented by bit patterns. a code such as ASCII is not used to represent numbers; • the number is directly converted to a binary number to simplify mathematical operations.
  • 7. Images :Images are also represented by bit patterns. In its simplest form, an image is composed of a matrix of pixels (picture elements), where each pixel is a small dot. The size of the pixel depends on the resolution. Audio: Audio refers to the recording or broadcasting of sound or music. Audio is by nature different from text, numbers, or images. Video: Video refers to the recording or broadcasting of a picture or movie. Video can either be produced as a continuous entity (e.g., by a TV camera), or it can be a combination of images, each a discrete entity, arranged to convey the idea of motion. Data Flow Communication between two devices can be simplex, half- duplex, or full-duplex as shown in Figure
  • 8.
  • 9. SimplexI : In simplex mode, the communication is unidirectional, as on a one-way street. Only one of the two devices on a link can transmit; the other can only receive (see Figure 1.2a).  Keyboards and traditional monitors are examples of simplex devices. The keyboard can only introduce input; the monitor can only accept output. The simplex mode can use the entire capacity of the channel to send data in one direction. Half-Duplex : In half-duplex mode, each station can both transmit and receive, but not at the same time. When one device is sending, the other can only receive, and vice versa.
  • 10. Full-Duplex  In full-duplex m.,lle (als@ called duplex), both stations can transmit and receive simultaneously.  The full-duplex mode is used when communication in both directions is required all the time. The capacity of the channel, however, must be divided between the two directions
  • 11. NETWORK Definition:  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. Network Criteria:  A network must be able to meet a certain number of criteria. The most important of these are performance, reliability, and security.
  • 12. Performance :  Performance can be measured in many ways, including transit time and response time.  Transit time is the amount of time required for a message to travel from one device to another.  Response time is the elapsed time between an inquiry and a response Reliability :  To accuracy of delivery, network reliability is measured by the frequency of failure, the time it takes a link to recover from a failure, and the network's robustness in a catastrophe(ending). Security:  Network security issues include protecting data from unauthorized access, protecting data from damage and development, and implementing policies and procedures for recovery from breaches(loss or theft of hard copy notes )and data losses.
  • 13. Physical Structures • to define some network attributes. • Type ofConnection: • A network is two or more devices connected through links. A link is a communications pathway that transfers data from one device to another. • For visualization purposes, it is simplest to imagine any link as a line drawn between two points • For communication to occur, two devices must be connected in some way to the same link at the same time. • There are two possible types of connections: point-to-point and multipoint.
  • 14. Point-to-Point : A point-to-point connection provides a dedicated link between two devices. The entire capacity of the link is reserved for transmission between those two devices. Most point-to-point connections use an actual length of wire or cable to connect the two ends, but other options, such as microwave or satellite links, are also possible (see Figure ).  When you change television channels by infrared remote control, you are establishing a point-to-point connection between the remote control and the television's control system.
  • 15.
  • 16. Multipoint :  A multipoint (also called multidrop) connection is one in which more than two specific devices share a single link (see Figure ).  multipoint environment, the capacity of the channel is shared, either spatially or temporally.  Devices can use the link simultaneously, it is a spatially shared connection. If users must take turns, it is a timeshared connection.
  • 18. What is physical topology? •The physical topology is the way you physically lay out the network, like a map, and the logical topology is the way the information flows on the network. • There are four basic topologies possible: mesh, star, bus, and ring. a) MESH TOPOLOGY : In mesh topology, every device is connected to another device via particular channel. Figure : Every device is connected with another via dedicated channels. These channels are known as links. If suppose, N number of devices are connected with each other in mesh topology, then total number of ports that is required by each device is ? N-1.
  • 20. In the Figure , there are 5 devices connected to each other, hence total number of ports required is 4. If suppose, N number of devices are connected with each other in mesh topology, then total number of dedicated links required to connect them is NC2 i.e. N(N-1)/2.  In the Figure , there are 5 devices connected to each other, hence total number of links required is 5*4/2 = 10.