VMware Partner News

Tuesday, October 16, 2012

Storage Explained: NFS:FCoE:SAN:FC

Recently while attending yet another storage course I came accross a reasonably common question...
Something that most storage administrators struggled with at some stage...

Why would I use NFS on my Storage Array?

Warning: This might get a bit technical, but bear with me.

This seemingly simple question has a lot of factors to consider.
First thing to keep in mind is that NFS is a network protocol, thus adding further overhead to your stack. The only true storage protocol is SCSI, all storage is contained in this protocol for system purposes. So, keeping that in mind... The positive side to NFS is that face that it can run over ethernet, which in todays standards can go up to 10Gbps, as opposed to the max of 8Gbps that FC provides, but how does an FC packet compaire to a NFS packet... The payload (data) in your storage packet is contained in SCSI headers (take this as a given). An FC packet encapsulated the whole SCSI packet in another set of headers (the FC headers). When it comes to NFS it changes slightly... Fistly the SCSI packet gets encapsulated into ethernet headers to form the ethernet (layer 2)packet, this packet now gets encapsulated into IP headers to form the IP (layer3) packet, which allows routing to take place. After all of this the IP packet (which now contains the ethernet packet, which contains the SCSI packet, which contains the data) gets yet another set of headers... The layer4 headers for NFS. This is a lot of overhead! So in the end your performance gain is probably closer to 0.



Lets look at other factors...
SAN switching, and HBA's are quite expensive, and can cost a bundle, but so does a propper 10Gbps network switch, and propper 10Gbps NICs and SFPs. Also NFS is usually a licensed feature by your storage provider. So these costs in the real world would definately be the deciding factor here.

Which brings us to the alternative... FCoE. I've posted a write up on this in th past, and there's good reason why I prefer this. Note, this is only my opinion. FCoE takes your payload (contained in the SCSI packet), and adds the FC headers to it, and the Ethernet headers. That's it. So eventhough there's more to it than an FC packet it's still a lot lighter than an NFS packet, since you dont need the layer3 and 4 headers. So here the 10Gbps vs 8Gbps really comes to play. Another factor that makes this even more appealing is that you can run your normal network, and your storage over the same cable, thus saving costs. Downside though is that you need expensive switches for this.

All in all the question really has more to do with what you're planning for your environment than simply weighing up the pros and cons, but keeping all things in mind, and making an informed decision never hurt anyone.

Wednesday, January 4, 2012

Cloud Computing Explained

Cloud computing is a general term for anything that involves delivering hosted services over the Internet. These services are broadly divided into three categories: Infrastructure-as-a-Service (IaaS), Platform-as-a-Service (PaaS)and Software-as-a-Service (SaaS). The name cloud computing was inspired by the cloud symbol that's often used to represent the Internet in flowcharts and diagrams.

A cloud service has three distinct characteristics that differentiate it from traditional hosting. It is sold on demand, typically by the minute or the hour; it is elastic -- a user can have as much or as little of a service as they want at any given time; and the service is fully managed by the provider (the consumer needs nothing but a personal computer and Internet access). Significant innovations in virtualization and distributed computing, as well as improved access to high-speed Internet and a weak economy, have accelerated interest in cloud computing.

A cloud can be private or public. A public cloud sells services to anyone on the Internet. (Currently, Vodacom Business Services is the largest public cloud provider in Africa.) A private cloud is a proprietary network or a data center that supplies hosted services to a limited number of people. When a service provider uses public cloud resources to create their private cloud, the result is called a virtual private cloud. Private or public, the goal of cloud computing is to provide easy, scalable access to computing resources and IT services.

Infrastructure-as-a-Service like Vodacom Cloud Manager provides virtual server instance API) to start, stop, access and configure their virtual servers and storage. In the enterprise, cloud computing allows a company to pay for only as much capacity as is needed, and bring more online as soon as required. Because this pay-for-what-you-use model resembles the way electricity, fuel and water are consumed, it's sometimes referred to as utility computing.

Platform-as-a-service in the cloud is defined as a set of software and product development tools hosted on the provider's infrastructure. Developers create applications on the provider's platform over the Internet. PaaS providers may use APIs, website portals or gateway software installed on the customer's computer. Force.com, (an outgrowth of Salesforce.com) and GoogleApps are examples of PaaS. Developers need to know that currently, there are not standards for interoperability or data portability in the cloud. Some providers will not allow software created by their customers to be moved off the provider's platform.

In the software-as-a-service cloud model, the vendor supplies the hardware infrastructure, the software product and interacts with the user through a front-end portal. SaaS is a very broad market. Services can be anything from Web-based email to inventory control and database processing. Because the service provider hosts both the application and the data, the end user is free to use the service from anywhere.
Videos: