Suppose that in UDPClient.py, after we create the socket, we add the line: clientSocket.bind((, 5432)). Will it

Question:

Suppose that in UDPClient.py, after we create the socket, we add the line: clientSocket.bind((‘‘, 5432)). Will it become necessary to change UDPServer.py? What are the port numbers for the sockets in UDP Client and UDPServer? What were they before making this change?

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: