aboutsummaryrefslogtreecommitdiff
path: root/readme.txt
blob: 66b08b063ac8e22a13614c8153722b2f73c41523 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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
    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