Problem #4 (05 points) a) How many sockets does a UDP server need to communicate with 100 remote clients concurrently? H
Posted: Sun May 15, 2022 8:05 am
Problem #4 (05 points) a) How many sockets does a UDP server need to communicate with 100 remote clients concurrently? How many port numbers does it need? b) How many sockets does a TCP server need to communicate with 100 remote clients concurrently? How many port numbers does it need? c) How does the network stack identify the socket to which an incoming TCP data packet is to be delivered? d) TCP socket is identified by how many attributes e) How flow control is addressed in TCP/IP