- 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'
Twing targets communities with new search engine. Listen now!
Ken Russell on making applets FAST. Listen now!
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.
Sprint doesn't care of its customers and its only strategy is to try to be cheap with price and cool...- Anonymous
Comprehensive Network & Voice Management Visit CA Network & Voice Management Resource Center and get insights into industry best practices, information that helps you to address your challenges.
Voice over IP (VoIP) has much to offer in cost savings but some customers have concerns about VoIP call quality compared to the quality of traditional voice services. This white paper will help you learn how to take the right steps so that voice quality is assured.
Managing your network is serious business. This paper discusses the benefits of integrating configuration change-awareness into your network fault management solution
As I mentioned last time, Web acceleration vendor Port80 Software recently released a paper that details how enterprise network managers can first measure their Web site performance and then tackle the technical challenges that may cause poor customer service and unsatisfying end-user experiences.
The paper specifies several ways to speed content delivery, including code optimization, cache control and HTTP compression.
According to Port80, source code optimization is an often-overlooked way to make applications work better. This approach needs to be applied prior to deployment, in the testing phase of rolling out a new or updated application. Tweaking the code prior to putting an application in a live production environment will ensure the code works with the network devices and servers supporting the application.
A subset of code optimization is white space removal, which the paper defines as "the elimination of superfluous spaces, tabs, new lines and comments." The process is said to result in modest time savings of about 10% to 15% in typical HTML files. Port80 says a code optimizer modeled after a traditional software compiler can achieve a higher level of optimization on all text-based files.
Code optimization represents a first step in improving Web site and application performance by reducing the initial network payload that a server must deliver to an end user, the paper states. As soon as the content has been optimized on the developer side, the content can then begin to be delivered in an efficient form.
A method of delivering content efficiently is cache control, Port80 argues. This involves storing the most commonly accessed content in RAM. It prevents an application from having to access a disk thousands of times during execution. Caching on the Web is similar in that it avoids a round trip to the origin Web server each time a resource is requested and instead retrieves the file from a local computer's browser cache and a proxy cache closer to the user.