Throughout the course students study computer networking communication protocols, and in this project will implement a foundational protocol in Python. A key learning outcome is how to code a distributed algorithm with formal communication rules that enables network nodes to build up a global picture of the network topology using only local message passing. The Spanning Tree Protocol solves the problem of providing redundancy and resilience in a computer network while avoiding infinitely looping communications and broadcast storms.
Please review all files in zip. This assignment uses gradescope.
Requirements: Complete

Leave a Reply
You must be logged in to post a comment.