Which file determines the sequence in which name resolution services are consulted?
Explanation
The file /etc/nsswitch.conf defines the order in which various name service databases, such as hosts and networks, are queried for information. The other files serve different purposes: /etc/services maps service names to port numbers, /etc/hosts provides static hostname-to-IP mappings, and /etc/nsorder is not a standard file.