Valid 200-901 Dumps shared by ExamDiscuss.com for Helping Passing 200-901 Exam! ExamDiscuss.com now offer the newest 200-901 exam dumps, the ExamDiscuss.com 200-901 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 200-901 dumps with Test Engine here:
Users cannot access a webserver and after the traffic is captured. the capture tool shows an ICMP packet that reports "time exceeded in-transit". What is the cause of this webserver access issue?
Correct Answer: C
The "time exceeded in-transit" ICMP message is generated when a packet's Time-To-Live (TTL) field reaches zero before reaching its destination. This usually occurs when the packet has traversed too many routers (hops), indicating that the destination is too far away or there is a routing loop causing excessive hops. * TTL Field: Every IP packet has a TTL field which decrements by 1 every time it passes through a router. When TTL reaches zero, the packet is discarded and an ICMP "time exceeded" message is sent back to the sender. * Network Latency: High latency or excessive hops can cause packets to expire in transit, leading to this ICMP message. Reference: Cisco DevNet Associate Certification Guide, Chapter on Network Fundamentals and ICMP.