DCN U1 2
DCN U1 2
maximum amount of data that can be transmitted from one point to another.
Theoretical Limit: It is a theoretical measure and does not account for real-world factors
like network congestion.
Doesn’t Re ect Real Performance: High bandwidth doesn’t always translate to high actual
data transfer rates due to various inef ciencies.
Throughput
Throughput is the actual rate at which data is successfully transmitted over a network or
channel within a speci c period. Also known as the effective data rate or payload rate, it
re ects the real-world performance of the network.
Realistic Measurement: Provides a practical measure of how much data is being
transmitted, taking into account network conditions and overheads.
Performance Evaluation: Useful for assessing the actual performance and ef ciency of the
network.
Data Rate
Data Rate is de ned as the amount of data transmitted during a speci ed period over a
network. It is the speed at which data is transferred from one device to another or between
a peripheral device and the computer. It is generally measured in mbps.
Analog Signals
The data is transferred with the help of analog signal in between transmitter and receiver.
Any type of data is transferred in analog signal.
Advantages
It is Easier in processing.
Analog Signals are best tted to audio and video transmission.
It has a coffee cost and is portable.
Disadvantages
Analog tends to possess a lower quality signal than digital.
The cables are sensitive to external in uences.
Analog wire is expensive and not easily portable.
Digital Signals
Digital signal is used rather than analog signal for communication in between the source
and destination. The digital signal consists of discrete values rather than continuous
values. In digital communication physical transfer of data occurs in the form of digital bit
stream i.e 0 or 1 over a point-to-point or point-to-multipoint transmission medium. In digital
fl
fl
fi
fi
fi
fi
fl
fi
fi
communication the digital transmission data can be broken into packets as discrete
messages which is not allowed in analog communication.
Advantages
The speed of data transmission is quite high therefore, message transfer occurs almost
instantly.
The process of digital communication is quite ef cient because speed and accuracy are
always maintained in this system.
The wireless nature of digital communication can be used to establish connections globally
without major geographical constraints.
Disadvantages
Digital Communication lacks a personal touch due to a lack of proper interaction between
users at both the ends of channel.
With an increase in network coverage, the complexity of digital communication systems
increases and therefore, implementation of such circuit is dif cult.
Maximum Data Rate (channel capacity) for Noiseless and Noisy channels
Data rate governs the speed of data transmission. A very important consideration in data
communication is how fast we can send data, in bits per second, over a channel. Data rate
depends upon 3 factors:
The bandwidth available
Number of levels in digital signal
The quality of the channel – level of noise
To calculate data ate we use,
Noiseless Channel: Nyquist Bit Rate
Noisy Channel Shannon Capacity
Packet Switching
Packet Switching in computer networks is a method of transferring data to a network in the
form of packets. In order to transfer the le fast and ef ciently over the network and
minimize the transmission latency, the data is broken into small pieces of variable length,
called Packet. At the destination, all these small parts (packets) have to be reassembled,
belonging to the same le. Packet Switching uses the Store and Forward technique while
switching the packets; while forwarding the packet each hop rst stores that packet then
forwards. This technique is very bene cial because packets may get discarded at any hop
for some reason. Packets belonging to the same le may or may not travel through the
same path. If there is congestion at some path, packets are allowed to choose different
paths possible over an existing network.