Question: Please help complete this for me CPSC 4 3 1 7 Computer Networks Group Project Due: 1 0 : 0 0 am , Dec. 2
Please help complete this for me
CPSC Computer Networks
Group Project
Due: :am Dec. Monday
This is a group project. Each group may have up to students.
Students will create a network simulation that allows multiple nodes routers to communicate with each other and update their routing tables dynamically based on the OSPF routing protocol.
You can use C C Java, or Python to complete this project.
Project Description:
Assume that each node has gathered all the link information within the network and constructed a graph representing the following network:
Step :
Each node then uses the Dijkstra algorithm to compute a data forwarding table, which includes:
Destination Node ID
Next hop Node ID
Metric cost
Please print out the forwarding table of each node.
Step :
Assume that data packet P is sent from node A to node F Please print the path, detailing the list of nodes that P has traversed.
Step : Now, suppose the link between nodes B and C is broken. Each node detects this link
failure and updates its forwarding table to reflect the change.
Please print out the forwarding table of each node.
Step :
Assume that data packet P is sent from node A to node F Please print the path, showing the list
of nodes that P has traversed.
Deliverables:
Final Report:
A cover page with the project title and group member names;
Briefly explain how your project is implemented.
Screenshots: you may include some screenshots when you run your project;
Please submit the source program via BlackBoard;
Note: Each group just needs to submit one Lab report. All students in the same group will
receive the same grade
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
