By Jerry Huang | Article Rating: |
|
August 12, 2013 01:08 PM EDT | Reads: |
978 |

If you are an IT admin working for a construction company, the title probably immediately grab your attention. Quite frequently, you have users working on various construction sites around the country and can be there for a while before moving to the next site. Most of the time the users are in the middle of nowhere and rely on mobile 3G hotspot to access company file servers.
Pain Point
The user need to access various documents, such as construction drawings and Excel spreadsheets from the company file server. However, accessing it with 3G over VPN from the remote location, to ISP , then to the company file server is such a slow process that makes it very unpleasant to access those files.
Why it is Slow?
There are several factors that contributing to the slowness. First is the CIFS/SMB protocol used for shared network drive is a very chatty protocol, involving requests/acknowledgement many times over the transfer of a single file. With slow network and long latency, this delays the delivery of the file. Streaming files over HTTP/SSL is a much better way to deliver the files.
Second, the file needs to be fetched from the company, going to the ISP and then transfer to the remote site. The Internet pipe (bandwidth) between the company and the ISP may not be fast enough. It will be better to bring the file out of the company network, ready to be accessed remotely to cut down the company-ISP bandwidth bottleneck, also bring the files closer to the remote user.
Solution
Cloud Storage/Local Storage hybrid solution will help. Cloud storage is streaming data over HTTP/SSL, instead of CIFS/SMB's back-and-forth. It will be faster.
The hybrid storage solution also replicate your file server network share into cloud storage, and use cloud storage directly from the remote sites. So you can stream the files directly from cloud storage to your remote users over 3G network. It brings the file out of the company network and bring it closer to the remote user for easy and yet secure access.
So, the solution is to replicate the company file server content into the cloud, which brings the content closer to the remote user. On one hand, cloud storage can stream file over to the remote user. On the other hand, cloud storage is closer to the remote users, compared to the company file server.
Next Step
Gladinet Cloud Server (File Server Agent) is designed specifically to solve this problem. You can continue to read at the Cloud Server page and sign up for a Gladinet account to try it out.
Read the original blog entry...
Published August 12, 2013 Reads 978
Copyright © 2013 SYS-CON Media, Inc. — All Rights Reserved.
Syndicated stories and blog feeds, all rights reserved by the author.
More Stories By Jerry Huang
Jerry Huang, an engineer and entrepreneur, founded Gladinet with his close friends and is pursuing interests in the cloud computing. He has published articles on the company blog as well as following up on the company twitter activities. He graduated from the University of Michigan in 1998 and has lived in West Palm Beach, Florida since.
- A List of Cloud Storage Providers and Their Niches
- Map GDrive (Google Docs) as a Local Drive
- The Cloud Storage Wars: Windows Azure vs. Google
- Google Storage Enters the Cloud Storage War
- Windows Azure Blob Storage vs. Amazon S3
- Manage Azure Blob Storage With Ease
- Amazon Cloud Drive Windows Integration
- Cloud Storage for Your File Server
- Backup to Windows Azure Storage in 3 Easy Steps
- Tutorial: CloudAFS in the Cloud Gateway Mode