In this assignment, you will be writing an implementation of the Distance Vector routing protocol. You will
be required to implement the algorithm in its basic form, and then with poisoned reverse to improve the
5/19/2020 Practical 3 (COVID-19 Modified Assessment): Routing Algorithm Implementation Assignment
https://myuni.adelaide.edu.au/courses/55529/assignments/158776 2/10
performance of the protocol. You will be required to demonstrate that your programs can correctly
determine the routing paths for a network.
You will find a more detailed description of the Distance Vector algorithm in the course notes and in
section 5.2.2 of Kurose and Ross, Computer Networking, 7th Edition.
The post Writing an implementation of Distance Vector routing appeared first on My Assignment Online.