Learn About Socket Programming In Unix In Brief.

Asked By 30 points N/A Posted on -
qa-featured

Hi,

I want to know about socket programming in unix. Does someone know how it is performed in Unix?

If yes, please reply.

SHARE
Answered By 0 points N/A #299623

Learn About Socket Programming In Unix In Brief.

qa-featured

Sockets are simply points of communication on either same or different device to exchange the data. Unix, Windows, and many other operating systems provide support to them.

Sockets include studying basic concepts such as network addresses, host names, ports architecture, and services before shifting into address functions and describing how to write client/server codes with sockets in use.

Image result for socket programming in unix

Related Questions