Tutorial 5 Flashcards
What are the properties of a centralized routing algorithm and give an example
- Done between source and destination
- Complete knowledge of global network
Example: Open Shortest Path First (OSPF) which has complete map constructed by each router
What are the properties of a decentralized/distributed routing algorithm and give an example
- Done by routers in a more local manner
- Only neighbours are known
Example: Border gateway protocol (BGP) now maintains cost estimates
What is meant by an area in an OSPF autonomous system?
System divides its hierarchy into an area consisting of routers that help in broadcasting the link state to the other routers in the same area.
Why introduce the concept on an area?
The area will be responsible for routing traffic between other areas of the system.
Uncontrolled flooding properties
- A node may receive multiple copies of the same packet
- A node may forward multiple copied of a packet over the same outgoing link
Controlled Flooding properties
- A node may receive multiple copies of the same packet
-A node MAY NOT forward multiple copies of a packet over the same outgoing link
Spanning tree broadcast properties
- A node MAY NOT receive multiple copies of the same packet
- A node MAY NOT forward multiple copies of a packet over the same outgoing link