0
7.5kviews
Compare Intra and inter domain Routing
1 Answer
| written 6.4 years ago by |
| S.NO | Intradomain Routing | Interdomain Routing |
|---|---|---|
| 1 | Routing algorithm works only within domains. | Routing algorithm works within and between domains. |
| 2 | It need to know only about other routers within their domain. | It need to know only about other routers within and between their domain. |
| 3 | Protocols used in intradomain routing are known as Interior-gateway protocols. | Protocols used in interdomain routing are known as Exterior-gateway protocols. |
| 4 | In this Routing, routing takes place within an autonomous network. | In this Routing, routing takes place between the autonomous networks. |
| 5 | Intradomain routing protocols ignores the internet outside the AS(autonomous system). | Interdomain routing protocol assumes that the internet contains the collection of interconnected AS(autonomous systems). |
| 6 | Some Popular Protocols of this routing are RIP(resource information protocol) and OSPF(open shortest path first). | Popular Protocols of this routing is BGP(Border Gateway Protocol) used to connect two or more AS(autonomous system). |