aboutsummaryrefslogtreecommitdiff
path: root/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt12
1 files changed, 10 insertions, 2 deletions
diff --git a/readme.txt b/readme.txt
index 66b08b0..6aabaaf 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,6 +1,5 @@
118CS54 - network programming and security 118CS54 - network programming and security
2------------------------------------------------------------ 2------------------------------------------------------------
3
4Q1: Write a networking program consisting of a client and 3Q1: Write a networking program consisting of a client and
5 server components. The client must request for a file by 4 server components. The client must request for a file by
6 providing a file name, and the server must respond with the 5 providing a file name, and the server must respond with the
@@ -10,8 +9,8 @@ Q1: Write a networking program consisting of a client and
10 9
11A1: https://u.peppe.rs/qt.png 10A1: https://u.peppe.rs/qt.png
12 11
13------------------------------------------------------------
14 12
13------------------------------------------------------------
15Q6: Write a networking program to demonstrate the following: 14Q6: Write a networking program to demonstrate the following:
16 a) Concurrent TCP server 15 a) Concurrent TCP server
17 b) Iterative TCP server 16 b) Iterative TCP server
@@ -21,5 +20,14 @@ A6: a) https://u.peppe.rs/E3.png
21 b) https://u.peppe.rs/VA.png 20 b) https://u.peppe.rs/VA.png
22 c) https://u.peppe.rs/ei.png 21 c) https://u.peppe.rs/ei.png
23 22
23
24------------------------------------------------------------
25Q7: Write a networking program that recieves a shell command
26 from a client and returns the output of the command to the
27 client.
28
29A7: https://u.peppe.rs/QD.png
30
31
24------------------------------------------------------------ 32------------------------------------------------------------
25mirror of git.peppe.rs/university/nps 33mirror of git.peppe.rs/university/nps