PLEASE MATCH YOUR ASSIGNMENT QUESTIONS ACCORDING TO YOUR SESSION
IGNOU BCSL-56 (July 2024 – January 2025) Assignment Questions
Q1 (a): Write and execute a TCP client and a server program in C-language to perform the following tasks:
The TCP client program sends two strings to the TCP server program to find length of these to strings and return the sum of lenghts of these two strings. Also the TCP server program sends the concatenated strings to the client.
(b) Run the following Linux commands on your machine and show the output:
cat
sort
ping
more
df-h
tail – f
Q2. (a) Configure and test the Telnet server in Linux.
(b) Configure the DHCP server on the Linux operating system. Write all the steps involved in configuration. Sort each column of the table and show the result.
IGNOU BCSL-56 (July 2023 – January 2024) Assignment Questions
Q1. (a) Write a UDP client and UDP server program in C language on Unix/Linux, where client program interact with the Server as given below:
1. The client will send a string to the client.
2. Server program send an acknowledgement for receiving the string.
3. Sever program will find the length of the sting and send it to respective client.
4. Client will send the acknowledgement for receiving the response to the server.
Q1. (b) Write the steps to install network monitor application on Unix/Linux. Demonstrate the use of capture filter and display filter with the help of examples for each.
Q2. (a) Run the following Linux commands on your machine and show the output:
- cat
- sort
- ping
- more
Q2. (b) Configure the DHCP server on the Linux operating system. Write all the steps and also, sort each column of the table and show the result.