Module 2 complete notes
Module 2 complete notes
Internet
A B
• Individual datagrams are then transferred from the source to the destination.
• The received datagrams are assembled at the destination before recreating the
original message.
Before starting communication, the stations must make a reservation for the resources to be
used during the communication.
Data transferred between the two stations are not packetized (physical layer transfer of the
signal). The data are a continuous flow sent by the source station and received by the
destination station, although there may be periods of silence.
There is no addressing involved during data transfer. The switches route the data based on
their occupied band (FDM) or time slot (TDM). Of course, there is end-to-end addressing
used during the setup phase.
For example, the telephone number is used as the global address, and a signaling
system (called SS7) is used for the setup and teardown phases.
Network
A connectionless
packet-swtiched network
R1 R2
Sender Network
R4
• When traversing network adapters, switches, routers and other network nodes,
packets are buffered and queued, resulting in variable delay and throughput
depending on the traffic load in the network.
• In case of traffic fees (as opposed to flat rate), for example in cellular
communication services, circuit switching is characterized by a fee per time unit
of connection time, even when no data is transferred, while packet switching is
characterized by a fee per unit of information.
• In the first case each packet includes complete addressing or routing information.
The packets are routed individually, sometimes resulting in different paths and out-
of-order delivery. The forwarding decision is based on the destination address of
the packet
• In the second case a connection is defined and pre allocated in each involved node
during a connection phase before any packet is transferred. The forwarding
decision is based on the label of the packet.
Sender 1
Network
4
2
3
R4 1
3 3
4 1 3 4 2
R3 R5 Out of order Receiver
H 3
Send the packet
out of interface 2
Destination
address
1 2
SA DA Data SA DA Data
3 4
A routing table is a set of rules, often viewed in table format, that is used to determine where
data packets traveling over an Internet Protocol (IP) network will be directed. All IP-enabled
devices, including routers and switches, use routing tables.
18 Dr. S. Deepa Nivethika, SCOPE, VIT, Chennai 06-08-2024
Delay in Connectionless Network
Destination
Souce
Total delay
2
4 3 2 1
4
3
2
1
4 3 2 1 4 3 2 1
1 2
3 4
R1 R2
2
14 A B Data
1 4
A 3
R5 Network
66 A B Data
1 2 2 3
22 A B Data 77 A B Data
3 1 4
R3 R4
1
Setup
2
Total delay
3 Transmission
time
4
5
Teardown
Transmission Impairment
Signals travel through transmission media, which are not perfect. The imperfection
causes signal impairment. This means that the signal at the beginning of the medium
is not the same as the signal at the end of the medium. What is sent is not what is
received.Three causes of impairment are attenuation, distortion, and noise
P2
dB 10 log 10
P1
Variables P1 and P2 are the powers of a signal at points 1 and 2, respectively.
1
Two level signal
0
Example:
Consider a noiseless channel with a bandwidth of 3000 Hz transmitting a signal with
two signal levels.The maximum bit rate can be calculated as
BitRate =2 x 3000 x log2 2 =6000 bps
Bandwidth:
In networking, we use the term bandwidth in two contexts.
The first, bandwidth in hertz, refers to the range of frequencies in a composite signal
or the range of frequencies that a channel can pass.
The second, bandwidth in bits per second, refers to the speed of bit transmission in a
channel or link.
Solution
The answer depends on the accuracy desired.
Throughput = Data/Time
For example, we may have a link with a bandwidth of 1 Mbps, but the devices connected to the
end of the link may handle only 200 kbps. This means that we cannot send more than 200 kbps
through this link. Imagine a highway designed to transmit 1000 cars per minute from one point to
another. However, if there is congestion on the road, this figure may be reduced to 100 cars per
minute.The bandwidth is 1000 cars per minute; the throughput is 100 cars per minute.
53 Dr. S. Deepa Nivethika, SCOPE, VIT, Chennai 06-08-2024
A network with bandwidth of 10 Mbps can pass only an average of 12,000 frames per minute
with each frame carrying an average of 10,000 bits. What is the throughput of this network?
• Transmission delay
• Propagation delay
• Queuing delay
• Processing delay
Total Delay = Transmission delay + Propagation delay + Queuing delay + Processing delay
Propagation Time: Propagation time measures the time required for a bit to travel from the source to the
destination.The propagation time is calculated by dividing the distance by the propagation speed.
The propagation speed of electromagnetic signals depends on the medium and on the frequency of the signal.
Transmission Delay:Time it takes to place the complete data packet on the transmission medium.