Lec 04
Lec 04
Topics Covered
Sockets in Computer Networks
Intro to Socket Programming
Sockets in Computer Networks
Socket
One endpoint of a two-way communication link
between two programs running on the network
Bound to a port number so that TCP layer can identify
the application that data is destined to be sent to
A combination of an IP address and a port number