aboutsummaryrefslogtreecommitdiff
path: root/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt26
1 files changed, 23 insertions, 3 deletions
diff --git a/readme.txt b/readme.txt
index 6aabaaf..5caeacf 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,5 +1,7 @@
118CS54 - network programming and security 118CS54 - network programming and security
2------------------------------------------------------------ 2============================================================
3
4
3Q1: Write a networking program consisting of a client and 5Q1: Write a networking program consisting of a client and
4 server components. The client must request for a file by 6 server components. The client must request for a file by
5 providing a file name, and the server must respond with the 7 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
9 11
10A1: https://u.peppe.rs/qt.png 12A1: https://u.peppe.rs/qt.png
11 13
14------------------------------------------------------------
15
16Q2: Write a program to illustrate the function of
17 Distance-Vector routing using Bellman-Ford algorithm. Handle
18 the situation where negative edges are present.
19
20A2: https://u.peppe.rs/LS.png
21 https://u.peppe.rs/ep.png
22
23------------------------------------------------------------
24
25Q3: Write a program to showcase
26 a) Checksum - error detection
27 b) Hamming code - error detection and correction
28
29A3: https://u.peppe.rs/qQ.png
30 https://u.peppe.rs/qr.png
12 31
13------------------------------------------------------------ 32------------------------------------------------------------
33
14Q6: Write a networking program to demonstrate the following: 34Q6: Write a networking program to demonstrate the following:
15 a) Concurrent TCP server 35 a) Concurrent TCP server
16 b) Iterative TCP server 36 b) Iterative TCP server
@@ -20,8 +40,8 @@ A6: a) https://u.peppe.rs/E3.png
20 b) https://u.peppe.rs/VA.png 40 b) https://u.peppe.rs/VA.png
21 c) https://u.peppe.rs/ei.png 41 c) https://u.peppe.rs/ei.png
22 42
23
24------------------------------------------------------------ 43------------------------------------------------------------
44
25Q7: Write a networking program that recieves a shell command 45Q7: Write a networking program that recieves a shell command
26 from a client and returns the output of the command to the 46 from a client and returns the output of the command to the
27 client. 47 client.
@@ -29,5 +49,5 @@ Q7: Write a networking program that recieves a shell command
29A7: https://u.peppe.rs/QD.png 49A7: https://u.peppe.rs/QD.png
30 50
31 51
32------------------------------------------------------------ 52============================================================
33mirror of git.peppe.rs/university/nps 53mirror of git.peppe.rs/university/nps