Network Programming and Management Lecture Notes, Study Materials and Important questions answers
Subject : Network Programming and Management SOCKETS AND APPLICATION DEVELOPMENT 1. 2. 3. 4. 5. 6.
Introduction to socket programming - Answer (click here) Overview of TCP / IP protocols - Answer (click here) Socket Address Structure SAS - Answer (click here) Byte Manipulation Functions - Answer (click here) Concurrent Servers/Iterative server - Answer (click here) TCP Client - Server Communication - Answer (click here)
SOCKET OPTIONS 1. 2. 3. 4. 5. 6. 7. 8.
TCP Echo Server : str_echo Function - Answer (click here) signal Function - Answer (click here) Handling the Interrupted System Calls - Answer (click here) Connection abort before accept returns - Answer (click here) Crashing of Server Host - Answer (click here) I/O Multiplexing : the Select and Poll Functions - Answer (click here) I / O Multiplexing Model - Answer (click here) shutdown function - Answer (click here)
ADVANCED SOCKETS 1. 2. 3. 4. 5. 6.
Socket Options - Answer (click here) Generic Socket Options - Answer (click here) Socket-Level Options - Answer (click here) Elements of UDP Socket - Answer (click here) UDP Echo Client - Answer (click here) TCP and UDP Echo Server using Select () - Answer (click here)
SIMPLE NETWORK MANAGEMENT