Question: For UDP, while the client doesn't need the address of the server, the server, in the UDPServer.py program will use the packet's source address in

For UDP, while the client doesn't need the address of the server, the server, in the UDPServer.py program will use the packet's source address in the line numbered (1) below for the return address needed in the line (2) below (1) message, clientAddress = serverSocket recyfrom(2048) (2) serverSocket.sendto(modified Message, clientAddress) Select one: True False
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
