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