A network administrator is investigating latency and connectivity issues to an internal database server at . The administrator executes a command-line utility from a client workstation and receives the following output:
Tracing route to 192.168.50.100 over a maximum of 30 hops
0 Workstation1 [10.1.10.15]
1 10.1.10.1
2 10.2.20.1
3 192.168.50.100
Computing statistics for 75 seconds...
Source to Here This Node/Link
Hop RTT Lost/Sent = Pct Lost/Sent = Pct Address
0 Workstation1 [10.1.10.15]
0/ 100 = 0% |
1 1ms 0/ 100 = 0% 0/ 100 = 0% 10.1.10.1
0/ 100 = 0% |
2 15ms 100/ 100 =100% 100/ 100 =100% 10.2.20.1
0/ 100 = 0% |
3 16ms 0/ 100 = 0% 0/ 100 = 0% 192.168.50.100
Which of the following conclusions best explains the results observed in this command output?
- The intermediate router at 10.2.20.1 is configured to drop or rate-limit ICMP control traffic, while end-to-end IP reachability to 192.168.50.100 is fully functional.Cevap
- BThe local DNS server at 10.2.20.1 is experiencing a failure during reverse name lookup queries for the target destination host.
- CThe destination host at 192.168.50.100 rejected the connection because of a port and protocol mismatch on the listening transport socket.
- DThe host at 192.168.50.100 cannot process IPv4 traffic due to an incorrect AAAA record configuration on the default gateway.