Topics | Slides |
---|---|
Introduction to Socket Programming Definition of sockets, UNIX socket APIs for C Creating an Echo Server & communicating using telnet
|
day 1 (PDF, ~500KB) |
Displaying Client's IP and Port Designing a Client Sending an Integer over a Socket Handling Multiple Clients |
day 2 (PDF, ~450KB) |
Dealing with Partial Sends Monitoring Multiple Sockets using poll() APISending Data to Multiple Hosts: Broadcast vs Multicast |
day 3 (PDF, ~500KB) |
Introduction to Remote Procedure Calls RPC Application Development using rpcgen compilerA small example: adding an integer pair using RPC Another example: summing an array over RPC |
day 4 (PDF, ~550KB) |
Codes |
codes (webage) |
Few Sample Questions |
questions (PDF, ~150KB) |
Exam Paper |
question paper (PDF, ~200KB) |
rpcgen
Guide [webpage]This webpage and all linked resources are licensed under a Creative Commons Attribution 4.0 International License. |