Basic Socket 1.0
Across
- 4. int family of unix internet protocol for communicating between processes on the same Unix computer
- 5. process
- 6. one of IPC ( inter-process communication)
- 8. for communication between one process with
- 9. system call to actively attempt to make a connection
- 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 ___________
- 11. or LAN
- 12. For connectionless communication in which process are not required to connect to the
Down
- 1. For connection- oriented and reliable communication.
- 2. int family of internet protocol for communication between processes on different machine connected by the
- 3. one of the two application programming interfaces (API) for Internet sockets and Unix domain sockets
- 4. system call to accept a request
- 7. system call to create a socket