Chapter 7: Routing Flashcards
What happens when routing begins ?
Packets are received and stripped of layer 2 info to queue resulting IP packet
Routing table
Tells the router where to send the packets
Are there one to one correlations kf routes to ports ?
No
What do routers often know ?
More than one route to get packets to its destination
Directed broadcast
Broadcasting to the other computers on the same network ID
Limited broadcast
Will reach every node on the local network
Network address translation (NAT)
Hide the IP address or computers on the LAN, but enable communication with the broader internet
Is NAT a feature or is it routing ?
A feature in addition to the core capability of routing, but a separate technology
3 steps to setting up a TCP/IP and routing network
Get a pool of IP addresses
Assign addresses to computers and LAN on router
Assign ISPs IP address to WAN on router
What does NAT do with source IP addresses ?
Replace it with the source IP address of the outside router interface on outgoing packets
Most common form of NAT that handles one-to-many communication ?
Port address translation
Port address translation (PAT)
Uses port numbers to map traffic from specific machines in the network
What does a router record when initiating a session with an outside computer ?
Source and destination addresses
Port numbers
Mapping internal and translated IP addresses and port numbers enable what ?
Perfect tracking of packets going out and in
Dynamic NAT (pooled NAT)
Many computers can share a pool of routable IP addresses that number fewer than the computers
Does PAT work for incoming communication ?
No
Static NAT
Maps a single routable IP address to a single machine (not private IP adress)
What does static NAT apply permanently ?
IP address on one-to-one basis with a computer on the network
Port forwarding
Designated a specific local address for various network services
Dynamic routing
Update routes to accommodate conditions
Distance that routers can still talk
Two hops or more away
3 distinct routing protocols
Distance vector
Link state
Hybrid
Hop count
Number of routers a packet will go through on its way to its destination
Delay
Issues that occur to slow down network connection between routers
Cost
Desirability of that particular route
(Lower bandwidth, higher cost)
Is a one hop route always a metric of 1?
No, metrics also reflect the speed
Distance vector
Routing protocols that transfer the entire routing table to other routers on the WAN to choose the route with the lowest metric
What do routers with distance vector protocols do at a defined time interval ?
Send out updated routing tables to each other
What happens after finding multiple routes ?
Delete all routes, but the route with the lowest metric
Convergence
The updating of routing tables of all routers has been completed
RIPv1
Earliest distance vector routing protocol
What were RIPv1 capabilities and cons ?
Max of 15 hop count
No VLSM or authentication
Update every 30 sec (network overload)
RIPv2
Supports VLSM, authentication, broadcast to multicast, and from 30 sec to 90 sec