2.1 Explain characteristics of routing technologies. Flashcards
1
Q
What is static routing?
A
- Administratively defined the routes (manually)
- Easy to configure and manage on smaller networks
- More secure: no routing protocols to analyze.
2
Q
What is BGP?
A
- Border Gateway Protocol
- This is an exterior gateway protocol
- “Three Napkins Protocol”
- Used around the world for internet routing.
3
Q
What is EIGRP?
A
- Enhanced Interior Gateway Routing Protocol
- Its primary job is to cleanly manage the topology changes within your network.
- Partly proprietary to Cisco
- Commonly used on internal Cisco-routed networks
- Relatively easy to enable and use
4
Q
What is OSPF?
A
- Open Shortest Path First
- Used with a single autonomous system (AS)
- It is available on routers from many different manufacturers
- Routing is based on the connectivity between manufacturers
- Each link has a “cost” (low cost and fastest path wins).
5
Q
What (3) things effect routine selection?
A
- Administrative Distance
- Prefix Length
- Metric
6
Q
What is administrative distance?
A
- Used by the router to determine which routing protocol has priority.
- The lower the distance, the better the route.
7
Q
What is prefix length?
A
- Most specific route “wins”
- Routes are more specific as the prefix increases.
8
Q
What is metric with regards to route selection?
A
- Each routing protocol has its own way of calculating the best rout (BGP, OSPF, EIGRP)
- Values are assigned by the routing protocol
9
Q
What is NAT?
A
- Network Address Translation
- RFC1918 give description of difference between public IP and private IP addresses.
10
Q
What is PAT?
A
- Port Address Translation
- More efficient version of NAT that allows multiple users on a network to use public-facing IP address during the translation process.
11
Q
What is FHRP?
A
- First Hop Redundancy Protocol
- Your computer is configured with a single default gateway
- We need a way to provide uptime if the default gateway fails.
12
Q
What is VIP?
A
- Virtual IP
- If a router disappears, another one takes its place and data continues to flow.
13
Q
What is a subinterface?
A
- a device has a physical interface
- You are able to configure options for each interface
- An example would be a VLAN in a trunk.
14
Q
What is dynamic routing?
A
- Routers send routes to other routers
- Routing tables are updated in (almost) real-time
- No manual route calculations or management
- Very scalable