TCP Socket

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