Q38.Marks: +2.0UGC NET Paper 2: Computer Science and Application 26th June 2025 Shift 1
The packet sent by a node to the source to inform it of congestion is called
1.Explicit
2.Backpressure
3.Choke✓ Correct
4.Retransmission
Solution
The correct answer is Choke
Key Points
Choke Packet: ✅ A choke packet is a control packet sent by a node experiencing congestion to the source node. This informs the source to reduce its transmission rate to alleviate congestion.
Explicit: ❌ Explicit congestion notification typically refers to a specific mechanism in some protocols, but it does not denote a packet sent by a node.
Backpressure: ❌ Backpressure is a congestion control mechanism where the congested node stops accepting data, but it does not involve sending a specific packet.
Retransmission: ❌ Retransmission occurs when data is resent due to errors or losses, but this is not related to congestion control packets.
Additional Information
Congestion Control: Congestion occurs in a network when too many packets are sent simultaneously, leading to delays and packet loss. A choke packet helps mitigate this by instructing the source node to slow down transmission.
Network Protocols: Choke packets are part of certain network protocols, such as TCP/IP, designed to manage congestion efficiently.