From 67c43bcc76ff00ddcdf012754a2a95346d14d15e Mon Sep 17 00:00:00 2001 From: Akshay Date: Wed, 4 Nov 2020 19:26:23 +0530 Subject: docs --- readme.txt | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/readme.txt b/readme.txt index b2bfdcb..66b08b0 100644 --- a/readme.txt +++ b/readme.txt @@ -1,17 +1,25 @@ 18CS54 - network programming and security ------------------------------------------ - -Contents: +------------------------------------------------------------ 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 -contents of the file or an appropriate error message. Bonus: -Modify the client to accept the filname via a command line -argument. + server components. The client must request for a file by + providing a file name, and the server must respond with the + contents of the file or an appropriate error message. + Modify the client to accept the filname via a command line + argument. A1: https://u.peppe.rs/qt.png +------------------------------------------------------------ + +Q6: Write a networking program to demonstrate the following: + a) Concurrent TCP server + b) Iterative TCP server + c) Connectionless UDP server + +A6: a) https://u.peppe.rs/E3.png + b) https://u.peppe.rs/VA.png + c) https://u.peppe.rs/ei.png -------------------------------------- +------------------------------------------------------------ mirror of git.peppe.rs/university/nps -- cgit v1.2.3