unix-socket-tutorial Unix socket Training Material Pdf. Unix socket Tutorial for beginners with Example
What is Unix Socket?
- The communication points on the same or different computers to exchange data are called Sockets.
- Sockets are supported by Unix, Windows, Mac and other operating systems.
- The basic topics like network address, host names, architecture, ports and services are covered before moving into network address functions. The client/server codes are also explained using sockets.
How is it helpful to the audience?
This is helpful for everyone interested in learning the data exchange features of Unix Sockets.
What are the Requirement :?
It is not difficult to learn the sockets assuming that are all well versed with basic concepts of C programming.