Routing Flashcards
Routing Table
Tells the router exactly where to send the packets
Command to see Routing Table
netstat -r
Metric
Cost of using a route
DOCSIS
Data over cable Service Interface Specification
ATM
Asynchronous Transfer mode
NAT
Network Address Translation
NAT Definition
Hides the ip addresses of computers on the the LAN but enable them to connect to the broader internet
PAT
Post Address Translation
PAT Definition
Uses port numbers to map traffic from specific machines in the network
SNAT
Static NAT maps a single routable IP address to a single machine.
DNAT
Dynamic NAT many computers can share a pool of routable IP addresses that number fewer than the computers
Hop
each time a packet goes through a router
Hop count
metric value for the number of routers a packet will pass through on its way to its destination network.
MTU
Maximum Transmission Unit, determines the largest frame a particular technology can handle
Distance Vector Routing
Uses total cost counting, and calculate the total cost to get to a particular network ID and compare that cost to the total cost of all the other routes to get to the same location.
RIPv1
Routing Information Protocol A form of distance vector routing.
Maxiumum Hop Count: 15
Update interval: 30 seconds
VLSM
Variable Length Subnet Masking, where networks connected through the router use different subnets masks.
RIPv2
VLSM and authentication are both added.
ASN
Autonomous system number
EGP
Exterior Gateway Protocol
BGP
Border Gateway Protocol, connects all Autonomous systems, Current version is BGP-4
Route Aggregation
A way to simplify routing tables into manageable levels
Link State dynamic Routing protocol
announce and forward individual route changes as they appeared
2 Kinds of Link State
OSPF and IS-IS
OSPF
Open Shortest Path First, used inside Autonomous systems, when first connected will send Hello packets to see other OSPF devices.
LSA
Link State Advertisement, information about routers and network that are sourced by each router and are flooded from router to router in each OSPF area
IS-IS
Intermediate system to Intermediate System, uses concept of areas and send only updates to routing tables. Link State Dynamic routing protocol that supporting IPv6 from start.
EIGRP
Enhanced Interior Gateway Routing Protocol, proprietary to cisco and is an Advanced distance vector protocol
Route Redistribution
When a router takes routes it has learned by one method and announces these routes over another protocol.
Yost Cable/Rollover cable
The serial cable you can connect to a cisco router using
NMS
Network Management Software
Traceroute tool
Command: tracert Records a route between any two hosts on a network and returns information about every router between them.