1.1.7 Data Packets
Data packets are small
units of data into which a message is divided before being sent over a computer
network. These packets travel separately through the network and are
reassembled at the destination to form the original message.
A data packet is a
small piece of information sent through a network.
How It Works
When a large file
or message is sent over a network:
- The
message is divided into small packets.
- Each
packet is given important information such as the sender's address,
receiver's address, sequence number, and error-checking data.
- The
packets travel through the network, sometimes using different routes.
- At
the destination, the packets are reassembled in the correct order
to recreate the original message.
Contents of a Data
Packet
Each data packet
contains:
- 📄 A part of
the original data
- 📍 Sender's
address
- 📍 Receiver's
address
- 🔢 Packet
(sequence) number
- ✔️ Error-checking information
Importance of Data
Packets
- Makes
data transmission faster.
- Improves
network efficiency.
- Increases
reliability of communication.
- Allows
damaged or lost packets to be resent instead of sending the whole file.
- Supports
communication over long distances.
Advantages of Data
Packets
- Faster
data transmission.
- Efficient
use of network bandwidth.
- Reliable
communication.
- Easy
error detection and correction.
- Lost
packets can be retransmitted without resending the entire message.
Limitations of
Data Packets
- Packets
may arrive out of order.
- Some
packets may be delayed or lost due to network congestion.
- The
receiving device must reassemble the packets correctly.
Examples
- 📧 Sending an
e-mail
- 🌐 Browsing a
website
- 📥 Downloading
files
- 🎥 Streaming
videos
- 💬 Sending
messages on social media
- 📹 Video
conferencing
No comments:
Post a Comment