WO1995027942A1 - Method for translating internet protocol addresses to other distributed network addressing schemes - Google Patents

Method for translating internet protocol addresses to other distributed network addressing schemes Download PDF

Info

Publication number
WO1995027942A1
WO1995027942A1 PCT/US1995/003810 US9503810W WO9527942A1 WO 1995027942 A1 WO1995027942 A1 WO 1995027942A1 US 9503810 W US9503810 W US 9503810W WO 9527942 A1 WO9527942 A1 WO 9527942A1
Authority
WO
WIPO (PCT)
Prior art keywords
node
address
network
packet
specific local
Prior art date
Application number
PCT/US1995/003810
Other languages
French (fr)
Inventor
Richard H. Fox
Brett D. Galloway
Original Assignee
Metricom, Inc.
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
Application filed by Metricom, Inc. filed Critical Metricom, Inc.
Publication of WO1995027942A1 publication Critical patent/WO1995027942A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/66Arrangements for connecting between networks having differing types of switching systems, e.g. gateways
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/09Mapping addresses
    • H04L61/10Mapping addresses of different types
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/40Network security protocols
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/08Protocols for interworking; Protocol conversion

Definitions

  • This invention relates generally to a method for translating addresses between the addressing scheme determined by the Internet Protocol and another addressing scheme used by a data communication network.
  • the Internet Protocol is a widely used protocol for the transmission of data communication packets over a network of participating digital communication networks.
  • the operation of the Internet Protocol is described in detail in Stallings, Handbook of Communication Standards vol. 3 (1990), a generally-available reference in the field, the contents of which are herein incorporated by reference.
  • One example of a network of networks which operates according to the Internet Protocol is the Internet, a global network of networks which operates with decentralized management.
  • all interconnected networks of networks which operate according to the Internet Protocol are referred to as internets.
  • FIG. 1 depicts an exemplary internet which comprises a first local area network (LAN) 2, a second LAN 4 and a long haul network 6 which allows for packets to be communicated between the LANs.
  • Host nodes A through F and gateway node G are connected to LAN 2.
  • Host nodes H through L and gateway node M are connected to LAN 4.
  • Each host node and gateway node possesses a unique local network address known as a Medium Access Controller (MAC) address.
  • the MAC address is uniquely assigned to each node and does not depend on the identity of the network to which the node is connected.
  • LANs 2 and 4 are not limited to "Sfny specific topology but operate to allow a data communication packet to be forwarded from a source node connected to the network to any target node connected to the network provided that the MAC address of the target node is included in a header of the packet.
  • Long haul network 6 comprises routers H, I, J, K, and L and is also connected to gateway nodes G and M to permit packets to be communicated between LANs 2 and 4.
  • Each node connected to LANs 2 and 4 has in addition to its MAC address a uniquely assigned Internet Protocol (IP) address which identifies the node and the network to which the node is connected.
  • IP Internet Protocol
  • each node is aware of its own IP address and MAC address.
  • the internet depicted in Figure 1 is intended to illustrate the basic architecture of an internet.
  • An actual internet may serve to interconnect many more than two networks.
  • the networks interconnected by an internet need not be LANs but may be wide area networks (WANs) or have other topologies such as mesh, ring etc.
  • WANs wide area networks
  • a source node connected to LAN 2 may transmit a data communication packet to a target node connected to LAN 4.
  • Transmission of a data packet according to the Internet Protocol from source node A connected to LAN 2 to target node N connected to LAN 4 proceeds as follows.
  • Source node A includes the IP address of target node N in a header of the packet.
  • the packet is then transmitted over LAN 2 to gateway node G and from there it is relayed over long haul network 6 following a linked path consisting of routers, H, I, and J, eventually arriving at gateway node M connected to LAN 4.
  • the path taken by the packet through long haul network 6 is not necessarily predetermined but rather each router may select a successor router upon receipt of the packet.
  • the selection of successor router is made based on the IP address of the target node, network connectivity information of which the router is aware, and other parameters such as network traffic and the priority of the packet.
  • the packet must then be forwarded from gateway node
  • the operation of an LAN requires that packets transmitted over the LAN be addressed using the MAC address and not the IP address of the target node.
  • the Internet Protocol does not require that the MAC address be included in a header of the packet when it is received at gateway node M, which as herein explained can present problems.
  • the gateway node M may already be aware of the MAC address of host node N and may then forward the packet to host node N using the MAC address. If the gateway node M is unaware of the MAC address of the host node N it typically determines the MAC address by a method known as the Address Resolution Protocol (ARP) .
  • ARP Address Resolution Protocol
  • the ARP exploits the broadcast property of an LAN: namely, that a transmission from any node on the network is received by all other nodes on the network.
  • the gateway node M thus determines the MAC address of the target node N using the ARP as follows.
  • the gateway node M broadcasts over the LAN 4 an inquiry message containing the IP address of the target node N.
  • the target node N then responds with a reply message containing as a matched pair both its own MAC address and its own IP address.
  • the gateway node M stores the paired MAC address and IP address in a local routing table at the gateway node M.
  • the packet may then be forwarded to the target node N by including the MAC address in a header of the packet. Packets received at the gateway node and addressed to the IP address of the target node are henceforth forwarded using the MAC address stored in the local routing table at the gateway node.
  • the ARP thus allows a packet forwarded over an internet and received at a gateway node connected to a local network to be forwarded to the target node to which the packet is directed.
  • the network should have the broadcast property typically associated with LANs, that is, the network must be physically configured so that each node can directly receive an inquiry message broadcast over the network. If one or more nodes within the LAN cannot directly receive an inquiry mess-age, further relaying of the inquiry message will be required at an increased expense in network resources. Frequent ARP inquiry messages will therefore reduce network efficiency. Larger network operation can be substantially impaired by the ARP inquiry messages.
  • the network lacks the broadcast property of LANs and ARP inquiry messages may only be broadcast at high cost, the resulting network inefficiency is further compounded when the network composition is unstable and a large fraction of the nodes on the network have recently been connected.
  • a gateway node receiving a packet for relay to a target node connected to the network will very often lack the MAC address of the target node and will be forced to broadcast an ARP inquiry message to determine the MAC address.
  • the expensive ARP inquiry messages will therefore be frequent and network efficiency will be substantially impaired.
  • a recently connected target node will often be unaware of its own IP address, since the IP address in part depends on the identity of the participating network to which the node is connected.
  • the target node may at different times connect and disconnect to various networks and therefore lack a stable IP address.
  • Such a target node will be unable to reply to an ARP broadcast because it will not recognize a particular IP address as being its own.
  • a network which is a wireless data communication network is exemplary of networks which cannot effectively forward packets received over an internet by using the ARP to translate IP addresses to local network addresses.
  • nodes often cannot communicate with one another directly, and packets are typically transmitted via a series of intermediate nodes.
  • the broadcast of an ARP inquiry message to all the nodes in the network is therefore prohibitively expensive, since it would require that an inquiry packet be relayed to each node connected to the wireless network.
  • the wireless network consists all or in part of mobile nodes.
  • Mobile nodes may be connected to-a particular network for only a short period of time.
  • a gateway node on a wireless network is likely to be unaware of the MAC address associated with a target node to which a packet received at the gateway node is addressed. Therefore, expensive ARP inquiry messages are likely to be very frequent.
  • a mobile node may be unaware of its own IP address and thus be unable to respond to an ARP inquiry message.
  • a further difficulty arises in networks which use certain geographical routing methods for forwarding packets.
  • a geographical routing method is disclosed in U.S. Pat. No. 4,939,726, which is herein incorporated by reference.
  • a packet is typically forwarded from a source node to a target node via a series of intermediate nodes.
  • the address of the target node is included in a header of the packet.
  • the disclosed method requires that packet addresses incorporate the geographic coordinates of the target node.
  • Each intermediate node typically selects a successor intermediate node based on the maximum forward progress attainable using the least amount of power. Forward progress is determined by calculating a metric incorporating the geographical distance between the geographic coordinates of the target node and the geographic coordinates of each node to be evaluated for selection as a successor intermediate node.
  • the geographic coordinates of the target node are derived from the address of the target node found in the header of the packet.
  • What is needed is a method for translating an IP address to a network specific local address which may be used to forward packets from a gateway node to a target node over a destination network which cannot use MAC addresses for forwarding packets.
  • a translation method is needed which given the IP address of a target node provides a network specific local address which incorporates the geographic coordinates of the target node.
  • a remote address server which can store pairings of IP addresses and network specific local addresses and can respond to requests forwarded over an internet for translation of IP addresses to network specific local addresses.
  • an Internet Protocol address of a target node connected to the local network is translated at a ⁇ gateway node to a network specific local address of the target node without the use of broadcasting.
  • the network specific local address of the target node is the address which is usable within the local network for forwarding a packet to the target node.
  • the translation at the gateway node is accomplished by consulting a record stored at the gateway node which contains both the network specific local address and IP address of the target node.
  • this record is created by self- registration.
  • the target node self-registers by contacting the gateway node and sending the gateway node the target's own IP address and network specific local address.
  • the record stored at the gateway node is created by assignment.
  • the target node contacts the gateway node and sends to the gateway node its own network specific local address.
  • the gateway node then assigns the target node an IP address.
  • a record is stored at the gateway node which can later be used for translation.
  • a second aspect of the invention takes advantage of the collection function employed by a remote address server.
  • the remote address server which is typically not on the local network, but which is in communication with the gateway node over an internet, captures network specific local address and IP address information about nodes of which it becomes aware. For each node of which the remote address server becomes aware it creates a record containing the network specific local address and IP address of the node.
  • a reporting node may employ an internet to self-register by reporting its own network specific local address and IP address to the remote address server.
  • an operator may enter the IP address and network specific local address of a node into the remote address server.
  • the translation at the gateway node is alternatively accomplished by consulting a record stored at the remote address server containing the network specific"local address and IP address of the target node.
  • the gateway node accesses the record by formulating an inquiry message which includes the IP address of the target node and then by forwarding the message to the remote address server over the internet to which they are both connected.
  • the remote address server consults the record to determine the corresponding network specific local address and then includes the network specific local address in a reply message which is forwarded to the gateway node.
  • translation is accomplished using minimal storage at the gateway node.
  • a packet may be forwarded from a source node connected to an originating network to a target node connected to a destination network.
  • the IP address of the target node is included in a header of the packet.
  • the packet is then forwarded to a gateway node which is connected to the destination network.
  • the gateway node translates the IP address of the packet to the network specific local address by use of the inventive method.
  • the packet is then forwarded to the target node using the network specific local address.
  • the network specific local address of the target node to which an IP address is translated incorporates the geographic coordinates of the target node.
  • the geographic address obtained at the gateway node by use of the translation feature may be used to forward a packet to the target node by employing a geographic routing method as is disclosed in U.S. Patent No. 4,939,726.
  • Fig. l is a block diagram illustrating an internet of the prior art.
  • Fig. 2 is a block diagram illustrating an internet which operates according to the "invention.
  • Fig. 3 is a flow chart describing steps of an address translation method according to the invention.
  • Fig. 4 is a flow chart describing steps of an address assignment and translation method according to the invention.
  • Fig. 5 is a flow chart describing how a packet may be forwarded via an internet according to the invention.
  • Fig. 6 is a flow chart describing steps of an address translation method employing a remote address server according to the invention.
  • Fig. 7 is a flow chart describing steps of a packet forwarding method employing a remote address server according to the invention.
  • FIG. 2 depicts an internet which may take advantage of the address translation method of the invention.
  • Source node 8 and gateway node 10 are connected to local network 12.
  • Gateway nodes 10, 14 are connected to long haul network 16.
  • Gateway node 14 and target node 18 are connected to local network 20.
  • a remote address server 22 is accessible via the internet and is connected to long haul network 16.
  • FIG. 3 is a flow chart illustrating steps of an address translation method in accordance with the invention.
  • a record for address translation is created by self- registration.
  • Target node 18 is aware of its own IP address and its own network specific local address usable for forwarding a packet over local network 20.
  • the network specific local address need not be a MAC address and may incorporate the geographic coordinates of the target node.
  • Gateway node 14 is contacted by target node 16 (Step SI) .
  • a data communication link is established between gateway node 14 and target node 18 which permits data communication between the nodes (Step S2) .
  • Target node 18 then transmits a message to gateway node 14 over the link which includes the IP address and network specific local address of target node 18 (S3).
  • the IP address and network specific local address are stored as a record in a memory device at gateway node 14 (S4) .
  • Gateway node 14 may thereafter translate from the IP address of the target node to the network specific local address of target node 18 by consulting the record. To translate, gateway node 14 accepts the IP address of the target node as a translation input (S5) .
  • the translation input may originate with operator entry at the gateway node or from software operating at the gateway node which requires a translation of the IP address. As will be discussed below in connection with Figure 5, an IP address to be translated may also be extracted from a packet received at the gateway node for forwarding to the target node.
  • Gateway node 14 uses the IP address of target node 18 accepted as translation input to identify the previously stored record (S6) . Gateway node 14 then consults the record to obtain the network specific local address of target node 18 (S7) . The network specific local address of target node 18 is then the translation output.
  • Figure 4 is a flow chart illustrating steps of an alternative address translation method according to the invention. By use of this method, a node which lacks an IP address may obtain one. Simultaneously, a record for address translation is created by self registration.
  • target node 18 has a network specific local address usable for forwarding packets over local network 20 and is aware of its own network specific local address but lacks an IP address. Target node 18 contacts gateway node 14 (S8) . A link is established between gateway node 14 and target node 18 (S9) . Target node 18 sends gateway node 14 a message including its own network specific local address over the link (S10) .
  • Gateway node 14 then assigns target node 18 an IP address (Sll) . This assignment may be accomplished using the "bootp" program, a widely-used I- address assignment program. Gateway node 14 forwards a message including the IP address to target node 18 (S12) and stores the IP address and network specific local address as a record in a memory device at gateway node 14 (S13) . Target node 18 thus now has an IP address of which it is aware. Gateway node 14 translates from the IP address of target node 18 to the network specific local address of target node 18 in the same way discussed in connection with Figure 3 (S14-16) .
  • Sll IP address
  • FIG. 5 is a flowchart illustrating steps of a packet forwarding method according to the invention.
  • a packet may be forwarded from source node 8, connected to originating local network 12, to target node 18 connected to destination local network 20.
  • a record containing the network specific local address and IP address of target node 18 is created and stored at gateway node 14 according to one of the inventive address translation methods depicted in Figures 3 and 4.
  • the packet forwarding method of the invention takes advantage of the method specified by the Internet Protocol for forwarding packets over an internet.
  • Source node 8 includes the IP address of target node 18 in a header of the packet to be communicated (S17) .
  • Source node 8 then forwards the packet to gateway node 14 through local network 12, gateway node 10 and long-haul network 16 employing the method specified by the Internet Protocol (S18) .
  • gateway node 14 upon receipt of the packet at gateway node 14, gateway node 14 extracts the IP address from the packet (S19) . Gateway node 14 then translates the IP address of target node 18 to the network specific local address usable for forwarding packets over local network 20 (S20) . The translation is accomplished by using the extracted IP address of the target node as the translation input of either of the inventive methods depicted in Figures 3 and 4.
  • Gateway node 14 then includes the network specific local address of target node 18 obtained by translation in a header of the packet (S21) . Finally, the packet is forwarded to target node 18 using the network specific local address
  • the packet may be forwarded from gateway node 14 to target node 18 according to the geographic routing method disclosed in U.S. Patent No. 4,939,726.
  • FIG. 6 is a flowchart describing the steps of a remote address translation method employing a remote address server which is accessible via an internet.
  • the inventive remote address translation method takes advantage of the collection function employed by remote address server 22.
  • the server For each node of which remote address server 22 becomes aware the server creates a record containing the network specific local address and IP address of the node.
  • target node 18 may self-register by sending a self-registration message to remote address server 22 through local network 20, gateway node 14, and long haul network 16.
  • an operator may enter the IP address and network specific local address of target node 18 into an input device at remote address server 22.
  • a record which includes the collected IP address and network specific local address of a target node is stored in a memory device at remote address server 22 (S23) .
  • the network specific local address is usable for forwarding a packet to target node 18 over local network 20 and may incorporate the geographic coordinates of the target node.
  • Gateway node 14 accepts the IP address of target node 18 as translation input (S24) .
  • the translation input may originate with operator entry at the gateway node, from software operating at the gateway node which requires a translation of the IP address or from a packet received at the gateway node for forwarding to the target node.
  • Gateway node 14 formulates an inquiry message which includes the IP address of target node 18 accepted as translation input (S25) .
  • Gateway node 14 then forwards this message over long-haul network 16 to remote address server 22 (S26) .
  • Remote address server 22 receives the inquiry message and extracts the IP address of target node 18 from the message (S27) .
  • Remote address server 22 uses the extracted IP address of the target node to identify the previously stored record (S28) .
  • Remote address server 22 then consults the record to obtain the network specific local address of the target node (S29) and formulates a reply message which includes the network specific local address of target node 18 (S30) .
  • the reply message is then forwarded to gateway node 14 over long-haul network 16 (S31) .
  • Gateway node 14 extracts the network specific local address from the reply message (S32) and the extracted network specific local address is the translation output.
  • FIG. 7 illustrates the steps of a packet forwarding method which makes use of the remote address translation method described in Figure 6.
  • a packet may be forwarded from source node 8, connected to originating local network 12, to target node 18, connected to destination local network 20.
  • source node 8 includes the IP address of target node 18 in a header of the packet to be communicated (S33) .
  • Source node 8 then forwards the packet to gateway node 14 using the method specified by the Internet. Protocol (S34) .
  • gateway node 14 upon receipt of the packet at gateway node 14, gateway node 14 extracts the IP address from the packet (S35) .
  • gateway node 10 accesses remote address server 22 according to the method described in Figure 6 (S36) using the extracted IP address as the translation input.
  • Gateway node 14 then includes the network specific local address in a header of the packet (S37) and forwards the packet to target node 18 over local destination network 18 (S38) . If the network specific local address incorporates the geographic coordinates of the target node, the packet may be forwarded from the gateway node to the target node according to the geographic routing method disclosed in U.S. Patent No. 4,939,726.
  • the gateway node first attempts to translate the IP address of the target node by the method described in Figure , that is by consulting a record of the network specific local address stored at the gateway node. If no such record may be identified, then translation is accomplished by the method described in Figure 6, that is by consulting a remote address server.
  • a record which includes the needed network specific local address may not be identified at the gateway node for a variety of reasons.
  • the gateway node may be newly connected to the network or the target node may have never self- registered at the gateway node. Also, the gateway node may have limited storage resources and therefore may have previously overwritten the needed record.

Abstract

In a local network (2, 4, 12, 20) connected to other networks (2, 4, 12, 16, 20) which employ an Internet Protocol, and wherein the local network includes nodes (A, B, C, D, E, F, N, O, P, Q, R, S, 8, 18) which cannot monitor all other nodes in the local network, an Internet Protocol address of a target node (18) in the local network is translated at a gateway node (14) in the local network to a network-specific local address of the target node (18) without the use of broadcasting. The network specific local address of the target node (18) is the address which is usable within the local network for forwarding a packet to the target node (18).

Description

METHOD FOR TRANSLATING INTERNET PROTOCOL ADDRESSES TO OTHER DISTRIBUTED NETWORK ADDRESSING
SCHEMES
BACKGROUND OF THE INVENTION This invention relates generally to a method for translating addresses between the addressing scheme determined by the Internet Protocol and another addressing scheme used by a data communication network.
The Internet Protocol is a widely used protocol for the transmission of data communication packets over a network of participating digital communication networks. The operation of the Internet Protocol is described in detail in Stallings, Handbook of Communication Standards vol. 3 (1990), a generally-available reference in the field, the contents of which are herein incorporated by reference. One example of a network of networks which operates according to the Internet Protocol is the Internet, a global network of networks which operates with decentralized management. Herein, all interconnected networks of networks which operate according to the Internet Protocol are referred to as internets.
Figure 1 depicts an exemplary internet which comprises a first local area network (LAN) 2, a second LAN 4 and a long haul network 6 which allows for packets to be communicated between the LANs. Host nodes A through F and gateway node G are connected to LAN 2. Host nodes H through L and gateway node M are connected to LAN 4. Each host node and gateway node possesses a unique local network address known as a Medium Access Controller (MAC) address. The MAC address is uniquely assigned to each node and does not depend on the identity of the network to which the node is connected. LANs 2 and 4 are not limited to "Sfny specific topology but operate to allow a data communication packet to be forwarded from a source node connected to the network to any target node connected to the network provided that the MAC address of the target node is included in a header of the packet.
Long haul network 6 comprises routers H, I, J, K, and L and is also connected to gateway nodes G and M to permit packets to be communicated between LANs 2 and 4. Each node connected to LANs 2 and 4 has in addition to its MAC address a uniquely assigned Internet Protocol (IP) address which identifies the node and the network to which the node is connected. Typically, each node is aware of its own IP address and MAC address.
The internet depicted in Figure 1 is intended to illustrate the basic architecture of an internet. An actual internet may serve to interconnect many more than two networks. Furthermore, the networks interconnected by an internet need not be LANs but may be wide area networks (WANs) or have other topologies such as mesh, ring etc.
Using the Internet Protocol, a source node connected to LAN 2 may transmit a data communication packet to a target node connected to LAN 4. Transmission of a data packet according to the Internet Protocol from source node A connected to LAN 2 to target node N connected to LAN 4 proceeds as follows. Source node A includes the IP address of target node N in a header of the packet. The packet is then transmitted over LAN 2 to gateway node G and from there it is relayed over long haul network 6 following a linked path consisting of routers, H, I, and J, eventually arriving at gateway node M connected to LAN 4. The path taken by the packet through long haul network 6 is not necessarily predetermined but rather each router may select a successor router upon receipt of the packet. The selection of successor router is made based on the IP address of the target node, network connectivity information of which the router is aware, and other parameters such as network traffic and the priority of the packet. The packet must then be forwarded from gateway node
M to target node N. Typically, the operation of an LAN requires that packets transmitted over the LAN be addressed using the MAC address and not the IP address of the target node. However, the Internet Protocol does not require that the MAC address be included in a header of the packet when it is received at gateway node M, which as herein explained can present problems. The gateway node M may already be aware of the MAC address of host node N and may then forward the packet to host node N using the MAC address. If the gateway node M is unaware of the MAC address of the host node N it typically determines the MAC address by a method known as the Address Resolution Protocol (ARP) . The ARP exploits the broadcast property of an LAN: namely, that a transmission from any node on the network is received by all other nodes on the network. The gateway node M thus determines the MAC address of the target node N using the ARP as follows. The gateway node M broadcasts over the LAN 4 an inquiry message containing the IP address of the target node N. The target node N then responds with a reply message containing as a matched pair both its own MAC address and its own IP address. The gateway node M stores the paired MAC address and IP address in a local routing table at the gateway node M. The packet may then be forwarded to the target node N by including the MAC address in a header of the packet. Packets received at the gateway node and addressed to the IP address of the target node are henceforth forwarded using the MAC address stored in the local routing table at the gateway node.
The ARP thus allows a packet forwarded over an internet and received at a gateway node connected to a local network to be forwarded to the target node to which the packet is directed. However, only networks with certain properties may effectively use the ARP. For example, the network should have the broadcast property typically associated with LANs, that is, the network must be physically configured so that each node can directly receive an inquiry message broadcast over the network. If one or more nodes within the LAN cannot directly receive an inquiry mess-age, further relaying of the inquiry message will be required at an increased expense in network resources. Frequent ARP inquiry messages will therefore reduce network efficiency. Larger network operation can be substantially impaired by the ARP inquiry messages.
If the network lacks the broadcast property of LANs and ARP inquiry messages may only be broadcast at high cost, the resulting network inefficiency is further compounded when the network composition is unstable and a large fraction of the nodes on the network have recently been connected. In this situation, a gateway node receiving a packet for relay to a target node connected to the network will very often lack the MAC address of the target node and will be forced to broadcast an ARP inquiry message to determine the MAC address. The expensive ARP inquiry messages will therefore be frequent and network efficiency will be substantially impaired.
Moreover, a recently connected target node will often be unaware of its own IP address, since the IP address in part depends on the identity of the participating network to which the node is connected. The target node may at different times connect and disconnect to various networks and therefore lack a stable IP address. Such a target node will be unable to reply to an ARP broadcast because it will not recognize a particular IP address as being its own.
A network which is a wireless data communication network is exemplary of networks which cannot effectively forward packets received over an internet by using the ARP to translate IP addresses to local network addresses. In such networks, nodes often cannot communicate with one another directly, and packets are typically transmitted via a series of intermediate nodes. The broadcast of an ARP inquiry message to all the nodes in the network is therefore prohibitively expensive, since it would require that an inquiry packet be relayed to each node connected to the wireless network.
The expense of broadcasting is further compounded if the wireless network consists all or in part of mobile nodes. Mobile nodes may be connected to-a particular network for only a short period of time. A gateway node on a wireless network is likely to be unaware of the MAC address associated with a target node to which a packet received at the gateway node is addressed. Therefore, expensive ARP inquiry messages are likely to be very frequent. Furthermore, a mobile node may be unaware of its own IP address and thus be unable to respond to an ARP inquiry message. A further difficulty arises in networks which use certain geographical routing methods for forwarding packets. A geographical routing method is disclosed in U.S. Pat. No. 4,939,726, which is herein incorporated by reference. In a network which makes use of the therein disclosed geographic routing method, a packet is typically forwarded from a source node to a target node via a series of intermediate nodes. The address of the target node is included in a header of the packet. The disclosed method requires that packet addresses incorporate the geographic coordinates of the target node. Each intermediate node typically selects a successor intermediate node based on the maximum forward progress attainable using the least amount of power. Forward progress is determined by calculating a metric incorporating the geographical distance between the geographic coordinates of the target node and the geographic coordinates of each node to be evaluated for selection as a successor intermediate node. The geographic coordinates of the target node are derived from the address of the target node found in the header of the packet. Thus, retrieving the MAC address of the target node, as is accomplished by the ARP, will be insufficient to relay a packet to the target node over such a network, because the MAC address does not contain any information about the geographic coordinates of the target node.
Another difficulty arises when storage at the gateway node is limited so that only a restricted number of pairings of IP addresses and network specific local addresses is retained. If the ARP method for translation is used, repeated broadcasts may be necessary as pairings are lost or overwritten. It is desirable to send packets from a source node connected to an originating network which participates in an internet to a target node connected to a destination network which participates in the same internet where the characteristics of the destination network preclude effective use of the ARP. What is needed is a method for translating an IP address to a local network address that does not require broadcasting as a step in translation and can accommodate nodes that have recently connected to the network and require IP address assignments.
It is also desirable to send packets from a source node connected to an originating network which participates in an internet to a target node connected to a destination network which participates in the same internet and cannot use a MAC address to forward packets from a gateway node on the destination network to the target node. What is needed is a method for translating an IP address to a network specific local address which may be used to forward packets from a gateway node to a target node over a destination network which cannot use MAC addresses for forwarding packets. For example, a translation method is needed which given the IP address of a target node provides a network specific local address which incorporates the geographic coordinates of the target node. Furthermore, it is desirable to have ample remote storage of pairings between IP address and network specific local addresses which may be accessed by any node connected to a network which participates in an internet. What is needed is a remote address server which can store pairings of IP addresses and network specific local addresses and can respond to requests forwarded over an internet for translation of IP addresses to network specific local addresses.
SUMMARY OF THE INVENTION According to the invention, in a local network connected to other networks which employ an Internet Protocol and wherein the local network includes nodes which cannot monitor all other nodes connected to the local network, an Internet Protocol address of a target node connected to the local network is translated at a~~gateway node to a network specific local address of the target node without the use of broadcasting. The network specific local address of the target node is the address which is usable within the local network for forwarding a packet to the target node.
According to a first aspect of the invention, the translation at the gateway node is accomplished by consulting a record stored at the gateway node which contains both the network specific local address and IP address of the target node. In one scheme, this record is created by self- registration. The target node self-registers by contacting the gateway node and sending the gateway node the target's own IP address and network specific local address.
Alternatively, the record stored at the gateway node is created by assignment. Under this scheme, the target node contacts the gateway node and sends to the gateway node its own network specific local address. The gateway node then assigns the target node an IP address. Under either scheme, a record is stored at the gateway node which can later be used for translation.
A second aspect of the invention takes advantage of the collection function employed by a remote address server. The remote address server which is typically not on the local network, but which is in communication with the gateway node over an internet, captures network specific local address and IP address information about nodes of which it becomes aware. For each node of which the remote address server becomes aware it creates a record containing the network specific local address and IP address of the node. For example, a reporting node may employ an internet to self-register by reporting its own network specific local address and IP address to the remote address server. Alternatively, an operator may enter the IP address and network specific local address of a node into the remote address server.
According to the second aspect of the invention, the translation at the gateway node is alternatively accomplished by consulting a record stored at the remote address server containing the network specific"local address and IP address of the target node. The gateway node accesses the record by formulating an inquiry message which includes the IP address of the target node and then by forwarding the message to the remote address server over the internet to which they are both connected. The remote address server consults the record to determine the corresponding network specific local address and then includes the network specific local address in a reply message which is forwarded to the gateway node. Thus, according to the second aspect of the invention, translation is accomplished using minimal storage at the gateway node. According to a third aspect of the invention, by taking advantage of the translation feature at the gateway node, a packet may be forwarded from a source node connected to an originating network to a target node connected to a destination network. The IP address of the target node is included in a header of the packet. In accordance with the Internet Protocol, the packet is then forwarded to a gateway node which is connected to the destination network. The gateway node translates the IP address of the packet to the network specific local address by use of the inventive method. The packet is then forwarded to the target node using the network specific local address. In one embodiment of the invention, the network specific local address of the target node to which an IP address is translated incorporates the geographic coordinates of the target node. The geographic address obtained at the gateway node by use of the translation feature may be used to forward a packet to the target node by employing a geographic routing method as is disclosed in U.S. Patent No. 4,939,726.
The invention will be better understood by reference to the following detailed description in connection with the accompanying drawings.
BRIEF DESCRIPTION OF THE DRAWINGS Fig. l is a block diagram illustrating an internet of the prior art.
Fig. 2 is a block diagram illustrating an internet which operates according to the "invention.
Fig. 3 is a flow chart describing steps of an address translation method according to the invention. Fig. 4 is a flow chart describing steps of an address assignment and translation method according to the invention.
Fig. 5 is a flow chart describing how a packet may be forwarded via an internet according to the invention.
Fig. 6 is a flow chart describing steps of an address translation method employing a remote address server according to the invention.
Fig. 7 is a flow chart describing steps of a packet forwarding method employing a remote address server according to the invention.
DESCRIPTION OF SPECIFIC EMBODIMENTS Figure 2 depicts an internet which may take advantage of the address translation method of the invention. Source node 8 and gateway node 10 are connected to local network 12. Gateway nodes 10, 14 are connected to long haul network 16. Gateway node 14 and target node 18 are connected to local network 20. In accordance with the invention, a remote address server 22 is accessible via the internet and is connected to long haul network 16.
Figure 3 is a flow chart illustrating steps of an address translation method in accordance with the invention. A record for address translation is created by self- registration. Target node 18 is aware of its own IP address and its own network specific local address usable for forwarding a packet over local network 20. The network specific local address need not be a MAC address and may incorporate the geographic coordinates of the target node. Gateway node 14 is contacted by target node 16 (Step SI) . A data communication link is established between gateway node 14 and target node 18 which permits data communication between the nodes (Step S2) .
Target node 18 then transmits a message to gateway node 14 over the link which includes the IP address and network specific local address of target node 18 (S3). The IP address and network specific local address are stored as a record in a memory device at gateway node 14 (S4) . In one embodiment,
Gateway node 14 may thereafter translate from the IP address of the target node to the network specific local address of target node 18 by consulting the record. To translate, gateway node 14 accepts the IP address of the target node as a translation input (S5) . The translation input may originate with operator entry at the gateway node or from software operating at the gateway node which requires a translation of the IP address. As will be discussed below in connection with Figure 5, an IP address to be translated may also be extracted from a packet received at the gateway node for forwarding to the target node.
Gateway node 14 uses the IP address of target node 18 accepted as translation input to identify the previously stored record (S6) . Gateway node 14 then consults the record to obtain the network specific local address of target node 18 (S7) . The network specific local address of target node 18 is then the translation output. Figure 4 is a flow chart illustrating steps of an alternative address translation method according to the invention. By use of this method, a node which lacks an IP address may obtain one. Simultaneously, a record for address translation is created by self registration. In the alternative method, target node 18 has a network specific local address usable for forwarding packets over local network 20 and is aware of its own network specific local address but lacks an IP address. Target node 18 contacts gateway node 14 (S8) . A link is established between gateway node 14 and target node 18 (S9) . Target node 18 sends gateway node 14 a message including its own network specific local address over the link (S10) .
Gateway node 14 then assigns target node 18 an IP address (Sll) . This assignment may be accomplished using the "bootp" program, a widely-used I- address assignment program. Gateway node 14 forwards a message including the IP address to target node 18 (S12) and stores the IP address and network specific local address as a record in a memory device at gateway node 14 (S13) . Target node 18 thus now has an IP address of which it is aware. Gateway node 14 translates from the IP address of target node 18 to the network specific local address of target node 18 in the same way discussed in connection with Figure 3 (S14-16) .
Figure 5 is a flowchart illustrating steps of a packet forwarding method according to the invention. By this method, a packet may be forwarded from source node 8, connected to originating local network 12, to target node 18 connected to destination local network 20. A record containing the network specific local address and IP address of target node 18 is created and stored at gateway node 14 according to one of the inventive address translation methods depicted in Figures 3 and 4. The packet forwarding method of the invention takes advantage of the method specified by the Internet Protocol for forwarding packets over an internet. Source node 8 includes the IP address of target node 18 in a header of the packet to be communicated (S17) . Source node 8 then forwards the packet to gateway node 14 through local network 12, gateway node 10 and long-haul network 16 employing the method specified by the Internet Protocol (S18) .
In accordance with the invention, upon receipt of the packet at gateway node 14, gateway node 14 extracts the IP address from the packet (S19) . Gateway node 14 then translates the IP address of target node 18 to the network specific local address usable for forwarding packets over local network 20 (S20) . The translation is accomplished by using the extracted IP address of the target node as the translation input of either of the inventive methods depicted in Figures 3 and 4.
Gateway node 14 then includes the network specific local address of target node 18 obtained by translation in a header of the packet (S21) . Finally, the packet is forwarded to target node 18 using the network specific local address
(S22) . If the network specific local address incorporates the geographic coordinates of target node 18, the packet may be forwarded from gateway node 14 to target node 18 according to the geographic routing method disclosed in U.S. Patent No. 4,939,726.
Figure 6 is a flowchart describing the steps of a remote address translation method employing a remote address server which is accessible via an internet. The inventive remote address translation method takes advantage of the collection function employed by remote address server 22. For each node of which remote address server 22 becomes aware the server creates a record containing the network specific local address and IP address of the node. For example, target node 18 may self-register by sending a self-registration message to remote address server 22 through local network 20, gateway node 14, and long haul network 16. Alternatively, an operator may enter the IP address and network specific local address of target node 18 into an input device at remote address server 22.
In accordance with the inventive remote address translation method, a record which includes the collected IP address and network specific local address of a target node is stored in a memory device at remote address server 22 (S23) . The network specific local address is usable for forwarding a packet to target node 18 over local network 20 and may incorporate the geographic coordinates of the target node. Gateway node 14 accepts the IP address of target node 18 as translation input (S24) . The translation input may originate with operator entry at the gateway node, from software operating at the gateway node which requires a translation of the IP address or from a packet received at the gateway node for forwarding to the target node. Gateway node 14 formulates an inquiry message which includes the IP address of target node 18 accepted as translation input (S25) . Gateway node 14 then forwards this message over long-haul network 16 to remote address server 22 (S26) .
Remote address server 22 receives the inquiry message and extracts the IP address of target node 18 from the message (S27) . Remote address server 22 uses the extracted IP address of the target node to identify the previously stored record (S28) . Remote address server 22 then consults the record to obtain the network specific local address of the target node (S29) and formulates a reply message which includes the network specific local address of target node 18 (S30) . The reply message is then forwarded to gateway node 14 over long-haul network 16 (S31) . Gateway node 14 extracts the network specific local address from the reply message (S32) and the extracted network specific local address is the translation output.
Figure 7 illustrates the steps of a packet forwarding method which makes use of the remote address translation method described in Figure 6. By this method, a packet may be forwarded from source node 8, connected to originating local network 12, to target node 18, connected to destination local network 20. According to the inventive method, source node 8 includes the IP address of target node 18 in a header of the packet to be communicated (S33) . Source node 8 then forwards the packet to gateway node 14 using the method specified by the Internet. Protocol (S34) . In accordance with the invention, upon receipt of the packet at gateway node 14, gateway node 14 extracts the IP address from the packet (S35) . To obtain the network specific local address of target node 18, gateway node 10 accesses remote address server 22 according to the method described in Figure 6 (S36) using the extracted IP address as the translation input. Gateway node 14 then includes the network specific local address in a header of the packet (S37) and forwards the packet to target node 18 over local destination network 18 (S38) . If the network specific local address incorporates the geographic coordinates of the target node, the packet may be forwarded from the gateway node to the target node according to the geographic routing method disclosed in U.S. Patent No. 4,939,726. In an embodiment of the invention which combines the packet forwarding methods of Figures 4 and 6, the gateway node first attempts to translate the IP address of the target node by the method described in Figure , that is by consulting a record of the network specific local address stored at the gateway node. If no such record may be identified, then translation is accomplished by the method described in Figure 6, that is by consulting a remote address server. A record which includes the needed network specific local address may not be identified at the gateway node for a variety of reasons. The gateway node may be newly connected to the network or the target node may have never self- registered at the gateway node. Also, the gateway node may have limited storage resources and therefore may have previously overwritten the needed record.
The invention has now been explained with reference to specific embodiments. Other embodiments will be apparent to those of ordinary skill in the art in view of the foregoing description. It is therefore not intended that this invention be limited except as indicated by the appended claims.

Claims

WHAT IS CLAIMED IS:
1. In a data communication system comprising a plurality of interconnected networks, a method for translating an Internet Protocol (IP) address to a network- specific local address useable for forwarding a packet over a local network the method comprising the steps of: using a first node to contact a second node where both said first node and said second node are connected to said local network; thereafter establishing a communication link between said first node and said second node; thereafter transmitting from the first node to the second node over said communication link a self-registration message comprising an IP address of said first node and a network specific local address of said first node, said network specific local address being usable to forward a packet to said first node over said local network; and thereafter extracting, at said second node, said network specific local address and said IP address of said first node from said self-registration message; and storing in a memory device at said second node a record comprising said IP address of said first node and said network specific local address of said first node obtained in said extracting step.
2. The method of claim 1 wherein said network specific local address of said first node incorporates the geographic coordinates of said first node.
3. The method of claim 1, said method further comprising the steps of: accepting at said second node said IP address of said first node as a translation input; identifying said record at said second node using said accepted IP address; and extracting from said record identified in said identifying step said network specific local address of said first node as a translation output.
4. In a data communication system comprising a plurality of interconnected networks, a method for translating an Internet Protocol address to a network specific local address usable for forwarding a packet over a local network the method comprising the steps of: using a first node to contact a second node where both said first node and second node are connected to said local network; thereafter establishing a communication link between said first node and said second node; thereafter transmitting a self-registration message from said first node to said second node over said communication link, said self-registration message comprising a network specific local address of said first node, said network specific local address being usable to forward a packet to said first node over said local network; thereafter extracting, at said second node, said network specific local address of said first node from said self- registration message; assigning, at said second node, an IP address to said first node; thereafter storing in a memory device at said second node a record comprising said network specific local address of said first node and said IP address assigned to said first node; and transmitting from said second node to said first node over said communication link an assignment message comprising said IP address assigned to said second node.
5. The method of claim 4 wherein said network specific local address of said first node incorporates the geographic coordinates of said first node.
6. The method of claim 4, said method further comprising the steps of: accepting at said second node said IP address of said first node as a translation input; identifying said record at said second node using said accepted IP address; and consulting said record identified in said identifying step to obtain said network specific local address of said first node as a translation output.asd;fIkj
7. In a data communication system comprising a plurality of interconnected networks, a method for forwarding a packet from a first node connected to an originating network to a second node connected to a destination network, said method comprising the steps of: using the second node to contact a third node, said third node being connected to said destination network; thereafter establishing a communication link between said second node and said third node; thereafter transmitting from the second node to the third node over said communication link a self-registration message comprising an IP address of said second node and a network specific local address of said second node, said network specific local address being usable to forward a packet to said second node over said destination network; thereafter extracting, at said third node, said IP address and said network specific local address of said second node from said self-registration message; storing in a memory device at said third node a record comprising said IP address of said second node and said network specific local address of said second node obtained in said extracting step; inserting, at said first node, said IP address of said second node, obtained in said consulting step, in a header of said packet; thereafter forwarding said packet from said first node to said third node using a method specified by the Internet Protocol; extracting at said third node, said IP address of said consulting step from said packet; thereafter identifying said record at said third node using said IP address extracted from said packet; consulting said record identified in said identifying step to obtain said network specific local address of said second node; inserting at said third node said network specific local address of said second node obtained in said consulting step in a header of said packet; and thereafter forwarding said packet from said third node to said second node over said destination network.
8. The method of claim 7 wherein said network specific local address of said second node incorporates the geographic coordinates of said second node and the forwarding of said packet from said third node to said second node is accomplished by a geographic routing method.
9. In a data communication system comprising a plurality of interconnected networks, a method for transmitting a packet from a first node connected to an originating network to a second node connected to a destination network, the method comprising the steps of: using said second node to contact a third node connected to said destination network; thereafter establishing a communication link between said third node and said second node; thereafter transmitting a message from said second node to said third node over said communication link, said message comprising a network specific local address of said second node, said network specific local address being usable to forward a packet to said second node over said destination network; thereafter assigning at said third node an IP address to said second node; thereafter storing in a memory device at said third node a record comprising said IP address assigned to said second node and said network specific local address of said second node; transmitting from said third mode to said second node a message including said IP address assigned to said second node; thereafter inserting at said first node said IP address assigned to said second node in a header of said packet; thereafter forwarding said packet from said first node to said third node using the method specified by the Internet Protocol; extracting, at said third node, said IP address of said target node from said packet; and thereafter identifying said record at said third node using said IP address extracted from said packet; consulting said record identified in said identifying step to obtain said network specific local address of said target node; inserting at said third node said network specific local address of said second node obtained in said consulting step in a header of said packet; and thereafter forwarding said packet from said third node to said second node over said destination network.
10. The method of claim 9 wherein said network specific local address of said second node incorporates the geographic coordinates of said second node and the forwarding of said packet from said third node to said second node is accomplished according to a geographic routing method.
11. In a data communication system comprising a plurality of interconnected networks, a method for translating an Internet Protocol (IP) address to a network specific local address usable for forwarding a packet over a local network the method comprising the steps of: storing in a memory device at a first node a record comprising an IP address of a second node connected to said local network and a network specific local address of said second node usable for forwarding a packet over said local network to said second node, wherein said first node is inaccessible via said local network and accessible via said internet; thereafter accepting, at a third node, said IP address of said second node as a translation input; formulating an inquiry message at said third node connected to said local network and to said internet, said inquiry message comprising said IP address of said second node; forwarding said inquiry message from said third node to said first node over said internet; extracting at said first node said IP address of said second node from said inquiry message; identifying said record at said first node using said IP address extracted from said inquiry message; consulting, at said first node, said record identified in said identifying step, to obtain said network specific local address of said second node; formulating a reply message at said first node,% said reply message comprising said network specific local address of said second node obtained in said consulting step; forwarding said reply message over said internet to said third node; and extracting at said third node said network specific local address of said second node from said reply message.
12. The method of claim 13 wherein said network specific local address includes the geographic coordinates of said second node.
13. In a data communication system comprising a plurality of interconnected networks, a method for forwarding a packet from a first node connected to an originating network to a second node connected to a destination network, the method comprising the steps of: storing, in a memory device at a third node, a record comprising an IP address for said second node and a network-specific local address for said second node for forwarding packets over said destination network to said second node, said third node being disconnected from said local network and accessible via an internet; thereafter inserting at said first node said IP address of said second node in a header of said packet; thereafter forwarding said packet from said first node to a fourth node connected to said destination network using the method specified by the Internet Protocol; thereafter extracting at said fourth node said IP address of said second node from said packet; thereafter formulating an inquiry message at said fourth node, said inquiry message comprising said IP address of said second node extracted from said packet; forwarding said inquiry message from said fourth node to said third node over said internet; extracting at said third node said IP address of said second node from said inquiry message; thereafter identifying said record at said third node using said IP address extracted from said inquiry message; consulting, at said first node, said record identified in said identifying step to obtain said network specific local address of said second node; formulating a reply message at said third node, said reply message comprising said network specific local address of said second node obtained in said consulting step; forwarding said reply message to said fourth node over said internet; extracting at said fourth node said network specific local address from said reply message; inserting at said fourth node said network specific local address of said second node extracted from said reply message in a header of said packet; and thereafter forwarding said packet from said fourth node to said second node over said destination network.
14. The method of claim 13 wherein said network specific local address incorporates the geographic coordinates of said second node and the forwarding of said packet from said fourth node to said second node is accomplished according to a geographic routing method.
PCT/US1995/003810 1994-04-08 1995-03-29 Method for translating internet protocol addresses to other distributed network addressing schemes WO1995027942A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US08/225,212 1994-04-08
US08/225,212 US5636216A (en) 1994-04-08 1994-04-08 Method for translating internet protocol addresses to other distributed network addressing schemes

Publications (1)

Publication Number Publication Date
WO1995027942A1 true WO1995027942A1 (en) 1995-10-19

Family

ID=22843991

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US1995/003810 WO1995027942A1 (en) 1994-04-08 1995-03-29 Method for translating internet protocol addresses to other distributed network addressing schemes

Country Status (2)

Country Link
US (1) US5636216A (en)
WO (1) WO1995027942A1 (en)

Cited By (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1997002670A1 (en) * 1995-07-06 1997-01-23 Nokia Telecommunications Oy System for connecting a packet data network to a digital radio network
EP0795980A2 (en) * 1996-03-14 1997-09-17 Kabushiki Kaisha Toshiba Packet transfer method and packet transfer apparatus
WO1997050216A1 (en) * 1996-06-25 1997-12-31 Ericsson Inc. Communication system and method for modifying a remote radio using an internet address
WO1998019240A2 (en) * 1996-10-28 1998-05-07 Telefonaktiebolaget Lm Ericsson (Publ) Method and apparatus for verifying ip-addresses
WO1998040986A1 (en) * 1997-03-11 1998-09-17 Telefonaktiebolaget Lm Ericsson (Publ) Registration protocol
EP0909523A1 (en) * 1996-07-10 1999-04-21 American PCS Communications, LLC A gateway unit
EP0968596A1 (en) * 1997-03-12 2000-01-05 Nomadix, LLC Nomadic translator or router
GB2347045A (en) * 1999-02-16 2000-08-23 Hewlett Packard Co Gateway discovery
GB2349038A (en) * 1999-02-16 2000-10-18 Hewlett Packard Co Gateway discovery
WO2000064104A1 (en) * 1999-04-19 2000-10-26 Telia Ab Method for establishing a data connection with a mobile terminal using a local and a unique network address
GB2350259A (en) * 1999-05-21 2000-11-22 Tien Chung Nan Interconnecting computers
EP1119931A1 (en) * 1998-09-23 2001-08-01 Crossroads Systems, Inc. System and method for providing a proxy farp for legacy storage devices
WO2001069858A1 (en) * 2000-03-14 2001-09-20 Telefonaktiebolaget Lm Ericsson (Publ) A method for assigning unique identifiers for allowing communication between a gprs system and a radius server
US6400719B1 (en) 1997-05-26 2002-06-04 Oki Electric Industry Co., Ltd. Telephone communication method capable of relating a telephone terminal and a speech channel IP address at the time of call connection
US6603763B1 (en) 1997-04-28 2003-08-05 Nec Corporation System and method for communicating between a mobile station and a network using address assignment
US7031286B1 (en) 1998-06-30 2006-04-18 Telefonaktiebolaget Lm Ericsson (Publ) Method and an arrangement in a mobile radio system
US7689716B2 (en) 1998-12-08 2010-03-30 Nomadix, Inc. Systems and methods for providing dynamic network authorization, authentication and accounting
US8266266B2 (en) 1998-12-08 2012-09-11 Nomadix, Inc. Systems and methods for providing dynamic network authorization, authentication and accounting
CN102789190A (en) * 2011-05-20 2012-11-21 中国科学院微电子研究所 Column address distributor circuit suitable for different types of FPGA (field programmable gate array) circuit programming
US8713641B1 (en) 1998-12-08 2014-04-29 Nomadix, Inc. Systems and methods for authorizing, authenticating and accounting users having transparent computer access to a network using a gateway device

Families Citing this family (192)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE4438522C2 (en) * 1994-10-31 1997-08-21 Ibm Device for the transmission of data streams in data communication networks
JP4008049B2 (en) * 1995-03-20 2007-11-14 富士通株式会社 Address transmitting apparatus, address transmitting method and address transmitting system
US6304574B1 (en) * 1995-06-07 2001-10-16 3Com Corporation Distributed processing of high level protocols, in a network access server
US5793763A (en) * 1995-11-03 1998-08-11 Cisco Technology, Inc. Security system for network address translation systems
US5809233A (en) * 1995-12-05 1998-09-15 Lucent Technologies Inc. Method of mapping from ATMARP to NHRP
GB9603582D0 (en) 1996-02-20 1996-04-17 Hewlett Packard Co Method of accessing service resource items that are for use in a telecommunications system
JP3684262B2 (en) * 1996-01-17 2005-08-17 富士通株式会社 Network system and line concentrator
US5856974A (en) * 1996-02-13 1999-01-05 Novell, Inc. Internetwork address mapping gateway
US5835718A (en) * 1996-04-10 1998-11-10 At&T Corp URL rewriting pseudo proxy server
US6069890A (en) 1996-06-26 2000-05-30 Bell Atlantic Network Services, Inc. Internet telephone service
US6154445A (en) * 1996-04-18 2000-11-28 Bell Atlantic Network Services, Inc. Telephony communication via varied redundant networks
US5917825A (en) * 1996-05-07 1999-06-29 Rad Network Devices, Ltd. LAN message routing system
US6400681B1 (en) 1996-06-20 2002-06-04 Cisco Technology, Inc. Method and system for minimizing the connection set up time in high speed packet switching networks
US6031978A (en) * 1996-06-28 2000-02-29 International Business Machines Corporation System, method and program for enabling a client to reconnect to a same server in a network of computer systems after the server has moved to a different network address
JPH1032610A (en) * 1996-07-12 1998-02-03 Nec Corp Virtual private network constituting method in mobile data communication
US6243398B1 (en) * 1996-10-21 2001-06-05 Vocaltec Communications Ltd. System and method for personal multimedia communication over a packet switched network
US6473404B1 (en) 1998-11-24 2002-10-29 Connect One, Inc. Multi-protocol telecommunications routing optimization
US6016307A (en) 1996-10-31 2000-01-18 Connect One, Inc. Multi-protocol telecommunications routing optimization
US6754181B1 (en) 1996-11-18 2004-06-22 Mci Communications Corporation System and method for a directory service supporting a hybrid communication system architecture
US5867495A (en) * 1996-11-18 1999-02-02 Mci Communications Corporations System, method and article of manufacture for communications utilizing calling, plans in a hybrid network
US5999525A (en) * 1996-11-18 1999-12-07 Mci Communications Corporation Method for video telephony over a hybrid network
US6690654B2 (en) 1996-11-18 2004-02-10 Mci Communications Corporation Method and system for multi-media collaboration between remote parties
US5867494A (en) * 1996-11-18 1999-02-02 Mci Communication Corporation System, method and article of manufacture with integrated video conferencing billing in a communication system architecture
US6335927B1 (en) 1996-11-18 2002-01-01 Mci Communications Corporation System and method for providing requested quality of service in a hybrid network
US6909708B1 (en) * 1996-11-18 2005-06-21 Mci Communications Corporation System, method and article of manufacture for a communication system architecture including video conferencing
US8982856B2 (en) 1996-12-06 2015-03-17 Ipco, Llc Systems and methods for facilitating wireless network communication, satellite-based wireless network systems, and aircraft-based wireless network systems, and related methods
US7054271B2 (en) 1996-12-06 2006-05-30 Ipco, Llc Wireless network system and method for providing same
US5894479A (en) * 1996-12-10 1999-04-13 Intel Corporation Providing address resolution information for self registration of clients on power-up or dial-in
US6078582A (en) 1996-12-18 2000-06-20 Bell Atlantic Network Services, Inc. Internet long distance telephone service
US6731625B1 (en) 1997-02-10 2004-05-04 Mci Communications Corporation System, method and article of manufacture for a call back architecture in a hybrid network with support for internet telephony
US6683870B1 (en) 1997-02-10 2004-01-27 Mci Communications Corporation Method and system for multicasting call notifications
US6137869A (en) 1997-09-16 2000-10-24 Bell Atlantic Network Services, Inc. Network session management
US6574216B1 (en) 1997-03-11 2003-06-03 Verizon Services Corp. Packet data network voice call quality monitoring
US6130892A (en) * 1997-03-12 2000-10-10 Nomadix, Inc. Nomadic translator or router
US6870827B1 (en) 1997-03-19 2005-03-22 Verizon Services Corp. Voice call alternative routing through PSTN and internet networks
US5930492A (en) * 1997-03-19 1999-07-27 Advanced Micro Devices, Inc. Rapid pipeline control using a control word and a steering word
US6292479B1 (en) 1997-03-19 2001-09-18 Bell Atlantic Network Services, Inc. Transport of caller identification information through diverse communication networks
US6934249B1 (en) 1997-04-01 2005-08-23 Cisco Technology, Inc. Method and system for minimizing the connection set up time in high speed packet switching networks
JP3865454B2 (en) * 1997-04-17 2007-01-10 富士通株式会社 Communication device
US6009153A (en) * 1997-05-23 1999-12-28 Lucent Technologies Inc. Electronic devices and programming methods therefor
US6243376B1 (en) 1997-08-13 2001-06-05 Mediaring.Com Ltd. Method and apparatus for making a phone call connection over the internet connection
US6373835B1 (en) 1997-08-13 2002-04-16 Ede Phang Ng Method and apparatus for making a phone call connection over an internet connection
US5999974A (en) * 1997-08-29 1999-12-07 International Business Machines Corporation Internet protocol assists for high performance LAN connections
US6006261A (en) * 1997-08-29 1999-12-21 International Business Machines Corporation Internet protocol assists using multi-path channel protocol
US5987515A (en) * 1997-08-29 1999-11-16 International Business Machines Corporation Internet protocol assists using multi-path channel protocol
US6014699A (en) * 1997-08-29 2000-01-11 International Business Machines Corporation Internet protocol assists for high performance LAN connections
US6003080A (en) * 1997-08-29 1999-12-14 International Business Machines Corporation Internet protocol assists using multi-path channel protocol
JP3641112B2 (en) * 1997-09-05 2005-04-20 株式会社東芝 Packet relay device, mobile computer device, mobile computer management device, packet relay method, packet transmission method, and mobile computer location registration method
JPH11112577A (en) * 1997-10-08 1999-04-23 Hitachi Ltd Interconnection system between lan systems and network service system
US6144673A (en) 1997-10-24 2000-11-07 Motorola, Inc. Method and apparatus for providing broadcast group data
US6091732A (en) 1997-11-20 2000-07-18 Cisco Systems, Inc. Method for configuring distributed internet protocol gateways with lan emulation
US6246669B1 (en) 1997-11-28 2001-06-12 Cisco Technology, Inc. Method and system for optimizing connection set-up operations in a high speed digital network
US6032162A (en) * 1998-01-08 2000-02-29 Burke; Alexander James System for processing and storing internet bookmark address links
US6119171A (en) * 1998-01-29 2000-09-12 Ip Dynamics, Inc. Domain name routing
US6006272A (en) * 1998-02-23 1999-12-21 Lucent Technologies Inc. Method for network address translation
US7032242B1 (en) 1998-03-05 2006-04-18 3Com Corporation Method and system for distributed network address translation with network security features
US6055236A (en) * 1998-03-05 2000-04-25 3Com Corporation Method and system for locating network services with distributed network address translation
US6353614B1 (en) 1998-03-05 2002-03-05 3Com Corporation Method and protocol for distributed network address translation
US7450560B1 (en) 1998-03-05 2008-11-11 3Com Corporation Method for address mapping in a network access system and a network access device for use therewith
US6208649B1 (en) 1998-03-11 2001-03-27 Cisco Technology, Inc. Derived VLAN mapping technique
US6115385A (en) 1998-03-11 2000-09-05 Cisco Technology, Inc. Method and system for subnetting in a switched IP network
US6175867B1 (en) * 1998-03-23 2001-01-16 Mci World Com, Inc. System and method for managing networks addressed via common network addresses
EP0945807A1 (en) * 1998-03-27 1999-09-29 Hewlett-Packard Company Adress remapping for a bus
US6058431A (en) * 1998-04-23 2000-05-02 Lucent Technologies Remote Access Business Unit System and method for network address translation as an external service in the access server of a service provider
US6324265B1 (en) 1998-06-22 2001-11-27 Nortel Networks Limited Originator disposition options for communications session termination
US6952416B1 (en) 1998-06-22 2005-10-04 Nortel Networks Limited Treatments in a distributed communications system
US8410931B2 (en) 1998-06-22 2013-04-02 Sipco, Llc Mobile inventory unit monitoring systems and methods
US6437692B1 (en) 1998-06-22 2002-08-20 Statsignal Systems, Inc. System and method for monitoring and controlling remote devices
US6891838B1 (en) 1998-06-22 2005-05-10 Statsignal Ipc, Llc System and method for monitoring and controlling residential devices
US6914893B2 (en) 1998-06-22 2005-07-05 Statsignal Ipc, Llc System and method for monitoring and controlling remote devices
WO1999067922A1 (en) * 1998-06-25 1999-12-29 Mci Worldcom, Inc. Method and system for multicasting call notifications
US6169928B1 (en) 1998-06-30 2001-01-02 Ge Fanuc Automation North America, Inc. Apparatus and method for sharing data among a plurality of control devices on a communications network
US6269099B1 (en) 1998-07-01 2001-07-31 3Com Corporation Protocol and method for peer network device discovery
US6665702B1 (en) 1998-07-15 2003-12-16 Radware Ltd. Load balancing
US6304753B1 (en) 1998-07-16 2001-10-16 Openwave Technologies Inc. Integration of voice and data services provided to a mobile wireless device
DE69938868D1 (en) * 1998-08-04 2008-07-17 At & T Corp PROCESS FOR ASSIGNING NET RESOURCES
US6266707B1 (en) 1998-08-17 2001-07-24 International Business Machines Corporation System and method for IP network address translation and IP filtering with dynamic address resolution
US6717949B1 (en) 1998-08-31 2004-04-06 International Business Machines Corporation System and method for IP network address translation using selective masquerade
US6130890A (en) * 1998-09-11 2000-10-10 Digital Island, Inc. Method and system for optimizing routing of data packets
EP0991243B1 (en) * 1998-09-30 2007-03-28 Alcatel Method for data addressing in a local area network
US6785274B2 (en) 1998-10-07 2004-08-31 Cisco Technology, Inc. Efficient network multicast switching apparatus and methods
US6691165B1 (en) 1998-11-10 2004-02-10 Rainfinity, Inc. Distributed server cluster for controlling network traffic
US6452921B1 (en) 1998-11-24 2002-09-17 International Business Machines Corporation Method and system within a computer network for maintaining source-route information at a router bypassed by shortcut communication
US6457061B1 (en) * 1998-11-24 2002-09-24 Pmc-Sierra Method and apparatus for performing internet network address translation
US6526448B1 (en) 1998-12-22 2003-02-25 At&T Corp. Pseudo proxy server providing instant overflow capacity to computer networks
US6584096B1 (en) * 1998-12-30 2003-06-24 Nortel Networks Limited Method and apparatus for connecting a home network to the internet
US7650425B2 (en) 1999-03-18 2010-01-19 Sipco, Llc System and method for controlling communication between a host computer and communication devices associated with remote devices in an automated monitoring system
US7299294B1 (en) * 1999-11-10 2007-11-20 Emc Corporation Distributed traffic controller for network data
US6801949B1 (en) 1999-04-12 2004-10-05 Rainfinity, Inc. Distributed server cluster with graphical user interface
US6345279B1 (en) * 1999-04-23 2002-02-05 International Business Machines Corporation Methods and apparatus for adapting multimedia content for client devices
US6839348B2 (en) 1999-04-30 2005-01-04 Cisco Technology, Inc. System and method for distributing multicasts in virtual local area networks
US6553028B1 (en) 1999-04-30 2003-04-22 Cisco Technology, Inc. Method and apparatus for multicast switching using a centralized switching engine
US6731642B1 (en) 1999-05-03 2004-05-04 3Com Corporation Internet telephony using network address translation
US6480508B1 (en) 1999-05-12 2002-11-12 Westell, Inc. Router-based domain name system proxy agent using address translation
US6891820B1 (en) * 1999-07-06 2005-05-10 Broadcom Corporation Utilization of the internet protocol to facilitate communication involving mobile devices
US6654614B2 (en) 1999-07-06 2003-11-25 Widcomm, Inc. Implementation of power control in a wireless overlay network
US6691173B2 (en) 1999-07-06 2004-02-10 Widcomm, Inc. Distributed management of an extended network containing short-range wireless links
US6356529B1 (en) * 1999-08-12 2002-03-12 Converse, Ltd. System and method for rapid wireless application protocol translation
US6496867B1 (en) 1999-08-27 2002-12-17 3Com Corporation System and method to negotiate private network addresses for initiating tunneling associations through private and/or public networks
US6523068B1 (en) 1999-08-27 2003-02-18 3Com Corporation Method for encapsulating and transmitting a message includes private and forwarding network addresses with payload to an end of a tunneling association
AU1224101A (en) 1999-10-22 2001-05-08 Nomadix, Inc. Gateway device having an xml interface and associated method
US6768743B1 (en) 1999-10-26 2004-07-27 3Com Corporation Method and system for address server redirection for multiple address networks
US6708219B1 (en) 1999-10-26 2004-03-16 3Com Corporation Method and system for dual-network address utilization
US6980566B2 (en) * 2000-03-10 2005-12-27 Lightwaves Systems, Inc. Method for routing data packets using an IP address based in GEO position
US9900734B2 (en) 1999-10-28 2018-02-20 Lightwaves Systems, Inc. Method for routing data packets using an IP address based on geo position
US8085813B2 (en) * 1999-10-28 2011-12-27 Lightwaves Systems, Inc. Method for routing data packets using an IP address based on geo position
US6678241B1 (en) 1999-11-30 2004-01-13 Cisc Technology, Inc. Fast convergence with topology switching
US6601093B1 (en) * 1999-12-01 2003-07-29 Ibm Corporation Address resolution in ad-hoc networking
US6996621B1 (en) 1999-12-07 2006-02-07 3Com Corporation Method for supporting secondary address delivery on remote access servers
US7171492B1 (en) * 2000-02-24 2007-01-30 Utstarcom, Inc. Method and application programming interface for assigning multiple network addresses
US20010045914A1 (en) * 2000-02-25 2001-11-29 Bunker Philip Alan Device and system for providing a wireless high-speed communications network
US7016351B1 (en) * 2000-02-29 2006-03-21 Cisco Technology, Inc. Small group multicast in a computer network
US7761500B1 (en) * 2000-02-29 2010-07-20 Cisco Technology, Inc. URL based communication protocol from a client computer to a network device
US6779035B1 (en) * 2000-03-06 2004-08-17 Microsoft Corporation Application programming interface and generalized network address translator for translation of transport-layer sessions
US6948074B1 (en) 2000-03-09 2005-09-20 3Com Corporation Method and system for distributed generation of unique random numbers for digital tokens
US6775262B1 (en) * 2000-03-10 2004-08-10 Telefonaktiebolaget Lm Ericsson (Publ) Method and apparatus for mapping an IP address to an MSISDN number within a wireless application processing network
US7042863B1 (en) 2000-03-13 2006-05-09 Broadcom Corporation Efficient time-division multiplexed addressing protocol
US6353891B1 (en) 2000-03-20 2002-03-05 3Com Corporation Control channel security for realm specific internet protocol
US7284266B1 (en) 2000-03-21 2007-10-16 Broadcom Corporation System and method for secure biometric identification
US6754709B1 (en) * 2000-03-29 2004-06-22 Microsoft Corporation Application programming interface and generalized network address translator for intelligent transparent application gateway processes
US6643336B1 (en) 2000-04-18 2003-11-04 Widcomm, Inc. DC offset and bit timing system and method for use with a wireless transceiver
US6407341B1 (en) 2000-04-25 2002-06-18 International Business Machines Corporation Conductive substructures of a multilayered laminate
US7065079B1 (en) 2000-05-04 2006-06-20 Cisco Technology, Inc. VC sharing for multicast in a computer network
US7487237B2 (en) * 2000-10-17 2009-02-03 Avaya Technology Corp. Load optimization
US7080161B2 (en) * 2000-10-17 2006-07-18 Avaya Technology Corp. Routing information exchange
US7756032B2 (en) * 2000-10-17 2010-07-13 Avaya Inc. Method and apparatus for communicating data within measurement traffic
US7720959B2 (en) 2000-10-17 2010-05-18 Avaya Inc. Method and apparatus for characterizing the quality of a network path
US7336613B2 (en) * 2000-10-17 2008-02-26 Avaya Technology Corp. Method and apparatus for the assessment and optimization of network traffic
US7406539B2 (en) * 2000-10-17 2008-07-29 Avaya Technology Corp. Method and apparatus for performance and cost optimization in an internetwork
DE60141417D1 (en) 2000-10-17 2010-04-08 Avaya Technology Corp METHOD AND DEVICE FOR OPTIMIZING PERFORMANCE AND COST IN AN INTERNET PLANT
US7349994B2 (en) 2000-10-17 2008-03-25 Avaya Technology Corp. Method and apparatus for coordinating routing parameters via a back-channel communication medium
US7363367B2 (en) * 2000-10-17 2008-04-22 Avaya Technology Corp. Systems and methods for robust, real-time measurement of network performance
US8023421B2 (en) 2002-07-25 2011-09-20 Avaya Inc. Method and apparatus for the assessment and optimization of network traffic
US7072981B1 (en) 2000-12-21 2006-07-04 Cisco Technology, Inc. Preallocation of client network address translation addresses for client-server networks
US7089328B1 (en) * 2000-12-29 2006-08-08 Cisco Technology, Inc. Method allocation scheme for maintaining server load balancers services in a high throughput environment
US6981038B2 (en) * 2001-01-23 2005-12-27 International Business Machines Corporation Methods, systems and computer program products for determining simple network management protocol (SNMP) object identifiers in a management information base (MIB) file
US7983349B2 (en) * 2001-03-20 2011-07-19 Lightwaves Systems, Inc. High bandwidth data transport system
US6993037B2 (en) * 2001-03-21 2006-01-31 International Business Machines Corporation System and method for virtual private network network address translation propagation over nested connections with coincident local endpoints
US6983319B1 (en) 2001-04-06 2006-01-03 Permeo Technologies, Inc. Dynamic port management
US7106820B2 (en) * 2001-04-10 2006-09-12 Broadcom Corporation System and method for establishing word synchronization
JP4075318B2 (en) * 2001-04-18 2008-04-16 株式会社日立製作所 Protocol conversion method and address conversion server
US7269183B2 (en) 2001-04-27 2007-09-11 Broadcom Corporation System and method for connecting bluetooth-enabled devices to a personal computer
CN1389990A (en) * 2001-05-30 2003-01-08 三菱麻铁里亚尔株式会社 Communication system management server, wireless server and mobile management server
US7020129B2 (en) * 2001-06-05 2006-03-28 Lucent Technologies Inc. Dynamic assignment of telecommunications switches and packet switch gateways
KR20010079245A (en) * 2001-06-27 2001-08-22 하태수 System and method for maintaining security in providing a streaming service
US7065047B2 (en) * 2001-10-22 2006-06-20 Pctel, Inc. System and method of providing computer networking
US7480501B2 (en) 2001-10-24 2009-01-20 Statsignal Ipc, Llc System and method for transmitting an emergency message over an integrated wireless network
US8489063B2 (en) 2001-10-24 2013-07-16 Sipco, Llc Systems and methods for providing emergency messages to a mobile device
US7424527B2 (en) 2001-10-30 2008-09-09 Sipco, Llc System and method for transmitting pollution information over an integrated wireless network
MXPA03006864A (en) * 2001-12-03 2003-11-13 Nokia Corp Apparatus, and associated method, for retrieving mobile-node logic tree information.
US7334049B1 (en) 2001-12-21 2008-02-19 Cisco Technology, Inc. Apparatus and methods for performing network address translation (NAT) in a fully connected mesh with NAT virtual interface (NVI)
US7243141B2 (en) * 2002-05-13 2007-07-10 Sony Computer Entertainment America, Inc. Network configuration evaluation
US7676579B2 (en) * 2002-05-13 2010-03-09 Sony Computer Entertainment America Inc. Peer to peer network communication
US20040113810A1 (en) * 2002-06-28 2004-06-17 Mason Robert T. Data collector for an automated meter reading system
US8145790B2 (en) * 2002-07-11 2012-03-27 Hewlett-Packard Development Company, L.P. Method and device for using dynamic updates in a network
US8060626B2 (en) 2008-09-22 2011-11-15 Sony Computer Entertainment America Llc. Method for host selection based on discovered NAT type
US8224985B2 (en) * 2005-10-04 2012-07-17 Sony Computer Entertainment Inc. Peer-to-peer communication traversing symmetric network address translators
US7042394B2 (en) * 2002-08-14 2006-05-09 Skipper Wireless Inc. Method and system for determining direction of transmission using multi-facet antenna
US7015809B1 (en) 2002-08-14 2006-03-21 Skipper Wireless Inc. Method and system for providing an active routing antenna
US7610050B2 (en) * 2002-08-14 2009-10-27 Tadaaki Chigusa System for mobile broadband networking using dynamic quality of service provisioning
US7864780B1 (en) 2003-04-29 2011-01-04 Cisco Technology, Inc. Apparatus and methods for handling name resolution over IPV6 using NAT-PT and DNS-ALG
US8031650B2 (en) 2004-03-03 2011-10-04 Sipco, Llc System and method for monitoring remote devices with a dual-mode wireless communication protocol
US7756086B2 (en) 2004-03-03 2010-07-13 Sipco, Llc Method for communicating in dual-modes
US20050261962A1 (en) * 2004-05-18 2005-11-24 Khai Gan Chuah Anonymous page recognition
US7702594B2 (en) 2004-09-24 2010-04-20 Elster Electricity, Llc System and method for automated configuration of meters
US7742430B2 (en) 2004-09-24 2010-06-22 Elster Electricity, Llc System for automated management of spontaneous node migration in a distributed fixed wireless network
EP1810458B1 (en) * 2004-10-29 2012-09-05 Telecom Italia S.p.A. Method for controlling routing operations in a network, related network and computer program product thereof
US9439126B2 (en) 2005-01-25 2016-09-06 Sipco, Llc Wireless network protocol system and methods
US20060221955A1 (en) * 2005-04-05 2006-10-05 Mark Enright IP addressing in joined private networks
US7515544B2 (en) * 2005-07-14 2009-04-07 Tadaaki Chigusa Method and system for providing location-based addressing
US8787840B2 (en) * 2006-05-10 2014-07-22 Robert Bosch Gmbh Method and system employing wideband signals for RF wakeup
US7778149B1 (en) 2006-07-27 2010-08-17 Tadaaki Chigusa Method and system to providing fast access channel
US8160096B1 (en) 2006-12-06 2012-04-17 Tadaaki Chigusa Method and system for reserving bandwidth in time-division multiplexed networks
US8073384B2 (en) 2006-12-14 2011-12-06 Elster Electricity, Llc Optimization of redundancy and throughput in an automated meter data collection system using a wireless network
US8320302B2 (en) 2007-04-20 2012-11-27 Elster Electricity, Llc Over the air microcontroller flash memory updates
US7995478B2 (en) * 2007-05-30 2011-08-09 Sony Computer Entertainment Inc. Network communication with path MTU size discovery
US7933273B2 (en) * 2007-07-27 2011-04-26 Sony Computer Entertainment Inc. Cooperative NAT behavior discovery
US8171123B2 (en) 2007-12-04 2012-05-01 Sony Computer Entertainment Inc. Network bandwidth detection and distribution
WO2009082761A1 (en) 2007-12-26 2009-07-02 Elster Electricity, Llc. Optimized data collection in a wireless fixed network metering system
US7987163B2 (en) * 2008-02-12 2011-07-26 Bae Systems Information And Electronic Systems Integration Inc. Apparatus and method for dynamic web service discovery
US7856506B2 (en) 2008-03-05 2010-12-21 Sony Computer Entertainment Inc. Traversal of symmetric network address translator for multiple simultaneous connections
US8525692B2 (en) 2008-06-13 2013-09-03 Elster Solutions, Llc Techniques for limiting demand from an electricity meter with an installed relay
US8634406B2 (en) * 2008-07-01 2014-01-21 Landis+Gyr Innovations, Inc. Systems and methods for network routing using virtual network node locations
US20100002700A1 (en) * 2008-07-02 2010-01-07 Cellnet Innovations, Inc. Methods and Systems for Network Packet Routing Using Embedded Geographic Routing Information
US8258451B2 (en) 2009-01-15 2012-09-04 Raytheon Company Image capture system including multipurpose photodetector
US8203463B2 (en) 2009-02-13 2012-06-19 Elster Electricity Llc Wakeup and interrogation of meter-reading devices using licensed narrowband and unlicensed wideband radio communication
US8238538B2 (en) 2009-05-28 2012-08-07 Comcast Cable Communications, Llc Stateful home phone service
US9497726B2 (en) * 2010-01-06 2016-11-15 Landis+Gyr Innovations, Inc. Systems and methods for wireless network routing using radio frequency distance-based virtual node locations
EP2957052B1 (en) 2013-03-14 2022-07-20 Apple Inc. Media delivery service protocol to support large numbers of client with error failover processes
US10182006B2 (en) * 2016-10-18 2019-01-15 Avaya Inc. Internet protocol address selection in session initiation protocol communications
CN111988440B (en) * 2019-05-22 2022-09-02 富联精密电子(天津)有限公司 Network address translation method and system
US11949646B2 (en) 2022-08-09 2024-04-02 Packet Forensics, LLC Correlating protocol data units transiting networks with differing addressing schemes

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4939726A (en) * 1989-07-18 1990-07-03 Metricom, Inc. Method for routing packets in a packet communication network
US5150464A (en) * 1990-06-06 1992-09-22 Apple Computer, Inc. Local area network device startup process
US5185860A (en) * 1990-05-03 1993-02-09 Hewlett-Packard Company Automatic discovery of network elements

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5115433A (en) * 1989-07-18 1992-05-19 Metricom, Inc. Method and system for routing packets in a packet communication network
US5442633A (en) * 1992-07-08 1995-08-15 International Business Machines Corporation Shortcut network layer routing for mobile hosts
US5444702A (en) * 1992-09-14 1995-08-22 Network Equipment Technologies, Inc. Virtual network using asynchronous transfer mode

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4939726A (en) * 1989-07-18 1990-07-03 Metricom, Inc. Method for routing packets in a packet communication network
US5185860A (en) * 1990-05-03 1993-02-09 Hewlett-Packard Company Automatic discovery of network elements
US5150464A (en) * 1990-06-06 1992-09-22 Apple Computer, Inc. Local area network device startup process

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
PRENTICE HALL, 1991, DOUGLAS E. COMER, "Internetworking with TCP/IP Volume I", pages 89-106, 111-112 and 303-309. *

Cited By (37)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6075789A (en) * 1995-07-06 2000-06-13 Nokia Telecommunications Oy System for connecting a packet data network to a digital radio network
WO1997002670A1 (en) * 1995-07-06 1997-01-23 Nokia Telecommunications Oy System for connecting a packet data network to a digital radio network
EP0795980A2 (en) * 1996-03-14 1997-09-17 Kabushiki Kaisha Toshiba Packet transfer method and packet transfer apparatus
EP0795980A3 (en) * 1996-03-14 2003-08-27 Kabushiki Kaisha Toshiba Packet transfer method and packet transfer apparatus
WO1997050216A1 (en) * 1996-06-25 1997-12-31 Ericsson Inc. Communication system and method for modifying a remote radio using an internet address
US5796728A (en) * 1996-06-25 1998-08-18 Ericsson Inc. Communication system and method for modifying a remote radio using an internet address
EP0909523A4 (en) * 1996-07-10 2001-01-17 American Pcs Communications Ll A gateway unit
EP0909523A1 (en) * 1996-07-10 1999-04-21 American PCS Communications, LLC A gateway unit
US6457039B1 (en) 1996-10-28 2002-09-24 Telefonaktiebolaget Lm Ericsson Method and apparatus for avoiding IP-address collision when connecting an incoming voice phone call to an internet application
WO1998019240A2 (en) * 1996-10-28 1998-05-07 Telefonaktiebolaget Lm Ericsson (Publ) Method and apparatus for verifying ip-addresses
WO1998019240A3 (en) * 1996-10-28 1998-06-25 Ericsson Telefon Ab L M Method and apparatus for verifying ip-addresses
WO1998040986A1 (en) * 1997-03-11 1998-09-17 Telefonaktiebolaget Lm Ericsson (Publ) Registration protocol
EP0968596A4 (en) * 1997-03-12 2005-08-17 Nomadix Inc Nomadic translator or router
EP0968596A1 (en) * 1997-03-12 2000-01-05 Nomadix, LLC Nomadic translator or router
US6603763B1 (en) 1997-04-28 2003-08-05 Nec Corporation System and method for communicating between a mobile station and a network using address assignment
US6400719B1 (en) 1997-05-26 2002-06-04 Oki Electric Industry Co., Ltd. Telephone communication method capable of relating a telephone terminal and a speech channel IP address at the time of call connection
US7031286B1 (en) 1998-06-30 2006-04-18 Telefonaktiebolaget Lm Ericsson (Publ) Method and an arrangement in a mobile radio system
EP1119931A4 (en) * 1998-09-23 2003-05-21 Crossroads Sys Inc System and method for providing a proxy farp for legacy storage devices
EP1119931A1 (en) * 1998-09-23 2001-08-01 Crossroads Systems, Inc. System and method for providing a proxy farp for legacy storage devices
US10341243B2 (en) 1998-12-08 2019-07-02 Nomadix, Inc. Systems and methods for providing content and services on a network system
US9160672B2 (en) 1998-12-08 2015-10-13 Nomadix, Inc. Systems and methods for controlling user perceived connection speed
US9548935B2 (en) 1998-12-08 2017-01-17 Nomadix, Inc. Systems and methods for providing content and services on a network system
US8713641B1 (en) 1998-12-08 2014-04-29 Nomadix, Inc. Systems and methods for authorizing, authenticating and accounting users having transparent computer access to a network using a gateway device
US10110436B2 (en) 1998-12-08 2018-10-23 Nomadix, Inc. Systems and methods for providing content and services on a network system
US8266266B2 (en) 1998-12-08 2012-09-11 Nomadix, Inc. Systems and methods for providing dynamic network authorization, authentication and accounting
US7689716B2 (en) 1998-12-08 2010-03-30 Nomadix, Inc. Systems and methods for providing dynamic network authorization, authentication and accounting
GB2347045B (en) * 1999-02-16 2003-09-10 Hewlett Packard Co Gateway discovery
GB2347045A (en) * 1999-02-16 2000-08-23 Hewlett Packard Co Gateway discovery
GB2349038A (en) * 1999-02-16 2000-10-18 Hewlett Packard Co Gateway discovery
GB2349038B (en) * 1999-02-16 2003-08-13 Hewlett Packard Co Gateway discovery
WO2000064104A1 (en) * 1999-04-19 2000-10-26 Telia Ab Method for establishing a data connection with a mobile terminal using a local and a unique network address
GB2350259B (en) * 1999-05-21 2003-10-08 Chung-Nan Tien Method for enabling a remote user at a remote computer to access a computer selectively connected to a local computer network
GB2350259A (en) * 1999-05-21 2000-11-22 Tien Chung Nan Interconnecting computers
WO2001069858A1 (en) * 2000-03-14 2001-09-20 Telefonaktiebolaget Lm Ericsson (Publ) A method for assigning unique identifiers for allowing communication between a gprs system and a radius server
US7124102B2 (en) 2000-03-14 2006-10-17 Telefonaktiebolaget Lm Ericsson (Publ) Method and apparatus for determining a unique communication identifier
CN102789190B (en) * 2011-05-20 2015-03-25 中国科学院微电子研究所 Column address distributor circuit suitable for different types of FPGA (field programmable gate array) circuit programming
CN102789190A (en) * 2011-05-20 2012-11-21 中国科学院微电子研究所 Column address distributor circuit suitable for different types of FPGA (field programmable gate array) circuit programming

Also Published As

Publication number Publication date
US5636216A (en) 1997-06-03

Similar Documents

Publication Publication Date Title
US5636216A (en) Method for translating internet protocol addresses to other distributed network addressing schemes
KR100477653B1 (en) Apparatus and method for searching DNS server on outer net
US5600644A (en) Method and apparatus for interconnecting LANs
US7756065B2 (en) Domain name service system and method thereof
US6480508B1 (en) Router-based domain name system proxy agent using address translation
US6628623B1 (en) Methods and systems for determining switch connection topology on ethernet LANs
CN101577722B (en) Method for realizing MAC forced forwarding function and device
US20020052972A1 (en) Communication method among a plurality of virtual LANs in an IP subnet
US6618398B1 (en) Address resolution for internet protocol sub-networks in asymmetric wireless networks
US6731632B1 (en) Internetworking system and method
EP1014628B1 (en) Packet transfer method and packet transfer system in mobile communication network system
US7170898B2 (en) Relay apparatus
US7764686B1 (en) Migration to IPv6 using combination of globally significant and locally significant IPv4 addresses
Astic et al. A hierarchical topology discovery service for IPv6 networks
US20030031173A1 (en) Multilayer internet protocol (MLIP) for peer-to-peer service of private internet and method for transmitting/receiving MLIP packet
WO2004071052A1 (en) Enhanced dns server
WO2003039076A1 (en) Method and apparatus for transmitting explicit multicast data packet in mobile ip network
CN102474422B (en) For detecting the method and apparatus of anycast group configuring condition in communication network
CN104935677A (en) NAT64 resource obtaining method and obtaining/distributing device
Cisco Temporary Variables
Cisco Temporary Variables
Cisco Temporary Variables
Cisco Temporary Variables
Cisco Temporary Variables
Cisco Temporary Variables

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): JP

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): AT BE CH DE DK ES 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
122 Ep: pct application non-entry in european phase