Chapter 8: Wonderful World of Routing Flashcards
What is a router?
forwards packets based on destination IP address
How do you show the routing table in windows
“route print”
- “netstat -r” does samething
- “show ip route” for cisco router
What is DOCSIS?
data over cable service interface specification
-for cable modems.
What is NAT
Network Address Translation
-hide IP addresses on the LAN while still enabling them to communicate.
what is Port address translation?
-port numbers to map traffic from specific machines.
What are routing protocols?
-distance vector, link-state, hybrid
What are metrics?
- maximum transmission unit(MTU) reduces fragmentation
- costs: some cost more, costs based on usage
- bandwidth
- latency
What are distance vectors?
- some form of totatl cost.
- sum the hop count
- works on networks with less than 10 routers.
What is RIPv1?
- distance vector routing protocol
- max hop count of 15
- updates every 30 seconds
- doesn’t know how to use variable length subnet masking
- no authentication
What is RIPv2?
- VLSM added
- authentication built in
- max hop count of 15
- large convergence time
What is BGP?
- for autonomous systems
- one or more networks governed by a single dynamic routing protocol.
- do not use ip addresses
- globablly unique Autonomous system number(ASN) assigned by the IANA.
- communicate with each other using an Exerior Gateway Protocol(EGP)
- Networks within AS use Interior Gateway Protocol (GP
What is BGP-4?
Border Gateway porocol
-connects all Autonomous systems.
What is a Link State routing protocol?
announce and forward individual routes as they appear.
Describe OSPF.
Open shortest path first
- most commonly used IGP on the internet
- converges faster and is more efficient than RIP
- Uses Link state advertisements.
- cost is based on speed of link 100,000,000/bandwidth in bps.
- routers assigned an Area ID
- Designater Router: relays info to all other routers
- supports authentication
- initially did not have support for IPv6
Describe IS-IS.
Intermediate system to intermediate system
- worked with IPv6 from the start
- link state dynamic routing protocol