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 |
Without using w command how can Iknow that who are users logged in and what they are doing and whether they are idle or running mode?
rpm package installation error in centos 6.4 [root@localhost packages6.4]# rpm -ivh nfs-utils-1.2.3-36.el6.i686.rpm warning: nfs-utils-1.2.3-36.el6.i686.rpm: Header V3 RSA/SHA1 Signature, key ID c105b9de: NOKEY error: Failed dependencies: keyutils >= 1.4-4 is needed by nfs-utils-1:1.2.3-36.el6.i686 libevent is needed by nfs-utils-1:1.2.3-36.el6.i686 libevent-1.4.so.2 is needed by nfs-utils-1:1.2.3-36.el6.i686 libgssglue is needed by nfs-utils-1:1.2.3-36.el6.i686 libgssglue.so.1 is needed by nfs-utils-1:1.2.3-36.el6.i686 libgssglue.so.1(libgssapi_CITI_2) is needed by nfs-utils-1:1.2.3-36.el6.i686 libnfsidmap.so.0 is needed by nfs-utils-1:1.2.3-36.el6.i686 libtirpc is needed by nfs-utils-1:1.2.3-36.el6.i686 libtirpc.so.1 is needed by nfs-utils-1:1.2.3-36.el6.i686 nfs-utils-lib >= 1.1.0-3 is needed by nfs-utils-1:1.2.3-36.el6.i686 rpcbind is needed by nfs-utils-1:1.2.3-36.el6.i686
How do i check which nfs version I am using ????????
What is the difference between ext3 and ext4?
what is the difference between fork and thread ? and parent and child process in fork system call?
My root password has been changed, how can i enter into the system without root password?
Through ssh whole directory structure from / is shared regardless the user we have connected with ....... how do i prevent sharing ??
What are RPM?s, what do they offer?
how do you configure linux system as a router?
How to load the old kernel without rebooting server
What text filter can you use to display a binary file in octal numbers?
what is memory mapped / IO mapped ? Which calls used for this to access any hardware address in linux device driver ?