Authentication, Authorization, and Accounting (AAA)

The Mobile IP and Authentication, Authorization, and Accounting (AAA) working groups in IETF have been looking at defining the requirements for AAA. RFC 2977[36] contains the requirements that would have to be supported by an AAA service to aid in providing Mobile IP services.

Introduction

Clients[37] obtain Internet services by negotiating a point of attachment to a 'home domain,' generally from an ISP or another organization from which service requests are made and fulfilled. With the increasing popularity of mobile devices, a need has been generated to allow users to attach to any domain convenient to their current location. In this way, a client needs access to resources being provided by an administrative domain different than their home domain (called a foreign domain). The need for service from a foreign domain requires, in many models, authorization, which leads directly to authentication, and accounting (hence, AAA). There is some discussion as to which of these leads to the others, or is derived from the others, but there is common agreement that the three AAA functions are closely interdependent.

An agent in a foreign domain, being called on to provide access to a resource by a mobile user, is likely to request or require the client to provide credentials that can be authenticated before access to resources is permitted. The resource may be as simple as a conduit to the Internet or may be as complex as access to specific private resources within the foreign domain. Credentials can be exchanged in many different ways, all of which are beyond the scope of this chapter. Once authenticated, the mobile user may be authorized to access services within the foreign domain. An accounting of the actual resources may then be assembled.

Mobile IP is a technology that enables a network node (a mobile node) to migrate from its home network to other networks, either within the same administrative domain or to other administrative domains. The possibility of movement between domains that require AAA services has created an immediate demand to design and specify AAA protocols. Once available, the AAA protocols and infrastructure will provide the economic incentive for a wide-ranging deployment of Mobile IP. This document will identify, describe, and discuss the functional and performance requirements that Mobile IP places on AAA protocols. The formal description of Mobile IP can be found in three articles by Perkins and one by Solomon and Glass.[38,39,40,41]

In RFC 2977, an attempt is made to exhibit the requirements in a progressive fashion. After showing the basic AAA model for Mobile IP, it lists the model's requirements as follows:

  • It must be based on the general model.

  • It must be based on providing IP service for mobile nodes.

  • It must be derived from specific Mobile IP protocol needs.

Terminology

RFC 2977 frequently uses the following terms in addition to those defined in RFC 2002:[38,39,40,41]

  • Accounting The act of collecting information on resource usage for the purpose of trend analysis, auditing, billing, or cost allocation.

  • Administrative domain An intranet or a collection of networks, computers, and databases under a common administration. Computer entities operating in a common administration may be assumed to share administratively created security associations.

  • Attendant A node designed to provide the service interface between a client and the local domain.

  • Authentication The act of verifying a claimed identity in the form of a preexisting label from a mutually known name space, as the originator of a message (message authentication) or as the end point of a channel (entity authentication).

  • Authorization The act of determining if a particular right, such as access to some resource, can be granted to the presenter of a particular credential.

  • Billing The act of preparing an invoice.

  • Broker An intermediary agent, trusted by two other AAA servers, that is able to obtain and provide security services from those AAA servers. For instance, a broker may obtain and provide authorizations or assurances that credentials are valid.

  • Client A node wishing to obtain service from an attendant within an administrative domain.

  • Foreign domain An administrative domain, visited by a Mobile IP client, and containing the AAA infrastructure needed to carry out the necessary operations enabling Mobile IP registrations. From the point of view of the foreign agent, the foreign domain is the local domain.

  • Interdomain accounting Interdomain accounting is the collection of information on the resource usage of an entity within an administrative domain, for use within another administrative domain. In interdomain accounting, accounting packets and session records will typically cross administrative boundaries.

  • Intradomain accounting Intradomain accounting is the collection of information on resources within an administrative domain, for use within that domain. In intradomain accounting, accounting packets and session records typically do not cross administrative boundaries.

  • Local domain An administrative domain containing the AAA infrastructure of immediate interest to a Mobile IP client when it is away from home.

  • Real-time accounting Real-time accounting involves the processing of information on resource usage within a defined time window. Time constraints are typically imposed in order to limit financial risk.

  • Session record This represents a summary of the resource consumption of a user over an entire session. Accounting gateways creating the session record may do so by processing interim accounting events.

Basic Model

This section covers the main features of a basic model for the operation of AAA servers that have good support within the Mobile IP working group. On the Internet, a client belonging to one administrative domain (called the home domain) often needs to use resources provided by another administrative domain (called the foreign domain). An agent in the foreign domain that attends to the client's request (the agent is also known as the attendant) is likely to require that the client provide some credentials that can be authenticated before access to the resources is permitted. These credentials may be something the foreign domain understands, but in most cases they are assigned by, and understood only by, the home domain and may be used for setting up secure channels with the mobile node (see Figure 4-16).

click to expand
Figure 4-16: AAA servers in home and local domains

The attendant often does not have direct access to the data needed to complete the transaction. Instead, the attendant is expected to consult an authority (typically in the same foreign domain) in order to request proof that the client has acceptable credentials. Since the attendant and the local authority are part of the same administrative domain, they are expected to have established, or be able to establish for the necessary lifetime, a secure channel for the purposes of exchanging sensitive (access) information and keep it private from (at least) the visiting mobile node.

The local authority (AAA Local [AAAL]) itself may not have enough information stored locally to carry out the verification of the client's credentials. In contrast to the attendant, the AAAL is to be configured with enough information to negotiate the verification of client credentials with external authorities. The local and the external authorities should be configured with sufficient security relationships and access controls so that they, possibly without the need for any other AAA agents, can negotiate the authorization that may enable the client to have access to any/all requested resources. In many typical cases, the authorization depends only upon secure authentication of the client's credentials.

Once the local authority has obtained authorization and notified the attendant about the successful negotiation, the attendant can provide the requested resources to the client. There may be many attendants for each AAAL in the picture, and there might be many clients from many different home domains. Each home domain provides an AAAH that can check credentials originating from clients administered by that home domain.

An implicit security model is shown in Figure 4-16, and identifying the specific security associations it assumes is quite important. First, it is natural to assume that the client has a security association with the AAAH, since that is roughly what it means for the client to belong to the home domain. Second, as Figure 4-16 suggests, AAAL and AAAH have to share a security association, otherwise they could not rely on the authentication results, authorizations, or even the accounting data that might be transacted between them. Requiring such bilateral security relationships is, however, not scalable in the end; the AAA framework must provide for better scalability.

Finally, the figure clearly shows that the attendant can naturally share a security association with the AAAL. This is necessary in order for the model to work because the attendant has to know that it is permissible to allocate the local resources to the client.

As an example from today's Internet, one can cite the deployment of RADIUS[42] as an instance in which mobile computer clients have access to the Internet by way of a local ISP. The ISP wants to make sure that the mobile client can pay for the connection. Once the client has provided his or her credentials (identification, unique data, and an unforgettable signature), the ISP checks with the client's home authority to verify the signature and to obtain assurance that the client will pay for the connection.

Here the attendant function can be carried out by the NAS, and the local and home authorities can use RADIUS servers. Credentials allowing authorization at one attendant should be unusable in any future negotiations at the same or any other attendant.

From the previous description and example, several requirements fall out:

  • Each local attendant has to have a security relationship with the local AAA server (AAAL). The local authority has to share, or dynamically establish, security relationships with external authorities that are able to check client credentials.

  • The attendant has to keep state (retain information) for pending client requests while the local authority contacts the appropriate external authority. Since the mobile node may not necessarily initiate network connectivity from within its home domain, it must be able to provide complete yet unforgeable credentials without ever having been in touch with its home domain. Since the mobile node's credentials have to remain unforgeable, intervening nodes (neither the attendant nor the local authority [AAAL] or any other intermediate nodes) must not be able to learn any (secret) information that may enable them to reconstruct and reuse the credentials.

It is easy to see the reasons for the natural requirement that the client has to share, or dynamically establish, a security relationship with the external authority in the home domain. Otherwise, it is technically infeasible (given the implied network topology) for the client to produce unforgeable signatures that can be checked by the AAAH. Figure 4-17 illustrates the natural security associations one understands from the proposed model. Note that there may, by mutual agreement between AAAL and AAAH, be a third party inserted between AAAL and AAAH to help them arbitrate secure transactions in a more scalable fashion.

click to expand
Figure 4-17: Security associations

In addition to the requirements listed, one specifies the following requirements that derive from operational experience with today's roaming protocols:

  • An attendant will have to manage requests for many clients at the same time.

  • The attendant must protect against replay attacks.

  • The attendant equipment should be as inexpensive as possible, since it will be replicated as many times as possible to handle as many clients as possible in the foreign domain.

  • Attendants should be configured to obtain authorization from a trusted local AAA server (AAAL) for QoS requirements placed by the client.

Nodes in two separate administrative domains (for instance, AAAH and AAAL) often must take additional steps to verify the identity of their communication partners, or alternatively to guarantee the privacy of the data making up the communication. Although these considerations lead to important security requirements, as mentioned previously in the context of security between servers, the exact choice of security associations between the AAA servers is beyond the scope of this chapter. The choices are unlikely even to depend upon any specific features of the general model illustrated in Figure 4-16. On the other hand, the security associations needed between Mobile IP entities will be of central importance in the design of a suitable AAA infrastructure for Mobile IP. The general model is generally compatible with the needs of Mobile IP. However, some basic changes are needed in the security model of Mobile IP.

Lastly, recent discussion on the Mobile IP working group indicates that the attendant must be able to terminate service to the client based on policy determination by either the AAAH or AAAL server.

AAA Protocol Roaming Requirements

This section details additional requirements based on issues discovered through operational experience with existing roaming RADIUS networks. The AAA protocol must satisfy these requirements in order for providers to offer a robust service. These requirements have been identified by TR45.6 as part of their involvement with the Mobile IP working group:

  • A reliable AAA transport mechanism must be supported:

    • There must be an effective hop-by-hop retransmission and failover mechanism so that reliability does not solely depend on end-to-end retransmission.

    • This transport mechanism must be able to indicate to an AAA application that a message was delivered to the next peer AAA application or that a timeout occurred.

    • Retransmission is controlled by the reliable AAA transport mechanism, and not by lower-layer protocols such as TCP.

    • Even if the AAA message is to be forwarded, or the message's options or semantics do not conform to the AAA protocol, the transport mechanism will acknowledge that the peer received the AAA message.

    • Acknowledgements may be piggybacked in AAA messages.

    • AAA responses have to be delivered in a timely fashion so that Mobile IP does not timeout and retransmit.

  • A digital certificate in an AAA message must be transported in order to minimize the number of round trips associated with AAA transactions. Note that this requirement applies to AAA applications and not mobile stations. Certificates could be used by foreign and home agents to establish an IPSec association empowered to protect the mobile node's tunneled data. In this case, the AAA infrastructure could assist by obtaining the revocation status of such a certificate (either by performing online checks or otherwise validating the certificate) so that home and foreign agents could avoid a costly online certificate status check.

  • Message integrity and identity authentication on a hop-by-hop (AAA node) basis must be provided.

  • Replay protection and optional nonrepudiation capabilities for all authorization and accounting messages must be supported. The AAA protocol must provide the capability for accounting messages to be matched with prior authorization messages.

  • Accounting must be supported via both bilateral arrangements and broker AAA servers providing accounting clearinghouse services and reconciliation between serving and home networks. There is an explicit agreement that if the private network or home ISP authenticates the mobile station requesting service, then the private network or home ISP network also agrees to reconcile charges with the home service provider or broker. Real-time accounting must be supported. Timestamps must be included in all accounting packets.

Requirements for Basic IP Connectivity

The requirements listed in the previous section pertain to the relationships between the functional units and do not depend on the underlying network addressing. On the other hand, many nodes (mobile or merely portable) are programmed to receive some IP-specific resources during the initialization phase of their attempt to connect to the Internet.

The RFC places the following additional requirements on the AAA services in order to satisfy such clients:

  • Any AAA server must be able to obtain, or to coordinate the allocation of, a suitable IP address for the customer, upon request by the customer.

  • AAA servers must be able to identify the client by some means other than its IP address.

Policy in the home domain may dictate that the home agent instead of the AAAH manages the allocation of an IP address for the mobile node. AAA servers must be able to coordinate the allocation of an IP address for the mobile node at least in this way.

AAA servers today identify clients by using the Network Access Identifier (NAI).[43] A mobile node can identify itself by including the NAI along with the Mobile IP registration request.[44] The NAI is of the form 'user@realm.' It is unique and well suited for use in the AAA model illustrated in Figure 4-16. Using a NAI such as user@realm allows AAAL to easily determine the home domain ('realm') for the client. Both the AAAL and the AAAH can use the NAI to keep records indexed by the client's specific identity.

AAA for Mobile IP

Clients using Mobile IP require specific features from the AAA services in addition to the requirements already mentioned for basic AAA functionality and IP connectivity. To understand the application of the general model for Mobile IP, consider the mobile node to be the client in Figure 4-16, and the attendant to be the foreign agent. If a situation arises that no foreign agent is present (as in the case of an IPv4 mobile node with a co-located care-of address or an IPv6 mobile node), the equivalent attendant functionality is to be provided by the address allocation entity, such as a DHCP server, for instance. Such attendant functionality is outside the scope of this chapter.

The home agent, while important to Mobile IP, is allowed to play a role during the initial registration that is subordinate to the role played by the AAAH. For an application used with Mobile IP, one modifies the general model (as illustrated in Figure 4-18). After the initial registration, the mobile node is authorized to continue using Mobile IP at the foreign domain without requiring further involvement by the AAA servers. Thus, the initial registration will probably take longer than subsequent Mobile IP registrations.

click to expand
Figure 4-18: AAA Servers with Mobile IP Agents

In order to reduce this extra time overhead as much as possible, it is important to reduce the time taken for communications between the AAA servers. A major component of this communication latency is the time taken to traverse the wide area Internet that is likely to separate the AAAL and the AAAH. This leads to a further strong motivation for the integration of the AAA functions themselves as well as the integration of AAA functions with the initial Mobile IP registration. In order to reduce the number of messages that traverse the network for the initial registration of a mobile node, the AAA functions in the visited network (AAAL) and the home network (AAAH) need to interface with the foreign agent and the home agent to handle the registration message. Latency would be reduced as a result of the initial registration being handled in conjunction with AAA and the Mobile IP mobility agents. Subsequent registrations, however, would be handled according to RFC 2002.[38,39,40,41] Another way to reduce latency as to accounting would be the exchange of small records.

As attendants may provide many different types of subservices to mobile clients, there must be extensible accounting formats. In this way, the specific services being provided can be identified, including accounting support, should more services be identified in the future.

The AAA home domain and the home agent home domain of the mobile node need not be part of the same administrative domain. Such a situation can occur if the home address of the mobile node is provided by one domain, such as an ISP that the mobile user uses while at home, and the authorization and accounting by another (specialized) domain, such as a credit card company. The foreign agent sends only the authentication information of the mobile node to the AAAL, which interfaces with the AAAH.

After a successful authorization of the mobile node, the foreign agent is able to continue with the mobile IP registration procedure. Such a scheme introduces more delay if the access to the AAA functionality and the mobile IP protocol is sequentialized. Subsequent registrations would be handled according to RFC 2002[38,39,40,41] without further interaction with the AAA.

Whether to combine or separate the Mobile IP protocol data with or from the AAA messages is ultimately a policy decision. A separation of the Mobile IP protocol data and the AAA messages can be successfully accomplished only if the IP address of the mobile node's home agent is provided to the foreign agent performing the attendant function.

All of the needed AAA and Mobile IP functions should be processed during a single Internet traversal. This must be done without requiring AAA servers to process protocol messages sent to Mobile IP agents. The AAA servers must identify the Mobile IP agents and security associations necessary to process the Mobile IP registration, pass the necessary registration data to those Mobile IP agents, and remain uninvolved in the routing and authentication processing steps particular to Mobile IP registration.

For Mobile IP, the AAAL and the AAAH servers have the following additional general tasks:

  • Enable (re)authentication for Mobile IP registration.

  • Authorize the mobile node (once its identity has been established) to use at least the set of resources for minimal Mobile IP functionality, plus potentially other services requested by the mobile node.

  • Initiate accounting for service utilization.

  • Use AAA protocol extensions specifically for including Mobile IP registration messages as part of the initial registration sequence to be handled by the AAA servers.

These tasks, and the resulting more specific tasks to be listed later in this section, are beneficially handled and expedited by the AAA servers shown in Figure 4-16 because the tasks often happen together, and task processing needs access to the same data at the same time.

In the model in Figure 4-16, the initial AAA transactions are handled without needing the home agent, but Mobile IP requires every registration to be handled between the home agent and the foreign agent, as shown by the sparse dashed (lower) line between them in the figure. This means that during the initial registration, something has to happen that enables the home agent and foreign agent to perform subsequent Mobile IP registrations. After the initial registration, the AAAH and AAAL in Figure 4-18 would not be needed, and subsequent Mobile IP registrations would only follow the lower control path between the foreign agent and the home agent.

Any Mobile IP data that is sent by the foreign agent through the AAAL to AAAH must be considered opaque to the AAA servers. Authorization data needed by the AAA servers then must be delivered to them by the foreign agent from the data supplied by the mobile node. The foreign agent becomes a translation agent between the Mobile IP registration protocol and AAA.

As we have discussed, nodes in two separate administrative domains often must take additional steps to guarantee their security and privacy, as well as the security and privacy of the data they are exchanging. In today's Internet, such security measures can be provided via several different algorithms. Some algorithms rely on the existence of a public-key infrastructure (Housley, Ford, Polk, and Solo); others rely on the distribution of symmetric keys to the communicating nodes (Kohl and Neuman). AAA servers should be able to verify credentials using either style in their interactions with Mobile IP entities.

In order to enable subsequent registrations, the AAA servers must be able to perform some key distribution during the initial Mobile IP registration process from any particular administrative domain in order to provide the following security functions:

  • Identify or create a security association between the mobile node and the home agent; this is required for the mobile node to produce the(re)authentication data for the mobile node/home agent authentication extension, which is mandatory on Mobile IP registrations.

  • Identify or create a security association between the mobile node and foreign agent for use with subsequent registrations at the same foreign agent, so that the foreign agent can continue to obtain assurance that the same mobile node has requested the continued authorization for Mobile IP services.

  • Identify or create a security association between the home agent and foreign agent for use with subsequent registrations at the same foreign agent, so that the foreign agent can continue to obtain assurance that the same home agent has continued the authorization for Mobile IP services for the mobile node.

  • Participate in the distribution of the security association (and Security Parameter Index, or SPI) to the Mobile IP entities.

  • Validate certificates provided by the mobile node and provide reliable indication to the foreign agent.

  • Accept on the part of AAAL an indication from the foreign agent about the acceptable lifetime for its security associations with the mobile node and/or the mobile node's home agent. The lifetime for those security associations should be an integer multiple of the registration lifetime offered by the foreign agent to the mobile node. This may allow for Mobile IP reauthentication to take place without the need for reauthentication to take place on the AAA level, thereby shortening the time required for mobile node reregistration.

  • Conditionally accept a Mobile IP registration authorization according to whether the registration requires broadcast or multicast service to the mobile node tunneled through the foreign agent.

  • In addition, reverse tunneling may also be a necessary requirement for mobile node connectivity. Therefore, AAA servers should also be able to condition their acceptance of Mobile IP registration authorization depending upon whether the registration requires reverse tunneling support to the home domain through the foreign agent.

The lifetimes of any security associations distributed by the AAA server for use with Mobile IP should be great enough to avoid a too frequent initiation of the AAA key distribution, since each invocation of this process is likely to cause lengthy delays between (re)registrations.[45] Registration delays in Mobile IP cause dropped packets and noticeable disruptions in service. Note that any key distributed by AAAH to the foreign agent and home agent may be used to initiate Internet Key Exchange (IKE).[46]

Note further that the mobile node and home agent may well have a security association established that does not depend upon any action by the AAAH.

Mobile IP with Dynamic IP Addresses Many people would like their mobile nodes to be identified by their NAI and to obtain a dynamically allocated home address for use in the foreign domain. These people may often be unconcerned with details about how their computers implement Mobile IP and indeed may not have any knowledge of their home agent or any security association except for the one between themselves and the AAAH (see Figure 4-17). In this case, the Mobile IP registration data has to be carried along with the AAA messages. The AAA home domain and the HA home domain have to be part of the same administrative domain.

Mobile IP requires the home address assigned to the mobile node belong to the same subnet as the home agent providing service to the mobile node. For the effective use of IP home addresses, the home AAA (AAAH) should be able to select a home agent for use with the newly allocated home address. In many cases, the mobile node will already know the address of its home agent, even if the mobile node does not already have an existing home address. Therefore, the home AAA (AAAH) must be able to coordinate the allocation of a home address with a home agent that might be designated by the mobile node.

Allocating a home address and a home agent for the mobile further simplifies the configuration needs of a client's mobile node. Currently in the Proposed Standard Mobile IP specification, a mobile node has to be configured with a home address and the address of a home agent, as well as with a security association with that home agent. In contrast, the proposed AAA features would only require the mobile node to be configured with its NAI and a secure shared secret for use by the AAAH. The mobile node's home address, the address of its home agent, the security association between the mobile node and the home agent, and even the identity (Domain Name Server [DNS] name or IP address) of the AAAH can all be dynamically determined as part of Mobile IP initial registration with the mobility agent in the foreign domain (a foreign agent with AAA interface features). Nevertheless, the mobile node may choose to include the mobile node/home agent security extension as well as AAA credentials, and the proposed Mobile IP and AAA server model must work when both are present.

The reason for all this simplification is that the NAI encodes the client's identity as well as the name of the client's home domain; this follows the existing industry practice for the way NAIs are used today. The home domain name is then available for use by the local AAA (AAAL) to locate the home AAA serving the client's home domain. In the general model, the AAAL would also have to identify the appropriate security association for use with that AAAH. The section entitled 'Broker Model' suggests a way to reduce the number of security associations that have to be maintained between pairs of AAA servers.

Firewalls and AAA Mobile IP has encountered some deployment difficulties related to firewall traversal; see Montenegro and Gupta,[47] for instance. Since the firewall and AAA server can be part of the same administrative domain, the RFC proposes that the AAA server should be able to issue control messages and keys to the firewall at the boundary of its administrative domain that will configure the firewall to be permeable to Mobile IP registration and data traffic from the mobile node.

Mobile IP with Local Home Agents In some Mobile IP models, mobile nodes boot on subnets that are technically foreign subnets, but the services they need are local, and hence communication with the home subnet as if they were residing on the home is not necessary. As long as the mobile node can get an address routable from within the current domain, it can use Mobile IP to roam around that domain, calling the subnet on which it booted its temporary home. This address is likely to be dynamically allocated upon request by the mobile node.

In such situations, when the client is willing to use a dynamically allocated IP address and does not have any preference for the location of the home network either geographical or topological, the local AAA server may be able to offer this additional allocation service to the client. Then the home agent will be located in the local domain, which is likely to reduce delays for new Mobile IP registrations.

In Figure 4-19, AAAL has received a request from the mobile node to allocate a home agent in the local domain. The new home agent receives keys from AAAL to enable future Mobile IP registrations. From the figure, it is evident that such a configuration avoids problems with firewall protection at the domain boundaries. On the other hand, this configuration makes it difficult for the mobile node to receive data from any communications partners in the mobile node's home administrative domain. Note that, in this model, the mobile node's home address is affiliated with the foreign domain for routing purposes. Thus, any dynamic update to DNS, to associate the mobile node's home Fully Qualified Domain Name (FQDN)[48] with its new IP address, will require the insertion of a foreign IP address into the home DNS server database.

click to expand
Figure 4-19: Home agent allocated by AAAL

Mobile IP with Local Payments Since the AAAL will be able to allocate a local home agent upon demand, one can make a further simplification. In cases where the AAAL can manage any necessary authorization function locally (if the client pays with cash or a credit card), then there is no need for an AAA protocol or infrastructure to interact with the AAAH. The resulting simple configuration is illustrated in Figure 4-20.

click to expand
Figure 4-20: Local payment for local Mobile IP services

In this simplified model, one may consider that the role of the AAAH is taken over either by a national government (in the case of a cash payment), by a card authorization service if payment is by credit card, or some authority acceptable to all parties. Then the AAAL expects those external authorities to guarantee the value represented by the client's payment credentials (cash or credit). There are likely to be other cases where clients are granted access to local resources, or access to the Internet, without any charges at all. Such configurations may be found in airports and other common areas where business clients are likely to spend time. The service provider may find sufficient rewards in the goodwill of the clients or from advertisements displayed on Internet portals that are to be used by the clients. In such situations, the AAAL should still allocate a home agent, appropriate keys, and the mobile node's home address.

Fast Handover Since movement from coverage area to coverage area may be frequent in Mobile IP networks, it is imperative that the latency involved in the handoff process be minimized. See, for instance, Perkins and Johnson's Route Optimization article[49] for one way to do this using binding updates. When the mobile node enters a new visited subnet, it would be desirable for the mobile node to provide the previous foreign agent's NAI.

The new foreign agent can use this information to either contact the previous foreign agent to retrieve the Key Distribution Center (KDC) session key information, or it can attempt to retrieve the keys from the AAAL. If the AAAL cannot provide the necessary keying information, the request will have to be sent to the mobile node's AAAH to retrieve the new keying information. After initial authorization, further authorizations should be done locally within the local domain.

When a mobile node moves into a new foreign subnet as a result of a handover and is now served by a different foreign agent, the AAAL in this domain may contact the AAAL in the domain that the mobile node has just been handed off from to verify the authenticity of the mobile node and/or to obtain the session keys. The new serving AAAL may determine the address of the AAAL in the previously visited domain from the previous foreign agent NAI information supplied by the mobile node.

Broker Model

Figure 4-1 displays a configuration in which the local and the home authority have to share a trust. Depending on the security model used, this configuration can cause a quadratic growth in the number of trust relationships, as the number of AAA authorities (AAAL and AAAH) increases. This has been identified as a problem by the IETF roaming working group,[50] and any AAA proposal must solve this problem. Using brokers solves many of the scalability problems associated with requiring direct business/roaming relationships between every two administrative domains. In order to provide scalable networks in highly diverse service provider networks in which there are many domains (many service providers and large numbers of private networks), multiple layers of brokers must be supported for both of the broker models described.

The integrity or privacy of information between the home and serving domains may be achieved by either hop-by-hop security associations or endto-end security associations established with the help of the broker infrastructure. A broker may play the role of a proxy between two administrative domains that have security associations with the broker and that relay AAA messages back and forth securely.

Alternatively, a broker may also enable the two domains with which it has associations, but the domains themselves do not have a direct association when establishing a security association, thereby bypassing the broker for carrying the messages between the domains. This may be established by virtue of having the broker relay a shared secret key to both the domains that are trying to establish secure communication and then having the domains use the keys supplied by the broker in setting up a security association.

Assuming that an AAA broker (AAAB) accepts responsibility for payment to the serving domain on behalf of the home domain, the serving domain is assured of receiving payments for the services offered. However, the redirection broker will usually require a copy of authorization messages from the home domain and accounting messages from the serving domain in order for the broker to determine if it is willing to accept responsibility for the services being authorized and utilized. If the broker does not accept such responsibility for any reason, then it must be able to terminate service to a mobile node in the serving network. In the event that multiple brokers are involved, in most situations all brokers must be so copied. This may represent an additional burden on foreign agents and AAALs.

Though this mechanism may reduce latency in the transit of messages between the domains after the broker has completed its involvement, there may be many more messages involved as a result of additional copies of authorization and accounting messages to the brokers involved. There may also be additional latency for initial access to the network, especially when a new security association needs to be created between AAAL and AAAH (for example, from the use of the Internet Security Association and Key Management Protocol [ISAKMP]). These delays may become important factors for latency-critical applications.

The AAAB in Figure 4-21 is the broker's authority server. The broker acts as a settlement agent, providing security and a central point of contact for many service providers and enterprises.

click to expand
Figure 4-21: AAA servers using a broker

The AAAB enables the local and home domains to cooperate without requiring each of the networks to have a direct business or security relationship with all the other networks. Thus, brokers offer the needed scalability for managing trust relationships between otherwise independent network domains. Use of the broker does not preclude managing separate trust relationships between domains, but it does offer an alternative to doing so. Just as with the AAAH and AAAL, data specific to Mobile IP control messages must not be processed by the AAAB. Any credentials or accounting data to be processed by the AAAB must be present in AAA message units, not extracted from Mobile IP protocol extensions.

The following requirements come mostly from Aboba and Vollbrecht[51], who discuss the use of brokers in the particular case of authorization for roaming dial-up users:

  • The management of trust with external domains by way of brokered AAA.

  • Accounting reliability-accounting data that traverses the Internet may suffer substantial packet loss. Since accounting packets may traverse one or more intermediate authorization points (brokers), retransmission is needed from intermediate points to avoid long end-to-end delays.

  • End-to-end security-the local domain and home domain must be able to verify signatures within the message, even though the message is passed through an intermediate authority server.

  • Since the AAAH in the home domain may be sending sensitive information, such as registration keys, the broker must be able to pass encrypted data between the AAA servers.

The need for end-to-end security results from the following attacks that were identified when brokered operations use RADIUS (see Figure 4-17 for more information on the individual attacks):

  • Message editing

  • Attribute editing

  • Theft of shared secrets

  • Theft and modification of accounting data

  • Replay attacks

  • Connection hijacking

  • Fraudulent accounting

These are serious problems that no acceptable AAA protocol or infrastructure can permit to persist.

Security Considerations for AAA

Because AAA is security driven, most of this document addresses the security considerations AAA must make on behalf of Mobile IP. As with any security proposal, adding more entities that interact using security protocols creates new administrative requirements for maintaining the appropriate security associations between the entities. In the case of the AAA services proposed, however, these administrative requirements are natural and already well understood on today's Internet because of experience with dial-up network access.

IPv6 Considerations

The main difference between Mobile IP for IPv4 and Mobile IPv6 is that in IPv6 there is no foreign agent. The attendant function therefore has to be located elsewhere. Logical repositories for that function are either at the local router, for stateless address autoconfiguration, or at the nearest DHCPv6 server, for stateful address autoconfiguration. In the latter case, it is possible that there would be a close relationship between the DHCPv6 server and the AAALv6, but the RFC believes that the protocol functions should still be maintained separately. The MN-NAI would be equally useful for identifying the mobile node to the AAALv6, as is described in earlier sections of the RFC.[52]

[36]S. Glass, T. Hiller, S. Jacobs, and C. Perkins, 'RFC 2977, Mobile IP Authentication, Authorization, and Accounting Requirements.' October 2000.

[37]The rest of this section is based on S. Glass, T. Hiller, S. Jacobs, and C. Perkins. 'RFC 2977, Mobile IP Authentication, Authorization, and Accounting Requirements.' October 2000.

[38,39,40,41]C. Perkins, 'RFC 2003: IP Encapsulation within IP.' October 1996.

[38,39,40,41]C. Perkins, 'RFC 2003: IP Encapsulation within IP.' October 1996.

[42]---. ' RFC 2002: IP Mobility Support.' October 1996.

[43]---. 'RFC 2004: Minimal Encapsulation within IP.' October 1996.

[44]J. Solomon and S. Glass, 'RFC 2290: Mobile-IPv4 Configuration Option for PPP IPCP.' February 1998.

[38,39,40,41]C. Perkins, 'RFC 2003: IP Encapsulation within IP.' October 1996.

[38,39,40,41]C. Perkins, 'RFC 2003: IP Encapsulation within IP.' October 1996.

[45]C. Rigney, A. Rubens, W. Simpson, and S. Willens, 'RFC 2138: Remote Authentication Dial In User Service (RADIUS).' April 1997.

[46]B. Aboba and M. Beadles, 'RFC 2486: The Network Access Identifier.' January 1999.

[47]P. Calhoun and C. Perkins, 'RFC 2794: Mobile IP Network Address Identifier Extension.' March 2000.

[48]Ramon Caceres and Liviu Iftode, 'Improving the Performance of Reliable Transport Protocols in Mobile Computing Environments.' IEEE Journal on Selected Areas in Communications, 13(5):850-857, June 1995.

[49]D. Harkins and D. Carrel, 'RFC 2409: The Internet Key Exchange(IKE).' November 1998.

[50]G. Montenegro and V. Gupta, 'RFC 2356: Sun's SKIP Firewall Traversal for Mobile IP.' June 1998.

[51]P. Mockapetris, 'STD 13, RFC 1035: Domain names-implementation and specification.' November 1987.

[52]C. Perkins and D. Johnson, 'Route Optimization in Mobile IP.' Work in progress.



Hotspot Networks(c) Wi-Fi for Public Access Locations
Hotspot Networks(c) Wi-Fi for Public Access Locations
ISBN: N/A
EAN: N/A
Year: 2005
Pages: 88

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net