aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-11-04 13:56:23 +0000
committerAkshay <[email protected]>2020-11-04 13:56:23 +0000
commit67c43bcc76ff00ddcdf012754a2a95346d14d15e (patch)
tree78e2455049bb4c829df37e1da8b7ae9501ba44b0
parent269f086e4dc82c620ad46565fe6dafeb895ceb5f (diff)
docs
-rw-r--r--readme.txt26
1 files 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 @@
118CS54 - network programming and security 118CS54 - network programming and security
2----------------------------------------- 2------------------------------------------------------------
3
4Contents:
5 3
6Q1: Write a networking program consisting of a client and 4Q1: Write a networking program consisting of a client and
7server components. The client must request for a file by 5 server components. The client must request for a file by
8providing a file name, and the server must respond with the 6 providing a file name, and the server must respond with the
9contents of the file or an appropriate error message. Bonus: 7 contents of the file or an appropriate error message.
10Modify the client to accept the filname via a command line 8 Modify the client to accept the filname via a command line
11argument. 9 argument.
12 10
13A1: https://u.peppe.rs/qt.png 11A1: https://u.peppe.rs/qt.png
14 12
13------------------------------------------------------------
14
15Q6: Write a networking program to demonstrate the following:
16 a) Concurrent TCP server
17 b) Iterative TCP server
18 c) Connectionless UDP server
19
20A6: a) https://u.peppe.rs/E3.png
21 b) https://u.peppe.rs/VA.png
22 c) https://u.peppe.rs/ei.png
15 23
16------------------------------------- 24------------------------------------------------------------
17mirror of git.peppe.rs/university/nps 25mirror of git.peppe.rs/university/nps