Interview Questions
Interview Questions
Disk Mirroring :Disk mirroring uses only one disk controller. In RAID1, or
disk mirroring, one drive in the array acts as a "mirror" drive, backing up all
the data on the primary drive on-the-fly.
Mirroring Data is copied from on-disk controller (channel) to two disk drivers. If
one drive fails, the other is still operational.
Duplexing Data is duplicated over two disk channels and stored on two drives.
This method extends fault tolerance to the controller.
Server duplexing This method provides fault tolerance by duplicating the entire
file server. If one server fails, the other provides continuous service to users. For
example, Novell's System Fault Tolerance provides server duplexing.
Replication A strategy of duplicating critical files and directories from a server at
one location to a server at another location to make that information more accessible
to users at the remote location and also to provide redundancy and backup. See
"Redundancy" and "Replication."
Clustering A cluster is a group of servers that share access to the same resources
and service clients equally. Should one of the servers go down, the others take up
the processing load. Clustered servers may access the same disk systems, which
may be mirrored or in a RAID configuration. See "Clustering."
Mirror site A mirror site is a duplicate data center, located at another site, that
contains duplicate systems and data. The duplicate data center should go into
operation as the primary site if the master data center site fails for any reason.
Companies running mission-critical applications will often create mirrored sites. See
"Data Center Design."
3. How many types of Backups are available?
Switch:
It is a Layer 2 (L2) Device.
It have one Broadcast domain.
It have many collision domains (Every port have its own collision domain)
It sends the packets to only to the destination IP by learning the Destination IP. So
traffic is less compared to Hub.
Useful in Medium & Large networks.
7. We have 3 Hard disks with capacity of 2GB, 5GB and 4GB. If I implemented RAID
5, How much space available for User ?
RAID5 takes the minimum disk space as basic so it takes 2GB from every disk so 6GB is
total disk available. In that 2GB is for Parity. So totally 4GB is available for User.