Routing Flashcards

1
Q

Routing Table

A
  • Helps determine which route entry is the best fit for the network
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Directly Connected Route

A

Learned by physical connection between routers

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

Static Route

A

Manually configured by an administrator

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

Dynamic Routing

A

Learned by exchanging information between routers

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

Poison Reverse

A

Causes a route received on one interface to be advertised back out the same interface with a metric considered to be infinite

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

Interior Gateway Protocol (IGP)

A

Operates within an autonomous system

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

Exterior Gateway Protocol (EGP)

A

Operate between autonomous systems

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

Distance Vector

A
  • Sends full copy of routing table to its directly-connected neighbors at regular intervals
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Hold-down Timer

A

Prevents updates for a specific period of time and speeds up convergence

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

Link State

A

Requires all routers to know about the paths that all other routers can reach in the network

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

Routing Information Protocol (RIP)

A

A distance vector protocol that uses hop count (maximum hops of 15; 16 is infinite)

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

Open Shortest Path First (OSPF)

A

A link state protocol that uses cost

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

Intermediate System to Intermediate System (IS-IS)

A

A link state protocol that uses cost and functions like OSPF protocol, but not as widely popular

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

Network Address Translation (NAT)

A

Used to conserve the limited supply of IPv4 addresses

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

Dynamic NAT(DNAT)

A

Automatically assigns and IP address from a pool and gives a one-to-one translation

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

Static NAT(SNAT)

A

Manually assigns an IP address and give a one-to-one translation

17
Q

Port Address Translation

A

Sharing of one public IP by multiple private IP addresses which gives a many-to-one translation

18
Q

Multicast Routing

A
  • Multicast sends traffic to a Class D IP address, known as a multicast group
19
Q

Internet Group Management Protocol (IGMP)

A

Lets routers know which interfaces have multicast receivers and allows clients to join a multicast group

20
Q

Protocol Independent Multicast (PIM)

A

Routes multicast traffic between routers and forms a multicast distribution tree

21
Q

PIM Dense Mode (PIM-DIM)

A

Uses periodic flood and prune behavior to form optimal distribution tree

22
Q

PIM Spars Mode (PIM-SM)

A

Uses a shared distribution tree and creates an optimal distribution tree through shortest path tree (SPT)