0% found this document useful (0 votes)
8 views

CNC LabProgram List-1

Cnc

Uploaded by

varun
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views

CNC LabProgram List-1

Cnc

Uploaded by

varun
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

PART-A (Experiments using NS-2)

1. Simulate a three nodes point-to-point network with duplex links between them. Set the queue
size, vary the bandwidth and find the number of packets dropped.
2. Simulate a four node point-to-point network, and connect the links as follows: n0-n2, n1-n2 and
n2-n3. Apply TCP agent between n0-n3 and UDP n1-n3. Apply relevant applications over TCP
and UDP agents changing the parameter and determine the number of packets by TCP/UDP and
analyse the throughput.
3. Simulate an Ethernet LAN using N-nodes (6-10), change data rate and compare the throughput.
4. Simulate an Ethernet LAN using N nodes and set multiple traffic nodes and determine collision
across different nodes, also plot congestion window for different source/destination.

PART-B (Experiments using C/C++/Python)


1. Program to implement Bit Stuffing or Byte Stuffing concept in data link layer
2. Write a program for error detecting code using CRC-CCITT (16-bits).
3. Write a program for frame sorting technique used in buffers.
4. Write a program for distance vector algorithm to find suitable path for transmission.
5. Using TCP/IP sockets, write a client-server program to make client sending the file name and the
server to send back the contents of the requested file if present.
6. Using UDP SOCKETS, write a client-server program to make the client sending two numbers and
an operator, and server responding with the result. Display the result and appropriate messages
for invalid inputs at the client side.

You might also like