Chapter 1
Chapter 1
and Networking
Chapter 1
Data Communications and
Networking
Components
Figure 1.1 Five components of data communication
5
1
2 3
4
Data flow
Simplex
Half-duplex
Full-duplex
Point to point
A dedicated link is provided
between two devices
Multipoint
More than two specific devices
share a single link
• Advantages
• Less expensive
• Robustness
• Disadvantage
Advantages
• Relatively easy to install and reconfigure
• Fault isolation (deattach) is simplified
Disadvantage
• Unidirectional traffic
Advantages:
• Point-to-point wiring for individual segments.
• Supported by several hardware and software venders.
Disadvantages:
• Overall length of each segment is limited by the type of cabling
used.
• If the backbone line breaks, the entire segment goes down.
• More difficult to configure and wire than other topologies.
Data Communications and Networking 14
Hybrid Topology
A hybrid topology: a star backbone with three bus networks
• Categories of Standards
• De facto → by fact (not approved as a standard)
• De jure → by Law (approved)
OSI Model
Data Communications and Networking 25
Tasks involved in sending a letter
Layers
Seven layers of the OSI model
Layer 7. Application
Layer 6. Presentation
Layer 5. Session
Receiver
Layer 4. Transport
Sender
Layer 3. Network
• These applications produce the data, which has to be transferred over the
network.
• This layer also serves as a window for the application services to access the
network and for displaying the received information to the user.
Example: Application – Browsers, Skype Messenger, etc.
Note: 1. The application Layer is also called Desktop Layer.
2. Device or Protocol Use : SMTP, HTTP, FTP, TELNET …
• The network layer works for the transmission of data from one
host to the other located in different networks.
• It also takes care of packet routing i.e. selection of the shortest
path to transmit the packet, from the number of routes available.
• The sender & receiver’s IP addresses are placed in the header by
the network layer.
THE END
Data Communications and Networking 46