





















Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
An introduction to data communications and telecommunications, explaining the concepts of data, telecommunication, data communications, and their components. It covers data representation, data flow, and communication effectiveness, as well as the differences between transportation networks and computer networks. The document also discusses network elements, network design, and network evaluation metrics.
Typology: Lecture notes
1 / 29
This page cannot be seen from the preview
Don't miss anything!






















1. 2
Components
Data Representation
Data Flow
1. 4
Figure 1.1 Five components of data communication
Message
Sender
Receiver
Transmission Media
Protocol
1. 5
Transportation vs. Computer Networks
Transportation Network Computer Network
Vehicles/People Packets/Payload
Street address IP address
Intersection Bridge/router
Street, highway, path Link/broadband/path
Traffic jam Network congestion
Stop and go traffic light Flow control
Taking alternative path Alternative route
Collision Collision of packets
HOV lane Flow Priority
Following a route to school Routing algorithm
7
8
The task of connecting nodes via links , so that nodes can exchange
information, reliably, timely, efficiently, safely, privately, “greenly”,
and with low cost.
Need to define the network architecture, protocols, applications,
interfaces, policies, usages.
Let’s start with the architecture
Directly connected networks
Circuit-switched networks
Packet-switched Networks
10
Applications
WWW, email, chat, videoconferencing, e-commerce, audio/video streaming,
VOIP, file sharing
Who deploys the network
Enterprise, government, end-user
Where is the network deployed
Home, building, campus, state, country, continent, globe
11
Point-to-point links : Each node is directly connected to other with a
link
Multiple access : All nodes share the same physical medium
13
point-to-point
multiple access
1. 14
Figure 1.2 Data flow (simplex, half-duplex, and full-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. The half-
duplex mode is used in cases where there is
no need for communication in both direction
at the same time. The entire capacity of the
channel can be utilized for each direction.
Example: Walkie- talkie in which message is
sent one at a time and messages are sent in
both the directions.
1. 16
In full-duplex mode, both stations can transmit
and receive simultaneously. In full duplex
mode, signals going in one direction share the
capacity of the link with signals going in other
direction, this sharing can occur in two ways:
Either the link must contain two physically
separate transmission paths, one for sending
and other for receiving.
Or the capacity is divided between signals
travelling in both directions.
Full-duplex mode is used when communication
in both direction is required all the time.
1. 17
19
End-to-end permanent connection
Dedicated path for communication
No need for a destination address since a path is already established
Once communication is complete, connection is ended and links are
released.
Predictable bitrate and delay
Good for delay-sensitive applications
Rare packet loss
Packets are delivered in order
Forwarding based on time slot or frequency (multiplexing)
No need to inspect a packet header for address
Forwarding based on time slot or frequency
No IP (and TCP/UDP) header on each packet
20