WBJECA 2025 — Computer PYQ
WBJECA | Computer | 2025Packet switching means:
Choose the correct answer:
- A.
Sending data as a continuous bit stream
- B.
Using fixed data circuits for each transmission
- C.
Dividing data into packets and sending independently
(Correct Answer) - D.
Switching physical cables between transmissions
Dividing data into packets and sending independently
Explanation
Packet switching is the fundamental technology that enables the modern Internet. Unlike circuit switching (which dedicates a physical path for the entire duration of a communication), packet switching breaks data down into smaller, manageable units called packets.
Process:
The source device divides the data stream into packets.
Each packet is routed through the network independently, often taking different paths based on current network congestion.
The destination device reassembles these packets into the original data stream.
We can define the data transmission logic as:
Data={P1,P2,P3,…,Pn}
Where each packet Pi contains:
Packet Structure={Header (Destination, Sequence)}∪{Payload Data}
Option (A) describes a streaming-like behavior often associated with circuit-switched or constant-bit-rate connections.
Option (B) describes Circuit Switching, where a dedicated path exists.
Option (D) describes physical patch-panel switching, which is not the basis for network data communication.
Because packet switching allows for efficient bandwidth utilization by interleaving packets from various sources and dynamically routing them, (C) is the correct definition.
