Routing Flashcards

1
Q

Router

A

A network device that forwards traffic depending on the destination address of that traffic

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

Routing steps

A

1.receives data packets
2.examines destination
3.look up IP destination network in routing table
4.forwards traffic to destination

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

Routing table columns

A

1.destination network
2.next hop
3.total hops
4.interface

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

Destination network

A

Column in router table that would contain a row for each network that the router knows about

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

Next hop

A

Column in router table that has the IP address of the next router that should receive the data intended for the next destination networking question

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

Total hops

A

The number of hops between routers the data will take to get to its next destination

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

Routing protocols

A

Special protocols the routers use to speak with each other in order to share what information they might have

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

Interior gateway protocols

A

Used by routers to share information within a single autonomous system.
Split in 2 cstergories:
1.link state routing protocols
2.distance-vector protocols

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

Autonomous system

A

A collection of networks that all fall under control of a single network operator. (Like the same LAN)

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

Exterior gateway protocols

A

Used for exchange of information between independent autonomous systems

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

Distance vector protocol

A

Sends a list of distances to routers. Helps with coming up with the hop number.

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

Link state protocol

A

Linkage between routers on an autonomous system. Aka all routers know all the same info so data can be routed faster.

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

Internet assigned numbers authority
IANA

A

A non profit organization that helps manage things like IP address allocation and ASN aka autonomous system number

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

Autonomous System Number
ASN

A

Numbers assigned to individual autonomous systems.

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

Non-routable address space

A

Ranges of IPs aside for use by anyone that cannot be routed to. (No gateway router to control traffic)
1. 10.0.0.0/8
2. 172.16.0.0/12
3. 192.168.0.0/16

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

Internet engineering task force
IETF

A

An open community charged with developing and maintaining the standards required for the internet to continue to operate