SSCP · Question #800
Which OSI/ISO layers are TCP and UDP implemented at?
The correct answer is D. Transport layer. In the OSI model, TCP (Transmission Control Protocol) and UDP (User Datagram Protocol) are both implemented at Layer 4 - the Transport layer. The Transport layer is responsible for end-to-end communication, segmentation, flow control, and error recovery between hosts. TCP…
Question
Options
- AApplication layer
- BPresentation layer
- CSession layer
- DTransport layer
How the community answered
(39 responses)- B8% (3)
- C3% (1)
- D90% (35)
Explanation
In the OSI model, TCP (Transmission Control Protocol) and UDP (User Datagram Protocol) are both implemented at Layer 4 - the Transport layer. The Transport layer is responsible for end-to-end communication, segmentation, flow control, and error recovery between hosts. TCP provides reliable, connection-oriented delivery with sequencing and acknowledgment; UDP provides faster, connectionless, best-effort delivery. The Application layer (L7) handles user-facing protocols like HTTP and FTP; the Presentation layer (L6) handles data formatting; the Session layer (L5) manages sessions between applications.
Topics
Community Discussion
No community discussion yet for this question.