Module 0220: Socket programming
Tak Auyeung, Ph.D.
March 10, 2010
1
About this module
2
What is a socket?
3
A server end-point
4
Server-side programming
4.1
The socket call
4.2
The bind call (more like a spell)
4.3
The listen call
4.4
The accept call
5
Client-side programming
6
Server models