Anonomous systems Flashcards
why AS?
to group routers into regions so that each region can control their own domain routing policies and such
inter vs intra domain
Inter:
- routing between ASes
- more conserned with the routing polices
Intra:
- routing within a AS
- single policy
- more concerned with performance
Stub
- AS that is only connected to 1 other AS
- usually for end users or customers
multihomed
- AS that is connected to more than 1 other AS
transit
- a multihomed that allows traffic to transit through
non-transit
- a multihomed that does not allow transit traffic
what is BGP
- protocol that holds internet together
eBGP
- used in inter-domain routing
- updates from one AS to antoher
iBGP
- used in Intra-domain routing
- propagates updates within the AS
BGP session
2 BPG routers exchanging BGP messeges
BGP update
a path advertisment
what if a BGP router gets multiple paths to same dest?
chooses based on policy
what if a inner router can choose mult gateways to get to dest?
picks one with least intra-domain cost
BGP process
1) exchange BGP updates
2) clean the updates with policy
3) update local routing table
4) adverstise to others
routing vs forwarding
routing:
- control plane
- route from src to dest
forwarding:
- data plane
- from incoming interface to outgoing interface