A network administrator is troubleshooting a connectivity problem between a PC and a remote site. An ICMP trace route reveals that after several hops, addresses start repeating and TTL exceeded messages are returned. Which of the following problems is the cause?

A. A switching loop
B. An ARP problem
C. A routing loop
D. A DNS problem


Answer: C. A routing loop

Computer Science & Information Technology

You might also like to view...

How many times will the following code print "Welcome to Java"?

``` int count = 0; while (count++ < 10) { System.out.println("Welcome to Java"); } ``` a. 8 b. 9 c. 10 d. 11 e. 0

Computer Science & Information Technology

Determine and explain the order of your solution to Exercise 17.6.

What will be an ideal response?

Computer Science & Information Technology

What are the two methods of getting your Timeline to Adobe Encore?

What will be an ideal response?

Computer Science & Information Technology

The primary purpose of JavaScript is to generate text that will be inserted into the standard ____ text stream.

A. HTTP B. HTML C. FTP D. TCP/IP

Computer Science & Information Technology