[ Bottom of Page | Previous Page | Next Page | 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.

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

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