A router receives a packet with a destination address 72.44.69.254?however, no entry in the routing table exists for the network. Which of the following actions will the router take?

A. The packet will be queued while the router queries for an acceptable path to the destination.
B. The packet will be dropped as nonroutable.
C. The packet will be forwarded out until another router forwards the packet.
D. The packet will be forwarded to the next hop address of the default route


Answer: D. The packet will be forwarded to the next hop address of the default route

Computer Science & Information Technology

You might also like to view...

Webcasts are only delivered as prerecorded audio and video content

Indicate whether the statement is true or false

Computer Science & Information Technology

Transform the following while loop into an equivalent do loop (make sure it produces the same output).

``` int num = 1; while (num < 20) { num++; System.out.println(num); } ```

Computer Science & Information Technology

Which of the following is not a word character?

a. w b. 0 c. _ d. &

Computer Science & Information Technology

A ________ enables you to point to and click on graphical objects, such as icons and buttons, to initiate commands

A) user interface B) dialog box C) GUI D) command-line interface

Computer Science & Information Technology