Suppose that in UDPClient.java we replace the line DatagramSocket clientSocket = new DatagramSocket(); With DatagramSocket clientSocket =

Question:

Suppose that in UDPClient.java we replace the line
DatagramSocket clientSocket = new DatagramSocket();
With
DatagramSocket clientSocket = new DatagramSocket(5432);
Will it become necessary to change UDPServer.java? What are the port numbers for the sockets in UDPClient 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

Computer Networking A Top-Down Approach

ISBN: 978-0136079675

5th edition

Authors: James F. Kurose, Keith W. Ross

Question Posted: