Chapter 3 Addressing, Routing and Switching Flashcards

1
Q

You’ve been sent to troubleshoot a routing problem at a remote office and suspect there is a problem with the routing tables. You plop down at the receptionist’s desk and access the command line. What command can you use to view the routing table on a Windows client system?

show route

display route

route all

route print

A

Route Print

You can use the route print command to view the routing table on a client system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which of the following enables administrators to monitor the traffic outbound and inbound to the switch?

Spanning Tree Algorithm

Port mirroring

HSRP

Trunking

A

Port Mirroring

Port mirroring enables administrators to monitor the traffic outbound and inbound to the switch.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the default subnet value assigned by APIPA?

255.255.255.255

0.0.0.0

255.255.255.0

255.255.0.0

A

255.255.0.0

The default subnet value assigned to APIPA hosts is 255.255.0.0.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which of the following are distance-vector protocols?

IS-IS
RIP
EIGRP
OSPF

A

EIGRP
OSPF

Enhanced Interior Gateway Routing Protocol (EIGRP) and Routing Information Protocol (RIP) are examples of distance-vector protocols.

Link-state protocols include Open Shortest Path First (OSPF) and Intermediate System-to-Intermediate System (IS-IS).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

To fix the problem with routing, you determine you need to add a persistent route to the routing table. Which of the following commands can be used to make this happen?

route add 10.0.0.0 mask 255.0.0.0 <NIC></NIC>

route add -p 10.0.0.0 mask 255.0.0.0 <NIC></NIC>

route -p 10.0.0.0 mask 255.0.0.0 <NIC></NIC>

add route 10.0.0.0 mask 255.0.0.0 <NIC></NIC>

A

The route add command adds a static route to the routing table. The route add command with the -p switch makes the static route persistent.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Which of the following is a valid Class A IPv4 address?

131.17.25.200

127.0.0.1

128.16.200.12

124.254.254.254

A

124.254.254.254

Explanation:
Class A subnets use the range 1 to 126 for the value of the first octet. 127.0.0.1 is the IPv4 loopback address, which enables the IP stack functionality to be tested. 131.17.25.200 and 128.16.200.12 are both addresses in the Class B range (128 to 191).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the total number of networks available within the IPv4 Class C range?

16,384

256

254

2,097,152

Explanation:
There are 2,097,152 networks available within the IPv4 Class C range with a possible 254 hosts per network.

A

2,097,152

Explanation:
There are 2,097,152 networks available within the IPv4 Class C range with a possible 254 hosts per network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Which of the following values is equal to the IPv6 address of 2001:4000:0000:0000:0000:0000:0000:0003?

001:4::3

2001:4::3

2001:4000::3

2001:4x3x

A

2001:4000::3

Explanation:
The IPv6 address of 2001:4000:0000:0000:0000:0000:0000:0003 can be compressed by removing the 0s to a value of 2001:4000::3.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly