During a routine security audit of host communications, a technician inspects raw protocol headers passing through a socket interface. The payload header contains source and destination port multiplexing fields along with window size parameters for flow control, but contains no IP routing headers or hardware physical addresses. At which layer of the OSI model does this data unit function?
- Transport LayerAnswer
- BNetwork Layer
- CData Link Layer
- DSession Layer
Answer
Transport Layer
The Transport Layer (Layer 4) of the OSI model manages end-to-end transport services. Key functions at this layer include service multiplexing using port numbers (e.g., TCP/UDP ports), segmentation, error control via checksums, and flow control using mechanisms like sliding window size.
Step-by-Step Solution
Key Concept
OSI Layer 4 (Transport Layer) Functions and Protocol Data Units