------------------------------------------------------------------- Mohamed G. Gouda CS 356 Spring 2018 Exercise 5 ------------------------------------------------------------------- A client-server application is designed to run on top of UDP. The server runs on top of a well-known UDP port i and the client runs on top of any available UDP port j. Execution of the client starts by the client sending an application message m to UDP which adds a UDP header to m forming a UDP segment s. The added UDP header has two fields named: src UDP port number and dst UDP port number. What are the values of these two fields? ------------------------------------------------------------------ Solution ------------------------------------------------------------------ The src UDP port number is j the dst UDP port number is i