Answered step by step
Verified Expert Solution
Question
1 Approved Answer
ectives: 1 . Become familiar with NS - 3 as a powerful network simulation tool 2 . Understand the first.cc and second.cc tutorial examples of
ectives: Become familiar with NS as a powerful network simulation tool Understand the first.cc and second.cc tutorial examples of NS Learn NS Topology Helpers Simulate a computer network and evaluate its performance in terms of differentperformance metricsRequirements: Students must review the tutorial material slides Chapter of the NStutorialdocument that is available on Moodle under the NS folder. Important Note: the NStutorial document uses the command ns to run simulations while we mentionedin the tutorial class that we should use waf Therefore, all instructions and commandsin NStutorial should work perfectly for you except that you should use wafinstead of ns Students must work in groups of three same team that is working on the term paper Based on your understanding of the code in first.cc and second.cc create the followingnetwork topology: Laptops in the CSMA LAN may send traffic to one or more of the workstations on theEthernet LAN. The pattern of the traffic can follow any of the supported patterns in NS Your code should take into consideration collecting important performance metrics likeendtoend delay, throughput, and efficiency. These metrics should be printed on thescreen at the end of your simulation In order for the Router to handle the routing task, you will need to add the following lineof code at the end of your program just before the line Simulator::Run ;:IpvGlobalRoutingHelper::PopulateRoutingTables ;Deliverables: This assignment is worth of the overall course grade divided as follows:o Source code worth : each team must submit the source code. The code file musthave the names of the team members at the top as comments in the following format:# Student Name: Student ID: # Student Name: Student ID: # Student Name: Student ID: o The source code must be submitted as a PDF file via Moodle by Thursday, May at pmo Demo worth : each team must demo their simulation in the lab. Demos will beconducted starting from the week of May
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started