Image reduction and smoothing, Static caching – Comtech EF Data FX Series Administrator Guide User Manual

Page 27

Advertising
background image

Comtech EF Data / Stampede

FX Series Administration Guide - Version 6.1.1

27

Chapter: Overview - FX Series
Section: Single-Sided Solution

MN-FXSERIESADM6 Rev 5

removes non-essential information from data being moved from one location to another, and then
reassembles the data to its original form after the transfer is complete.

Squeezing the data reduces network traffic and accelerates the delivery of time-sensitive information.
GZIP compression uses standard techniques to compress data sent to browsers. While compression exists
in many forms throughout Web deployments, the FX Series is able to more effectively apply compression
resulting in better compression ratios. GZIP is not normally used for attachment compression or for
inbound compression from the browser. In addition, GZIP cannot be used to compress HTTP headers or
image data. In a single-sided mode, the FX Series appliance utilizes GZIP to compress information that can
be processed by standard browsers.

Stampede utilizes various compression techniques to reduce the amount of data that must be sent across
the network. In two-sided deployment, the FX Series bi-directional compression provides compression
for:

All HTTP Headers

Application Cookies

All Text and Data Objects

JPEG files with Image Reduction, yielding very acceptable quality

All attachments and file uploads and downloads

1.3.6 Image Reduction and Smoothing

Image Reduction and Smoothing reduces the amount of data required to represent an image without
significantly altering the visual perception of the image. This is accomplished in two ways. Smoothing
reduces the high frequency components or the sharpness of an image. A moderate amount of smoothing
can significantly reduce the amount of data. The quality factor of a JPEG image relates to the precision of
the samples. Sample precision can be reduced without visible detection.

The goal of the JPEG quality and smoothing values is to reduce the amount of data while maintaining a
usable image. Depending on the JPEG, the compression is often in the range 9:1. A number between 1
and 100 specifies the tradeoff between size of the jpeg data and quality of the original image. A higher
number will retain a higher quality but will not conserve as much bandwidth. If no value is specified then
the FX Series value is inherited from a higher level policy; a default value of 50 is used if no higher level
policy is defined. Images that have been transformed are typically not significantly changed by running
through the algorithm again. What this means is that if an image has been compressed with particular
smoothing and quality factor, if the same factors are used again, the image is not significantly changed.

1.3.7 Static Caching

Caching brings information closer to the end-user by storing recently accessed data in local memory or on
hard disk, reducing the time it takes to bring back needed information, Improving the users’ experience by
speeding the page load times. While today's browsers maintain their own cache, they tend to be overly
conservative. This means they will error on the side of requesting a new piece of data or object, usually
when it really hasn't been changed. This not only impacts response time to the end-user, but also
saturates bandwidth with unnecessary data transmissions.

The FX Series uses caching to maintain copies of routinely accessed data to eliminate unnecessary
requests to Web and application servers, and from going over limited satellite links. By keeping local
copies of frequently requested content, the FX Series allows organizations to significantly reduce their
upstream bandwidth usage and cost, while improving performance. The FX Series acts as an intermediary
from end-users requesting content (such as a file, web page, or other resource) from servers.

Advertising