[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]

Performance Management Guide


Tuning Name Resolution

TCP/IP attempts to obtain an Internet Protocol (IP) address from a host name in a process known as name resolution. The process of translating an Internet Protocol address into a host name is known as reverse name resolution. A resolver routine is used to resolve names. It queries DNS, NIS and finally the local /etc/hosts file to find the required information.

You can accelerate the process of name resolution by overwriting the default search order, if you know how you want names to be resolved. This is done through the use of the /etc/netsvc.conf file or the NSORDER environment variable. This feature is available in AIX 4.1 and later.

The algorithm will attempt the first source in the list. The algorithm will then determine to try another specified service based on:


[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]