Go to main content

Working With Oracle® Solaris 11.3 Directory and Naming Services: DNS and NIS

Exit Print View

Updated: October 2017
 
 

NIS Introduction

By running NIS, the system administrator can distribute administrative databases, called maps, among a variety of master and slave servers. The administrator can update those databases from a centralized location in an automatic and reliable fashion to ensure that all NIS clients share the same naming service information in a consistent manner throughout the network.

NIS was developed independently of DNS and has a slightly different focus. Whereas DNS focuses on making communication simpler by using machine names instead of numerical IP addresses, NIS focuses on making network administration manageable by providing centralized control over a variety of network information. NIS stores information not only about machine names and addresses, but also about users, the network itself, and network services. This collection of network information is referred to as the NIS namespace.


Note -  In some contexts machine names are referred to as host names or machine names. This discussion uses machine, but some screen messages or NIS map names might use host or machine.

NIS Architecture

NIS uses a client-server arrangement. NIS servers provide services to NIS clients. The principal server is called a master server, and for reliability, it can have several backup servers or slave servers. Both master and slave servers use the NIS information retrieval software, and both store NIS maps.

NIS uses domains to arrange the machines, users, and networks in its namespace. However, it does not use a domain hierarchy. An NIS namespace is flat.

The following figure shows a domain that has unidentified hierarchical structure.

Figure 9  Domain with Unidentified Hierarchical Structure

image:This figure shows 192.0.2.0/27 having an unidentified hierarchical structure.

The following figure shows how to arrange a physical network into a NIS domain.

Figure 10  Domain with NIS Namespace

image:This figure shows 192.0.2.0/27 organized in a flat NIS namespace.

An NIS domain cannot be connected directly to the Internet using just NIS. However, organizations that want to use NIS and also be connected to the Internet can combine NIS with DNS. You can use NIS to manage all local information and use DNS for Internet host lookup. NIS also provides a forwarding service that forwards host lookups to DNS if the information cannot be found in an NIS map. You can set up the name service switch in a Oracle Solaris system so that hosts lookup requests can be directed in the following ways:

  • To access only DNS

  • To access DNS, but if a host is not found in DNS, then access NIS

  • To access NIS, but if a host is not found by NIS, then access DNS

For maximum interoperability, DNS is the recommended service for host lookups. For more information, see About the Name Service Switch.