mirror of
https://github.com/avinal/sixth-semester.git
synced 2026-01-10 07:08:34 +05:30
1.1 KiB
1.1 KiB
LAB 6 - Computer Networks
Files
| File Name | Description |
|---|---|
| first.cc | Point to Point UDP Network Simulation |
| output.log | Simulation Output |
| point-to-point.png | Simulation Output Image |
Question(s)
Peform the following modifications on the first.cc ns3 script:
- Set the Data rate of the point to point channel to 200Mbps
- Set the Transmission Delay of the channel to 5ms
- Change the base address of the point to point network to 172.16.1.0
- Start the UDP server at 2 seconds into the start of the simulation
- Stop the UDP server after 25 seconds into the simulation
- Set the UDP packets interval from client to server as 1.5 sec.
- Set the number of packets transmitted from client to server equal to 10
- Set the UDP packet size sent from client to server as 2048 bytes.
- Start the UDP client at 2 seconds into the start of the simulation
- Stop the UDP client after 25 seconds into the simulation
Output
Student Details
- Name: Avinal Kumar
- Roll: 185067
- Branch: CSE
- Date: 26 March 2021
