Basic Socket 1.0

12345678910
Across
  1. 3. system call for a client to actively attempt to make a connection
  2. 5. address family of unix internet protocol for communicating between processes on the same Unix computer
  3. 6. type of socket for connectionless communication in which process are not required to connect to the socket continuously
  4. 7. system call to create a socket
  5. 9. system call for a server to accept a request from a client
  6. 10. system call to read incoming data from the remote side for TCP socket
Down
  1. 1. one of the two application programming interfaces (API) for Internet sockets and Unix domain sockets
  2. 2. type of socket for connection- oriented and reliable communication.
  3. 4. address family of internet protocol for communication between processes on different machine connected by the internet or LAN
  4. 8. one of IPC ( inter-process communication) facility for communication between one process with remote process