Quiz

Question 1

The IP address configured on a router interface will appear in the routing table as what kind of route?

  1. Static;

  2. Connected;

  3. Local;

  4. Internal.

Solution
  1. Local

Question 2

Which command configures a default route on a Cisco router?

  1. ip route 0.0.0.0 0.0.0.0 10.1.1.154;

  2. ip route 0.0.0.0/0 10.1.1.254;

  3. ip route 0.0.0.0 255.255.255.255 10.1.1.254;

  4. ip route 0.0.0.0/32 10.1.1.254.

Solution
  1. ip route 0.0.0.0 0.0.0.0 10.1.1.154

Question 3

Which is an accurate statement about the behavior of routers and switches ?

  1. Routers flood packets with an unknown destination IP address, switches flood frames with an unkown destination MAC address;

  2. Routers drop packets with an unkown destination IP address, switches drop frames with an unkown destination MAC address;

  3. Routers drop packets with an unkown destination IP address, switches flood frames with an unkown destination MAC address.

Solution
  1. Routers drop packets with an unkown destination IP address, switches flood frames with an unkown destination MAC address

Question 4

Which two types of addresses are automatically added to the routing table when you configure an IP addres on an interface and enable it ?

  1. Connected, Static;

  2. Local, Static;

  3. Default, Local;

  4. Connected, Local;

Solution
  1. Connected, Local

Question 5

Which interface will be used to forward a packet with a destination IP address of 10.1.1.1?

Solution

GigabitEthernet0/3.

Last updated