IP Routing (Lesson 1) Flashcards
is an umbrella term for the set of protocols that determine the path that data follows in order to travel across multiple networks from its source to its destination.
IP Routing
NAT stands for…?
Network Address Translation
It’s a way to map multiple private addresses inside a local network to a public IP address before transferring the information onto the internet.
NAT Network Address Translation
NAT Types (5)
- Static NAT
- Dynamic NAT
- Port Address Translation (PAT)
- Routing Information Protocol (RIP)
- Interior Gateway Routing Protocol (IGRP)
When the local address is converted to a public one, this NAT chooses the same one.
A consistent public IP address associated with that router or NAT device.
Static NAT
Instead of choosing the same IP address every time, this NAT goes through a pool of public IP addresses.
Getting a different address each time the router translates the local address to a public address.
Dynamic NAT
It’s a type of dynamic NAT, but it bands several local IP addresses to a singular public one.
Port Address Network (PAT)
is a distance-vector routing protocol.
Routers running the distance-vector protocol send all or a portion of their routing tables in routing-update messages to their neighbors.
Routing Information Protocol (RIP)
isa distance vector interior gateway protocol developed by Cisco.
It is used by routers to exchange routing data within an autonomous system.
Interior Gateway Routing Protocol (IGRP)
____ is short for Francisco.
Cisco
____ and ____ Founded the Cisco Company
Leonard Bosack and Sandy Lerner
founded in 1984
Features of RIP (4)
(Possible Question? idk)
- Updates of the network are exchanged periodically.
- Updates are always broadcasting
- Full routing tables are sent in updates.
- Routers always trust routing information received from neighbor routers.
Cisco Packet Tracer Basic Commands (8)
- enable
- configure terminal
- interface interface_name
- hostname hostname
- ip address IP_ADDRESS SUBNET_MASK
- no shutdown
- exit
- end
Basic Router Troubleshooting Commands (6)
- show running_config
- show interfaces
- show ip_route
- ping IP_ADDRESS
- traceroute IP_ADDRESS
- debug command
This command is used to enter enable mode.
enable
duh