Which element stores per-connection state, sequence numbers, and timers within the TCP stack?

Enhance your networking knowledge! Tackle our Transport Layer Protocols and Functions Test featuring flashcards and multiple-choice questions with insightful hints and explanations. Elevate your exam readiness now!

Multiple Choice

Which element stores per-connection state, sequence numbers, and timers within the TCP stack?

Explanation:
In TCP, the per-connection state, including sequence numbers and timers, is stored in the Transmission Control Block, often called the Transport Control Block. This data structure holds all the essential details for a single TCP connection: the send and receive sequence numbers, the acknowledgment numbers, window sizes, and the various timers (such as retransmission and persistence timers). It also tracks the current connection state (like SYN_SENT or ESTABLISHED) and is created when a connection starts and torn down when it ends. This organization keeps each TCP connection’s information isolated and actively managed. TLS sessions are about encryption and security state for a connection, not the core TCP connection management. DNS cache stores hostname-to-IP mappings for lookups, not per-connection sequencing or timers. AR Receiver Table isn’t a standard TCP concept either. So the Transmission Control Block best fits the role described.

In TCP, the per-connection state, including sequence numbers and timers, is stored in the Transmission Control Block, often called the Transport Control Block. This data structure holds all the essential details for a single TCP connection: the send and receive sequence numbers, the acknowledgment numbers, window sizes, and the various timers (such as retransmission and persistence timers). It also tracks the current connection state (like SYN_SENT or ESTABLISHED) and is created when a connection starts and torn down when it ends. This organization keeps each TCP connection’s information isolated and actively managed.

TLS sessions are about encryption and security state for a connection, not the core TCP connection management. DNS cache stores hostname-to-IP mappings for lookups, not per-connection sequencing or timers. AR Receiver Table isn’t a standard TCP concept either. So the Transmission Control Block best fits the role described.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy