dolan part 2 test 3 Flashcards
routers
- packets
- network layer
- responsible for forwarding packets between computer networks
broadcast domains
- router = separate broadcast domains
- Every port on a router should be considered** its own broadcast domain** at face value.
- switchports on a switch can be assigned membership to smaller broadcast domains based on VLAN assignment.
- a router can route between broadcast domains. layer 2 switch can’t
IP routing
routers make determinations on where to route packets based off the Routing Table inside router.
- router receive packet ->look destination IP address in header of packet -> compare to routing table -> make forwarding decision
If router is unable to locate destination = routing table discard the received packet.
- If router matches destination IP address with a matching network contained in the routing table, it will forward the packet
common routes in routing tables
- Directly Connected Routes – computer networks- are physically connected to the router.
- Static Routes –** configured directly **that tell a router how to route to a destination computer network.
- Dynamic Routes – learned + populated in the routing table without direct administrator input in the form of a static route.
- utilizes a Routing Protocol to find and update routing tables on a router.
default gateway
for any com between nodes =
- valid host IP address, subnet mask, and a valid Default-Gateway
- the first layer 3 interface that a host will reach; in other words, this is the* first port on the router that the host can reach on its computer network***
autonomous systems
- computer networks = administration/routing strategy
- assigned a number by IANA which is used for a routing protocol
routed protocols
- assist application in getting data transferred at the network layer
- provides address for a packet to be sent on a computer network.
IPv4 or IPv6 that get affixed to the header of a packet as a destination and source address
Autonomous System Router Designation
- The role a router is fulfilling within an autonomous system
Autonomous System Routers (ASR)
Routers that fall within an autonomous system
- running routing protocols that handle routing internal to the autonomous system it belongs to
Autonomous System Border Routers (ASBR)
Routers that fall on the border between one autonomous system and another system
-responsible for running routing protocols that handle routing going between the autonomous system that it belongs to and other autonomous systems
routing protocols
- assist router w communicating w neighboring routers to update/share their routing tables dynamically
- which path it needs to use from its routing table when forwarding a packet to a destination node
routing protocols categories
Interior Routing Protocols
- routing inside of autonomous system or computer network.
Exterior Routing Protocols
– routing between an autonomous system or computer network and another autonomous system or computer network.
administrative distance
- select best path when there are two or more different routes to the same destination from two different routing protocols
reliability of routing protocol= prioritized most to least reliable (believable)
- has only local significance, and is not advertised in routing updates.
metric
- measure used to decide which route is better (lower number is better)
EX. RIP =hop counts —- OSPF= cost.
classful routing protocol
- will not support advertising networks using VLSM.
- will only advertise networks based off IPv4 address
classless routing protocol
will support advertising networks using VLSM
distance vector routing protocols
best available path to a network based on distance (hops)
RIP aka RIPv1(routing information protocol) old + max hop count is 15
- advertisements contain info router’s routing table
RIPv2
- better functionality by providing the capability for classless routing
- use multicasts for routing advertisements instead of broadcasts that are used in RIPv1
- multicasts sent RIPv2 routers every 30 seconds
link state routing protocols
routers will build topology of network + use to build routing table
Open Shortest Path First (OSPF). OSPF -used on mid to large sized computer networks. classless and interior routing protocol
calculate shortest route to a destination computer network through its routing algorithm
factors bandwidth, load, and delay to assign a Cost to an interface
Cost is the metric used by OSPF
Hybrid routing protocols
combine both distance vector and link state routing protocols
EIGRP aka Advanced Distance Vector
originally was Cisco now= vendor neutral routing protocol
- classless + interior routing protocol
- will support VLSM
- not limited to class of address when building a shared routing table amongst participating routers
considers bandwidth, load, total delay, reliability, frame sizes, and hop count
path vector routing protocols
maintain path information and attempt to avoid routing loops both inside and between autonomous systems
BGP used by ISP and large organizations for routing between autonomous systems. both an interior and exterior routing protocol
depending on BGP’s application to a computer network
Interior Border Gateway Protocol (iBGP) – internal routing protocol on an ASR inside of an computer network or autonomous system.
Exterior Border Gateway Protocol (eBGP) – external routing protocol on an ASBR for routing between one autonomous system to another autonomous system.
Inter-Vlan routing
a router facilitating communication between one VLAN to another VLAN
more localized to an individual computer network versus WAN routing that happens between autonomous systems
mulitple VLANS = individual subnet created for each VLAN
Defense Information Systems Agency (DISA)
requires printers to be assigned to a VLAN that is different from VLANs that are used for normal user traffic
Sub-interfaces
- allow single physical port on router to have multiple logical address assigned to it to act as default-gateways for multiple VLANs (i.e. subnets) on a computer network.
- accomplished by subdividing the router’s physical port into multiple logical interfaces.
Switch Virtual Interfaces (SVIs)
- layer 3 interfaces created on switch+functionality to switch it is configured
- allows logical address to be assigned to switch= receive packets with destination.
aka Routed VLAN Interfaces (RVIs).
remote management of switch using Telnet or SSH.