- NASA to save computers from swarming ants
- The real sticking point with Microsoft/Yahoo
- Inside Lockheed Martin's wireless security lab
- Six free security tools you shouldn't live without
- Businesses must adapt to 'thumb generation'
The movement towards laptop computers has fueled an unprecedented number of data breaches. For IT and Information Security, encryption and training has proven ineffective against careless users and insider threats. This paper discusses these limitations and explains how endpoint security allows remote deletion of sensitive data, tracking of computers outside the network and the physical recovery of missing computers. Learn how you can ensure mobile data protection regardless of end-user interference.
Get the latest on storage technologies that allow IT professionals to better cope with new IT demands. Learn how storage technologies can help you successfully tackle e-Discover, regulatory compliance, green data center initiatives and the data explosion. Get all the details now.
Watch Raven Zachary, Research Director for Open Source at the 451 Group, an independent IT analyst firm, discuss the emergence of enterprise Linux and the role of Oracle Unbreakable Linux support.
Like the fancy sports car you can't afford to drive, many Web server front-end products are simply beyond the budget. The good news is that you can cheaply add directly to your Web servers many of the same speed-enhancing techniques these products use that will help you improve equipment and bandwidth utilization and boost the end-user experience.
HTTP compression can be added to most Web servers quite cheaply. In the case of Apache, mod_gzip or mod_deflate -open source tools you can readily find on the Web - are common solutions.
For Microsoft servers running IIS 6, compression is a native feature and requires a simple configuration change to enable basic features, although detailed configuration can be troublesome without using specialized utilities or registry editing. There is also a thriving market for third-party HTTP compression filters for IIS including httpZip from Port80 Software and TurboIIS. Do understand that when using compression you should see an increase CPU load on your server, but typically most Web servers have plenty of cycles to spare because they are often doing very little as they are network- or disk-bound.
Interestingly during testing, we base-lined the units against IIS 6 native compression, and it turned out to actually offer more compression in many cases. For example, in one test with default settings IIS6 compression reduced a 500K test to 136,610 bytes with the next best result being Redline at 162,031 bytes. While tuning should bring the appliances closer to the IIS result, given that all approaches use the same technology at their heart, the initial results certainly would surprise most observers.
To help offload servers you may consider setting up a reverse proxy. This is often done using on open source program called Squid. Windows environments may often employ Microsoft's ISA Server instead, but consider that your proxy cache doesn't necessarily need to be the same technology as your origin server.
To improve end-user caching you may want to add cache control headers into the output of your Web application or using freeware: mod_expires for Apache or CacheRight for IIS.