Ec2356 CN Lab Set3

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

www.Vidyarthiplus.

com

ANNA UNIVERSITY: CHENNAI – 600 025


B.E/B.Tech DEGREE EXAMINATIONS, April/ May- 2014

B.E Electronics and Communication Engineering


SEMESTER:6 (R-2008)

EC2356: Computer Networks Lab


Time : 3 Hrs Max Marks : 100

1. A) Demonstrate file transfer from PC to another PC through parallel port. Write


the procedure clearly. (50)

B) Simulate RSA encryption algorithm for a message with 6 characters. (50)

2. A) Demonstrate file transfer from PC to another PC through serial port. Write the
procedure clearly. (50)

B) Simulate RSA decryption for a message with 6 characters. (50)

3. Create a scenario to analyze the performance of Ethernet LAN protocol through


simulation in the following situations. (100)
i) Select 3 nodes and carry out data transfer between them with
different packet sizes, different maximum back off time and
different error generation.
ii) Select 4 nodes and carry out data transfer between them and
analyze the result when the data transfer is going on. Disconnect
one node and observe and record.
iii) Select 4 nodes and carry out data transfer between them and Stop
the simulation, analyze the result, reset the setup, analyze and
record.

www.Vidyarthiplus.com
www.Vidyarthiplus.com

4. Create a scenario to analyze the performance of token ring protocol through


simulation. Analyze and record the behavior of the system when data is
transferred from one node to another, by changing the token hold on time and
token priority. Disconnect a node temporarily and connect the same into the
system and record the performance of the system. (100)

5. Create a scenario to analyze the performance of token bus protocol through


simulation. Analyze and record the behavior of the system when data is
transferred from one node to another, by changing the token hold on time and
token priority. Disconnect a node temporarily and connect the same into the
system and record the performance of the system. (100)

6. Create a scenario to analyze the performance of wireless LAN protocol. Assume


the necessary parameters. (100)

7. Create a scenario to analyze the performance of CSMA/CA protocol. Assume the


necessary parameters. (100)

8. Create a scenario to analyze the performance of CSMA/CD protocol. Assume the


necessary parameters. (100)

9. Transfer a file from sender to receiver. Implement stop and wait protocol and
record its performance for the following parameters (100)
Packet Size 1024 B
RTT 100ms
Loss rate 10%
Retransmission time out 200ms
Send the same file by changing the packet size to 2048 bytes. Compare the
results.

www.Vidyarthiplus.com
www.Vidyarthiplus.com

10. Simulate selective ARQ protocol and record its performance for the following
parameters (100)

Packet Size 1024 B


RTT 100ms
Loss rate 10%
Retransmission time out 200ms
Send the same file by changing the packet size to 2048 bytes. Compare the
results. Record the results when packet error has occurred.

11. Simulate selective ARQ protocol and record its performance for the following
parameters (100)

Packet Size 1024 B


RTT 100ms
Loss rate 10%
Retransmission time out 200ms
Send the same file by changing the loss rate to 5%. Compare the results. Record
the results when packet error has occurred.

12. Simulate selective ARQ protocol and record its performance for the following
parameters (100)

Packet Size 1024 B


RTT 100ms
Loss rate 10%
Retransmission time out 200ms
Reduce the bandwidth and increase the window size to record the congestion
packet drop.

www.Vidyarthiplus.com
www.Vidyarthiplus.com

13. Simulate Go Back N ARQ protocol and record its performance for the following
parameters (100)

Packet Size 1024 B


RTT 100ms
Loss rate 10%
Retransmission time out 200ms
Window size 2000Kb
Bandwidth 5 packets

Send the same file by changing the packet size to 2048 bytes. Compare the
results. Record the results when packet error has occurred.

14. Simulate Go Back N ARQ protocol and record its performance for the following
parameters (100)

Packet Size 1024 B


RTT 100ms
Loss rate 10%
Retransmission time out 200ms
Window size 2000Kb
Bandwidth 5 packets
Reduce the bandwidth and increase the window size to record the congestion
packet drop.

15. Simulate Go Back N ARQ protocol and record its performance for the following
parameters (100)

Packet Size 1024 B


RTT 100ms
Loss rate 10%
Retransmission time out 200ms
Window size 2000Kb
Bandwidth 5 packets

Change the loss rate and compare the results.

www.Vidyarthiplus.com
www.Vidyarthiplus.com

16. Implement distance vector routing algorithm by selecting atleast 5 routers. (100)

17. Implement link state algorithm by having atleast 5 routers. (100)

18. Develop a program to implement RSA encryption and decryption of any message
containing alphabets only. (100)

19. Develop a program to implement RSA encryption and decryption of any message
containing alphabets and numbers only. (100)

20. Demonstrate transfer of files from PC to PC using windows socket processing.


(100)

21. Demonstrate transfer of files from PC to PC using Unix socket processing. (100)

Marks Split Up

Aim & Source code Results Viva Total


Algorithm compilation
25 40 25 10 100

www.Vidyarthiplus.com

You might also like