A network engineer is troubleshooting a communication failure affecting a industrial telemetry client connected to a central monitoring server. Packet captures obtained at the server interface show that incoming IP datagrams containing UDP segments arrive intact with valid IP headers and checksums. However, the host operating system immediately responds to each datagram with an ICMP Destination Unreachable (Port Unreachable) message. At which layer of the OSI model is the demultiplexing process failing, preventing the payload from reaching the receiving application process?
- ANetwork Layer (Layer 3)
- Transport Layer (Layer 4)Cevap
- CData Link Layer (Layer 2)
- DSession Layer (Layer 5)
Cevap
Transport Layer (Layer 4)
The correct answer identifies the Transport Layer (Layer 4). Port numbers reside at Layer 4 and are used to multiplex and demultiplex network streams to specific host application sockets. Receiving an ICMP Port Unreachable error confirms that Layer 2 framing and Layer 3 IP routing succeeded in delivering the frame to the host, but the Transport Layer stack could not map the destination UDP port to an active, listening application process.
Adım Adım Çözüm
Anahtar Kavram
OSI Layer 4 Transport Layer protocol demultiplexing using port numbers