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