Intra-Domain Vs Inter-Domain Routing
Duration: 4 min
This video lesson is available to enrolled students.
AI summary & chapters
AI Summary
An AI-generated summary of this video lecture.
This lecture introduces intra-domain and interdomain routing, explaining that large internets are divided into autonomous systems (AS) because one routing protocol cannot update all routers. An AS is defined as networks and routers under a single administration, with internal routing called intradomain routing. A diagram shows AS A, B, and C connected by interdomain links using BGP. The lecture then classifies routing protocols into intradomain (distance vector like RIP, link state like OSPF) and interdomain (path vector like BGP). It contrasts routing metrics: RIP uses hop counts treating networks as equal, while OSPF allows variable cost assignments.
Chapters
0:00 – 2:00 00:00-02:00
The video introduces intra-domain and interdomain routing. The slide titled 'Intra-domain and Interdomain Routing' explains that an internet is divided into autonomous systems (AS) because a single routing protocol cannot handle updating all routers. An AS is defined as 'a group of networks and routers under the authority of a single administration,' with internal routing called intradomain routing. A diagram illustrates multiple ASes (A, B, and C) connected by interdomain links using BGP routing. Red hand-drawn circles act as teaching cues, first enclosing AS C and later enclosing AS A and AS B. The legend identifies 'Interdomain link,' 'Intradomain link,' and 'Router.'
2:00 – 4:25 02:00-04:25
The lecture classifies routing protocols into intradomain and interdomain categories using a hierarchical diagram. The 'Intradomain' branch splits into 'Distance vector' (RIP) and 'Link state' (OSPF), while the 'Interdomain' branch links to 'Path vector' (BGP). Red arrows and checkmarks emphasize these nodes. The slide transitions to routing metrics, explaining that RIP uses hop counts treating all networks as equal, while OSPF allows for different cost assignments based on service requirements. The text contrasts how these protocols determine optimum pathways.
The lecture progresses from defining autonomous systems to classifying routing protocols. It establishes that internets are divided into ASes due to scalability limits of single routing protocols. The core distinction is between intradomain routing (within an AS) and interdomain routing (between ASes). The protocol classification tree maps RIP to distance vector, OSPF to link state, and BGP to path vector. The final segment contrasts metrics: RIP's hop count versus OSPF's variable cost, highlighting how different protocols evaluate path optimality. This provides a foundational framework for understanding routing protocol selection and behavior.