0% found this document useful (0 votes)
26 views2 pages

Scheme of Evaluation Part - A Answer All Questions

The document outlines a scheme of evaluation for a networking exam that covers socket programming concepts. It is divided into two parts. Part A contains 10 short answer questions testing basic concepts like socket types, TCP/UDP/IP definitions, IPv4 address structure, socket functions, byte ordering, and server definitions. Part B contains longer answer questions choosing between topics on TCP/IP protocols, address structures, socket functions, or byte ordering functions. Students must answer all questions in each part for full credit.

Uploaded by

excitekarthik
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views2 pages

Scheme of Evaluation Part - A Answer All Questions

The document outlines a scheme of evaluation for a networking exam that covers socket programming concepts. It is divided into two parts. Part A contains 10 short answer questions testing basic concepts like socket types, TCP/UDP/IP definitions, IPv4 address structure, socket functions, byte ordering, and server definitions. Part B contains longer answer questions choosing between topics on TCP/IP protocols, address structures, socket functions, or byte ordering functions. Students must answer all questions in each part for full credit.

Uploaded by

excitekarthik
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

SCHEME OF EVALUATION

PART – A

Answer all questions

1. Define socket and list out its types.


Definition of Socket = 1 mark
List of socket types = 1 mark
2. Define TCP, UDP and IP.
Definition of TCP = ½ mark
Definition of UDP = ½ mark
Definition of IP = 1 mark
3. Define the three states of TCP connection establishment and termination.
TCP establishment & termination(diagrams or explanation) = 2 mark
4. Explain IPv4 address structure.
IPv4 Address Structure(Program) = 2 mark
5. What are the four functions to pass socket address structure from kernel to the
process?
List out the four functions(kernel-process) = 2 mark
6. What are elementary socket functions?
Five types of functions = 2 mark
7. What are the 2 ways to store 2 bytes in memory?
2 types(little & big endian) = 2 mark
8. Write the syntax of bind and connect function
Syntax of bind = 1 mark
Syntax of connect = 1 mark
9. Write a program to return the address family of socket
Program to return address of socket = 2 mark
10. Define server? What are the types of server?
Definition of Server = 1 mark
Types of server = 1 mark
PART – B

Answer all questions

11. Explain in detail about TCP/IP protocols for internetworking and management.
Big picture = 4½ mark
TCP establishment & termination = 2 mark
Port numbers & Concurrent servers = 3½ mark
(or)

12. Compare the IPV4, IPV6, Unix domain and data link socket address structures.
Diagram for comparison = 7 mark
Explanation = 3 mark

13. Discuss the syntactical issues of various address conversion function.


4 address functions = 6 mark
2 new address functions = 4 mark
(or)
14. Explain about socket, connect, bind, listen and accept functions.
Socket = 2 mark
Connect = 2 mark
Bind = 2 mark
Listen = 2 mark
Accept = 2 mark

15. Write notes on byte ordering functions.


Definition = 2 mark
Structure = 2 mark
Two types = 4 mark
Program = 2 mark
(or)
16. Compare the implementation details of concurrent and iterative server.

Comparison (maximum ten points) = 10 mark

You might also like