CITS3002 Computer Networks |
← prev | next → | CITS3002 | help3002 | CITS3002 schedule | |||
Naming SocketsWhen initially created a socket is unbound (it has no addresses associated with it). Communication cannot occur on an unbound socket - without a name for the process owning the socket, the kernel cannot demultiplex packets to the correct socket. The bind() routine provides an address (a name) to the local end of the socket.
CITS3002 Computer Networks, Lecture 8, Transport layer protocols and APIs, p12, 24th April 2024.
|