From e8186e657d51d9deedd171981d314933ed408db5 Mon Sep 17 00:00:00 2001 From: Akshay Date: Wed, 16 Dec 2020 16:05:10 +0530 Subject: add q3, q2, images --- readme.txt | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) (limited to 'readme.txt') diff --git a/readme.txt b/readme.txt index 6aabaaf..5caeacf 100644 --- a/readme.txt +++ b/readme.txt @@ -1,5 +1,7 @@ 18CS54 - network programming and security ------------------------------------------------------------- +============================================================ + + Q1: Write a networking program consisting of a client and server components. The client must request for a file by providing a file name, and the server must respond with the @@ -9,8 +11,26 @@ Q1: Write a networking program consisting of a client and A1: https://u.peppe.rs/qt.png +------------------------------------------------------------ + +Q2: Write a program to illustrate the function of + Distance-Vector routing using Bellman-Ford algorithm. Handle + the situation where negative edges are present. + +A2: https://u.peppe.rs/LS.png + https://u.peppe.rs/ep.png + +------------------------------------------------------------ + +Q3: Write a program to showcase + a) Checksum - error detection + b) Hamming code - error detection and correction + +A3: https://u.peppe.rs/qQ.png + https://u.peppe.rs/qr.png ------------------------------------------------------------ + Q6: Write a networking program to demonstrate the following: a) Concurrent TCP server b) Iterative TCP server @@ -20,8 +40,8 @@ A6: a) https://u.peppe.rs/E3.png b) https://u.peppe.rs/VA.png c) https://u.peppe.rs/ei.png - ------------------------------------------------------------ + Q7: Write a networking program that recieves a shell command from a client and returns the output of the command to the client. @@ -29,5 +49,5 @@ Q7: Write a networking program that recieves a shell command A7: https://u.peppe.rs/QD.png ------------------------------------------------------------- +============================================================ mirror of git.peppe.rs/university/nps -- cgit v1.2.3