The port associated with the TCP service called “FTP”
Correct:
The port associated with the TCP service called “FTP”
Answer C is correct. The getservbyname function returns the numeric port associated with a specific service and protocol - FTP and TCP in this case, which, normally run on port 21 (but not always, since you can edit your services file to change the port number).