WO2001006734A2 - Mobile internet protocol (ip) networking with home agent and/or foreign agent functions distributed among multiple devices - Google Patents

Mobile internet protocol (ip) networking with home agent and/or foreign agent functions distributed among multiple devices Download PDF

Info

Publication number
WO2001006734A2
WO2001006734A2 PCT/US2000/019280 US0019280W WO0106734A2 WO 2001006734 A2 WO2001006734 A2 WO 2001006734A2 US 0019280 W US0019280 W US 0019280W WO 0106734 A2 WO0106734 A2 WO 0106734A2
Authority
WO
WIPO (PCT)
Prior art keywords
agent
home
registration
foreign
tunneling
Prior art date
Application number
PCT/US2000/019280
Other languages
French (fr)
Other versions
WO2001006734A3 (en
Inventor
Yingchun Xu
Kenneth L. Peirce
Matthew Harper
Timothy G. Mortsolf
Original Assignee
3Com Corporation
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Priority claimed from US09/354,659 external-priority patent/US6738362B1/en
Application filed by 3Com Corporation filed Critical 3Com Corporation
Priority to EP00947387A priority Critical patent/EP1201068A2/en
Publication of WO2001006734A2 publication Critical patent/WO2001006734A2/en
Publication of WO2001006734A3 publication Critical patent/WO2001006734A3/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W8/00Network data management
    • H04W8/02Processing of mobility data, e.g. registration information at HLR [Home Location Register] or VLR [Visitor Location Register]; Transfer of mobility data, e.g. between HLR, VLR or external networks
    • H04W8/08Mobility data transfer
    • H04W8/12Mobility data transfer between location registers or mobility servers
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W80/00Wireless network protocols or protocol adaptations to wireless operation
    • H04W80/04Network layer protocols, e.g. mobile IP [Internet Protocol]

Definitions

  • This invention relates generally to systems that provide mobile Internet Protocol (IP) networking, wherein a mobile communications device such as a portable laptop computer or personal digital assistant may communicate with a host computer on an IP network. More particularly, the invention relates to the architecture and arrangement of communications devices functioning as home agents and foreign agents that are used in such a system.
  • IP Internet Protocol
  • Public packet switched networks can be used to carry traffic to and from a mobile communications device, such as a laptop computer or personal digital assistant equipped with a cellular telephone modem.
  • a mobile communications device such as a laptop computer or personal digital assistant equipped with a cellular telephone modem.
  • the basic architecture of mobile IP data networking is known in the art and described in several publications, including the Request for Comments document RFC 2002 (1996) and in the textbook of Charles E. Perkins, Mobile IP Design Principles and Practices, Addison-Wesley Wireless Communications Series (1998), both of which are fully incorporated by reference herein. Persons skilled in the art of mobile IP data networking are familiar with the contents of both of these documents and the devices used to implement mobile IP data networking in practice.
  • a wireless mobile node 10 communicates with a target host 12 on an IP network 14 by means of two devices, a "foreign agent" 16 and a "home agent” 18.
  • foreign agent functionality is incorporated into a router or network access server chassis located on a mobile node's visited network 20.
  • a radio access network linking the mobile node to the foreign agent 16 is not shown for purposes of simplicity in the present discussion.
  • the foreign agent 16 provides routing services for the mobile node while it is registered with the home agent 18.
  • the foreign agent 16 de-tunnels and delivers datagrams to the mobile node 10 that were tunneled by the mobile node's home agent 18.
  • the term "tunneling” refers to packet re-addressing, such as performed by the home agent.
  • the traffic exchanged between the foreign agent 16 and the home agent 18 includes control traffic 22, e.g., registration request and registration reply messages and session control messages, and data traffic 24.
  • the control traffic 22 terminates at the home agent.
  • the data traffic 24 is routed from the mobile node's home network 26 to a second network 14 for delivery to the target host.
  • the target host could be connected to the home network by any arbitrary number of intermediate IP networks, or could be on the mobile node's home network 26.
  • the home agent 18 is typically implemented in a router on a mobile node's home network 26.
  • the home agent maintains current location information for the mobile node, through a variety of possible mechanisms, such as described in the patent application of Richard J. Dynarski, et al., "Dynamic Allocation of Wireless Mobile Nodes Over an Internet Protocol (IP) Network", serial no. 09/233,381, which is incorporated by reference herein.
  • IP Internet Protocol
  • the home agent(s) are providing, in essence, a service analogous to virtual private network services.
  • Each mobile node is typically associated with a separate home network and the routing path from that home network, through the home agent, to the foreign agent and mobile node is like a virtual private network for the mobile node.
  • the home agent performs two separate and distinct tasks for the foreign agent and mobile node.
  • the home agent 18 must perform an authentication and registration process to determine whether the mobile node is authorized to access the home network 26. This may involve checking the identification of the mobile node (such as, through use of the mobile node's unique serial number or manufacturing number), password authentication, and possibly checking that the mobile node's account is current and paid in full.
  • the home agent registration and authentication functions may be performed in conjunction with, or with the assistance of, a second device, such as an authentication, authorization and accounting server such as a RADIUS server. See the patent application of Yingchun Xu, Serial No. 08/887,313 filed July 3, 1997 for further details.
  • the home agent 18 has to tunnel data from the target host to the foreign agent, and provide tunneling services in the reverse direction, i.e., provide packet readdressing for traffic from the foreign agent to the host 12.
  • the home agent provides a forwarding "care/of address to the foreign agent to tell the foreign agent 16 where to tunnel traffic from the mobile node so that it can be sent to the host.
  • This forwarding address is typically contained in a registration reply message sent to the foreign agent notifying the foreign agent that the mobile node is authenticated to communicate in the home network.
  • the home agent is also the device that receives the tunneled traffic from the foreign agent for routing onto the home network, and therefore the forwarding address is the home agent's IP address.
  • the foreign agent also has to perform two distinct tasks for the mobile node, similar to that of the home agent.
  • the foreign agent has to handle the registration and session control aspects for the mobile node, including sending registration request messages to the home agent and processing a registration reply message.
  • the foreign agent has tunneling responsibilities for forwarding data packets to the home agent for ultimate distribution to the destination, and de-tunneling data from the home agent and forwarding the data to the mobile node.
  • the known prior art for providing mobile IP networking services has embraced the concept of a single home agent, in a single chassis, for a given network.
  • some larger scale providers of Mobile IP networking services may require multiple home agents on their networks in order to meet demand for mobile IP network services for a large distributed customer base.
  • the present invention represents an improvement to the above approaches contemplated by the prior art.
  • the present invention contemplates distributing the home agent functionality across multiple devices, with one device devoted to handing the registration and authentication functions, and another device devoted to the routing and tunneling functions of a home agent.
  • the present inventors have appreciated that the former functions, i.e., registration and authentication, are not particularly computationally intensive, and that a single general purpose computing device can handle a very large number of simultaneous registration and authentication transactions without any undue latency, management, or other problems, either alone or in concert with a RADIUS or Authorization, Authentication, and Accounting (AAA) server.
  • RADIUS Authorization, Authentication, and Accounting
  • the routing and inverse tunneling functions of a home agent are more CPU- intensive and better suited to more robust devices designed for such purposes, such as switches and routers.
  • the present distributed home agent design of the present invention overcomes the scaling and management problems presented by prior art approaches and represents a simple, cost effective, and easily managed solution for providing mobile IP network services, particularly for large scale providers of such services.
  • the functionality of a single foreign agent is distributed across multiple devices.
  • the registration and session control functions of a foreign agent are assigned to a first device, referred to herein as a "foreign registration agent", such as a general purpose computer or network access server on the visited network.
  • the tunneling functions of the foreign agent are assigned to one or more different devices, referred to herein as a “foreign tunneling agent.”
  • the foreign registration agent would exchange registration and session control messages with the home registration agent. The tunneling of data traffic between the mobile node and the host system would occur between the home tunneling agent and the foreign tunneling agent.
  • the present invention is an improvement to a system that provides mobile Internet Protocol networking for a mobile node via a foreign agent and a home agent.
  • the improvement comprises implementing the home agent in two separate entities or devices. These two separate entities comprise (1) a home registration agent handling registration requests for the mobile node, and (2) a home tunneling agent receiving traffic from the mobile node via the foreign agent and redirecting the traffic to a destination for the traffic.
  • the home registration agent generates a registration reply message in response to a registration request message associated with the mobile node. The home registration agent sends the registration reply message to the foreign agent.
  • the registration reply message contains an address associated with the home tunneling agent, such as an IP address of the home tunneling agent, whereby the foreign agent tunnels the traffic from the mobile node to the home tunneling agent for transmission to the destination for the traffic.
  • An extension to the mobile IP protocol can be used as a means for including the home tunneling agent's network address in the registration reply message.
  • a mobile Internet Protocol service provider system provides access to a network for a mobile node and enables the mobile node to communicate with a host on the network.
  • the system comprises a first communications device comprising a home registration agent responsive to a registration request message associated with the mobile node.
  • the system further includes a second communications device, different from the first communications device, comprising a home tunneling agent associated with the home registration agent, the home tunneling agent receiving traffic from the mobile node and redirecting the traffic to the network.
  • the system is operated by a wireless communications service provider, and typically a wireless communications service provider that is serving a large number of wireless customers and therefore must provide for a high number of mobile nodes simultaneously.
  • the specific communication device that is used to implement the home registration agent and the home tunneling agent is not particularly important, but will be selected in view of the typical processing requirements of the home tunneling agents and the home registration agents.
  • the home tunneling agent comprises a router.
  • a machine for authenticating a mobile node for network access.
  • the machine implements just the registration part of a home agent function, with the tunneling part of the home agent function being taken up by a separate device such as a router.
  • the machine which may be implemented as a general purpose computer or other suitable device, includes a central processing unit, an interface to the network, and a machine readable storage medium comprising a set of instruction for processing registration request messages associated with the mobile node and responsively generating registration reply messages.
  • the registration reply message contains a field containing a network address for a home tunneling agent.
  • the network address of the home tunneling agent is different from a network address assigned to the machine, because the home tunneling agent function is being performed in the separate device.
  • a method for authenticating a mobile node for network access.
  • a registration request message is generated and sent from a foreign agent to a home registration agent.
  • the registration request message contains information used to determine whether said mobile node is authorized to access a network, such as the mobile device's unique International Mobile Subscriber Identity (IMSI) number and/or its Electronic Serial Number (ESN).
  • IMSI International Mobile Subscriber Identity
  • ESN Electronic Serial Number
  • the home registration agent determines from the information in the registration request message whether the mobile node is permitted to access the network. This step may be performed with the assistance of a authorization, authentication and accounting server, e.g., a RADIUS server.
  • the home registration agent then generates a registration reply message and sends the registration reply message from the home registration agent to the foreign agent.
  • the home registration includes in the registration reply message a network address of a home tunneling agent.
  • the home tunneling agent is adapted to receive data traffic from the mobile node and direct the traffic onto the network.
  • the foreign agent forwards data traffic from the mobile node to the home tunneling agent for transmission to the host or destination.
  • the home registration agent and the home tunneling agent are preferably implemented in two separate communications devices. Similarly, the foreign agent functionality may be split up into two separate devices, one functioning as a foreign tunneling agent and another device functioning as a foreign registration agent.
  • the foreign and home registration agents exchange the registration and session control messages, while the tunneling activity is handled by foreign and home tunneling agents.
  • Figure 1 is an illustration of a p ⁇ or art mobile IP networking system
  • Figure 2 is an illustration of a mobile IP networking system in accordance with a preferred embodiment of the invention, with the home tunneling agent and home registration functions being separated and performed to two separate devices
  • Figure 3 is an illustration of a mobile IP Protocol extension that could be used by the home registration agent to transmit the IP address of the home tunneling agent and thereby inform the foreign agent where to tunnel traffic from the mobile node destined for the target host
  • FIG. 4 is an illustration of a mobile IP networking system in accordance with an alternative embodiment of the invention in which the foreign agent functions are separated into two separate devices, a foreign registration agent and a foreign tunneling agent, and
  • Figure 5 is an illustration of an architecture for mobile IP networking m which the foreign agent functions and the home agent functions are both split up into multiple separate devices
  • the home agent function as provided by RFC 2002 is separated and performed by two (or more) separate devices.
  • device 18A is designated as a home registration agent, dedicated to registration of mobile nodes
  • the other device 18B is designated as a home tunneling agent.
  • the home agent function is split up into one home registration agent 18A and one home tunneling agent 18B.
  • the home agent functionality specified in RFC 2002 is broken up in to two basic tasks: registration of mobile nodes and tunneling/routing for the mobile nodes and foreign agents, with the registration function being performed by a home registration agent 18 A, and the tunneling and routing functions being performed by the home tunneling agent 18B.
  • a need for more than one home tunneling agent per home registration agent may exist, depending on the size of the mobile IP customer base, the capacity or utilization of the router chosen to implement the home tunneling agent function, or other factors.
  • control traffic 22 consisting of, among other things, registration request messages and registration reply messages, is exchanged between the foreign agent 16 and the home registration agent 18 A.
  • the foreign agent 16 could be embodied in one device, or could be broken up into two separate devices, a foreign registration agent and a foreign tunneling agent, as explained below.
  • the home registration agent 18 A does not receive or process the underlying data traffic 24 going to and from the foreign agent and mobile node. This data traffic is instead sent to the home tunneling agent 18B, which handles all the routing and tunneling functions for the foreign agent and mobile node. While the situation illustrated in Figure 2 shows only one mobile node 10, it will be appreciated that in practice the registration and tunneling functions will be performed simultaneously and in parallel for many mobile nodes at once.
  • the home registration agent 18 A will be typically implemented as a machine such as a general purpose computer loaded with a software program having a set of instructions for handling registration request messages from foreign agents pursuant to RFC 2002. Such software programs are either known to persons skilled in the art or readily developed from the RFC 2002 document.
  • the home registration agent 18A tells the foreign agent where to tunnel data traffic 22 by sending an IP address of the home tunneling agent 18B to the foreign agent, as described in further detail below.
  • the home tunneling agent 18B receives traffic from the mobile node via the foreign agent and redirects the traffic to a destination for the traffic, such as the host computer 12 on the network 18. Similarly, the home tunneling agent 18B tunnels traffic from the host 12 to the foreign agent 16 for delivery to the mobile node 10. Since the home tunneling agent will likely be performing home tunneling agent functions for a large number of mobile nodes simultaneously, the device that is designated to perform the home tunneling agent function should be the type of robust device that is designed to perform such functions. An IP router would be a suitable device for the home tunneling agent 18B.
  • the home registration agent 18A will serve a plurality of mobile nodes simultaneously, and potentially thousands of such nodes.
  • the home registration agent works in conjunction with a plurality of home tunneling agents so that the tunneling function for all the mobile nodes can be distributed across more than one tunneling agent.
  • a distributed base of home tunneling agents also facilitates load balancing among the tunneling agents, and provides some redundancy and fail-over capacity in the event that one of the home tunneling agents experiences hardware or software problems, or needs to be taken off line for maintenance, upgrading, repair, etc.
  • a mobile node 10 establishes a PPP connection with a foreign agent 16 over a wireless service provider network (not shown).
  • the foreign agent 16 forwards a registration request message to the home registration agent 18A.
  • the details of a registration request message are set forth in RFC 2002.
  • the home registration agent 18A receives the registration request message and generates a registration reply message, indicating whether the mobile node 10 is allowed to access the network 26.
  • the home registration agent may perform this authentication function alone, or, more preferably, with a separate AAA or RADIUS server 30.
  • the details of registration of a mobile node are not considered particularly important for the present invention and are known to persons skilled in the art.
  • the registration reply message is then sent from the home registration agent 18 A to the foreign agent 16.
  • the registration reply message contains an IP address assigned to a home tunneling agent 18B that is designated to handle the tunneling and routing functions for data traffic between the mobile node and the host 12.
  • the foreign agent 16 tunnels data traffic from the mobile node to the home tunneling agent for transmission to the destination for the traffic, such as the host 12.
  • the home tunneling agent 18B tunnels data traffic from the host 12 to the foreign agent for transmission over the PPP connection to the mobile node 10.
  • the system includes a first communications device 18 A, such as a general-purpose computer, comprising a home registration agent responsive to a registration request message associated a mobile node and generating a registration reply message.
  • the system also includes a second communications device 18B, embodied in platform or device different from the first communications device, comprising a home tunneling agent associated with the home registration agent.
  • the home tunneling agent receives traffic from the mobile node and directs the traffic to the network.
  • the system may be operated by any suitable entity, for example by a wireless communications service provider.
  • the wireless communications service provider may furnish all the basic elements for providing mobile IP services, such as the foreign agents, and the home registration and home tunneling agents. Or, the entity may simply provide home tunneling and home registration agents, and work with other entities that own or manage the foreign agents.
  • At least one of the first and second communications devices implementing the home registration agent and home tunneling agents, respectively, comprises a router. Since the functions provided by the home tunneling agent 18B are more directly analogous to IP routing functions performed by routers, the home tunneling agent function will normally be performed in a router. Other devices could be used, however.
  • a number of different communications devices are all suitable platforms for implementation as a home registration agent.
  • One example is a general-purpose computer.
  • Another example would be an AAA or RADIUS server.
  • Another example would be a router.
  • the home registration agent 18A will typically comprise a machine having a central processing unit, an interface to a network, and a machine readable storage medium (such as EPROM, ROM or other type of memory device) containing a set of instructions for processing registration request messages associated with a mobile node and responsively generating registration reply messages.
  • a machine readable storage medium such as EPROM, ROM or other type of memory device
  • the registration reply message contains a field containing a network address for a home tunneling agent.
  • This may be embodied as an extension to the mobile IP protocol specified in RFC 2002.
  • the mobile IP protocol in RFC 2002 supports the separating of foreign agent addresses and foreign agent care of addresses.
  • a new extension as shown in Figure 3 is defined. This extension will be carried inside a Mobile IP Registration Reply message when the mobile node 10 has been successfully authenticated.
  • the four byte home agent care-of- address field 32 comprises the IP address of the home tunneling agent.
  • the foreign agent tunnels traffic to this address as described above. If the extension of Figure 3 does not appear in the Registration Reply message, the foreign agent must use the home registration agent IP address as the home agent care of address.
  • multiple home registration agent or home tunneling agent functions could be implemented within a single chassis.
  • the multiple home registration agents are implemented as multiple instantiations or threads of a home registration agent software program in a general purpose computer or other suitable device running a Microsoft Windows NT or a similar operating system. Each instantiation of the software would run independently of the other software instantiations and process registration requests and generate registration replies independent of the other software- instantiated home registration agents.
  • multiple home tunneling agents could be implemented as multiple software instantiations running simultaneously in a router or switch.
  • multiple home tunneling agents could be provided in a single router, as separate instantiations of a home tunneling agent software program. Each instantiation or thread would be assigned a unique IP address so that each session for multiple mobile nodes can be kept separate in the single router.
  • the functions of a foreign agent can be grouped into two groups that mirror the functions performed by the home agent: (1) session control and registration functions, and (2) tunneling and packet capsulation/decapsulation.
  • the foreign agent functions are separated out into multiple devices.
  • the session control and registration functions for the mobile node 10 are performed in one device (such as general purpose computer) identified as a foreign registration agent (FRA) 16B.
  • FSA foreign registration agent
  • the tunneling and packet capsulation/decapsulation functions are distributed among three different foreign tunneling agents (FTA), 16 A, 16C and 16D.
  • FSA foreign tunneling agents
  • 16 A, 16C and 16D may be implemented as network access servers of the general type described in the patent to Dale M. Walsh et al., US Patent 5,528,595.
  • the node 10 since the node 10 is by definition a mobile node, it may likely go out of range in the wireless network of the foreign tunneling agent 16A, and be in the position represented by reference numeral 10'.
  • the hand-off of tunneling duties between the FTA 16A and the new FTA 16C can be effectuated without the need for re-registration of the mobile node via the foreign registration agent 16B, home registration agent 18 A, AAA server 30, etc. Instead, a new care of address assigned to the foreign tunneling agent 16C would be sent to the home tunneling agent 18B notifying it where to tunnel data traffic from the host 12 to the foreign tunneling agent.
  • FIG 5 another possible architecture is illustrated for mobile IP networking in which the foreign agent functions and the home agent functions are both split up into multiple separate devices.
  • the foreign agent function is broken down into one foreign registration agent 16B in one device and a plurality of foreign tunneling agents 16A, 16C and 16D embodied another device, such as a router or network access server.
  • the foreign registration agent 16B is responsible for agent discovery procedures and mobile node registration relay, as provided in RFC 2002.
  • the foreign registration agent exchanges session control and registration messages with the home registration agent (HRA) 18 A, as shown in the drawing.
  • the home registration agent 18A may authenticate and register the mobile node alone or in conjunction with an AAA or RADIUS server.
  • the foreign tunneling agents are managed by the foreign registration agent 16B, such as using a simple network management protocol (SNMP) packet or otherwise. In the illustration, there are 3 such foreign tunneling agents 16 A, 16C and 16D.
  • SNMP simple network management protocol
  • the three foreign tunneling agents are implemented in a separate device from the foreign registration agent.
  • the three foreign tunneling agents could be embodied in 3 different IP routers, or, as indicated in the drawing, as three different instantiations of a foreign tunneling agent software program in a single IP router.
  • the foreign tunneling agents are responsible for IP packet capsulation decapsulation and IP packet tunneling and forwarding as described in RFC 2002. They forward data traffic 24 to and receive data traffic 24 from the home tunneling agents 18B, 18C, and 18D.
  • the distribution of foreign agent functionality across multiple devices allows for load balancing among foreign tunneling agents and provides some redundancy and fail-over capacity.
  • the architecture of Figure 5 also has advantages in that it is readily adaptable

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

A mobile Internet Protocol service provider system implements home agent functionality in two separate devices. One device, the home registration agent, is devoted to registration of the mobile node and session control. The other device, the home tunneling agent, is devoted to tunneling and routing functions for the foreign agent. The home registration agent can be a general purpose computer. The home tunneling agent is preferably implemented in a robust routing device, such as an IP switch or router. Multiple home tunneling agents or home registration agents can be implemented in the respective devices as multiple instantiations of a home registration agent or home tunneling agent software program. Foreign agent functionality for mobile IP networking can also be split into separate devices. In a preferred embodiment, a foreign registration agent handles session control and registration traffic with the home registration agent, and a foreign tunneling agent provides packet capsulation/decapsulation and routing services for the mobile node and exchanging data traffic with the home tunneling agent.

Description

MOBILE INTERNET PROTOCOL (IP) NETWORKING WITH HOME AGENT AND/OR FOREIGN AGENT FUNCTIONS DISTRIBUTED AMONG MULTIPLE DEVICES
BACKGROUND OF THE INVENTION
A. Field of the Invention
This invention relates generally to systems that provide mobile Internet Protocol (IP) networking, wherein a mobile communications device such as a portable laptop computer or personal digital assistant may communicate with a host computer on an IP network. More particularly, the invention relates to the architecture and arrangement of communications devices functioning as home agents and foreign agents that are used in such a system.
B. Description of Related Art
Public packet switched networks can be used to carry traffic to and from a mobile communications device, such as a laptop computer or personal digital assistant equipped with a cellular telephone modem. The basic architecture of mobile IP data networking is known in the art and described in several publications, including the Request for Comments document RFC 2002 (1996) and in the textbook of Charles E. Perkins, Mobile IP Design Principles and Practices, Addison-Wesley Wireless Communications Series (1998), both of which are fully incorporated by reference herein. Persons skilled in the art of mobile IP data networking are familiar with the contents of both of these documents and the devices used to implement mobile IP data networking in practice.
Basically, and with reference to Figure 1, in Mobile IP communication, a wireless mobile node 10 communicates with a target host 12 on an IP network 14 by means of two devices, a "foreign agent" 16 and a "home agent" 18. Typically, foreign agent functionality is incorporated into a router or network access server chassis located on a mobile node's visited network 20. A radio access network linking the mobile node to the foreign agent 16 is not shown for purposes of simplicity in the present discussion. The foreign agent 16 provides routing services for the mobile node while it is registered with the home agent 18. The foreign agent 16 de-tunnels and delivers datagrams to the mobile node 10 that were tunneled by the mobile node's home agent 18. In the present specification, the term "tunneling" refers to packet re-addressing, such as performed by the home agent.
The traffic exchanged between the foreign agent 16 and the home agent 18 includes control traffic 22, e.g., registration request and registration reply messages and session control messages, and data traffic 24. The control traffic 22 terminates at the home agent. The data traffic 24 is routed from the mobile node's home network 26 to a second network 14 for delivery to the target host. The target host could be connected to the home network by any arbitrary number of intermediate IP networks, or could be on the mobile node's home network 26.
The home agent 18 is typically implemented in a router on a mobile node's home network 26. The home agent maintains current location information for the mobile node, through a variety of possible mechanisms, such as described in the patent application of Richard J. Dynarski, et al., "Dynamic Allocation of Wireless Mobile Nodes Over an Internet Protocol (IP) Network", serial no. 09/233,381, which is incorporated by reference herein. When one or more home agents are handling calls for multiple mobile nodes simultaneously, the home agent(s) are providing, in essence, a service analogous to virtual private network services. Each mobile node is typically associated with a separate home network and the routing path from that home network, through the home agent, to the foreign agent and mobile node is like a virtual private network for the mobile node.
Thus, from the above discussion, it can be seen that the home agent performs two separate and distinct tasks for the foreign agent and mobile node. First, the home agent 18 must perform an authentication and registration process to determine whether the mobile node is authorized to access the home network 26. This may involve checking the identification of the mobile node (such as, through use of the mobile node's unique serial number or manufacturing number), password authentication, and possibly checking that the mobile node's account is current and paid in full. The home agent registration and authentication functions may be performed in conjunction with, or with the assistance of, a second device, such as an authentication, authorization and accounting server such as a RADIUS server. See the patent application of Yingchun Xu, Serial No. 08/887,313 filed July 3, 1997 for further details. Second, the home agent 18 has to tunnel data from the target host to the foreign agent, and provide tunneling services in the reverse direction, i.e., provide packet readdressing for traffic from the foreign agent to the host 12. To coordinate tunneling in the reverse direction, the home agent provides a forwarding "care/of address to the foreign agent to tell the foreign agent 16 where to tunnel traffic from the mobile node so that it can be sent to the host. This forwarding address is typically contained in a registration reply message sent to the foreign agent notifying the foreign agent that the mobile node is authenticated to communicate in the home network. In the prior art, the home agent is also the device that receives the tunneled traffic from the foreign agent for routing onto the home network, and therefore the forwarding address is the home agent's IP address.
The foreign agent also has to perform two distinct tasks for the mobile node, similar to that of the home agent. First, the foreign agent has to handle the registration and session control aspects for the mobile node, including sending registration request messages to the home agent and processing a registration reply message. Second, the foreign agent has tunneling responsibilities for forwarding data packets to the home agent for ultimate distribution to the destination, and de-tunneling data from the home agent and forwarding the data to the mobile node. The known prior art for providing mobile IP networking services has embraced the concept of a single home agent, in a single chassis, for a given network. However, some larger scale providers of Mobile IP networking services may require multiple home agents on their networks in order to meet demand for mobile IP network services for a large distributed customer base. One possible approach to meeting the expected demand for home agent services is to provide multiple home agents, each home agent embodied in a separate chassis or device. Another approach is to provide a single home agent, but design the home agent such that it has an internal architecture to support multiple networks (e.g., multiple virtual private networks). This latter approach is not considered very attractive, in that management of the home agent would be cumbersome. Furthermore, the home agent would not be particularly fault tolerant, in that any mechanical or software problem in the home agent would potentially affect a large number of virtual private networks. In all the known prior art, the individual devices configured as home agents have implemented both home agent functions within the same device, i.e., registration functions and tunneling/routing functions as described above. Similarly the prior art has embraced the concept of performing both the registration and tunneling responsibilities for a foreign agent in a single device, e.g. , network access server. SUMMARY OF THE INVENTION
The present invention represents an improvement to the above approaches contemplated by the prior art. The present invention contemplates distributing the home agent functionality across multiple devices, with one device devoted to handing the registration and authentication functions, and another device devoted to the routing and tunneling functions of a home agent. The present inventors have appreciated that the former functions, i.e., registration and authentication, are not particularly computationally intensive, and that a single general purpose computing device can handle a very large number of simultaneous registration and authentication transactions without any undue latency, management, or other problems, either alone or in concert with a RADIUS or Authorization, Authentication, and Accounting (AAA) server. On the other hand, the routing and inverse tunneling functions of a home agent are more CPU- intensive and better suited to more robust devices designed for such purposes, such as switches and routers. Thus, the present distributed home agent design of the present invention overcomes the scaling and management problems presented by prior art approaches and represents a simple, cost effective, and easily managed solution for providing mobile IP network services, particularly for large scale providers of such services.
In another related aspect of the invention, the functionality of a single foreign agent is distributed across multiple devices. For example, the registration and session control functions of a foreign agent are assigned to a first device, referred to herein as a "foreign registration agent", such as a general purpose computer or network access server on the visited network. The tunneling functions of the foreign agent are assigned to one or more different devices, referred to herein as a "foreign tunneling agent." In a system which implements both distributed home agents and distributed foreign agents, the foreign registration agent would exchange registration and session control messages with the home registration agent. The tunneling of data traffic between the mobile node and the host system would occur between the home tunneling agent and the foreign tunneling agent. Thus, in a first aspect, the present invention is an improvement to a system that provides mobile Internet Protocol networking for a mobile node via a foreign agent and a home agent. The improvement comprises implementing the home agent in two separate entities or devices. These two separate entities comprise (1) a home registration agent handling registration requests for the mobile node, and (2) a home tunneling agent receiving traffic from the mobile node via the foreign agent and redirecting the traffic to a destination for the traffic. In a preferred embodiment, the home registration agent generates a registration reply message in response to a registration request message associated with the mobile node. The home registration agent sends the registration reply message to the foreign agent. The registration reply message contains an address associated with the home tunneling agent, such as an IP address of the home tunneling agent, whereby the foreign agent tunnels the traffic from the mobile node to the home tunneling agent for transmission to the destination for the traffic. An extension to the mobile IP protocol can be used as a means for including the home tunneling agent's network address in the registration reply message.
In another aspect of the invention, a mobile Internet Protocol service provider system provides access to a network for a mobile node and enables the mobile node to communicate with a host on the network. The system comprises a first communications device comprising a home registration agent responsive to a registration request message associated with the mobile node. The system further includes a second communications device, different from the first communications device, comprising a home tunneling agent associated with the home registration agent, the home tunneling agent receiving traffic from the mobile node and redirecting the traffic to the network. In a representative embodiment, the system is operated by a wireless communications service provider, and typically a wireless communications service provider that is serving a large number of wireless customers and therefore must provide for a high number of mobile nodes simultaneously. As noted previously, the specific communication device that is used to implement the home registration agent and the home tunneling agent is not particularly important, but will be selected in view of the typical processing requirements of the home tunneling agents and the home registration agents. In a preferred embodiment, the home tunneling agent comprises a router.
In another aspect of the invention, a machine is provided for authenticating a mobile node for network access. The machine implements just the registration part of a home agent function, with the tunneling part of the home agent function being taken up by a separate device such as a router. The machine, which may be implemented as a general purpose computer or other suitable device, includes a central processing unit, an interface to the network, and a machine readable storage medium comprising a set of instruction for processing registration request messages associated with the mobile node and responsively generating registration reply messages. The registration reply message contains a field containing a network address for a home tunneling agent. The network address of the home tunneling agent is different from a network address assigned to the machine, because the home tunneling agent function is being performed in the separate device.
In yet another aspect, a method is provided for authenticating a mobile node for network access. In accordance with the method, a registration request message is generated and sent from a foreign agent to a home registration agent. The registration request message contains information used to determine whether said mobile node is authorized to access a network, such as the mobile device's unique International Mobile Subscriber Identity (IMSI) number and/or its Electronic Serial Number (ESN). The home registration agent then determines from the information in the registration request message whether the mobile node is permitted to access the network. This step may be performed with the assistance of a authorization, authentication and accounting server, e.g., a RADIUS server. The home registration agent then generates a registration reply message and sends the registration reply message from the home registration agent to the foreign agent.
If the step of determining results in a positive response, i.e., that the mobile device is authenticated or registered to use the network, the home registration includes in the registration reply message a network address of a home tunneling agent. The home tunneling agent is adapted to receive data traffic from the mobile node and direct the traffic onto the network. The foreign agent forwards data traffic from the mobile node to the home tunneling agent for transmission to the host or destination. The home registration agent and the home tunneling agent are preferably implemented in two separate communications devices. Similarly, the foreign agent functionality may be split up into two separate devices, one functioning as a foreign tunneling agent and another device functioning as a foreign registration agent. The foreign and home registration agents exchange the registration and session control messages, while the tunneling activity is handled by foreign and home tunneling agents.
These and still other features of the invention will be more apparent from the following detailed description of presently preferred and alternative embodiments of the invention
BRIEF DESCRIPTION OF THE DRAWINGS
In the following description, reference will be made to the appended drawings, wherein like reference numbers refer to like elements m the vaπous views, and in which Figure 1 is an illustration of a pπor art mobile IP networking system, Figure 2 is an illustration of a mobile IP networking system in accordance with a preferred embodiment of the invention, with the home tunneling agent and home registration functions being separated and performed to two separate devices, Figure 3 is an illustration of a mobile IP Protocol extension that could be used by the home registration agent to transmit the IP address of the home tunneling agent and thereby inform the foreign agent where to tunnel traffic from the mobile node destined for the target host,
Figure 4 is an illustration of a mobile IP networking system in accordance with an alternative embodiment of the invention in which the foreign agent functions are separated into two separate devices, a foreign registration agent and a foreign tunneling agent, and
Figure 5 is an illustration of an architecture for mobile IP networking m which the foreign agent functions and the home agent functions are both split up into multiple separate devices
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENT OF THE INVENTION
With reference to Figure 2, in accordance with a principal aspect of the invention the home agent function as provided by RFC 2002 is separated and performed by two (or more) separate devices. In the embodiment of Figure 2, device 18A is designated as a home registration agent, dedicated to registration of mobile nodes, and the other device 18B is designated as a home tunneling agent. In the simplest embodiment of the invention, the home agent function is split up into one home registration agent 18A and one home tunneling agent 18B. Thus, the home agent functionality specified in RFC 2002 is broken up in to two basic tasks: registration of mobile nodes and tunneling/routing for the mobile nodes and foreign agents, with the registration function being performed by a home registration agent 18 A, and the tunneling and routing functions being performed by the home tunneling agent 18B. A need for more than one home tunneling agent per home registration agent may exist, depending on the size of the mobile IP customer base, the capacity or utilization of the router chosen to implement the home tunneling agent function, or other factors.
As shown in Figure 2, control traffic 22 consisting of, among other things, registration request messages and registration reply messages, is exchanged between the foreign agent 16 and the home registration agent 18 A. The foreign agent 16 could be embodied in one device, or could be broken up into two separate devices, a foreign registration agent and a foreign tunneling agent, as explained below. The home registration agent 18 A does not receive or process the underlying data traffic 24 going to and from the foreign agent and mobile node. This data traffic is instead sent to the home tunneling agent 18B, which handles all the routing and tunneling functions for the foreign agent and mobile node. While the situation illustrated in Figure 2 shows only one mobile node 10, it will be appreciated that in practice the registration and tunneling functions will be performed simultaneously and in parallel for many mobile nodes at once.
The home registration agent 18 A will be typically implemented as a machine such as a general purpose computer loaded with a software program having a set of instructions for handling registration request messages from foreign agents pursuant to RFC 2002. Such software programs are either known to persons skilled in the art or readily developed from the RFC 2002 document. The home registration agent 18A tells the foreign agent where to tunnel data traffic 22 by sending an IP address of the home tunneling agent 18B to the foreign agent, as described in further detail below.
The home tunneling agent 18B receives traffic from the mobile node via the foreign agent and redirects the traffic to a destination for the traffic, such as the host computer 12 on the network 18. Similarly, the home tunneling agent 18B tunnels traffic from the host 12 to the foreign agent 16 for delivery to the mobile node 10. Since the home tunneling agent will likely be performing home tunneling agent functions for a large number of mobile nodes simultaneously, the device that is designated to perform the home tunneling agent function should be the type of robust device that is designed to perform such functions. An IP router would be a suitable device for the home tunneling agent 18B.
Ordinarily, the home registration agent 18A will serve a plurality of mobile nodes simultaneously, and potentially thousands of such nodes. In a large scale implementation of mobile IP, it is preferred that the home registration agent works in conjunction with a plurality of home tunneling agents so that the tunneling function for all the mobile nodes can be distributed across more than one tunneling agent. A distributed base of home tunneling agents also facilitates load balancing among the tunneling agents, and provides some redundancy and fail-over capacity in the event that one of the home tunneling agents experiences hardware or software problems, or needs to be taken off line for maintenance, upgrading, repair, etc.
Method of operation
The distribution of home agent functions between a home registration agent in one device and a home tunneling agent in another device works as follows. A mobile node 10 establishes a PPP connection with a foreign agent 16 over a wireless service provider network (not shown). The foreign agent 16 forwards a registration request message to the home registration agent 18A. The details of a registration request message are set forth in RFC 2002. The home registration agent 18A receives the registration request message and generates a registration reply message, indicating whether the mobile node 10 is allowed to access the network 26. The home registration agent may perform this authentication function alone, or, more preferably, with a separate AAA or RADIUS server 30. The details of registration of a mobile node are not considered particularly important for the present invention and are known to persons skilled in the art.
The registration reply message is then sent from the home registration agent 18 A to the foreign agent 16. The registration reply message contains an IP address assigned to a home tunneling agent 18B that is designated to handle the tunneling and routing functions for data traffic between the mobile node and the host 12. The foreign agent 16 tunnels data traffic from the mobile node to the home tunneling agent for transmission to the destination for the traffic, such as the host 12. Similarly, the home tunneling agent 18B tunnels data traffic from the host 12 to the foreign agent for transmission over the PPP connection to the mobile node 10.
Mobile IP Service Provider System
From the above discussion, it can be seen that we have described a mobile IP service provider system for providing network access for a mobile communications device. The system includes a first communications device 18 A, such as a general-purpose computer, comprising a home registration agent responsive to a registration request message associated a mobile node and generating a registration reply message. The system also includes a second communications device 18B, embodied in platform or device different from the first communications device, comprising a home tunneling agent associated with the home registration agent. The home tunneling agent receives traffic from the mobile node and directs the traffic to the network. The system may be operated by any suitable entity, for example by a wireless communications service provider. The wireless communications service provider may furnish all the basic elements for providing mobile IP services, such as the foreign agents, and the home registration and home tunneling agents. Or, the entity may simply provide home tunneling and home registration agents, and work with other entities that own or manage the foreign agents.
In a preferred embodiment, at least one of the first and second communications devices implementing the home registration agent and home tunneling agents, respectively, comprises a router. Since the functions provided by the home tunneling agent 18B are more directly analogous to IP routing functions performed by routers, the home tunneling agent function will normally be performed in a router. Other devices could be used, however.
A number of different communications devices are all suitable platforms for implementation as a home registration agent. One example is a general-purpose computer. Another example would be an AAA or RADIUS server. Another example would be a router.
In any event, the home registration agent 18A will typically comprise a machine having a central processing unit, an interface to a network, and a machine readable storage medium (such as EPROM, ROM or other type of memory device) containing a set of instructions for processing registration request messages associated with a mobile node and responsively generating registration reply messages. The details of a preferred registration reply message format are described in the next section.
Mobile Internet Protocol Extension for Separate Home Tunneling Agent
The registration reply message, in a preferred embodiment, contains a field containing a network address for a home tunneling agent. This may be embodied as an extension to the mobile IP protocol specified in RFC 2002. The mobile IP protocol in RFC 2002 supports the separating of foreign agent addresses and foreign agent care of addresses. To support the separation of the home agent address and the home agent care-of-address during reverse tunneling (all data traffic that is bound for the home node is sent to the home tunneling agent and is tunneled by the home tunneling agent back to the mobile node via the foreign agent), a new extension as shown in Figure 3 is defined. This extension will be carried inside a Mobile IP Registration Reply message when the mobile node 10 has been successfully authenticated. In the extension of Figure 3, the four byte home agent care-of- address field 32 comprises the IP address of the home tunneling agent. The foreign agent tunnels traffic to this address as described above. If the extension of Figure 3 does not appear in the Registration Reply message, the foreign agent must use the home registration agent IP address as the home agent care of address.
Embodiment with Multiple Home Agent Instantiations in a Single Chassis In yet another alternative embodiment of the invention, multiple home registration agent or home tunneling agent functions could be implemented within a single chassis. The multiple home registration agents are implemented as multiple instantiations or threads of a home registration agent software program in a general purpose computer or other suitable device running a Microsoft Windows NT or a similar operating system. Each instantiation of the software would run independently of the other software instantiations and process registration requests and generate registration replies independent of the other software- instantiated home registration agents.
Similarly, multiple home tunneling agents could be implemented as multiple software instantiations running simultaneously in a router or switch. Thus, instead of implementing multiple discrete hardware devices to perform multiple home tunneling agent functions, multiple home tunneling agents could be provided in a single router, as separate instantiations of a home tunneling agent software program. Each instantiation or thread would be assigned a unique IP address so that each session for multiple mobile nodes can be kept separate in the single router.
Further details on the implementation of multiple home agent functions in a single chassis or device are described in the parent application of the present inventors, entitled VIRTUAL HOME AGENT SERVICE USING SOFTWARE-REPLICATED HOME AGENTS, Serial No. 09/248,617, filed February 21, 1999.
Distributed Foreign Agent Functions Among Multiple Devices
Referring now to Figure 4, as noted above the functions of a foreign agent can be grouped into two groups that mirror the functions performed by the home agent: (1) session control and registration functions, and (2) tunneling and packet capsulation/decapsulation. In the embodiment of Figure 4, the foreign agent functions are separated out into multiple devices. The session control and registration functions for the mobile node 10 are performed in one device (such as general purpose computer) identified as a foreign registration agent (FRA) 16B. The tunneling and packet capsulation/decapsulation functions are distributed among three different foreign tunneling agents (FTA), 16 A, 16C and 16D. These devices may be implemented as network access servers of the general type described in the patent to Dale M. Walsh et al., US Patent 5,528,595. For any given mobile node, only one foreign tunneling agent will normally be involved with packet forwarding and capsulation/decapsulation functions, but that functionality could be handed off to another foreign tunneling agent in the set in the event that the mobile device moves out of range from the first foreign tunneling agent 16 A, or in the event that the foreign tunneling agent 16 goes off line.
Furthermore, since the node 10 is by definition a mobile node, it may likely go out of range in the wireless network of the foreign tunneling agent 16A, and be in the position represented by reference numeral 10'. The hand-off of tunneling duties between the FTA 16A and the new FTA 16C can be effectuated without the need for re-registration of the mobile node via the foreign registration agent 16B, home registration agent 18 A, AAA server 30, etc. Instead, a new care of address assigned to the foreign tunneling agent 16C would be sent to the home tunneling agent 18B notifying it where to tunnel data traffic from the host 12 to the foreign tunneling agent. Referring now to Figure 5, another possible architecture is illustrated for mobile IP networking in which the foreign agent functions and the home agent functions are both split up into multiple separate devices. Specifically, the foreign agent function is broken down into one foreign registration agent 16B in one device and a plurality of foreign tunneling agents 16A, 16C and 16D embodied another device, such as a router or network access server. The foreign registration agent 16B is responsible for agent discovery procedures and mobile node registration relay, as provided in RFC 2002. The foreign registration agent exchanges session control and registration messages with the home registration agent (HRA) 18 A, as shown in the drawing. The home registration agent 18A may authenticate and register the mobile node alone or in conjunction with an AAA or RADIUS server. The foreign tunneling agents are managed by the foreign registration agent 16B, such as using a simple network management protocol (SNMP) packet or otherwise. In the illustration, there are 3 such foreign tunneling agents 16 A, 16C and 16D. These foreign tunneling agents are implemented in a separate device from the foreign registration agent. The three foreign tunneling agents could be embodied in 3 different IP routers, or, as indicated in the drawing, as three different instantiations of a foreign tunneling agent software program in a single IP router. The foreign tunneling agents are responsible for IP packet capsulation decapsulation and IP packet tunneling and forwarding as described in RFC 2002. They forward data traffic 24 to and receive data traffic 24 from the home tunneling agents 18B, 18C, and 18D. The distribution of foreign agent functionality across multiple devices allows for load balancing among foreign tunneling agents and provides some redundancy and fail-over capacity. The architecture of Figure 5 also has advantages in that it is readily adaptable

Claims

to a voice over IP system (VOIP) within the same architecture, with the distributed base of foreign agents corresponding to a distributed set of VOIP gateways and the home agents corresponding to a distributed base of VOIP gatekeepers.From the forgoing description, persons of skill in the art will appreciate that various modifications to the preferred embodiments can be made without departure from the true scope and spirit of the invention. This true scope and spirit will be found be reference to the appended claims, interpreted in light of the forgoing specification. WE CLAIM:
1. In a system for providing mobile Internet Protocol networking for a mobile node via a foreign agent and a home agent, the improvement comprising: implementing said home agent in two separate entities, said two separate entities comprising (1) a first communications device implementing a home registration agent handling registration requests for said mobile node, and (2) a second communications device implementing a home tunneling agent receiving data traffic from said node via the foreign agent and redirecting said data traffic to a destination for said data traffic.
2. The improvement of claim 1 , wherein said home registration agent serves a plurality of mobile nodes and wherein said home registration agent is associated with a plurality of home tunneling agents.
3. The improvement of claim 1 , wherein said home registration agent generates a registration reply message in response to a registration request message associated with said mobile node and sends said registration reply message to said foreign agent, and wherein said registration reply message contains an address associated with said home tunneling agent, whereby said foreign agent may tunnel said data traffic from said mobile node to said home tunneling agent for transmission to said destination for said data traffic.
4. A mobile Internet Protocol service provider system for providing a mobile node access to a network and enable said mobile node to communication with a host on said network, comprising: a first communications device comprising a home registration agent responsive to a registration request message associated said mobile node and generating a registration reply message; and a second communications device, different from said first communications device, comprising a home tunneling agent associated with said home registration agent, said home tunneling agent receiving data traffic from said mobile node and redirecting said data traffic to said network.
5. The system of claim 4, wherein said system is operated by a wireless communications service provider.
6. The system of claim 4, wherein at least one of said first and second communications devices comprises a router.
7. The system of claim 4, wherein said system further comprises a foreign agent tunneling data traffic from said mobile node to said home tunneling agent, and wherein said home registration agent generates said registration reply message in response to a registration request message associated with said mobile node and sends said registration reply message to said foreign agent, and wherein said registration reply message contains an address associated with said home tunneling agent, whereby said foreign agent may tunnel said data traffic from said mobile node to said home tunneling agent for transmission to said network.
8. A machine for authenticating a mobile node for network access, said machine comprising: a central processing unit; an interface to said network; and a machine readable storage medium comprising a set of instructions for processing registration request messages associated with said mobile node and responsively generating registration reply messages; wherein said registration reply message contains a field containing a network address for a home tunneling agent, said network address being different from a network address assigned to said machine.
9. The machine of claim 8, wherein said machine comprises a general purpose computer.
10. The machine of claim 8, wherein said machine comprises a router.
11. A method of authenticating a mobile node for network access, comprising the steps of : generating a registration request message and sending said registration request from a foreign agent to a home registration agent, said registration request message containing information used to determine whether said mobile node is authorized to access a network; determining from said information in said registration request message whether said mobile node is permitted to access said network; generating a registration reply message and sending said registration reply message from said home registration agent to said foreign agent, if said step of determining results in a positive response, (a) including in said registration reply message a network address of a home tunneling agent, said home tunneling agent adapted to receive data traffic from said mobile node and direct said data traffic onto said network; and (b) tunneling said data traffic from said foreign agent to said home tunneling agent for transmission onto said network; and wherein said home registration agent and said home tunneling agent are implemented in two separate communication devices.
12. The improvement of claim 1, wherein said second communications device comprises a communications device implementing at least one instantiation of a home tunneling agent software program.
13. The improvement of claim 12, wherein home tunneling agent comprises a router implementing at least two instantiations of a home tunneling agent software program.
14. The improvement of claim 13, wherein said home registration agent comprises a general purpose computer and wherein said home registration agent authenticates said mobile node in conjunction with an authentication, authorization and accounting server.
15. The improvement of claim 1, wherein said foreign agent comprises a foreign tunneling agent embodied in a first device and foreign registration agent embodied in a second device different from said first device.
16. The system of claim 4, wherein said home registration agent exchanges registration and session control traffic with a foreign registration agent and said home tunneling agent tunnels data traffic to a foreign tunneling agent, said foreign registration agent and said foreign tunneling agent embodied in two separate communication devices.
17. The method of claim 11, wherein said home registration agent exchanges registration and session control traffic with a foreign registration agent and said home tunneling agent tunnels data traffic to a foreign tunneling agent, said foreign registration agent and said foreign tunneling agent embodied in two separate communication devices.
18. A mobile Internet Protocol service provider system for providing a mobile node access to a network and enable said mobile node to communication with a host on said network, comprising: a first communications device comprising a foreign registration agent transmitting a registration request message associated said mobile node to a home agent and receiving a registration reply message from said home agent; and a second communications device, different from said first communications device, comprising a foreign tunneling agent associated with said foreign registration agent, said foreign tunneling agent receiving data traffic from said mobile node and directing said data traffic to said home agent.
19. The system of claim 18, wherein at least one of said foreign registration agent and said foreign tunneling agent comprises a network access server.
20. The system of claim 18, wherein at least one of said foreign registration agent and said foreign tunneling agent comprises a general-purpose computer.
PCT/US2000/019280 1999-07-16 2000-07-14 Mobile internet protocol (ip) networking with home agent and/or foreign agent functions distributed among multiple devices WO2001006734A2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
EP00947387A EP1201068A2 (en) 1999-07-16 2000-07-14 Mobile internet protocol (ip) networking with home agent and/or foreign agent functions distributed among multiple devices

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US09/354,659 1999-07-16
US09/354,659 US6738362B1 (en) 1999-02-25 1999-07-16 Mobile internet protocol (IP) networking with home agent and/or foreign agent functions distributed among multiple devices

Publications (2)

Publication Number Publication Date
WO2001006734A2 true WO2001006734A2 (en) 2001-01-25
WO2001006734A3 WO2001006734A3 (en) 2001-07-26

Family

ID=23394378

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2000/019280 WO2001006734A2 (en) 1999-07-16 2000-07-14 Mobile internet protocol (ip) networking with home agent and/or foreign agent functions distributed among multiple devices

Country Status (2)

Country Link
EP (1) EP1201068A2 (en)
WO (1) WO2001006734A2 (en)

Cited By (27)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1134991A2 (en) * 2000-03-13 2001-09-19 Nokia Corporation Load balancing in telecommunications system supporting mobile IP
WO2002063848A2 (en) * 2001-02-09 2002-08-15 Nortel Networks Limited Method and apparatus for dynamically assigning a home agent
WO2002073933A1 (en) * 2001-03-08 2002-09-19 British Telecommunications Public Limited Company Address translator
KR20020084828A (en) * 2001-05-04 2002-11-11 3콤 코포레이션 System and method to allow simple ip mobile nodes to operate seamlessly in a mobile ip network with true roaming capabilities
EP1309126A1 (en) * 2001-10-26 2003-05-07 Samsung Electronics Co., Ltd. Method for transmitting data from server of virtual private network to mobile node
WO2002021768A3 (en) * 2000-09-08 2003-06-12 Reefedge Inc Location-independent packet routing and secure access in a short-range wireless networking environment
KR20030049553A (en) * 2001-12-15 2003-06-25 에스케이 텔레콤주식회사 Free packet service system in a mobile communication network
WO2003073723A2 (en) * 2002-02-27 2003-09-04 Cicso Technology, Inc. Methods and apparatus for mobile ip home agent clustering
KR100401209B1 (en) * 2000-11-21 2003-10-10 삼성전자주식회사 Method for regional tunnel management in mobile communication system using mobile ip
WO2004006537A2 (en) * 2002-07-10 2004-01-15 Cisco Technology, Inc. System and method for communicating in a load balancing environment
KR100417134B1 (en) * 2001-08-13 2004-02-05 삼성전자주식회사 Foreign Agent for Supporting IP mobility in UMTS and Method for IP mobility by using it
WO2004025908A1 (en) 2002-09-13 2004-03-25 Mitsubishi Denki Kabushiki Kaisha Movement management method using distributed mobile ip
KR100436636B1 (en) * 2001-06-14 2004-06-22 3콤 코포레이션 System and method for managing foreign agent selections in a mobile internet protocol network
KR100450850B1 (en) * 2002-11-01 2004-10-01 한국전자통신연구원 Apparatus and method of accounting data gathering and transferring for wireless LAN interworking in foreign agent system
WO2004095795A1 (en) * 2003-04-17 2004-11-04 Orange Sa Distributed mobile agent
KR100459183B1 (en) * 2002-06-29 2004-12-03 엘지전자 주식회사 combinatorial mobile IP system and method for managing mobility using the same
SG108302A1 (en) * 2001-08-13 2005-01-28 Ntt Docomo Inc Packet transmission system, and apparatus and method for controlling packet transmission route
DE10346086A1 (en) * 2003-10-04 2005-04-28 Fritz Paul Data communication method between user's mobile data terminal and destination data network, using network element with access to subscriber-specific data sets, and in which useful data are unencrypted
US7116681B1 (en) 1999-09-24 2006-10-03 British Telecommunications Packet network interfacing
US7188191B1 (en) 1999-09-24 2007-03-06 British Telecommunications Public Limited Company Packet network interfacing
US7197308B2 (en) 2000-08-11 2007-03-27 Symantec Corporation Enabling seamless user mobility in a short-range wireless networking environment
US7224979B2 (en) 2001-05-03 2007-05-29 Symantec Corporation Location-aware service proxies in a short-range wireless environment
EP1883196A1 (en) * 2006-07-28 2008-01-30 Siemens AG Method for packet-based data transmission in a network having mobility functionality
US7409549B1 (en) 2001-12-11 2008-08-05 Cisco Technology, Inc. Methods and apparatus for dynamic home agent assignment in mobile IP
US7587498B2 (en) 2002-05-06 2009-09-08 Cisco Technology, Inc. Methods and apparatus for mobile IP dynamic home agent allocation
EP2115675A1 (en) * 2007-01-26 2009-11-11 Smartrefill I Helsingborg AB Method and system for securely executing a charge transaction
US20220070653A1 (en) * 2020-03-13 2022-03-03 At&T Intellectual Property I, L.P. Systems and methods for configuring routers and for facilitating communication between routers

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0917328A2 (en) * 1997-10-14 1999-05-19 Lucent Technologies Inc. Communications with pier to pier protocol server

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0917328A2 (en) * 1997-10-14 1999-05-19 Lucent Technologies Inc. Communications with pier to pier protocol server

Cited By (52)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7116681B1 (en) 1999-09-24 2006-10-03 British Telecommunications Packet network interfacing
US7188191B1 (en) 1999-09-24 2007-03-06 British Telecommunications Public Limited Company Packet network interfacing
EP1134991A2 (en) * 2000-03-13 2001-09-19 Nokia Corporation Load balancing in telecommunications system supporting mobile IP
EP1134991A3 (en) * 2000-03-13 2002-07-24 Nokia Corporation Load balancing in telecommunications system supporting mobile IP
US7158492B2 (en) 2000-03-13 2007-01-02 Nokia Corporation Load balancing in telecommunications system supporting mobile IP
US7197308B2 (en) 2000-08-11 2007-03-27 Symantec Corporation Enabling seamless user mobility in a short-range wireless networking environment
US6691227B1 (en) 2000-09-08 2004-02-10 Reefedge, Inc. Location-independent packet routing and secure access in a short-range wireless networking environment
WO2002021768A3 (en) * 2000-09-08 2003-06-12 Reefedge Inc Location-independent packet routing and secure access in a short-range wireless networking environment
US6851050B2 (en) 2000-09-08 2005-02-01 Reefedge, Inc. Providing secure network access for short-range wireless computing devices
US7113599B2 (en) 2000-09-08 2006-09-26 Symantec Corporation Location-independent packet routing and secure access in a short-range wireless networking environment
KR100401209B1 (en) * 2000-11-21 2003-10-10 삼성전자주식회사 Method for regional tunnel management in mobile communication system using mobile ip
WO2002063848A3 (en) * 2001-02-09 2003-03-20 Nortel Networks Ltd Method and apparatus for dynamically assigning a home agent
WO2002063848A2 (en) * 2001-02-09 2002-08-15 Nortel Networks Limited Method and apparatus for dynamically assigning a home agent
WO2002073933A1 (en) * 2001-03-08 2002-09-19 British Telecommunications Public Limited Company Address translator
US8046452B2 (en) 2001-03-08 2011-10-25 British Telecommunications Public Limited Company Inter-network address translator that is separately addressable from address alias assignment process
US7224979B2 (en) 2001-05-03 2007-05-29 Symantec Corporation Location-aware service proxies in a short-range wireless environment
KR20020084828A (en) * 2001-05-04 2002-11-11 3콤 코포레이션 System and method to allow simple ip mobile nodes to operate seamlessly in a mobile ip network with true roaming capabilities
KR100436636B1 (en) * 2001-06-14 2004-06-22 3콤 코포레이션 System and method for managing foreign agent selections in a mobile internet protocol network
KR100417134B1 (en) * 2001-08-13 2004-02-05 삼성전자주식회사 Foreign Agent for Supporting IP mobility in UMTS and Method for IP mobility by using it
US7342932B2 (en) 2001-08-13 2008-03-11 Ntt Docomo, Inc. Packet transmission system, and apparatus and method for controlling packet transmission route
SG108302A1 (en) * 2001-08-13 2005-01-28 Ntt Docomo Inc Packet transmission system, and apparatus and method for controlling packet transmission route
AU2002301612B2 (en) * 2001-10-26 2004-11-25 Samsung Electronics Co., Ltd. Method for Transmitting Data From Server of Virtual Private Network to Mobile Node
EP1309126A1 (en) * 2001-10-26 2003-05-07 Samsung Electronics Co., Ltd. Method for transmitting data from server of virtual private network to mobile node
US7409549B1 (en) 2001-12-11 2008-08-05 Cisco Technology, Inc. Methods and apparatus for dynamic home agent assignment in mobile IP
KR20030049553A (en) * 2001-12-15 2003-06-25 에스케이 텔레콤주식회사 Free packet service system in a mobile communication network
US7284057B2 (en) 2002-02-27 2007-10-16 Cisco Technology, Inc. Methods and apparatus for Mobile IP Home Agent clustering
WO2003073723A3 (en) * 2002-02-27 2004-01-15 Cicso Technology Inc Methods and apparatus for mobile ip home agent clustering
WO2003073723A2 (en) * 2002-02-27 2003-09-04 Cicso Technology, Inc. Methods and apparatus for mobile ip home agent clustering
US7587498B2 (en) 2002-05-06 2009-09-08 Cisco Technology, Inc. Methods and apparatus for mobile IP dynamic home agent allocation
KR100459183B1 (en) * 2002-06-29 2004-12-03 엘지전자 주식회사 combinatorial mobile IP system and method for managing mobility using the same
US8150951B2 (en) 2002-07-10 2012-04-03 Cisco Technology, Inc. System and method for communicating in a loadbalancing environment
WO2004006537A3 (en) * 2002-07-10 2004-04-01 Cisco Tech Ind System and method for communicating in a load balancing environment
WO2004006537A2 (en) * 2002-07-10 2004-01-15 Cisco Technology, Inc. System and method for communicating in a load balancing environment
WO2004025908A1 (en) 2002-09-13 2004-03-25 Mitsubishi Denki Kabushiki Kaisha Movement management method using distributed mobile ip
EP1548996A4 (en) * 2002-09-13 2008-09-03 Mitsubishi Electric Corp Movement management method using distributed mobile ip
EP1548996A1 (en) * 2002-09-13 2005-06-29 Mitsubishi Denki Kabushiki Kaisha Movement management method using distributed mobile ip
KR100450850B1 (en) * 2002-11-01 2004-10-01 한국전자통신연구원 Apparatus and method of accounting data gathering and transferring for wireless LAN interworking in foreign agent system
US20110110333A1 (en) * 2003-04-17 2011-05-12 Orange Sa Distributed mobile agent
US8130725B2 (en) 2003-04-17 2012-03-06 Orange Sa Distributed mobile agent
JP2006523987A (en) * 2003-04-17 2006-10-19 オレンジュ・エスエー Distributed mobile agent
US8406198B2 (en) * 2003-04-17 2013-03-26 Orange Sa Distributed mobile agent
US7839825B2 (en) 2003-04-17 2010-11-23 Orange Sa Distributed mobile agent
US20120163329A1 (en) * 2003-04-17 2012-06-28 Orange Sa Distributed mobile agent
CN1774905B (en) * 2003-04-17 2012-04-04 奥兰治公司 Distributed mobile agent
WO2004095795A1 (en) * 2003-04-17 2004-11-04 Orange Sa Distributed mobile agent
DE10346086A1 (en) * 2003-10-04 2005-04-28 Fritz Paul Data communication method between user's mobile data terminal and destination data network, using network element with access to subscriber-specific data sets, and in which useful data are unencrypted
DE10346086B4 (en) * 2003-10-04 2006-12-14 Fritz Paul Method for data communication between a user's mobile data terminal (ME) and a destination data network
EP1883196A1 (en) * 2006-07-28 2008-01-30 Siemens AG Method for packet-based data transmission in a network having mobility functionality
EP2115675A1 (en) * 2007-01-26 2009-11-11 Smartrefill I Helsingborg AB Method and system for securely executing a charge transaction
EP2115675A4 (en) * 2007-01-26 2015-03-18 Smartrefill I Helsingborg Ab Method and system for securely executing a charge transaction
US20220070653A1 (en) * 2020-03-13 2022-03-03 At&T Intellectual Property I, L.P. Systems and methods for configuring routers and for facilitating communication between routers
US11665527B2 (en) * 2020-03-13 2023-05-30 At&T Intellectual Property I, L.P. Systems and methods for configuring routers and for facilitating communication between routers

Also Published As

Publication number Publication date
EP1201068A2 (en) 2002-05-02
WO2001006734A3 (en) 2001-07-26

Similar Documents

Publication Publication Date Title
US6738362B1 (en) Mobile internet protocol (IP) networking with home agent and/or foreign agent functions distributed among multiple devices
EP1201068A2 (en) Mobile internet protocol (ip) networking with home agent and/or foreign agent functions distributed among multiple devices
EP1504582B1 (en) Methods and apparatus for mobile ip dynamic home agent allocation
US7426202B2 (en) Routing method for mobile wireless nodes having overlapping internet protocol home addresses
US7149229B1 (en) Mobile IP accounting
JP3754398B2 (en) System and method for managing foreign agent selection in a mobile internet protocol network
US6982967B1 (en) Methods and apparatus for implementing a proxy mobile node in a wireless local area network
EP1618723B1 (en) Methods and apparatus for securing proxy mobile ip
US7707310B2 (en) Mobile IP registration supporting port identification
US7152238B1 (en) Enabling mobility for point to point protocol (PPP) users using a node that does not support mobility
EP1552635B1 (en) Method, device and system for distributing server requests among a cluster of servers that have registered as mobile nodes
KR20050008822A (en) System and method for packet data serving node load balancing and fault tolerance
WO2004032396A9 (en) Method, device and system for distributing server requests among a cluster of servers that have registered as mobile nodes
US7460547B2 (en) Mobile director
EP1811739B1 (en) Home agent apparatus and method of implementing load allocation in communication network

Legal Events

Date Code Title Description
AL Designated countries for regional patents

Kind code of ref document: A2

Designated state(s): AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE

121 Ep: the epo has been informed by wipo that ep was designated in this application
AL Designated countries for regional patents

Kind code of ref document: A3

Designated state(s): AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE

DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
WWE Wipo information: entry into national phase

Ref document number: 2000947387

Country of ref document: EP

WWP Wipo information: published in national office

Ref document number: 2000947387

Country of ref document: EP