icpv2-application.txt
上传用户:liugui
上传日期:2007-01-04
资源大小:822k
文件大小:51k
源码类别:

代理服务器

开发平台:

Unix_Linux

  1. Network Working Group                                         D. Wessels
  2. Internet-Draft                                                 K. Claffy
  3.                                          National Laboratory for Applied
  4. Obsoletes <draft-wessels-icp-v2-appl-02.txt>       Network Research/UCSD
  5. Expires: 8 January 1998                                      8 July 1997
  6.         Application of Internet Cache Protocol (ICP), version 2
  7.                    <draft-wessels-icp-v2-appl-03.txt>
  8. Status of this Memo
  9.    This document is an Internet-Draft. Internet-Drafts are working
  10.    documents of the Internet Engineering Task Force (IETF), its areas,
  11.    and its working groups. Note that other groups may also distribute
  12.    working documents as Internet-Drafts.
  13.    Internet-Drafts are draft documents valid for a maximum of six months
  14.    and may be updated, replaced, or obsoleted by other documents at any
  15.    time. It is inappropriate to use Internet-Drafts as reference
  16.    material or to cite them other than as ``work in progress.''
  17.    To learn the current status of any Internet-Draft, please check the
  18.    ``1id-abstracts.txt'' listing contained in the Internet-Drafts Shadow
  19.    Directories on ftp.is.co.za (Africa), nic.nordu.net (Europe),
  20.    munnari.oz.au (Pacific Rim), ds.internic.net (US East Coast), or
  21.    ftp.isi.edu (US West Coast).
  22. Abstract
  23.    This document describes the application of ICPv2 (Internet Cache
  24.    Protocol version 2, RFCXXXX) to Web caching.  ICPv2 is a lightweight
  25.    message format used for communication among Web caches.  Several
  26.    independent caching implementations now use ICP[3,5], making it
  27.    important to codify the existing practical uses of ICP for those
  28.    trying to implement, deploy, and extend its use.
  29.    ICP queries and replies refer to the existence of URLs (or objects)
  30.    in neighbor caches.  Caches exchange ICP messages and use the
  31.    gathered information to select the most appropriate location from
  32.    which to retrieve an object.  A companion document (RFCXXXX)
  33.    describes the format and syntax of the protocol itself.  In this
  34.    document we focus on issues of ICP deployment, efficiency, security,
  35.    and interaction with other aspects of Web traffic behavior.
  36. Wessels & Claffy                                                [Page 1]
  37. Internet-Draft                                                8 Jul 1997
  38. Table of Contents
  39.    1.   Introduction.................................................  2
  40.    2.   Web Cache Hierarchies........................................  3
  41.    3.   What is the Added Value of ICP?..............................  5
  42.    4.   Example Configuration of ICP Hierarchy.......................  5
  43.      4.1. Configuring the `proxy.customer.org' cache.................  6
  44.      4.2. Configuring the `cache.isp.com' cache......................  6
  45.    5.   Applying the Protocol........................................  7
  46.      5.1. Sending ICP Queries........................................  8
  47.      5.2. Receiving ICP Queries and Sending Replies.................. 10
  48.      5.3. Receiving ICP Replies...................................... 11
  49.      5.4. ICP Options................................................ 13
  50.    6.   Firewalls.................................................... 14
  51.    7.   Multicast.................................................... 15
  52.    8.   Lessons Learned.............................................. 16
  53.      8.1. Differences Between ICP and HTTP........................... 16
  54.      8.2. Parents, Siblings, Hits and Misses......................... 16
  55.      8.3. Different Roles of ICP..................................... 17
  56.      8.4. Protocol Design Flaws of ICPv2............................. 17
  57.    9.   Security Considerations...................................... 18
  58.      9.1. Inserting Bogus ICP Queries................................ 19
  59.      9.2. Inserting Bogus ICP Replies................................ 19
  60.      9.3. Eavesdropping.............................................. 20
  61.      9.4. Blocking ICP Messages...................................... 20
  62.      9.5. Delaying ICP Messages...................................... 20
  63.      9.6. Denial of Service.......................................... 20
  64.      9.7. Altering ICP Fields........................................ 21
  65.      9.8. Summary.................................................... 22
  66.    10.  References................................................... 23
  67.    11.  Acknowledgments.............................................. 24
  68.    12.  Author's Addresses........................................... 24
  69. 1.  Introduction
  70.    ICP is a lightweight message format used for communicating among Web
  71.    caches.  ICP is used to exchange hints about the existence of URLs in
  72.    neighbor caches.  Caches exchange ICP queries and replies to gather
  73.    information for use in selecting the most appropriate location from
  74.    which to retrieve an object.
  75.    This document describes the implementation of ICP in software.  For a
  76.    description of the protocol and message format, please refer to the
  77.    companion document (RFCXXXX).  We avoid making judgments about
  78.    whether or how ICP should be used in particular Web caching configu-
  79.    rations.  ICP may be a "net win" in some situations, and a "net loss"
  80.    in others.  We recognize that certain practices described in this
  81. Wessels & Claffy                                                [Page 2]
  82. Internet-Draft                                                8 Jul 1997
  83.    document are suboptimal. Some of these exist for historical reasons.
  84.    Some aspects have been improved in later versions.  Since this docu-
  85.    ment only serves to describe current practices, we focus on document-
  86.    ing rather than evaluating.  However, we do address known security
  87.    problems and other shortcomings.
  88.    The remainder of this document is written as follows.  We first
  89.    describe Web cache hierarchies, explain motivation for using ICP, and
  90.    demonstrate how to configure its use in cache hierarchies.  We then
  91.    provide a step-by-step description of an ICP query-response transac-
  92.    tion.  We then discuss ICP interaction with firewalls, and briefly
  93.    touch on multicasting ICP.  We end with lessons with have learned
  94.    during the protocol development and deployement thus far, and the
  95.    canonical security considerations.
  96.    ICP was initially developed by Peter Danzig, et. al.  at the Univer-
  97.    sity of Southern California as a central part of hierarchical caching
  98.    in the Harvest research project[3].
  99. 2.  Web Cache Hierarchies
  100.    A single Web cache will reduce the amount of traffic generated by the
  101.    clients behind it.  Similarly, a group of Web caches can benefit by
  102.    sharing another cache in much the same way.  Researchers on the Har-
  103.    vest project envisioned that it would be important to connect Web
  104.    caches hierarchically.  In a cache hierarchy (or mesh) one cache
  105.    establishes peering relationships with its neighbor caches.  There
  106.    are two types of relationship: parent and sibling.  A parent cache is
  107.    essentially one level up in a cache hierarchy.  A sibling cache is on
  108.    the same level.  The terms "neighbor" and "peer" are used to refer to
  109.    either parents or siblings which are a single "cache-hop" away.  Fig-
  110.    ure 1 shows a simple hierarchy configuration.
  111.    But what does it mean to be "on the same level" or "one level up?"
  112.    The general flow of document requests is up the hierarchy.  When a
  113.    cache does not hold a requested object, it may ask via ICP whether
  114.    any of its neighbor caches has the object.  If any of the neighbors
  115.    does have the requested object (i.e., a "neighbor hit"), then the
  116.    cache will request it from them.  If none of the neighbors has the
  117.    object (a "neighbor miss"), then the cache must forward the request
  118.    either to a parent, or directly to the origin server.  The essential
  119.    difference between a parent and sibling is that a "neighbor hit" may
  120.    be fetched from either one, but a "neighbor miss" may NOT be fetched
  121.    from a sibling.  In other words, in a sibling relationship, a cache
  122.    can only ask to retrieve objects that the sibling already has cached,
  123.    whereas the same cache can ask a parent to retrieve any object
  124.    regardless of whether or not it is cached.  A parent cache's role is
  125. Wessels & Claffy                                                [Page 3]
  126. Internet-Draft                                                8 Jul 1997
  127.      T H E   I N T E R N E T
  128.    ===========================
  129.        |          ||
  130.        |          ||
  131.        |          ||
  132.        |          ||
  133.        |      +----------------------+
  134.        |      |                      |
  135.        |      |        PARENT        |
  136.        |      |        CACHE         |
  137.        |      |                      |
  138.        |      +----------------------+
  139.        |          ||
  140.      DIRECT       ||
  141.    RETRIEVALS     ||
  142.        |          ||
  143.        |         HITS
  144.        |         AND
  145.        |        MISSES
  146.        |       RESOLVED
  147.        |          ||
  148.        |          ||
  149.        |          ||
  150.        V          /
  151.    +------------------+                    +------------------+
  152.    |                  |                    |                  |
  153.    |      LOCAL       |/--------HITS-------|     SIBLING      |
  154.    |      CACHE       |------RESOLVED-----|      CACHE       |
  155.    |                  |                    |                  |
  156.    +------------------+                    +------------------+
  157.       |  |  |  |  |
  158.       |  |  |  |  |
  159.       |  |  |  |  |
  160.       V  V  V  V  V
  161.    ===================
  162.       CACHE CLIENTS
  163.    FIGURE 1: A Simple Web cache hierarchy.  The local cache can
  164.    retrieve hits from sibling caches, hits and misses from parent
  165.    caches, and some requests directly from origin servers.
  166.    to provide "transit" for the request if necessary, and accordingly
  167.    parent caches are ideally located within or on the way to a transit
  168.    Internet service provider (ISP).
  169.    Squid and Harvest allow for complex hierarchical configurations.  For
  170.    example, one could specify that a given neighbor be used for only a
  171.    certain class of requests, such as URLs from a specific DNS domain.
  172. Wessels & Claffy                                                [Page 4]
  173. Internet-Draft                                                8 Jul 1997
  174.    Additionally, it is possible to treat a neighbor as a sibling for
  175.    some requests and as a parent for others.
  176.    The cache hierarchy model described here includes a number of fea-
  177.    tures to prevent top-level caches from becoming choke points.  One is
  178.    the ability to restrict parents as just described previously (by
  179.    domains).  Another optimization is that the cache only forwards
  180.    cachable requests to its neighbors.  A large class of Web requests
  181.    are inherently uncachable, including: requests requiring certain
  182.    types of authentication, session-encrypted data, highly personalized
  183.    responses, and certain types of database queries.  Lower level caches
  184.    should handle these requests directly rather than burdening parent
  185.    caches.
  186. 3.  What is the Added Value of ICP?
  187.    Although it is possible to maintain cache hierarchies without using
  188.    ICP, the lack of ICP or something similar prohibits the existence of
  189.    sibling meta-communicative relationships, i.e., mechanisms to query
  190.    nearby caches about a given document.
  191.    One concern over the use of ICP is the additional delay that an ICP
  192.    query/reply exchange contributes to an HTTP transaction.  However, if
  193.    the ICP query can locate the object in a nearby neighbor cache, then
  194.    the ICP delay may be more than offset by the faster delivery of the
  195.    data from the neighbor.  In order to minimize ICP delays, the caches
  196.    (as well as the protocol itself) are designed to return ICP requests
  197.    quickly.  Indeed, the application does minimal processing of the ICP
  198.    request, most ICP-related delay is due to transmission on the net-
  199.    work.
  200.    ICP also serves to provide an indication of neighbor reachability.
  201.    If ICP replies from a neighbor fail to arrive, then either the net-
  202.    work path is congested (or down), or the cache application is not
  203.    running on the ICP-queried neighbor machine.  In either case, the
  204.    cache should not use this neighbor at this time.  Additionally,
  205.    because an idle cache can turn around the replies faster than a busy
  206.    one, all other things being equal, ICP provides some form of load
  207.    balancing.
  208. 4.  Example Configuration of ICP Hierarchy
  209.    Configuring caches within a hierarchy requires establishing peering
  210.    relationships, which currently involves manual configuration at both
  211.    peering endpoints.  One cache must indicate that the other is a par-
  212.    ent or sibling.  The other cache will most likely have to add the
  213. Wessels & Claffy                                                [Page 5]
  214. Internet-Draft                                                8 Jul 1997
  215.    first cache to its access control lists.
  216.    Below we show some sample configuration lines for a hypothetical sit-
  217.    uation.  We have two caches, one operated by an ISP, and another
  218.    operated by a customer.  First we describe how the customer would
  219.    configure his cache to peer with the ISP.  Second, we describe how
  220.    the ISP would allow the customer access to its cache.
  221. 4.1.  Configuring the `proxy.customer.org' cache
  222.    In Squid, to configure parents and siblings in a hierarchy, a
  223.    `cache_host' directive is entered into the configuration file.  The
  224.    format is:
  225.        cache_host hostname type http-port icp-port [options]
  226.    Where type is either `parent', `sibling', or `multicast'.  For our
  227.    example, it would be:
  228.        cache_host cache.isp.com parent 8080 3130
  229.    This configuration will cause the customer cache to resolve most
  230.    cache misses through the parent (`cgi-bin' and non-GET requests would
  231.    be resolved directly).  Utilizing the parent may be undesirable for
  232.    certain servers, such as servers also in the customer.org domain.  To
  233.    always handle such local domains directly, the customer would add
  234.    this to his configuration file:
  235.        local_domain customer.org
  236.    It may also be the case that the customer wants to use the ISP cache
  237.    only for a specific subset of DNS domains.  The need to limit
  238.    requests this way is actually more common for higher levels of cache
  239.    hierarchies, but it is illustrated here nonetheless.  To limit the
  240.    ISP cache to a subset of DNS domains, the customer would use:
  241.        cache_host_domain cache.isp.com com net org
  242.    Then, any requests which are NOT in the .com, .net, or .org domains
  243.    would be handled directly.
  244. 4.2.  Configuring the `cache.isp.com' cache
  245.    To configure the query-receiving side of the cache peer relationship
  246.    one uses access lists, similar to those used in routing peers.  The
  247.    access lists support a large degree of customization in the peering
  248. Wessels & Claffy                                                [Page 6]
  249. Internet-Draft                                                8 Jul 1997
  250.    relationship.  If there are no access lines present, the cache allows
  251.    the request by default.
  252.    Note that the cache.isp.com cache need not explicitly specify the
  253.    customer cache as a peer, nor is the type of relationship encoded
  254.    within the ICP query itself.  The access control entries regulate the
  255.    relationships between this cache and its neighbors.  For our example,
  256.    the ISP would use:
  257.        acl src Customer  proxy.customer.org
  258.        http_access allow Customer
  259.        icp_access  allow Customer
  260.    This defines an access control entry named `Customer' which specifies
  261.    a source IP address of the customer cache machine.  The customer
  262.    cache would then be allowed to make any request to both the HTTP and
  263.    ICP ports (including cache misses).  This configuration implies that
  264.    the ISP cache is a parent of the customer.
  265.    If the ISP wanted to enforce a sibling relationship, it would need to
  266.    deny access to cache misses.  This would be done as follows:
  267.        miss_access deny Customer
  268.    Of course the ISP should also communicate this to the customer, so
  269.    that the customer will change his configuration from parent to sib-
  270.    ling.  Otherwise, if the customer requests an object not in the ISP
  271.    cache, an error message is generated.
  272. 5.  Applying the Protocol
  273.    The following sections describe the ICP implementation in the Har-
  274.    vest[3] (research version) and Squid Web cache[5] packages.  In terms
  275.    of version numbers, this means version 1.4pl2 for Harvest and version
  276.    1.1.10 for Squid.
  277.    The basic sequence of events in an ICP transaction is as follows:
  278.    1.   Local cache receives an HTTP[1] request from a cache client.
  279.    2.   The local cache sends ICP queries (section 5.1).
  280.    3.   The peer cache(s) receive the queries and send ICP replies (sec-
  281.         tion 5.2).
  282.    4.   The local cache receives the ICP replies and decides where to
  283.         forward the request (section 5.3).
  284. Wessels & Claffy                                                [Page 7]
  285. Internet-Draft                                                8 Jul 1997
  286. 5.1.  Sending ICP Queries
  287. 5.1.1.  Determine whether to use ICP at all
  288.    Not every HTTP request requires an ICP query to be sent.  Obviously,
  289.    cache hits will not need ICP because the request is satisfied immedi-
  290.    ately.  For origin servers very close to the cache, we do not want to
  291.    use any neighbor caches.  In Squid and Harvest, the administrator
  292.    specifies what constitutes a `local' server with the `local_domain'
  293.    and `local_ip' configuration options.  The cache always contacts a
  294.    local server directly, never querying a peer cache.
  295.    There are other classes of requests that the cache (or the adminis-
  296.    trator) may prefer to forward directly to the origin server.  In
  297.    Squid and Harvest, one such class includes all non-GET request meth-
  298.    ods.  A Squid cache can also be configured to not use peers for URLs
  299.    matching the `hierarchy_stoplist'.
  300.    In order for an HTTP request to yield an ICP transaction, it must:
  301.    o    not be a cache hit
  302.    o    not be to a local server
  303.    o    be a GET request, and
  304.    o    not match the `hierarchy_stoplist' configuration.
  305.    We call this a "hierarchical" request.  A "non-hierarchical" request
  306.    is one that doesn't generate any ICP traffic.  To avoid processing
  307.    requests that are likely to lower cache efficiency, one can configure
  308.    the cache to not consult the hierarchy for URLs that contain certain
  309.    strings (e.g. `cgi_bin').
  310. 5.1.2.  Determine which peers to query
  311.    By default, a cache sends an ICP_OP_QUERY message to each peer,
  312.    unless any one of the following are true:
  313.    o    Restrictions prevent querying a peer for this request, based on
  314.         the configuration directive `cache_host_domain', which specifies
  315.         a set of DNS domains (from the URLs) for which the peer should
  316.         or should not be queried.  In Squid, a more flexible directive
  317.         ('cache_host_acl') supports restrictions on other parts of the
  318.         request (method, port number, source, etc.).
  319. Wessels & Claffy                                                [Page 8]
  320. Internet-Draft                                                8 Jul 1997
  321.    o    The peer is a sibling, and the HTTP request includes a "Pragma:
  322.         no-cache" header.  This is because the sibling would be asked to
  323.         transit the request, which is not allowed.
  324.    o    The peer is configured to never be sent ICP queries (i.e. with
  325.         the `no-query' option).
  326.    If the determination yields only one queryable ICP peer, and the
  327.    Squid configuration directive `single_parent_bypass' is set, then one
  328.    can bypass waiting for the single ICP response and just send the HTTP
  329.    request directly to the peer cache.
  330.    The Squid configuration option `source_ping' configures a Squid cache
  331.    to send a ping to the original source simultaneous with its ICP
  332.    queries, in case the origin is closer than any of the caches.
  333. 5.1.3.  Calculate the expected number of ICP replies
  334.    Harvest and Squid want to maximize the chance to get a HIT reply from
  335.    one of the peers.  Therefore, the cache waits for all ICP replies to
  336.    be received.  Normally, we expect to receive an ICP reply for each
  337.    query sent, except:
  338.    o    When the peer is believed to be down.  If the peer is down Squid
  339.         and Harvest continue to send it ICP queries, but do not expect
  340.         the peer to reply.  When an ICP reply is again received from the
  341.         peer, its status will be changed to up.
  342.         The determination of up/down status has varied a little bit as
  343.         the Harvest and Squid software evolved.  Both Harvest and Squid
  344.         mark a peer down when it fails to reply to 20 consecutive ICP
  345.         queries.  Squid also marks a peer down when a TCP connection
  346.         fails, and up again when a diagnostic TCP connection succeeds.
  347.    o    When sending to a multicast address.  In this case we'll proba-
  348.         bly expect to receive more than one reply, and have no way to
  349.         definitively determine how many to expect.  We discuss multicast
  350.         issues in section 7 below.
  351. 5.1.4.  Install timeout event
  352.    Because ICP uses UDP as underlying transport, ICP queries and replies
  353.    may sometimes be dropped by the network.  The cache installs a time-
  354.    out event in case not all of the expected replies arrive.  By default
  355.    Squid and Harvest use a two-second timeout.  If object retrieval has
  356.    not commenced when the timeout occurs, a source is selected as
  357. Wessels & Claffy                                                [Page 9]
  358. Internet-Draft                                                8 Jul 1997
  359.    described in section 5.3.9 below.
  360. 5.2.  Receiving ICP Queries and Sending Replies
  361.    When an ICP_OP_QUERY message is received, the cache examines it and
  362.    decides which reply message is to be sent.  It will send one of the
  363.    following reply opcodes, tested for use in the order listed:
  364. 5.2.1.  ICP_OP_ERR
  365.    The URL is extracted from the payload and parsed.  If parsing fails,
  366.    an ICP_OP_ERR message is returned.
  367. 5.2.2.  ICP_OP_DENIED
  368.    The access controls are checked.  If the peer is not allowed to make
  369.    this request, ICP_OP_DENIED is returned.  Squid counts the number of
  370.    ICP_OP_DENIED messages sent to each peer.  If more than 95% of more
  371.    than 100 replies have been denied, then no reply is sent at all.
  372.    This prevents misconfigured caches from endlessly sending unnecessary
  373.    ICP messages back and forth.
  374. 5.2.3.  ICP_OP_HIT
  375.    If the cache reaches this point without already matching one of the
  376.    previous  opcodes, it means the request is allowed and we must deter-
  377.    mine if it will be HIT or MISS, so we check if the URL exists in the
  378.    local cache.  If so, and if the cached entry is fresh for at least
  379.    the next 30 seconds, we can return an ICP_OP_HIT message.  The
  380.    stale/fresh determination uses the local refresh (or TTL) rules.
  381.    Note that a race condition exists for ICP_OP_HIT replies to sibling
  382.    peers.  The ICP_OP_HIT means that a subsequent HTTP request for the
  383.    named URL would result in a cache hit.  We assume that the HTTP
  384.    request will come very quickly after the ICP_OP_HIT.  However, there
  385.    is a slight chance that the object might be purged from this cache
  386.    before the HTTP request is received.  If this happens, and the reply-
  387.    ing peer has applied Squid's `miss_access' configuration then the
  388.    user will receive a very confusing access denied message.
  389. 5.2.3.1.  ICP_OP_HIT_OBJ
  390.    Before returning the ICP_OP_HIT message, we see if we can send an
  391. Wessels & Claffy                                               [Page 10]
  392. Internet-Draft                                                8 Jul 1997
  393.    ICP_OP_HIT_OBJ message instead.  We can use ICP_OP_HIT_OBJ if:
  394.    o    The ICP_OP_QUERY message had the ICP_FLAG_HIT_OBJ flag set.
  395.    o    The entire object (plus URL) will fit in an ICP message.  The
  396.         maximum ICP message size is 16 Kbytes, but an application may
  397.         choose to set a smaller maximum value for ICP_OP_HIT_OBJ
  398.         replies.
  399.    Normally ICP replies are sent immediately after the query is
  400.    received, but the ICP_OP_HIT_OBJ message cannot be sent until the
  401.    object data is available to copy into the reply message.  For Squid
  402.    and Harvest this means the object must be "swapped in" from disk if
  403.    it is not already in memory.  Therefore, on average, an
  404.    ICP_OP_HIT_OBJ reply will have higher latency than ICP_OP_HIT.
  405. 5.2.4.  ICP_OP_MISS_NOFETCH
  406.    At this point we have a cache miss.  ICP has two types of miss
  407.    replies.  If the cache does not want the peer to request the object
  408.    from it, it sends an ICP_OP_MISS_NOFETCH message.
  409. 5.2.5.  ICP_OP_MISS
  410.    Finally, an ICP_OP_MISS reply is returned as the default.  If the
  411.    replying cache is a parent of the querying cache, the ICP_OP_MISS
  412.    indicates an invitation to fetch the URL through the replying cache.
  413. 5.3.  Receiving ICP Replies
  414.    Some ICP replies will be ignored; specifically, when any of the fol-
  415.    lowing are true:
  416.    o    The reply message originated from an unknown peer.
  417.    o    The object named by the URL does not exist.
  418.    o    The object is already being fetched.
  419. 5.3.1.  ICP_OP_DENIED
  420.    If more than 95% of more than 100 replies from a peer cache have been
  421.    ICP_OP_DENIED, then such a high denial rate most likely indicates a
  422.    configuration error, either locally or at the peer.  For this reason,
  423. Wessels & Claffy                                               [Page 11]
  424. Internet-Draft                                                8 Jul 1997
  425.    no further queries will be sent to the peer for the duration of the
  426.    cache process.
  427. 5.3.2.  ICP_OP_HIT
  428.    Object retrieval commences immediately from the replying peer.
  429. 5.3.3.  ICP_OP_HIT_OBJ
  430.    The object data is extracted from the ICP message and the retrieval
  431.    is complete.  If there is some problem with the ICP_OP_HIT_OBJ mes-
  432.    sage (e.g. missing data) the reply will be treated like a standard
  433.    ICP_OP_HIT.
  434. 5.3.4.  ICP_OP_SECHO
  435.    Object retrieval commences immediately from the origin server because
  436.    the ICP_OP_SECHO reply arrived prior to any ICP_OP_HIT's.  If an
  437.    ICP_OP_HIT had arrived prior, this ICP_OP_SECHO reply would be
  438.    ignored because the retrieval has already started.
  439. 5.3.5.  ICP_OP_DECHO
  440.    An ICP_OP_DECHO reply is handled like an ICP_OP_MISS.  Non-ICP peers
  441.    must always be configured as parents; a non-ICP sibling makes no
  442.    sense.  One serious problem with the ICP_OP_DECHO feature is that
  443.    since it bounces messages off the peer's UDP echo port, it does not
  444.    indicate that the peer cache is actually running -- only that network
  445.    connectivity exists between the pair.
  446. 5.3.6.  ICP_OP_MISS
  447.    If the peer is a sibling, the ICP_OP_MISS reply is ignored.  Other-
  448.    wise, the peer may be "remembered" for future use in case no HIT
  449.    replies are received later (section 5.3.9).
  450.    Harvest and Squid remember the first parent to return an ICP_OP_MISS
  451.    message.  With Squid, the parents may be weighted so that the "first
  452.    parent to miss" may not actually be the first reply received.  We
  453.    call this the FIRST_PARENT_MISS.  Remember that sibling misses are
  454.    entirely ignored, we only care about misses from parents.  The parent
  455.    miss RTT's can be weighted because sometimes the closest parent is
  456.    not the one people want to use.
  457. Wessels & Claffy                                               [Page 12]
  458. Internet-Draft                                                8 Jul 1997
  459.    Also, recent versions of Squid may remember the parent with the low-
  460.    est RTT to the origin server, using the ICP_FLAG_SRC_RTT option.  We
  461.    call this the CLOSEST_PARENT_MISS.
  462. 5.3.7.  ICP_OP_MISS_NOFETCH
  463.    This reply is essentially ignored.  A cache must not forward a
  464.    request to a peer that returns ICP_OP_MISS_NOFETCH.
  465. 5.3.8.  ICP_OP_ERR
  466.    Silently ignored.
  467. 5.3.9.  When all peers MISS.
  468.    For ICP_OP_HIT and ICP_OP_SECHO the request is forwarded immediately.
  469.    For ICP_OP_HIT_OBJ there is no need to forward the request.  For all
  470.    other reply opcodes, we wait until the expected number of replies
  471.    have been received.  When we have all of the expected replies, or
  472.    when the query timeout occurs, it is time to forward the request.
  473.    Since MISS replies were received from all peers, we must either
  474.    select a parent cache or the origin server.
  475.    o    If the peers are using the ICP_FLAG_SRC_RTT feature, we forward
  476.         the request to the peer with the lowest RTT to the origin
  477.         server.  If the local cache is also measuring RTT's to origin
  478.         servers, and is closer than any of the parents, the request is
  479.         forwarded directly to the origin server.
  480.    o    If there is a FIRST_PARENT_MISS parent available, the request
  481.         will be forwarded there.
  482.    o    If the ICP query/reply exchange did not produce any appropriate
  483.         parents, the request will be sent directly to the origin server
  484.         (unless firewall restrictions prevent it).
  485. 5.4.  ICP Options
  486.    The following options were added to Squid to support some new fea-
  487.    tures while maintaining backward compatibility with the Harvest
  488.    implementation.
  489. Wessels & Claffy                                               [Page 13]
  490. Internet-Draft                                                8 Jul 1997
  491. 5.4.1.  ICP_FLAG_HIT_OBJ
  492.    This flag is off by default and will be set in an ICP_OP_QUERY mes-
  493.    sage only if these three criteria are met:
  494.    o    It is enabled in the cache configuration file with `udp_hit_obj
  495.         on'.
  496.    o    The peer must be using ICP version 2.
  497.    o    The HTTP request must not include the "Pragma: no-cache" header.
  498. 5.4.2.  ICP_FLAG_SRC_RTT
  499.    This flag is off by default and will be set in an ICP_OP_QUERY mes-
  500.    sage only if these two criteria are met:
  501.    o    It is enabled in the cache configuration file with `query_icmp
  502.         on'.
  503.    o    The peer must be using ICP version 2.
  504. 6.  Firewalls
  505.    Operating a Web cache behind a firewall or in a private network poses
  506.    some interesting problems.  The hard part is figuring out whether the
  507.    cache is able to connect to the origin server.  Harvest and Squid
  508.    provide an `inside_firewall' configuration directive to list DNS
  509.    domains on the near side of a firewall.  Everything else is assumed
  510.    to be on the far side of a firewall.  Squid also has a `firewall_ip'
  511.    directive so that inside hosts can be specified by IP addresses as
  512.    well.
  513.    In a simple configuration, a Squid cache behind a firewall will have
  514.    only one parent cache (which is on the firewall itself).  In this
  515.    case, Squid must use that parent for all servers beyond the firewall,
  516.    so there is no need to utilize ICP.
  517.    In a more complex configuration, there may be a number of peer caches
  518.    also behind the firewall.  Here, ICP may be used to check for cache
  519.    hits in the peers.  Occasionally, when ICP is being used, there may
  520.    not be any replies received.  If the cache were not behind a fire-
  521.    wall, the request would be forwarded directly to the origin server.
  522.    But in this situation, the cache must pick a parent cache, either
  523.    randomly or due to configuration information.  For example, Squid
  524.    allows a parent cache to be designated as a default choice when no
  525. Wessels & Claffy                                               [Page 14]
  526. Internet-Draft                                                8 Jul 1997
  527.    others are available.
  528. 7.  Multicast
  529.    For efficient distribution, a cache may deliver ICP queries to a mul-
  530.    ticast address, and neighbor caches may join the multicast group to
  531.    receive such queries.
  532.    Current practice is that caches send ICP replies only to unicast
  533.    addresses, for several reasons:
  534.    o    Multicasting ICP replies would not reduce the number of packets
  535.         sent.
  536.    o    It prevents other group members from receiving unexpected
  537.         replies.
  538.    o    The reply should follow unicast routing paths to indicate (uni-
  539.         cast) connectivity between the receiver and the sender since the
  540.         subsequent HTTP request will be unicast routed.
  541.    Trust is an important aspect of inter-cache relationships.  A Web
  542.    cache should not automatically trust any cache which replies to a
  543.    multicast ICP query.  Caches should ignore ICP messages from
  544.    addresses not specifically configured as neighbors.  Otherwise, one
  545.    could easily pollute a cache mesh by running an illegitimate cache
  546.    and having it join a group, return ICP_OP_HIT for all requests, and
  547.    then deliver bogus content.
  548.    When sending to multicast groups, cache administrators must be care-
  549.    ful to use the minimum multicast TTL required to reach all group mem-
  550.    bers.  Joining a multicast group requires no special privileges and
  551.    there is no way to prevent anyone from joining "your" group.  Two
  552.    groups of caches utilizing the same multicast address could overlap,
  553.    which would cause a cache to receive ICP replies from unknown neigh-
  554.    bors.  The unknown neighbors would not be used to retrieve the object
  555.    data, but the cache would constantly receive ICP replies that it must
  556.    always ignore.
  557.    To prevent an overlapping cache mesh, caches should thus limit the
  558.    scope of their ICP queries with appropriate TTLs; an application such
  559.    as mtrace[6] can determine appropriate multicast TTLs.
  560.    As mentioned in section 5.1.3, we need to estimate the number of
  561.    expected replies for an ICP_OP_QUERY message.  For unicast we expect
  562.    one reply for each query if the peer is up.  However, for multicast
  563. Wessels & Claffy                                               [Page 15]
  564. Internet-Draft                                                8 Jul 1997
  565.    we generally expect more than one reply, but have no way of knowing
  566.    exactly how many replies to expect.  Squid regularly (every 15 min-
  567.    utes) sends out test ICP_OP_QUERY messages to only the multicast
  568.    group peers.  As with a real ICP query, a timeout event is installed
  569.    and the replies are counted until the timeout occurs.  We have found
  570.    that the received count varies considerably.  Therefore, the number
  571.    of replies to expect is calculated as a moving average, rounded down
  572.    to the nearest integer.
  573. 8.  Lessons Learned
  574. 8.1.  Differences Between ICP and HTTP
  575.    ICP is notably different from HTTP.  HTTP supports a rich and sophis-
  576.    ticated set of features.  In contrast, ICP was designed to be simple,
  577.    small, and efficient.  HTTP request and reply headers consist of
  578.    lines of ASCII text delimited by a CRLF pair, whereas ICP uses a
  579.    fixed size header and represents numbers in binary.  The only thing
  580.    ICP and HTTP have in common is the URL.
  581.    Note that the ICP message does not even include the HTTP request
  582.    method.  The original implementation assumed that only GET requests
  583.    would be cachable and there would be no need to locate non-GET
  584.    requests in neighbor caches.  Thus, the current version of ICP does
  585.    not accommodate non-GET requests, although the next version of this
  586.    protocol will likely include a field for the request method.
  587.    HTTP defines features that are important for caching but not express-
  588.    ible with the current ICP protocol.  Among these are Pragma: no-
  589.    cache, If-Modified-Since, and all of the Cache-Control features of
  590.    HTTP/1.1.  An ICP_OP_HIT_OBJ message may deliver an object which may
  591.    not obey all of the request header constraints.  These differences
  592.    between ICP and HTTP are the reason we discourage the use of the
  593.    ICP_OP_HIT_OBJ feature.
  594. 8.2.  Parents, Siblings, Hits and Misses
  595.    Note that the ICP message does not have a field to indicate the
  596.    intent of the querying cache.  That is, nowhere in the ICP request or
  597.    reply does it say that the two caches have a sibling or parent rela-
  598.    tionship.  A sibling cache can only respond with HIT or MISS, not
  599.    "you can retrieve this from me" or "you can not retrieve this from
  600.    me."  The querying cache must apply the HIT or MISS reply to its
  601.    local configuration to prevent it from resolving misses through a
  602.    sibling cache.  This constraint is awkward, because this aspect of
  603. Wessels & Claffy                                               [Page 16]
  604. Internet-Draft                                                8 Jul 1997
  605.    the relationship can be configured only in the cache originating the
  606.    requests, and indirectly via the access controls configured in the
  607.    queried cache as described earlier in section 4.2.
  608. 8.3.  Different Roles of ICP
  609.    There are two different understandings of what exactly the role of
  610.    ICP is in a cache mesh.  One understanding is that ICP's role is only
  611.    object location, specifically, to provide hints about whether or not
  612.    a named object exists in a neighbor cache.  An implied assumption is
  613.    that cache hits are highly desirable, and ICP is used to maximize the
  614.    chance of getting them.  If an ICP message is lost due to congestion,
  615.    then nothing significant is lost; the request will be satisfied
  616.    regardless.
  617.    ICP is increasingly being tasked to fill a more complex role: convey-
  618.    ing cache usage policy.  For example, many organizations (e.g. uni-
  619.    versities) will install a Web cache on the border of their network.
  620.    Such organizations may be happy to establish sibling relationships
  621.    with other, nearby caches, subject to the following terms:
  622.    o    Any of the organization's customers or users may request any
  623.         object (cached or not).
  624.    o    Anyone may request an object already in the cache.
  625.    o    Anyone may request any object from the organization's servers
  626.         behind the cache.
  627.    o    All other requests are denied; specifically, the organization
  628.         will not provide transit for requests in which neither the
  629.         client nor the server falls within its domain.
  630.    To successfully convey policy the ICP exchange must very accurately
  631.    predict the result (hit, miss) of a subsequent HTTP request.  The
  632.    result may often depend on other request fields, such as Cache-Con-
  633.    trol.  So it's not possible for ICP to accurately predict the result
  634.    without more, or perhaps all, of the HTTP request.
  635. 8.4.  Protocol Design Flaws of ICPv2
  636.    We recognize certain flaws with the original design of ICP, and make
  637.    note of them so that future versions can avoid the same mistakes.
  638.    o    The NULL-terminated URL in the payload field requires stepping
  639.         through the message an octet at a time to find some of the
  640. Wessels & Claffy                                               [Page 17]
  641. Internet-Draft                                                8 Jul 1997
  642.         fields (i.e. the beginning of object data in an ICP_OP_HIT_OBJ
  643.         message).
  644.    o    Two fields (Sender Host Address and Requester Host Address) are
  645.         IPv4 specific.  However, neither of these fields are used in
  646.         practice; they are normally zero-filled.  If IP addresses have a
  647.         role in the ICP message, there needs to be an address family
  648.         descriptor for each address, and clients need to be able to say
  649.         whether they want to hear IPv6 responses or not.
  650.    o    Options are limited to 32 option flags and 32 bits of option
  651.         data.  This should be more like TCP, with an option descriptor
  652.         followed by option data.
  653.    o    Although currently used as the cache key, the URL string no
  654.         longer serves this role adequately.  Some HTTP responses now
  655.         vary according to the requestor's User-Agent and other headers.
  656.         A cache key must incorporate all non-transport headers present
  657.         in the client's request.  All non-hop-by-hop request headers
  658.         should be sent in an ICP query.
  659.    o    ICPv2 uses different opcode values for queries and responses.
  660.         ICP should use the same opcode for both sides of a two-sided
  661.         transaction, with a "query/response" indicator telling which
  662.         side is which.
  663.    o    ICPv2 does not include any authentication fields.
  664. 9.  Security Considerations
  665.    Security is an issue with ICP over UDP because of its connectionless
  666.    nature.  Below we consider various vulnerabilities and methods of
  667.    attack, and their implications.
  668.    Our first line of defense is to check the source IP address of the
  669.    ICP message, e.g. as given by recvfrom(2).  ICP query messages should
  670.    be processed if the access control rules allow the querying address
  671.    access to the cache.  However, ICP reply messages must only be
  672.    accepted from known neighbors; a cache must ignore replies from
  673.    unknown addresses.
  674.    Because we trust the validity of an address in an IP packet, ICP is
  675.    susceptible to IP address spoofing.  In this document we address some
  676.    consequences of IP address spoofing.  Normally, spoofed addresses can
  677.    only be detected by routers, not by hosts.  However, the IP Authenti-
  678.    cation Header[7,8] can be used underneath ICP to provide crypto-
  679.    graphic authentication of the entire IP packet containing the ICP
  680. Wessels & Claffy                                               [Page 18]
  681. Internet-Draft                                                8 Jul 1997
  682.    protocol, thus eliminating the risk of IP address spoofing.
  683. 9.1.  Inserting Bogus ICP Queries
  684.    Processing an ICP_OP_QUERY message has no known security implica-
  685.    tions, so long as the requesting address is granted access to the
  686.    cache.
  687. 9.2.  Inserting Bogus ICP Replies
  688.    Here we are concerned with a third party generating ICP reply mes-
  689.    sages which are returned to the querying cache before the real reply
  690.    arrives, or before any replies arrive.  The third party may insert
  691.    bogus ICP replies which appear to come from legitimate neighbors.
  692.    There are three vulnerabilities:
  693.    o    Preventing a certain neighbor from being used
  694.         If a third-party could send an ICP_OP_MISS_NOFETCH reply back
  695.         before the real reply arrived, the (falsified) neighbor would
  696.         not be used.
  697.         A third-party could blast a cache with ICP_OP_DENIED messages
  698.         until the threshold described in section 5.3.1 is reached,
  699.         thereby causing the neighbor relationship to be temporarily ter-
  700.         minated.
  701.    o    Forcing a certain neighbor to be used
  702.         If a third-party could send an ICP_OP_HIT reply back before the
  703.         real reply arrived, the (falsified) neighbor would be used.
  704.         This may violate the terms of a sibling relationship; ICP_OP_HIT
  705.         replies mean a subsequent HTTP request will also be a hit.
  706.         Similarly, if bogus ICP_OP_SECHO messages can be generated, the
  707.         cache would retrieve requests directly from the origin server.
  708.    o    Cache poisoning
  709.         The ICP_OP_HIT_OBJ message is especially sensitive to security
  710.         issues since it contains actual object data.  In combination
  711.         with IP address spoofing, this option opens up the likely possi-
  712.         bility of having the cache polluted with invalid objects.
  713. Wessels & Claffy                                               [Page 19]
  714. Internet-Draft                                                8 Jul 1997
  715. 9.3.  Eavesdropping
  716.    Multicasting ICP queries provides a very simple method for others to
  717.    "snoop" on ICP messages.  If enabling multicast, cache administrators
  718.    should configure the application to use the minimum required multi-
  719.    cast TTL, using a tool such as mtrace[6].  Note that the IP Encapsu-
  720.    lating Security Payload [7,9] mechanism can be used to provide pro-
  721.    tection against eavesdropping of ICP messages.
  722.    Eavesdropping on ICP traffic can provide third parties with a list of
  723.    URLs being browsed by cache users.  Because the Requestor Host
  724.    Address is zero-filled by Squid and Harvest, the URLs cannot be
  725.    mapped back to individual host systems.
  726.    By default, Squid and Harvest do not send ICP messages for URLs con-
  727.    taining `cgi-bin' or `?'.  These URLs sometimes contain sensitive
  728.    information as argument parameters.  Cache administrators need to be
  729.    aware that altering the configuration to make ICP queries for such
  730.    URLs may expose sensitive information to outsiders, especially when
  731.    multicast is used.
  732. 9.4.  Blocking ICP Messages
  733.    Intentionally blocked (or discarded) ICP queries or replies will
  734.    appear to reflect link failure or congestion, and will prevent the
  735.    use of a neighbor as well as lead to timeouts (see section 5.1.4).
  736.    If all messages are blocked, the cache will assume the neighbor is
  737.    down and remove it from the selection algorithm.  However, if, for
  738.    example, every other query is blocked, the neighbor will remain
  739.    "alive," but every other request will suffer the ICP timeout.
  740. 9.5.  Delaying ICP Messages
  741.    The neighbor selection algorithm normally waits for all ICP MISS
  742.    replies to arrive.  Delaying queries or replies, so that they arrive
  743.    later than they normally would, will cause additional delay for the
  744.    subsequent HTTP request.  Of course, if messages are delayed so that
  745.    they arrive after the timeout, the behavior is the same as "blocking"
  746.    above.
  747. 9.6.  Denial of Service
  748.    A denial-of-service attack, where the ICP port is flooded with a con-
  749.    tinuous stream of bogus messages has three vulnerabilities:
  750. Wessels & Claffy                                               [Page 20]
  751. Internet-Draft                                                8 Jul 1997
  752.    o    The application may log every bogus ICP message and eventually
  753.         fill up a disk partition.
  754.    o    The socket receive queue may fill up, causing legitimate mes-
  755.         sages to be dropped.
  756.    o    The host may waste some CPU cycles receiving the bogus messages.
  757. 9.7.  Altering ICP Fields
  758.    Here we assume a third party is able to change one or more of the ICP
  759.    reply message fields.
  760.    Opcode
  761.       Changing the opcode field is much like inserting bogus messages
  762.       described above.  Changing a hit to a miss would prevent the peer
  763.       from being used.  Changing a miss to a hit would force the peer to
  764.       be used.
  765.    Version
  766.       Altering the ICP version field may have unpredictable consequences
  767.       if the new version number is recognized and supported.  The
  768.       receiving application should ignore messages with invalid version
  769.       numbers.  At the time of this writing, both version numbers 2 and
  770.       3 are in use.  These two versions use some fields (e.g. Options)
  771.       in a slightly different manner.
  772.    Message Length
  773.       An incorrect message length should be detected by the receiving
  774.       application as an invalid ICP message.
  775.    Request Number
  776.       The request number is often used as a part of the cache key.  Har-
  777.       vest does not use the request number.  Squid uses the request num-
  778.       ber in conjunction with the URL to create a cache key.  Altering
  779.       the request number will cause a lookup of the cache key to fail.
  780.       This is similar to blocking the ICP reply altogether.
  781.       There is no requirement that a cache use both the URL and the
  782.       request number to locate HTTP requests with outstanding ICP
  783.       queries (however both Squid and Harvest do).  The request number
  784.       must always be the same in the query and the reply.  However, if
  785.       the querying cache uses only the request number to locate pending
  786. Wessels & Claffy                                               [Page 21]
  787. Internet-Draft                                                8 Jul 1997
  788.       requests, there is some possibility that a replying cache might
  789.       increment the request number in the reply to give the false
  790.       impression that the two caches are closer than they really are.
  791.       In other words, assuming that there are a few ICP requests "in
  792.       flight" at any given time, incrementing the reply request number
  793.       trick the querying cache into seeing a smaller round-trip time
  794.       than really exists.
  795.    Options
  796.       There is little risk in having the Options bitfields altered.  Any
  797.       option bit must only be set in a reply if it was also set in a
  798.       query.  Changing a bit from clear to set is detectable by the
  799.       querying cache, and such a message must be ignored.  Changing a
  800.       bit from set to clear is allowed and has no negative side effects.
  801.    Option Data
  802.       ICP_FLAG_SRC_RTT is the only option which uses the Option Data
  803.       field.  Altering the RTT values returned here can affect the
  804.       neighbor selection algorithm, either forcing or preventing the use
  805.       of a neighbor.
  806.    URL
  807.       The URL and Request Number are used to generate the cache key.
  808.       Altering the URL will cause a lookup of the cache key to fail, and
  809.       the ICP reply to be entirely ignored.  This is similar to blocking
  810.       the ICP reply altogether.
  811. 9.8.  Summary
  812.    o    ICP_OP_HIT_OBJ is particularly vulnerable to security problems
  813.         because it includes object data.  For this, and other reasons,
  814.         its use is discouraged.
  815.    o    Falsifying, altering, inserting, or blocking ICP messages can
  816.         cause an HTTP request to fail only in two situations:
  817.         -    If the cache is behind a firewall and cannot directly con-
  818.              nect to the origin server.
  819.         -    If a false ICP_OP_HIT reply causes the HTTP request to be
  820.              forwarded to a sibling, where the request is a cache miss
  821.              and the sibling refuses to continue forwarding the request
  822.              on behalf of the originating cache.
  823. Wessels & Claffy                                               [Page 22]
  824. Internet-Draft                                                8 Jul 1997
  825.    o    Falsifying, altering, inserting, or blocking ICP messages can
  826.         easily cause HTTP requests to be forwarded (or not forwarded) to
  827.         certain neighbors.  If the neighbor cache has also been compro-
  828.         mised, then it could serve bogus content and pollute a cache
  829.         hierarchy.
  830.    o    Blocking or delaying ICP messages can cause HTTP request to be
  831.         further delayed, but still satisfied.
  832. 10.  References
  833.    [1] Fielding, R., et. al, "Hypertext Transfer Protocol -- HTTP/1.1",
  834.    RFC 2068, UC Irvine, January 1997.
  835.    [2] Berners-Lee, T., Masinter, L., and M. McCahill, "Uniform Resource
  836.    Locators (URL)", RFC 1738, CERN, Xerox PARC, University of Minnesota,
  837.    December 1994.
  838.    [3] Bowman M., Danzig P., Hardy D., Manber U., Schwartz M., and Wes-
  839.    sels D., "The Harvest Information Discovery and Access System",
  840.    Internet Research Task Force - Resource Discovery, http://har-
  841.    vest.transarc.com/.
  842.    [4] Wessels D., Claffy K., "ICP and the Squid Web Cache", National
  843.    Laboratory for Applied Network Research, http://www.nlanr.net/~wes-
  844.    sels/Papers/icp-squid.ps.gz.
  845.    [5] Wessels D., "The Squid Internet Object Cache", National Labora-
  846.    tory for Applied Network Research, http://squid.nlanr.net/Squid/
  847.    [6] mtrace, Xerox PARC, ftp://ftp.parc.xerox.com/pub/net-
  848.    research/ipmulti/.
  849.    [7] Atkinson, R., "Security Architecture for the Internet Protocol",
  850.    RFC 1825, NRL, August 1995.
  851.    [8] Atkinson, R., "IP Authentication Header", RFC 1826, NRL, August
  852.    1995.
  853.    [9] Atkinson, R., "IP Encapsulating Security Payload (ESP)", RFC
  854.    1827, NRL, August 1995.
  855. Wessels & Claffy                                               [Page 23]
  856. Internet-Draft                                                8 Jul 1997
  857. 11.  Acknowledgments
  858.    The authors wish to thank Paul A Vixie <paul@vix.com> for
  859.    providing excellent feedback on this document,
  860.    Martin Hamilton <martin@mrrl.lut.ac.uk> for pushing the
  861.    development of multicast ICP, Eric Rescorla <ekr@terisa.com>
  862.    and Randall Atkinson <rja@home.net> for assisting with security issues,
  863.    and especially Allyn Romanow for keeping us on the right track.
  864. 12.  Authors' Addresses:
  865.    Duane Wessels
  866.    National Laboratory for Applied Network Research
  867.    10100 Hopkins Drive
  868.    La Jolla, CA 92093
  869.    wessels@nlanr.net
  870.    K Claffy
  871.    National Laboratory for Applied Network Research
  872.    10100 Hopkins Drive
  873.    La Jolla, CA 92093
  874.    kc@nlanr.net
  875. Wessels & Claffy                                               [Page 24]