Difference Between IPV4 & IPV6
Difference Between IPV4 & IPV6
IPV4 IPV6
32 bit address length. 128 bit address length.
Supports manual DHCP address. Supports auto remembering address
Encryption and authentication facility is configurations.
not provided. Encryption and authentication facility is
Broadcast message transmission provided.
scheme. Broadcast & any cast message
Checksum field is available. transmission scheme.
Checksum field is not available.
OSI
APPLICATION
PRESENTATION
SESSION
TRANSPORT
NETWORK
DATALINK
PHYSICAL
TCP/IP
3. What is NFS? What are its characteristics and benefits? Write some of its services?
portmap: It maps calls mode from other machines to correct RPC service.
nfs – It translates remote file sharing requests into requests on the local file system.
rpc.mountd – This service is responsible for mounting and unmounting of file systems.
TCP UDP
Transmission Control Protocol User Datagram Protocol
It is connection-oriented. It is a connectionless protocol.
It is slower. It is faster as error recovery is not
Header size is 20 bytes. attempted.
Header size is 8 bytes.
NFSv3 NFSv4
All exports are mounted separately. All exports can be mounted together in
Permanent locks in yet another a directory tree structure.
protocol. Lease based locking in the same
One operation per RPC protocol.
No native parallel high bandwidth Multiple operations per RPC.
access. Parallel high bandwidth access: pNFS
7. In NFS v3 and v4, what is the relationship between NFSD and PortD?
9. What are the conceptual changes between NFSv3 and NFSv4? How does the attribute change in
protocol?
10. List the steps needed to make mountD and NFSD recognize the new shared file systems? How
could you verify that the directories were being shared without mounting them?
11. How a pull method of updating a local machine file is more secure than a push method?
12. What method does your site user use to share system files? What security issues are related to
that method?
Network – Finding the way through the network from machine to machine
It is a collection of the databases that contain information about domain names and their
corresponding IP addresses.
When an application program needs to communicate with other computer, it needs to translate the
name of the other computer into an IP address. The application program that requests the service
becomes the client of the DNS.
It then sends the request to DNS Server. The server looks up the name and then returns the correct
IP address. A large number of DNS servers maybe involved to get the right IP address. After receiving
the correct IP address, the communication between the two computers starts.
Name server is a server that handles queries regarding the location of a domain name’s various
service such as website, emails and so on. It is also a part of the DNS which maintains a directory of
domain names and translates them into IP addresses.
Negative cache is a cache that stores negative responses i.e. failures. DNS requires that caching
name servers remember negative responses as well as positive ones. If an authoritative name server
returns a negative response, meaning the name does not exist, this is cached.
21. What is the difference between authoritative and unauthoritative answer to a DNS query?
Unauthoritative DNS servers do not contain the original source files of domain’s zone. They have a
cache file for the domains that is constructed from all DNS lookups done previously.
Authoritative DNS servers has the original source files of a domain zone files. This is where the
domain administrator has configured the DNS records for a domain..