UDP Sockets.
Which of the following characteristics below are associated with a UDP socket? Check one or more that apply.
TCP Sockets.
Which of the following characteristics below are associated with a TCP socket? Check one or more that apply.
Server reply (UDP).
How does the networked application running on a server know the client IP address and the port number to reply to in response to a received datagram?
How many sockets?
Suppose a Web server has five ongoing connections that use TCP receiver port 80, and assume there are no other TCP connections (open or being opened or closed) at that server. How many TCP sockets are in use at this server?
socket connect().
What happens when a socket connect() procedure is called/invoked?