Physical environments 4- Data storage and recovery (RAID, NAS , SAN) Flashcards
physical data storage and recovery systems.
What is redundant array of independent disks (RAID)?
RAID is a tech that combines multiple physical disk drives into a single logical unit to improve data storage and recovery
RAID offers redundancy and fault tolerance, which means that if one disk fails, the data can still be accessed and retrieved from the other disks
How does RAID 1 work?
Two identical disks are used, and all the data is written to both disks simultaneously.
This means that if one disk fails, the data is still accessible on the other disk
What is RAID 1 also known as?
RAID 1 is also known as mirroring
Benefit of RAID 1?
RAID 1 offers excellent data redundancy due to mirroring all data onto a second disk.
Drawback of RAID 1?
you are essentially cutting storage capacity in half as everything is duplicated
How does RAID 5 work?
RAID 5 uses 3 or more disks and provides both data striping and parity
Data striping is a technique where data is split into small chunks and stored across multiple disks in a way that improves read and write performance.
Parity is additional information that is used to provide redundancy. If one disk fails, the data can be rebuilt using the parity information.
Benefit of RAID 5?
RAID 5 offers very good performance benefits and fault tolerance
Drawback of RAID 5?
requires 3 disks, which is expensive and can only stand one disk drive failure.
How does RAID 10 work?
RAID 10 is a combination of RAID 1 and RAID 0.
It requires at least four disks, and it provides both mirroring and striping. Data is mirrored across two disks, and the mirrored pairs are then striped across the remaining disks
Benefit of RAID 10?
RAID 10 offers excellent fault tolerance, performance and recovery speed
Drawback of RAID 10?
it’s expensive since it requires at least four disks.
NAS- Network attached storage
What is NAS?
*It is a type of storage device that connects to a network and provides file-level data access to multiple clients.
*File level access is when a user can access individual files and folders on a computer system, allowing them to read, write, execute, and modify the contents of the file
*NAS devices are standalone devices and provides a centralized storage space for multiple devices to access and share files
What does NAS use to operate and where is it commonly used?
It operates using a standard network connection, such as Ethernet, and is often used in home or small business networks.
Explain NAS in simple terms
NAS system is like a shared hard drive that can be accessed by all devices on the network, such as computers, smartphones etc…
Give advantages of NAS
*Are simple to install and manage
*Are often more cost-effective than SAN systems
*Can be easily expanded with additional hard drives
*Enables simple data sharing between multiple users on the same network