A network administrator is evaluating Layer 4 protocol mechanisms for application deployment across an enterprise network. Which of the following features are characteristics unique to TCP when compared to UDP? (Select TWO.)
- Explicit connection setup using a three-way handshake sequence before transmitting dataAnswer
- Flow control managed dynamically through receiver window size adjustmentsAnswer
- CStateless transmission utilizing a fixed 8-byte header overhead for fast transport
- DNative transmission support for IP broadcast and multicast traffic destinations
Answer
TCP uniquely provides stateful session establishment via a three-way handshake and flow control through dynamic sliding window adjustments, whereas UDP is stateless, connectionless, and lacks windowing flow control.
TCP is a connection-oriented protocol that establishes a stateful connection via a three-way handshake prior to data exchange and employs dynamic window size adjustments for flow control to match receiver processing capacity.
Step-by-Step Solution
Key Concept
TCP vs UDP Operational Differences and Mechanisms