The Problem of Managing Network Information
In the 1970s, when computers were expensive and networks consisted of a few nodes, administering network information for a few nodes was manageable and a centralized system was not needed. As computers became cheaper and networks grew larger, it became increasingly more difficult to maintain separate copies of network configurations on every individual system.
For example, whenever a new user was added to the network, the following files would need to be updated on every existing system:
File | Sample entry | Information |
---|---|---|
/etc/passwd | numiri:x:37:4:Sebastian Nguyen:/home/numiri | user name, home directory, ... |
/etc/shadow | numiri:1AD3ioUMlkj234k: | encrypted password |
Likewise /etc/group would have needed updating every time a new group was added and /etc/hosts would have needed updating every time a new computer was added to the network.
If a new user with a new system is added to a network of 20 existing systems, the UNIX administrator would need to modify 5 files on 21 machines, or 105 files in all. With NIS+, adding user and machines to the network only requires changes to the NIS+ server's maps and the new host’s /etc/nsswitch.conf needs to point to the NIS+ server. When a user logs into any other machine, that host (the NIS+ client), knowing who the NIS+ server is, queries it for the username and password to identify and authenticate the user.
NIS+ also manages several other types of data: NFS mounts (auto_master, auto_home), network booting and other parameters (bootparams, ethers, netmasks, netgroup, networks, protocols, rpc, services), security access (cred), aliases, and timezone.
An installation of NIS+ comes with such table structures predefined. There are facilities available to create other tables as needed.
Read more about this topic: NIS+
Famous quotes containing the words problem, managing, network and/or information:
“We have heard all of our lives how, after the Civil War was over, the South went back to straighten itself out and make a living again. It was for many years a voiceless part of the government. The balance of power moved away from itto the north and the east. The problems of the north and the east became the big problem of the country and nobody paid much attention to the economic unbalance the South had left as its only choice.”
—Lyndon Baines Johnson (19081973)
“There is not much less vexation in the government of a private family than in the managing of an entire state.”
—Michel de Montaigne (15331592)
“How have I been able to live so long outside Nature without identifying myself with it? Everything lives, moves, everything corresponds; the magnetic rays, emanating either from myself or from others, cross the limitless chain of created things unimpeded; it is a transparent network that covers the world, and its slender threads communicate themselves by degrees to the planets and stars. Captive now upon earth, I commune with the chorus of the stars who share in my joys and sorrows.”
—Gérard De Nerval (18081855)
“I was brought up to believe that the only thing worth doing was to add to the sum of accurate information in the world.”
—Margaret Mead (19011978)