IPv4 Routing Flashcards

1
Q

For a router to route.. the router must know (list 3 things!)

A

Destination IP address (from packet header), neighbour routers, possible routes to the target network, best route to the target network, how to maintain and verify routing information

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

How can a router learn about networks?

A

From a network directly connected to the router, statically from admin, dynamically from neighbour routers

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

What is the route of last resort?

A

Default routing. It does not define a specific target network. Used by a router to forward traffic when no specific route to target network. 0.0.0.0 0.0.0.0

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

Describe dynamic routing

A

Router learns possible routes to remote networks from neighbors. If multiple possible routes to same network exist, lowest admin distance determines best route

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

What is distance vector routing protocol?

A

A type of dynamic routing protocol. Distance is based on number of ‘hops’. Less hops = best. Vector - direction. Example: RIP

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

What is link state routing protocol?

A

A type of dynamic routing protocol. Neighbour routers understand state of link between them. State of accumulated links determines admin distance (AD). Lowest AD determines best route. Example: OSPF.

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

What are hybrid routing protocols?

A

A type of dynamic routing protocol. Uses elements of both distance vector and link state. Example: EIGRP

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

List the default admin distances:

A

Here, have a chart! :)

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

What is EIGRP?

A

Enhanced Interior Gateway Routing Protocol

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

Which of the following is called an advanced distance-vector routing protocol?
A. OSPF

B. EIGRP

C. BGP

D. RIP

A

B. EIGRP

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

When a packet is routed across a network, the ____________ in the packet changes at every hop while the _________ does not.

A

MAC address, IP address.

Since the destination MAC address is different at each hop, it must keep changing. The IP address, which is used for the routing process, does not.

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

Which of the following is NOT an advantage of static routing?

A. Less overhead on the router CPU

B. No bandwidth usage between routers

C. Adds security

D. Recovers automatically from lost routes

A

D. Recovery from a lost route requires manual intervention by a human to replace the lost route.

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

True/False: To reach a remote host you must know the MAC address of the remote host

A

Fale. The MAC address would be the local router interface, not the remote host

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

What command do you use to view the ARP cache on your host?

A

arp -a

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