---------------------------------------------------------------------- Mohamed G. Gouda CS 356 Spring 2020 Exercise 3 ---------------------------------------------------------------------- Consider a connectionless client-server application that has one server S and at most five clients C1, ..., C5. (a) What is the max number of entries (or rows) in the socket table of S? (b) What is the max number of entries in the socket table of each client Ci? --------------------------------------------------------------------- Solution: --------------------------------------------------------------------- (a) The max number of entries (or rows) in the socket table of S is 1. (b) The max number of entries in the socket table of each client Ci is 1.