Skip Headers

Oracle9iAS Web Cache Administration and Deployment Guide
Release 2 (9.0.2)

Part Number A95404-02
Go To Documentation Library
Home
Go To Product List
Solution Area
Go To Table Of Contents
Contents
Go To Index
Index

Go to previous page Go to next page


Glossary

access log

A log file that contains information about the HTTP requests sent to Oracle9iAS Web Cache for a Web site. The access log has a file name of access_log and is stored by default in $ORACLE_HOME/webcache/logs and ORACLE_HOME\webcache\logs on Windows.

admin server process

An Oracle9iAS Web Cache process that provides administration, configuration, and monitoring capabilities.

application Web server

An origin server that manages data for a Web site, controls access to that data, and responds to requests from Web browsers. The application on the Web server interfaces with the database and performs the job requested by the Web server.

auto-restart process

An Oracle9iAS Web Cache process that checks if the cache server process server process is running and automatically restarts the cache server process if it is not running

cache hit

An HTTP Web browser request that can be satisfied from the Oracle9iAS Web Cache cache without going to the origin server.

cache cluster

A loosely coupled collection of cooperating Oracle9iAS Web Cache cache instances working together to provide a single logical cache. Cache clusters provide failure detection and failover of Web caches, increasing the availability of your Web site.

cache cluster member

An instance of Oracle9iAS Web Cache configured with other instances of Oracle9iAS Web Cache to operate as one logical cache. The cache cluster members communicate with one another to request cacheable content that is cached by another cache cluster member and to detect when a cache cluster member fails.

cache hierarchy

A deployment in which an Oracle9iAS Web Cache caches content from another Oracle9iAS Web Cache to a local market. Oracle9iAS Web Cache provides support for a distributed cache hierarchy in a distributed network and an ESI cache hierarchy in an ESI provider site configuration.

cache miss

An HTTP Web browser request that cannot be satisfied from the Oracle9iAS Web Cache cache and most go to an origin server.

cache server process

An Oracle9iAS Web Cache process that manages the cache by providing connection management and request processing.

capacity

The maximum number of concurrent connections that the origin server can accept.

category cookie

A cookie that enables the multiple version of the same page to served to different categories of users.

central cache

In adistributed cache hierarchy, an Oracle9iAS Web Cache server that acts as an origin server to at least one remote cache. When content becomes invalid, the central cache propagates the invalidation request to the remote caches to ensure consistency.

CLF

See Common LogFile Format (CLF).

Common LogFile Format (CLF)

An industry-standard format for Web transaction log files.

cookie

A packet of state information sent by an origin server to a Web browser during an HTTP request. During subsequent HTTP requests, the cookie is passed back to the origin server, enabling the origin server to remember the state of the last transaction. Some uses of cookies include:

distributed cache hierarchy

A cache hierarchy in which a central cache acts as an origin server to a remote cache.

DNS

See Domain Name System (DNS).

Domain Name System (DNS)

A system for naming computers and network services that is organized into a hierarchy of domains. DNS is used in TCP/IP networks to locate computers through user-friendly names. DNS resolves a friendly name into an IP address, which is understood by computers.

Document Type Definition (DTD)

Markup declarations that provide a grammar for a class of documents.

Edge Side Includes (ESI)

A markup language to enable partial page caching of HTML fragments.

embedded URL parameter

Parameter information embedded in the URL of documents. Oracle9iAS Web Cache accepts requests that use the following characters as delimiters: question mark (?), ampersand (&), dollar sign ($), or semi-colon (;).

ESI

See Edge Side Includes (ESI).

ESI cache hierarchy

A cache hierarchy in which a provider cache acts as an origin server to a subscriber cache.

ESI provider site

A site that Oracle9iAS Web Cache contacts for Edge Side Includes (ESI) assembly only. Browsers are not allowed to request content from these sites.

event log

A log file that contains Oracle9iAS Web Cache event and error information. The event log has a file name of error_log and is stored in $ORACLE_HOME/webcache/logs on UNIX and ORACLE_HOME\webcache\logs on Windows.

expiration

Time when documents are no longer valid in the cache and are refreshed.

Extensible Markup Language (XML)

A language that offers a flexible way to create common information formats. XML is used for invalidation messages and responses.

failover

When an origin server fails, Oracle9iAS Web Cache automatically distributes the load over the remaining origin servers and polls the failed origin server for its current up/down status until it is back online. In a cache cluster environment, Oracle9iAS Web Cache transfers ownership of the content of the failing member to the remaining cluster members.

failure detection

In a cache cluster environment, Oracle9iAS Web Cache detects when a cache cluster member is unavailable.

GET method

An HTTP request method used for simple requests for Web pages. A GET method is made up of a URL. Requests for pages that use the GET method are typically cached.

GET method with query string

An HTTP request method made up of a URL and a query string containing parameters and values. An example of an HTTP GET with query string follows.

http://www.myserver.com/setup/config/navframe?frame=default

This request executes a script named navframe in the /setup/config directory of the www.myserver.com server and passes the script a value of default for the frame variable.


Note:

You should not cache pages with GET with query strings forms that make changes to the origin server or database. You should only cache pages that use GET with query strings if they are used in searches.


HTTP protocol

Hypertext Transport Protocol. A protocol that provides the language that enables browsers and the origin server to communicate.

HTTP request header

A header that enables Web browsers to pass additional information about the request and about itself to the origin server.

HTTP request method

A method included in the HTTP request that specifies the purpose of the client's request. HTTP supports many methods, but the ones that concern caching are GET, GET with query string, and POST methods.

HTTPS protocol

Secure Hypertext Transfer Protocol. A protocol that uses the Secure Sockets Layer (SSL) to encrypt and decrypt user page requests as well as the pages that are returned by the origin server.

invalidation

Oracle9iAS Web Cache function that marks documents as invalid and then refreshes them with updated content from the origin server. Invalidation keeps the Oracle9iAS Web Cache cache consistent with the content on the origin servers.

invalidation coordinator

In a cache cluster environment, Oracle9iAS Web Cache propagates invalidation messages to other cache cluster members. It sends the invalidation messages to one cache cluster member who acts as the coordinator. The coordinator propagates the invalidation messages to the other cluster members.

IP address

Used to identify a node on a network. Each computer on the network is assigned a unique IP address, which is made up of the network ID, and a unique host ID. This address is typically represented in dotted-decimal notation, with the decimal value of each octet separated by a period, for example 144.45.9.22.

latency

Networking round-trip time.

load balancing

A feature in which HTTP requests are distributed among origin servers so that no single server is overloaded.

Layer 4 (L4) switch

A networking switch that operates at Layer 4 of the Open Systems Interconnection (OSI) model--the Transport layer. L4 switches base their switching decisions on the TCP/IP protocol header and determine, based on the port number, where to pass traffic.

Layer 7 (L7) switch

A networking switch that operates at Layer 7 of the OSI model--the Application layer. L7 switches base their switching decisions on URL content.

Load Balancer

A network switch that balances the load of incoming browser request. In an Oracle9iAS Web Cache deployment, the Load Balancer is typically positioned in front of the Oracle9iAS Web Cache server.

on-demand content

In a cache cluster environment, on-demand content are popular documents that are stored in the cache of each cluster member.

Open Systems Interconnection (OSI)

A model of network architecture developed by ISO as a framework for international standards in heterogeneous computer network architecture.

The OSI architecture is split between seven layers, from lowest to highest:

Each layer uses the layer immediately following it and provides a service to the preceding layer.

OSI

See Open Systems Interconnection (OSI).

Oracle Enterprise Manager

A tool for administering Oracle9i Application Server. It is a complete management solution for administering, configuring, and monitoring the application server and its components. Using it, you can:

Oracle9iAS Web Cache Manager

A tool that combines configuration abilities with component control to provide an integrated environment for configuring and managing Oracle9iAS Web Cache.

origin server

A server that is either an application Web server for internal sites or a proxy server for external sites protected by a firewall.

owned content

In a cache cluster environment, content that is owned by a particular cache cluster member. Oracle9iAS Web Cache distributes the cached content among the cache cluster members. In effect, it assigns content to be owned by a particular cache cluster member.

partial page caching

A feature that enables Oracle9iAS Web Cache to independently cache and manage fragments of HTML documents. A template page is configured with Edge Side Includes (ESI) markup tags that tell Oracle9iAS Web Cache to fetch and include the HTML fragments. The fragments themselves are HTML files containing discrete text or other objects.

performance assurance heuristics

Heuristics that enable Oracle9iAS Web Cache to assign a queue order to documents. These heuristics determine which documents can be served stale and which documents must be retrieve immediately. While documents with a higher priority are retrieved first, documents with a lower priority are retrieved at a later time.

The queue order of documents is based on the popularity of documents and the validity of documents assigned during invalidation. If the current load and capacity of the origin server is not exceeded, then the most popular and least valid documents are refreshed first.

personalized attribute

Pages that contain personalized attributes, such as personalized greetings like "Hello, Name," icons, addresses, or shopping cart snippets, on an otherwise generic page. You can configure Oracle9iAS Web Cache to substituting values for personalized attributes based on the information contained within a cookie or an embedded URL parameter.

popularity

The number of requests for a document since entering the cache and the number of recent requests for the document.

POST method

An HTTP request method used for requests that modify the contents of the data store on the origin server, such as posting a message to a mailing list, submitting forms for registration purposes, or adding entries to the database.


Note:

You should not cache pages with POST forms that make changes to the origin server or database. You should only cache pages that use POST forms if they are used in searches.


proxy server

An origin server that substitutes for the real server, forwarding client connection requests to the real server or to other proxy servers. Proxy servers provide access control, data and system security, monitoring, and caching.

provider

Set of content--content areas, pages, applications, even data from outside sources--brought together in one central location and accessed through a common interface, called a page.

provider cache

In an ESI cache hierarchy, an Oracle9iAS Web Cache server that locally caches content for a provider site. A subscriber cache then contacts the provider caches for assembly of HTML fragments. When content becomes invalid, the provider cache propagates the invalidation request to the subscriber cache to ensure consistency.

provider site

A site that provides as a source of content for a provider cache and a subscriber cache.

regular expression

Oracle9iAS Web Cache supports the POSIX 1003 extended regular expressions for URLs, as supported by Netscape Proxy Server 2.5.

See Also::

http://www.cs.utah.edu/dept/old/texinfo/regex/regex_toc.html for regular expression syntax

remote cache

In a distributed cache hierarchy, an Oracle9iAS Web Cache server that caches content from a central cache to serve local requests. When an invalidation request is sent to the central cache, the central cache propagates the request to the remote cache, ensuring consist content.

reverse proxy server

A proxy server that appears to be a normal server to browsers but internally retrieves its documents from other origin servers as a proxy.

Secure Sockets Layer (SSL)

A protocol developed by Netscape Corporation. SSL is an industry-accepted standard for network transport layer security. SSL provides authentication, encryption, and data integrity, in a public key infrastructure (PKI). By supporting SSL, Oracle9iAS Web Cache is able to cache pages for HTTPS protocol requests.

selector

Cacheability can be evaluated against the following attributes:

session binding

The process of binding a user session to a given origin server in order to maintain state for a period of time.

session cookie

A cookie that enables a Web site to keep track of user sessions.

session-encoded URLs

HTML hyperlink tags, such as <A HREF=...>, that contain embedded session information to distinguish users. You can configure Oracle9iAS Web Cache to substitute the values of session parameters in HTML hyperlink tags with the session information contained within a session cookie or an embedded URL parameter.

subscriber cache

In an ESI cache hierarchy, an Oracle9iAS Web Cache server that assembles ESI content by contacting a provider cache for the template's HTML fragments. The HTML fragments are then assembled. When provider site content becomes invalid, the provider site propagates the invalidation request to the subscriber cache to ensure consistency.

Uniform Resource Identifier (URI)

The address syntax that is used to create a URL.

Uniform Resource Locator (URL)

A standard for specifying the location and route to a file on the Internet. URLs are used by browsers to navigate the World Wide Web and consist of a protocol, domain name, directory path, and the file name. For example, http://otn.oracle.com/products/ias specifies the location and path a browser will travel to find the Oracle Technology Network's Oracle9i Application Server site on the World Wide Web.

URI

See Uniform Resource Identifier (URI).

URL

See Uniform Resource Locator (URL).

validity

Expiration time, invalidation time, and removal time of a document.

Oracle9iAS Web Cache calculates validity by comparing the current time relative to an object's expiration/invalidation time and the object's scheduled removal time. Prior to expiration/invalidation time, the object is considered valid. Between expiration/invalidation time and removal time, the object's validity level decreases linearly. During this interim state, objects with a higher validity level have a higher propensity to be served stale. When current time reaches removal time, the object is considered totally invalid and can no longer be served stale. Scheduled removal time is something that administrators can control. When expiring/invalidating content, administrators have the option to remove objects immediately, which may be necessary for sensitive objects that should never be served stale. Likewise, where some degree of inconsistency is tolerable, administrators can specify a removal time in the near future.

virtual host site

A site hosted by Oracle9iAS Web Cache. Browsers can request cached content from these sites through Oracle9iAS Web Cache In addition to caching content, Oracle9iAS Web Cache can also assemble ESI fragments from these sites.

wallet

A transparent database used to manage authentication data such as keys, certificates, and trusted certificates needed by SSL. A wallet has an X.509 version 3 certificate, private key, and list of trusted certificates.

weighted availability capacity

The percentage of the available capacity that the origin server can accept.

XML

See Extensible Markup Language (XML).


Go to previous page Go to next page
Oracle
Copyright © 2002 Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Solution Area
Go To Table Of Contents
Contents
Go To Index
Index