In this post, we are going to see how to define and design a p2p network between two wired nodes with a decent bandwidth and delay. Here is the problem statement. NS3 will be used to simulate the network Tools required: NS3 Tracemetrics (for measuring throughput) NetAnim (for Animation) Gnuplot (for plotting the characteristics) Complete Instructions are available in the video Problem Statement: Design two wired nodes that can connect to each other through a point-to-point network that handles a data rate of 50mbps and a delay of 5ms. The first node acts as a server and the second node acts as a client and they exchange at least 10 packets in a total simulation time of 20 seconds. The maximum packet size is 1024 bytes and 512 bytes. Plot the throughput of each node for the above packet sizes. (Use any charting solution you are comfortable with). NS3 already had this file in the name as first.cc which is located at ~ns-3.38/examples/tutorial/ Copy the above file...
Its all about Network Simulations (NS2, NS3), Internet of Things, Sensor Networks, Programming, Embedded Systems, Cyber Physical Systems, etc