Cisco Application Velocity System User Guide (Software Version 5.0)
Glossary

Table Of Contents


Glossary

application class
A set of rules governing how the application appliance should optimize a request. An application class is identified by a name, contains a list of URLs to which it applies, and contains keywords that define what optimization actions the application appliance should take when it receives a request for one of the listed URLs.
AppScreen class
A set of rules governing how AppScreen should process a request. An AppScreen class is identified by a name, contains a list of URLs to which it applies, and contains keywords and policies that define what screening actions the application appliance should take when it receives a request for one of the listed URLs.
CDN
Content Delivery Network, such as Akamai or Speedera.
compression
See gzip.
condensation
The process of generating and sending to clients only the changes in web pages that they repeatedly visit. Condensation reduces bandwidth requirements and accelerates performance.
cookie
A packet of information sent by a web server to a browser and then sent back by the browser each time it accesses that server. Cookies can contain any arbitrary information the server chooses and are used to maintain state between otherwise stateless HTTP transactions. Typically this is used to authenticate or identify a user of a web site without requiring them to sign in every time they access that site.
delta
The difference between a base copy of a web page and a more recent version of that page (or a similar page).
FlashForward container
An HTML document that contains embedded references to other objects.
FlashForward object
An object (image, script file, or linked style sheet) embedded in an HTML document.
gzip
A file compression format popularized by the GNU compression utility and used by the application appliance.
MIME type
Multipurpose Internet Mail Extensions type. This refers to a system of identifying the type of email and world-wide web content so that data of varying types can be exchanged among many different computer systems.
origin server
The original server on which content resides (not a caching server that may also have a copy of the origin server content).
rebasing
The process of updating the base file against which content differences are calculated. The base file is stored both on the application appliance server and on the end user's system.
user agent
The specific application (usually a browser) that is requesting a resource from a web server. The HTTP User-Agent header is sent with every request from a client to a web server, and it uniquely identifies the type, version, and operating system of the browser making the request.