A Crash Course to RAID Configurations

Back in the days when disk drives were slow and bulky and owning a high-speed and high-capacity drive would require an arm and leg (sometimes even a kidney), some people resorted to setting up multiple drives in RAID configuration. If you don’t know what RAID is or you just want to have better understanding of the various types of commonly-used RAID setups, then this post is for you.

RAID

To kick thing off, let’s define what RAID is. Depending on who you’re talking to, RAID can either stand for Redundant Array of Inexpensive Disk or Redundant Array of Independent Disk – any of the two is ok though.

In a nutshell, RAID is the term used to describe the method of combining multiple drives to either achieve better performance (increased read and write speeds), or create a fail-safe if something goes wrong with one of the drives.

Now that we have the basics squared up, let’s check out the different types of commonly-used RAID configurations and how these will increase the reliability and/or performance of your disk drives.

RAID 0, or as some people call it Striping, is a RAID configuration that requires at least two hard drives to setup. What it basically does is that it allows data to be stored across all of the drives that are configured in RAID 0, resulting to a faster read and write speeds as opposed to a single drive.

raid2

By configuring two hard drives in RAID 0, the amount of time it takes to read and write data on those drives will, theoretically, be cut in half. In essence, more hard drives you configure on RAID 0 will result to faster read and write speeds, and more storage capacity as illustrated above (2x 120GB hard drives configured to RAID 0 is still equivalent to 240GB).

The downside to RAID 0, however, is RELIABILITY. Since the data are spread out to all of the drives, if one of the hard drives fail, then you’re data is as good as gone, unless you perform regular back-ups.

This is where RAID 1 comes in. Instead of giving you faster drive performance, this configuration gives you peace of mind that all your data will be safe and sound in the event that one of your drives that are configured in RAID 1 starts acting up.

117_ill_raid_1

Rather than copying portions of your data and spreading it across all of the drives, the system copies the whole data (not portions of it) on one of the drives that are configured on RAID 1 and duplicates the data on the other drives, hence the alias Mirroring.

The drawback here is that you only get the capacity of one hard drive (120GB + 120GB in RAID 1 is only equivalent to 120GB), so regardless of how many hard drives you set up, the storage headroom you’re going to get will still be the same.

Furthermore, hard drives that are configured in RAID 1 tend to have, in most cases, slower read and write speed as opposed to non-configured drives which is understandable since it will take longer time for the system to finish writing the data on one drive and mirroring it on the other RAID 1 drives.

The RAID 5 configuration is, in some parts, similar to how a RAID 0 configuration works in a sense that it stripes the data to all of the drives in the setup. It has, however, an extra feature called Parity which addresses the RAID 0’s susceptibility to data loss by having the ability to rebuild a block of data if one of the drives break down.

Raid5

It is regarded by many as the most cost-effective RAID configuration as it provides users with increased performance, at same time it provides some level of protection in case one of the drives goes bad. But instead of requiring a dedicated Parity drive like in RAID 3 and RAID 4, RAID 5 distributes the parity blocks across all of the drives in the setup.

RAID 10, or RAID 1+0 as its name (or numbering which ever you want to call it) implies, is a combination of RAID 1 and RAID 0, hence the Stripe of Mirrors moniker. This nested RAID configuration requires at least four (4) hard drives to setup, but in return gives users the best of both worlds as far as performance improvements and reliability are concerned.

Raid10

In this setup, two hard drives are paired to one another and are setup in RAID 1 configuration which, in essence, only gives you half of the total capacity that you’d normally get if the drives were not configured. So basically you have four hard drives that are treated as two.

These drives are then setup for RAID 0 configuration which stripes the data on each of the two RAID 1-configured drives and then mirrored to prevent data loss if one of the drives go haywire. There is still the danger of losing your data if two paired drives break down, but the chance of that happening is slimmer compared to just having your drives configured on RAID 0.

The post A Crash Course to RAID Configurations appeared first on YugaTech | Philippines, Tech News & Reviews.

A Crash Course to RAID Configurations

Back in the days when disk drives were slow and bulky and owning a high-speed and high-capacity drive would require an arm and leg (sometimes even a kidney), some people resorted to setting up multiple drives in RAID configuration. If you don’t know what RAID is or you just want to have better understanding of the various types of commonly-used RAID setups, then this post is for you.

RAID

To kick thing off, let’s define what RAID is. Depending on who you’re talking to, RAID can either stand for Redundant Array of Inexpensive Disk or Redundant Array of Independent Disk – any of the two is ok though.

In a nutshell, RAID is the term used to describe the method of combining multiple drives to either achieve better performance (increased read and write speeds), or create a fail-safe if something goes wrong with one of the drives.

Now that we have the basics squared up, let’s check out the different types of commonly-used RAID configurations and how these will increase the reliability and/or performance of your disk drives.

RAID 0, or as some people call it Striping, is a RAID configuration that requires at least two hard drives to setup. What it basically does is that it allows data to be stored across all of the drives that are configured in RAID 0, resulting to a faster read and write speeds as opposed to a single drive.

raid2

By configuring two hard drives in RAID 0, the amount of time it takes to read and write data on those drives will, theoretically, be cut in half. In essence, more hard drives you configure on RAID 0 will result to faster read and write speeds, and more storage capacity as illustrated above (2x 120GB hard drives configured to RAID 0 is still equivalent to 240GB).

The downside to RAID 0, however, is RELIABILITY. Since the data are spread out to all of the drives, if one of the hard drives fail, then you’re data is as good as gone, unless you perform regular back-ups.

This is where RAID 1 comes in. Instead of giving you faster drive performance, this configuration gives you peace of mind that all your data will be safe and sound in the event that one of your drives that are configured in RAID 1 starts acting up.

117_ill_raid_1

Rather than copying portions of your data and spreading it across all of the drives, the system copies the whole data (not portions of it) on one of the drives that are configured on RAID 1 and duplicates the data on the other drives, hence the alias Mirroring.

The drawback here is that you only get the capacity of one hard drive (120GB + 120GB in RAID 1 is only equivalent to 120GB), so regardless of how many hard drives you set up, the storage headroom you’re going to get will still be the same.

Furthermore, hard drives that are configured in RAID 1 tend to have, in most cases, slower read and write speed as opposed to non-configured drives which is understandable since it will take longer time for the system to finish writing the data on one drive and mirroring it on the other RAID 1 drives.

The RAID 5 configuration is, in some parts, similar to how a RAID 0 configuration works in a sense that it stripes the data to all of the drives in the setup. It has, however, an extra feature called Parity which addresses the RAID 0’s susceptibility to data loss by having the ability to rebuild a block of data if one of the drives break down.

Raid5

It is regarded by many as the most cost-effective RAID configuration as it provides users with increased performance, at same time it provides some level of protection in case one of the drives goes bad. But instead of requiring a dedicated Parity drive like in RAID 3 and RAID 4, RAID 5 distributes the parity blocks across all of the drives in the setup.

RAID 10, or RAID 1+0 as its name (or numbering which ever you want to call it) implies, is a combination of RAID 1 and RAID 0, hence the Stripe of Mirrors moniker. This nested RAID configuration requires at least four (4) hard drives to setup, but in return gives users the best of both worlds as far as performance improvements and reliability are concerned.

Raid10

In this setup, two hard drives are paired to one another and are setup in RAID 1 configuration which, in essence, only gives you half of the total capacity that you’d normally get if the drives were not configured. So basically you have four hard drives that are treated as two.

These drives are then setup for RAID 0 configuration which stripes the data on each of the two RAID 1-configured drives and then mirrored to prevent data loss if one of the drives go haywire. There is still the danger of losing your data if two paired drives break down, but the chance of that happening is slimmer compared to just having your drives configured on RAID 0.

The post A Crash Course to RAID Configurations appeared first on YugaTech | Philippines, Tech News & Reviews.

Foodpanda acquires City Delivery

Foodpanda, a popular online food delivery platform, has announced its acquisition of competitors in 7 Asian markets, including City Delivery, a multi-establishment delivery service in the Philippines.

foodpanda is operating in 39 countries on five continents. To expand its leadership, it has acquired competitors in India, Malaysia, Singapore, Pakistan, Hong Kong, Thailand, and the Philippines.

In the Philippines, foodpanda was able to acquire City Delivery by acquiring Food Runner. Food Runner acquired City Delivery in February 2014. Other companies that foodpanda recently acquired are JUST EAT in India, Room Service (a brand of Food Runner) in Malaysia and Singapore, EatOye in Pakistan, Koziness in Hong Kong, and Food By Phone in Thailand.

“With the recent acquisitions foodpanda becomes the market leader across South East Asia. The combined expertise and experience of several great local companies allow us to significantly improve our offering and service to our customers.” said Ralf Wenzel, Co-Founder and CEO of foodpanda group.

foodpanda launched in the Philippines in June 2014. It is part of the Rocket Internet group, one of the world’s largest e-commerce focused venture capital firm and the organization behind Lazada and Zalora.

{source}

The post Foodpanda acquires City Delivery appeared first on YugaTech | Philippines, Tech News & Reviews.

Foodpanda acquires City Delivery

Foodpanda, a popular online food delivery platform, has announced its acquisition of competitors in 7 Asian markets, including City Delivery, a multi-establishment delivery service in the Philippines.

foodpanda is operating in 39 countries on five continents. To expand its leadership, it has acquired competitors in India, Malaysia, Singapore, Pakistan, Hong Kong, Thailand, and the Philippines.

In the Philippines, foodpanda was able to acquire City Delivery by acquiring Food Runner. Food Runner acquired City Delivery in February 2014. Other companies that foodpanda recently acquired are JUST EAT in India, Room Service (a brand of Food Runner) in Malaysia and Singapore, EatOye in Pakistan, Koziness in Hong Kong, and Food By Phone in Thailand.

“With the recent acquisitions foodpanda becomes the market leader across South East Asia. The combined expertise and experience of several great local companies allow us to significantly improve our offering and service to our customers.” said Ralf Wenzel, Co-Founder and CEO of foodpanda group.

foodpanda launched in the Philippines in June 2014. It is part of the Rocket Internet group, one of the world’s largest e-commerce focused venture capital firm and the organization behind Lazada and Zalora.

{source}

The post Foodpanda acquires City Delivery appeared first on YugaTech | Philippines, Tech News & Reviews.

Canon EOS 5DS, 5DS R goes full frame at 50.6MP

Canon has introduced their latest DLSR cameras that boasts a whopping 50.6 megapixel Full-frame CMOS Sensor, Dual DIGIC 6 image processors, and 61 AF points – the EOS 5DS and the EOS 5DS R.

The Canon EOS 5DS and the EOS 5DS R are almost similar cameras. The only difference is that the Canon EOS 5DS R cancels the low-pass filter effect which promises sharper images.

Canon EOS 5DS and EOS 5DS R features:
50.6 megapixel full-frame CMOS sensor
Dual DIGIC 6 Image Processors
ISO 100-6400
61-Point High Density Reticular AF array including up to 41 cross-type AF points
EOS iTR AF for high precision autofocus
EOS Scene Detection system w/ 150,000-pixel RGB+IR 252-zone metering sensor
Reinforced chassis for improved stability
Re-designed the mirror vibration control system
Arbitrary Release Time Lag Setting in Mirror Lock mode
Fine Detail Picture Style to enhance JPEG and EOS Movies sharpness
Advanced AE system similar to the one found on the EOS 7D Mark II
Intelligent Viewfinder II providing approximately 100 percent field of view
Video recording at 1080p Full HD up to 30p or 720p HD video up to 60p
Time Lapse Movie function
USB 3.0, mini HDMI-out, dual card slots for CF/SD card
3.2-inch fixed LCD, 1.04M dots

The Canon EOS 5DS and EOS 5DS R DSLR cameras are scheduled to be available through authorized Canon dealers in the U.S. in June 2015 for estimated retail prices of $3,699 and $3,899 (body-only), respectively.

source: Canon USA

The post Canon EOS 5DS, 5DS R goes full frame at 50.6MP appeared first on YugaTech | Philippines, Tech News & Reviews.