Routing Flashcards
Router
A network device that forwards traffic depending on the destination address of that traffic
Routing steps
1.receives data packets
2.examines destination
3.look up IP destination network in routing table
4.forwards traffic to destination
Routing table columns
1.destination network
2.next hop
3.total hops
4.interface
Destination network
Column in router table that would contain a row for each network that the router knows about
Next hop
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
Total hops
The number of hops between routers the data will take to get to its next destination
Routing protocols
Special protocols the routers use to speak with each other in order to share what information they might have
Interior gateway protocols
Used by routers to share information within a single autonomous system.
Split in 2 cstergories:
1.link state routing protocols
2.distance-vector protocols
Autonomous system
A collection of networks that all fall under control of a single network operator. (Like the same LAN)
Exterior gateway protocols
Used for exchange of information between independent autonomous systems
Distance vector protocol
Sends a list of distances to routers. Helps with coming up with the hop number.
Link state protocol
Linkage between routers on an autonomous system. Aka all routers know all the same info so data can be routed faster.
Internet assigned numbers authority
IANA
A non profit organization that helps manage things like IP address allocation and ASN aka autonomous system number
Autonomous System Number
ASN
Numbers assigned to individual autonomous systems.
Non-routable address space
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
Internet engineering task force
IETF
An open community charged with developing and maintaining the standards required for the internet to continue to operate