Skip to main content

How to choose a Cloud Provider

The wonderful site, http://cloudharmony.com/speedtest/run allows you to run tests on latency, small and large file download speed. Depending on the nature of your application, the choice of a provider is crucial (of course price is another important factor).

In the tests, Large File Download category, Amazon S3 is the winner with an average of 15.33 Mb/s. This might be suitable for applications working with large files (pdfs, catalogs, repositories).

Windows Azure Service is the winner of the small file category with around 2.5 Mb/s. The difference between the large and small file is significant. This order of magnitude difference is probably due to the overhead of authentication, establishing a connection etc. Once the pipe is secure and ready, you are probably bound to the limitations of your IPO as well as the cloud service provider's SLA.

Latency might be a concern for high throughput applications - I would argue that self-hosting or keeping the applications close behind the scenes might be a better choice than putting a cloud between your data and application. If it is not avoidable, though, Amazon S3 seems to be offering the best (minimum) latency. This (and the file download times) is impacted by the Geographical designation of the applications and their clients. Clearly as the audience grows, one might want to implement load balancing facilities to route users to the closest cloud servers (S3 offers service in CA and VA for instance)

Great tool Cloud Harmony!!

Large File Download Tests

ServiceLocationTime (secs)# of SamplesTransferred (MB)Min Mb/sMax Mb/sStd DevMedian Mb/sAvg Mb/s
Simple Storage Service (S3)VA, US10.39419.9913.1817.7113.06%16.1315.33
Nirvanix SDNTest Failed
HP Cloud Object StorageAZ, US8.1242.491.773.1724.64%2.562.42
Windows Azure StorageTX, US10.1849.636.118.1712.71%8.067.5
Internap Cloud Storage6.445.353.8114.2966.31%6.067.23
Zetta Enterprise Cloud Storage7.8946.295.578.2619.6%5.916.39
Simple Storage Service (S3)CA, US8.9346.283.867.5627.44%7.396.22
Box.net7.3344.482.66.2635.75%5.64.61
Google Storage for Developers8.2411.046.7415.2737.68%12.410.56
Windows Azure StorageIL, US8.64412.589.5912.3610.65%11.6811.14

Small File Download Tests

ServiceLocationTime (secs)# of SamplesTransferred (MB)Min Mb/sMax Mb/sStd DevMedian Mb/sAvg Mb/s
HP Cloud Object StorageAZ, US5.9190.690.511.4741.31%0.850.97
Google Storage for Developers5.27110.740.812.7442.41%1.231.28
Box.net9.5770.570.280.6928.24%0.530.5
Internap Cloud Storage6.55100.60.431.0831.46%0.880.79
Simple Storage Service (S3)VA, US7.28130.690.672.7137.89%1.771.64
Windows Azure StorageIL, US3.38130.811.174.2344.77%2.612.52
Zetta Enterprise Cloud Storage4.62110.790.72.5341.96%1.451.62
Nirvanix SDNTest Failed
Simple Storage Service (S3)CA, US6.47100.570.291.3156.2%0.590.75
Windows Azure StorageTX, US4.91110.730.832.3637.67%1.151.39

Network Latency Tests

ServiceLocationTime (secs)# of SamplesMin msMax msStd DevMedian msAvg ms
HP Cloud Object StorageAZ, US0.65981000.85%9998.8
Simple Storage Service (S3)VA, US0.43741506.49%4444.86
Simple Storage Service (S3)CA, US0.751091213.86%117116
Windows Azure StorageIL, US0.46648577.64%5051.5
Box.net1.0932602763.19%263266.33
Nirvanix SDNTest Failed
Internap Cloud Storage0.7549118038.83%92113.75
Windows Azure StorageTX, US0.53570731.6%7171.4
Google Storage for Developers0.61652573.98%5454.33
Zetta Enterprise Cloud Storage0.48490910.55%9190.75

Comments

Popular posts from this blog

Employment Based Green Card Marathon

There are 3 most popular ways to get a Green Card to live and work in US: Through Marriage with a US Citizen, Employment Sponsorship and the Diversity Lottery. I would like to articulate on the unfairness of the process for the Employment based applicants and its repercussions. After getting a scholarship to study at Brandeis University, I arrived in the United States on August 28, 1998 on an F-1 Student Visa. After graduating with my Master's degree, I had 1 year of OPT - Optional Practical Training which allowed me to work for companies that were in fields similar to my concentration. Next chapter in my immigration story is the H1-B Work Visa which is frowned upon. This visa provides an entry point for skilled immigrants and it is one of the very few points of entry to the US based on merit. Scorn on this quota of about 85k is well deserved on an emotional level, especially when considering high unemployment of today's workplace. Yet, working in IT and being involved with...

Windows 7 Do NOT Remember folder settings

There used to be an option in prior windows version where under Folder Options, you would "NOT remember" the view settings. This way, the browsing would be uniform, unless you wanted to change it. I found a way to do it in Win 7. Go to Folder Options\View and click Apply to Folders. This will apply the view in the current window to all folder views.

VMDisk

The purpose is to create a disk to keep contents shared across the VMs Following the instructions at http://www.vmware.com/support/ws45/doc/ws40_disks.html#1046465 Find your VM installation and run the following C:\Program Files\VMware\VMware Workstation> vmware-vdiskmanager.exe  -s 10GB -a ide -t 1 -c "D:\Virtual Machines\vmDisk.vmdk" (s: size, a: interface, t: type (0-3 for increase and size options), c:create) Creating disk 'D:\Virtual Machines\vmDisk.vmdk'   Virtual disk creation successful. How to browse a Vmdk? http://www.vmware.com/support/ws45/doc/disks_add_ws.html#1008949 Tried to add this newly created disk when the vm server was on by going to settings/add/hard drive/existing virtual. Got error: failed to add disk ide0:1 I shutdown the vm pc and add disk then try starting the machine. Then went to disk mgt in windows where I got the "Initialize Disk" prompt New Volume > Simple > Quick format and voila!!