what is the difference between NIS and DNS...?
Answers were Sorted based on User's Feedback
Answer / susheel narayan singh
difference between NIS and DNS
NIS-
NIS stand for Network information services
NIS work is same as AD(active direcotry in windows)
NIS provide centrlization of user it means when you
configure NIS server it's user can login anywere in domain.
DNS-
DNS stand for Domain Name Server
DNS user for name resolution(ip to name and name to ip)
IN DNS name ip to name resolution happen in reverse
lookup zone and name to ip resolution happen in forword
lookup zone.
| Is This Answer Correct ? | 66 Yes | 13 No |
Answer / satish aherkar
NIS:-- (network information service)
actually nis is developed by sun micro system in 1980 the main purpose of nis server is that centralization of user account it is used to stored user name,password,authenticaion
nis & ldap is work commonly purpose
it is also called as yellow page
packages:- ypserv,yptool,yppasswd,ypbind
main configuration file of nis is /var/yp/make
demon yppasswd,ypserv
service yppasswd,ypserv
it uses 717 port
dns:--it stand for domain name system
this server is used to convert hostane into ip address and ip hostname and viceversa..
it act as name resoulatio of ipaddress
their are two types of zones
it used by defaul udp port 53 but we can also used dns on tcp too
1)forwardlookup:- it is used to convert hostname to ip address
e.g satish.example.com
in aboves examples example.com is the domain
e.g satish.localhost.example.com
in aboves example localhost.example.com is the domain
configuration file /etc/named.conf in 4th version
/etc/named.cache-nameserver.conf
/etc/named.rfc1912.conf
zone file configuration /var/named/chroot/var/named
dns have following records
1)soa
2)A
3)cname
5)ptr
4)mx record
*********************End************************
| Is This Answer Correct ? | 14 Yes | 5 No |
Answer / srinivas antarvedi
NIS -name information server
-host name,password,group resolution server
DNS - domain name server (resolves domain names to the respective ip addresses)
| Is This Answer Correct ? | 22 Yes | 27 No |
Answer / kumar chandan
NIS- network information system
DNS- domain name system
| Is This Answer Correct ? | 4 Yes | 12 No |
Answer / vishnu
NIS - network information server
DNS - domain name server
| Is This Answer Correct ? | 9 Yes | 35 No |
Tell me command which is use for create quota database in Linux.
What are the differences between FTP , NFS , SAMBA servers explain separately.
How to give 2 different gateway IP addresses for 2 different interfaces in same system ?
What is the difference between semaphore and spinlock?
Without Using $date -dyesterday. How I get the yesterday's date ?
What is page-in and page-out in redhat linux?
why you are using nis server
tell me some of the Linux HotKeys do you know?
what is memory mapped / IO mapped ? Which calls used for this to access any hardware address in linux device driver ?
Through ssh whole directory structure from / is shared regardless the user we have connected with ....... how do i prevent sharing ??
what is kernel panic error ? how will you fix it if you have face it after rebooting without the the help of rescue disk ?
How To Hide the FTP Version?