[email protected]Support 24/7 · Billing 09:00 – 00:00LinkedInXFacebook
NexonHost
Netherlands Dedicated ServersAmsterdam · Equinix AM6Germany Dedicated ServersFrankfurt · Equinix FR4Romania Dedicated ServersBucharest · VoxilityAustria Dedicated ServersVienna · Interxion VIEBulgaria Dedicated ServersSofia · TelepointFrance Dedicated ServersParis · Interxion PAR — Marseille · Digital Realty MRS3Ireland Dedicated ServersDublin · Equinix DB2Italy Dedicated ServersMilan · Irideos AvalonPoland Dedicated ServersWarsawSpain Dedicated ServersMadrid · Equinix MD2United States Dedicated ServersAshburn · Equinix DC
All articles
Getting startedFebruary 23, 2023

How to understand RAID, RAID Level 0, 1 and RAID concepts.

How To Understand RAID, RAID Level 0, 1 And RAID Concepts.

RAID (redundant array of independent disks) is a way of storing the same data in different places on multiple hard disks or solid-state drives (SSDs) to protect data in the case of a drive failure. There are different RAID levels, however, and not all have the goal of providing redundancy.

Raid are used when we need excellent performance. According to our selected raid level, performance will differ. Saving our data by fault tolerance & high availability.

Software & Hardware RAID.

  • Software RAID have low performance, because of consuming resource from hosts. Raid software need to load for read data from software raid volumes. Before loading raid software, OS need to get boot to load the raid software. No need of Physical hardware in software raids. Zero cost investment.

  • Hardware RAID have high performance. They are dedicated RAID Controller which is Physically built using PCI express cards. It won’t use the host resource. They have NVRAM for cache to read and write. Stores cache while rebuild even if there is power-failure, it will store the cache using battery power backups.

RAID 0, 1 (striping and miroring)

Striping have a excellent performance. In Raid 0 (Striping) the data will be written to disk using shared method. Half of the content will be in one disk and another half will be written to other disk.

  1. High Performance.

  2. There is Zero Capacity Loss in RAID 0

  3. Zero Fault Tolerance.

  4. Write and Reading will be good performance.

Mirroring have a good performance. Mirroring can make a copy of same data what we have. Assuming we have two numbers of 2TB Hard drives, total there we have 4TB, but in mirroring while the drives are behind the RAID Controller to form a Logical drive Only we can see the 2TB of logical drive.

  1. Good Performance.

  2. Here Half of the Space will be lost in total capacity.

  3. Full Fault Tolerance.

  4. Rebuilt will be faster.

  5. Writing Performance will be slow.

  6. Reading will be good.

  7. Can be used for operating systems and database for small scale.

Keep reading
How to use tput command in Linux.
October 10, 2023

How to use tput command in Linux.

How To Use Tput Command In Linux. The tput command is a versatile and powerful tool in the Linux command-line arsenal. It is primarily used for manipulating and querying terminal capabilities, such as cursor control, text formatting, and color manipulation. In this article, we will explore the…

Read article
How to use split command in Linux.
October 10, 2023

How to use split command in Linux.

How To Use Split Command In Linux. In this guide, learn how to use the Linux split command with examples. The Linux split command breaks files into smaller parts and is used for analyzing large text files with many lines. While each split file counts 1000 lines by default, the size is changeable.…

Read article
How to Extract (Unarchive) Files with Tar, Untar, and Gzip commands.
October 10, 2023

How to Extract (Unarchive) Files with Tar, Untar, and Gzip commands.

How To Extract (Unarchive) Files With Tar, Untar, And Gzip Commands. In Linux and Unix-like operating systems, the tar command is used to create and manipulate archive files, and gzip is a common compression tool. To extract or unarchive files from a compressed tar.gz archive, follow these steps:…

Read article
Get in Touch

Together, Let’s Build a Faster, Safer Internet.

Build scalable infrastructure with NexonHost — high-performance dedicated servers, VPS hosting, cloud hosting, and DDoS protection across Europe.

Get Started →Contact Us
[email protected]Support 24/7 · Billing 09:00 – 00:00