Across
- 4. This system call accepts a connection request and creates a new socket for the client to send/receive data
- 7. This structure is used to identify socket address in the second argument of bind()
- 9. TCP is a connection ______ transport protocol
- 10. This system call is used to make a connection to a TCP server
- 11. TheĀ /proc/sys/net/ipv4/_____setting determines the time that must elapse before TCP/IP can release a closed connection and reuse its sockets
- 13. The -t option of this command is used to display only TCP ports in Linux
Down
- 1. The second argument in _______ system call specifies how many connection request can be queued by kernel
- 2. The SO_REUSEADDR is used in _________ function so that the port can be reused immediately
- 3. By using this system call, TCP server knows its port number and IP address
- 5. bind() will return this type of error when you suddenly terminate and re-execute the TCP process
- 6. This command is used to find out which files are open by which process.
- 8. The size of _______ number is 16 bits
- 12. The size of _____ version 4 address is 32 bits
