----------------------------------------------------------------------- Mohamed G. Gouda CS 356 Spring 2020 Exercise 4 ----------------------------------------------------------------------- Consider a connection-oriented client-server application that has one server S and at nost 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 6. (b) The max number of entries in the socket table of each client Ci is 1.