For week 12, we have learned about RIPv1 and RIPv2. It is said that internet is divided into autonomous system wherein routing is referred to Intradomain routing (inside an autonomous system) and Interdomain routing (between autonomous system). 3 popular routing protocols:
- Routing Information Protocol (RIP)
- Open Shortest Path First (OSPF)
- Border Gateway Protocol (BGP)
To fully understand distance vector routing, you just need to follow the following: initialization, sharing and updating. Common problem about distance vector routing is instability or two-node loop instability. But it has solution to solve the problem which is defining infinity, split horizon and split horizon and poison reverse. There's a lot of things that we have discussed but I can't compressed everything here. But one thing's for sure, we have learned a lot from it.