Basic Socket 1.0

123456789101112
Across
  1. 4. int family of unix internet protocol for communicating between processes on the same Unix computer
  2. 5. process
  3. 6. one of IPC ( inter-process communication)
  4. 8. for communication between one process with
  5. 9. system call to actively attempt to make a connection
  6. 10. according to the conceptual view of sockets the user application is in the user space whereas the socket layer and the transport layer is in ___________
  7. 11. or LAN
  8. 12. For connectionless communication in which process are not required to connect to the
Down
  1. 1. For connection- oriented and reliable communication.
  2. 2. int family of internet protocol for communication between processes on different machine connected by the
  3. 3. one of the two application programming interfaces (API) for Internet sockets and Unix domain sockets
  4. 4. system call to accept a request
  5. 7. system call to create a socket