0% found this document useful (0 votes)
18 views1 page

BCS-061 (P)

This document outlines a computer applications exam containing two questions worth 10 marks each. The first question involves running IP configuration and ping commands in UNIX and documenting the output. The second question involves writing and running a client-server program in C on UNIX where the client sends a random number to the server, the server checks if it is prime and sends the status back, and the client prints the status.

Uploaded by

Spoorthi Sweet
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views1 page

BCS-061 (P)

This document outlines a computer applications exam containing two questions worth 10 marks each. The first question involves running IP configuration and ping commands in UNIX and documenting the output. The second question involves writing and running a client-server program in C on UNIX where the client sends a random number to the server, the server checks if it is prime and sends the status back, and the client prints the status.

Uploaded by

Spoorthi Sweet
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

SET - 4

Bachelor in Computer Applications Term-End Practical Examination June, 2011


BCS-061 (P) : TCP/IP PROGRAMMING
Time allowed : 2 hours

00765

Maximum Marks : 30 (Weightage : 15%) 10 marks are for

Note :

There are two compulsory questions, 10 marks each. viva-voce.

1.

RUN the following UNIX commands and write/show its output : (a) IP Config (b) Ping

2.

Write and run a client and a server program using C language in UNIX, with the 15 following specifications : ATCP client program will send a random number to the server. TCP server accept the number from that client and check whether this number is prime number or not. Server will send the status of the number to the client. The client will print the status of the number.

BCS-061 (P)/S4

4,000

You might also like