[Solved] What’s the correct answer about getservbyname?
All of the possibilities are wrong to first order. This is a bad exam question and you may tell your instructor I said so. (a) is the least wrong answer. getservbyname could be used by a generic TCP client to determine what port of a server to connect to, given a textual service name. However, … Read more