WO2004071027A1 - Methods and systems for non-disruptive physical address resolution - Google Patents

Methods and systems for non-disruptive physical address resolution Download PDF

Info

Publication number
WO2004071027A1
WO2004071027A1 PCT/US2003/002565 US0302565W WO2004071027A1 WO 2004071027 A1 WO2004071027 A1 WO 2004071027A1 US 0302565 W US0302565 W US 0302565W WO 2004071027 A1 WO2004071027 A1 WO 2004071027A1
Authority
WO
WIPO (PCT)
Prior art keywords
binding
cache
request
age
reply
Prior art date
Application number
PCT/US2003/002565
Other languages
French (fr)
Inventor
Benjamin Crawford Robinson
Original Assignee
Tekelec
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 Tekelec filed Critical Tekelec
Priority to PCT/US2003/002565 priority Critical patent/WO2004071027A1/en
Priority to AU2003207721A priority patent/AU2003207721A1/en
Publication of WO2004071027A1 publication Critical patent/WO2004071027A1/en

Links

Classifications

    • 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
    • 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/58Caching of addresses or names
    • 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/30Definitions, standards or architectural aspects of layered protocol stacks
    • H04L69/32Architecture of open systems interconnection [OSI] 7-layer type protocol stacks, e.g. the interfaces between the data link level and the physical level
    • H04L69/322Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions
    • H04L69/329Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions in the application layer [OSI layer 7]

Definitions

  • MAC layer 300 receives an IP packet from the network layer and sends the packet to the target host using the MAC address in the ARP cache entry updated in step 408.
  • ARP cache manager/request generator 302 sets the "cache entry used" Boolean variable to TRUE, indicating that the entry is now in use.
  • the age-out timer expires.
  • the entry is not aged out or deleted because both Boolean variables are set to TRUE, indicating that the ARP reply has been received and the entry is in use.
  • ARP cache manager/request generator 302 resets the re- ARP and age-out timers.

Abstract

Methods and systems for non-disruptive physical address resolution are disclosed. A cache manager/binding request generator (302) maintains a cache of network to physical layer address bindings and an age-out and a binding refresh request timer for each binding. The binding refresh timer is less than the age-out timer. In response to expiration of the binding refresh timer, the cache manager/binding request generator (302) generates a data-independent binding request and sends the request over a network. In response to receiving a reply to the binding request, the cache manager/binding request generator (302) updates the binding to indicate that a reply to the binding request has been received. When the age-out time expires, if the binding is in use and the reply has been received, the entry will be maintained in the cache. If the binding is not in use or the reply has not been received when the age-out timer expires, the binding will be deleted from the cache.

Description

Description
METHODS AND SYSTEMS FOR NON-DISRUPTIVE PHYSICAL
ADDRESS RESOLUTION
Technical Field The present invention relates to methods and systems for non-disruptive physical address resolution. More particularly, the present invention relates to methods and systems for physical address resolution that reduce packet loss caused by aging out of network to physical address cache entries.
Related Art In order for machines to communicate with each other over a network, it is necessary for each machine to know the physical address of other machines with which its user desires to communicate. In IP networks, the address resolution protocol (ARP) is used to map IP addresses to physical addresses.
According to the address resolution protocol, when machine A desires to communicate with machine B, machine A determines whether it knows the physical address of machine B by searching an ARP cache maintained by machine A. If the ARP cache maintained by machine A contains a network to physical address mapping for machine B, machine A encapsulates the network level packet in a physical layer frame addressed to the physical address of machine B and sends the frame to machine B.
If machine A does not have an entry in its ARP cache for machine B, machine A broadcasts an ARP request to all nodes on the same physical network as machine A. The ARP request includes the IP address of machine B. Each node on the network receives the ARP request. Machine B recognizes the request as being addressed to its IP address, and ARP software on machine B responds to the request with the physical address for machine B. The response is referred to as an ARP reply. Machine A receives the ARP reply, updates its ARP cache to include the physical address of machine B, encapsulates the IP packet in a physical layer frame addressed to the physical address of machine B, and sends the frame to machine B.
The process of searching the ARP cache, broadcasting a request if no mapping is found, receiving a reply, and adding the mapping in the reply to the cache is repeated for each data packet transmitted over the network. Each ARP reply adds or updates an entry in the ARP cache. Thus, the ARP cache can increase in size over time. In order to keep the ARP cache to a reasonable size, the ARP protocol specification includes a timeout period for ARP cache entries. In some exemplary ARP implementations, the ARP timeout period is set to 20 minutes. When the timeout period expires, the ARP entry is deleted without regard to whether the entry is being used by an application.
One problem with conventional address resolution protocol implementations is that when an ARP cache entry times out, if an application desires to send data to a remote application located at the endpoint corresponding to the aged out entry, IP packets may be overwritten. More particularly, if one IP packet arrives at the physical layer and the ARP entry corresponding the IP address for the packet has aged out, ARP software must resend an ARP request and receive an ARP reply with a mapping for the aged out entry before the packet can be sent. If the application generates multiple packets before the ARP reply is received, the packets will be overwritten in the sending machine because there is no mechanism in the TCP/IP protocol for buffering IP packets awaiting transmission. The loss of IP packets can result in retransmission of TCP segments, which significantly decreases throughput. Figure 1 illustrates that age-out problem associated with conventional
ARP implementations. As long as an ARP entry has not aged out, throughput exists at a maximum level Tmax. Once the entry ages out, throughput decreases to zero while the ARP software rebroadcasts the ARP request and waits for the reply. Once the reply is received, throughput may increase to the maximum value until the next age-out time. Such decreased throughput is unsuitable for connections that exist over long periods of time, such as connections used in telephony applications.
One conventional solution to this age-out problem is to increase the age- out time. Increasing the age-out time to a value greater than the 20 minute time period suggested by the ARP standard reduces the likelihood that an entry will age out during a communications session between two endpoints. However, increasing the age-out time increases the size of the ARP cache. Having a large ARP cache is inefficient because the time for searching the ARP cache is increased for each packet that is sent, and the memory storage requirements for the ARP cache are increased.
Another solution to the age-out problem with conventional address resolution protocol implementations is described at http://www.freebsd.orq/cqi/query-pr.ciq?pr=kern/25517 (hereinafter the "Free BSD Solution"). The Free BSD Solution specifies that a data-driven pre-age- out ARP request may be sent in order to increase the age-out time when entries are in use by an application. The additional ARP requests are data- driven, meaning that the additional ARP requests are only sent if data is waiting to be sent to the endpoint corresponding to an ARP cache entry. Such data- driven approaches can still result in decreased throughput because data can arrive at the physical layer just before the ARP age-out time, a pre-age-out ARP request may then be sent just before the age-out time, and the ARP cache entry may expire before the ARP reply is received. Packets arriving at the physical layer before the reply is received will be overwritten, and throughput of a communications session will decrease at each age-out time. This decrease in throughput at each age-out time can be disruptive to long- term communications sessions, such as IP telephony sessions. Thus, in light of the problems associated with conventional address resolution protocol implementations, there exists a need for improved methods and systems for resolving physical addresses that avoid the difficulties associated with conventional ARP implementations.
Disclosure of the Invention The present invention includes methods and systems for physical address resolution that avoid the difficulties associated with conventional address resolution protocol implementations. According to one aspect of the invention, a data independent re-ARP period is set to be less than the age-out period for an ARP cache entry. When the re-ARP period expires, a "cache entry used" Boolean variable and an "ARP reply received" Boolean variable for the entry are set to FALSE. A data independent uni-cast ARP request is then sent to the endpoint corresponding to the ARP cache entry. An ARP reply is received. The "ARP reply received" Boolean variable is then set to TRUE. When data arrives from an application desiring to use the newly updated entry, the "cache entry used" Boolean variable is set to TRUE. When the age-out timer expires, the entry is not aged out because both variables are set to TRUE. The re-ARP and age-out timers are then reset. Thus, because the present invention sends data independent re-ARP requests before the end of the age-out period, the throughput problems associated with conventional address resolution protocol implementations are avoided. As a result, address resolution protocol implementations according to the present invention are non- disruptive in that they do not adversely affect the throughput of a communications session. Such non-disruptive address resolution is advantageous for long-term communications sessions, such as IP telephony sessions.
Accordingly, it is an object of the invention to provide methods and systems for non-disruptive physical address resolution.
It is another object of the present invention to provide methods and systems for sending data independent re-ARP requests prior to the end of the ARP age-out time.
Some of the objects of the invention having been stated hereinabove, other objects will become evident as the description proceeds when taken in connection with the accompanying drawings as best described herein below.
Brief Description of the Drawings Preferred embodiments of the present invention will now be explained with reference to the accompanying drawings of which: Figure 1 is a graph of throughput verses time for conventional address resolution protocol implementations;
Figure 2 is a block diagram of a plurality of endpoints connected to the same local area network;
Figure 3 is a block diagram of an endpoint including an ARP cache manager/request generator according to an embodiment of the present invention; Figure 4 is a flow chart illustrating exemplary steps that may be performed by the ARP cache manager/request generator in maintaining ARP cache entries according to an embodiment of the present invention; and
Figure 5 is a graph of throughput verses time using non-disruptive address resolution according to an embodiment of the present invention.
Detailed Description of the Invention As stated above, the present invention includes methods and systems for non-disruptive address resolution. Figure 2 is a block diagram of network endpoints connected via a local area network in which the methods and systems of the present invention may be implemented. Referring to Figure 2, endpoints 100, 102, 104, and 106 are connected to each other via local area network 108. Endpoints 100, 102, 104, and 106 may be personal computers, workstations, or any other devices capable of communicating with other devices over a local area network. Local area network 108 may be any suitable type of local area network, such as an Ethernet. Each endpoint includes an IP address and a physical address, which may be a media access control (MAC) address if local area network 108 is an Ethernet. In the illustrated example, endpoint 100 includes an IP address IPι and a MAC address MACι, endpoint 102 includes an IP address IP2 and MAC address MAC2, endpoint 104 includes an IP address IP3 and a MAC address MAC3, and endpoint 106 includes an IP4 and a MAC address MAC .
Each endpoint 100, 102, 104, and 106 includes a network interface 110, TCP/IP software 112, and one or more applications 114. Network interface 110 may include hardware and/or software for implementing non-disruptive address resolution according to the present invention. This functionality will be described in more detail below. TCP/IP software 112 implements data transport and network functions in accordance with the TCP and IP protocols. Application 114 may be any suitable application for communicating over network 108. In one example, application 114 may be a telephony application. In an alternative embodiment of the invention, software 112 may implement SCTP/IP. Figure 3 is a block diagram of an endpoint 100 including an ARP cache manager/request generator for performing non-disruptive address resolution according to an embodiment of the present invention. Referring to Figure 3, network interface 110 includes a MAC layer 300 for sending and receiving physical layer frames over network 108. MAC layer 300 includes an ARP cache manager/request generator 302 for generating data independent ARP requests and maintaining entries in ARP cache 304. ARP cache 304 stores network to physical layer address mappings.
Figure 4 is a flow chart illustrating exemplary steps that may be used by ARP cache manager/request generator 302 in generating data independent ARP requests and maintaining entries in ARP cache 304. Referring to Figure 4, in step 400, ARP cache manager/request generator 302 sets a re-ARP period in the ARP cache to be less than the age-out period for each cache entry. In one exemplary implementation, the age-out time for an entry may be twenty minutes and re-ARP period may be set to 18 minutes. However, the present invention is not limited to either a 20-minute age-out period or an 18 minute re-ARP period. The age-out period is preferably selected to maintain a desired ARP cache size, which depends on the memory and processing capacity of network interface 110 and the number of entities with which the endpoint is communicating. The re-ARP period is preferably selected to allow
sufficient time for an ARP reply to arrive before the end of the age-out period.
The time for an ARP reply to arrive may depend on the distance between machines in the network and the congestion level in the network. If the network has a high congestion level, the difference between the re-ARP period and the age-out period may be set to a sufficient value to allow a predetermined number of retransmissions of the ARP request in case the original request is lost.
In step 402, the re-ARP period expires. In step 404, APR cache manager/request generator 302 sets two Boolean variables, "cache entry used" and "APR reply received" to FALSE. The Boolean variable "cache entry used" indicates whether or not the ARP cache entry is in use by an application. The Boolean variable "ARP reply received" indicates whether or not a reply has been received in response to an outstanding ARP request.
In step 406, ARP cache manager/request generator 302 generates a data independent, uni-cast ARP request. The ARP request is data independent in that it is sent independently of whether the ARP cache entry is in use by an application. The ARP request is uni-cast in that it is addressed to the MAC address in the ARP cache entry, rather than being the broadcast address of all of the endpoints on the network, as in conventional ARP implementations. In step 408, ARP cache manager/request generator 302 receives an ARP reply and updates the cache entry. In step 410, ARP cache manager/request generator 302 sets the "ARP reply received" Boolean variable to TRUE, indicating that the ARP reply has been received.
In step 412, MAC layer 300 receives an IP packet from the network layer and sends the packet to the target host using the MAC address in the ARP cache entry updated in step 408. In step 414, ARP cache manager/request generator 302 sets the "cache entry used" Boolean variable to TRUE, indicating that the entry is now in use. In step 416, the age-out timer expires. In step 418, the entry is not aged out or deleted because both Boolean variables are set to TRUE, indicating that the ARP reply has been received and the entry is in use. In step 420, ARP cache manager/request generator 302 resets the re- ARP and age-out timers.
If the age-out timer expires, and an ARP reply has not been received or the entry is not in use, ARP cache manager/request generator 302 deletes the entry from the ARP cache to maintain a desired ARP cache size. The next IP packet that arrives from the network layer addressed to the IP address corresponding to the deleted entry will result in a broadcast ARP request, as per the normal ARP protocol.
Thus, using the steps illustrated in Figure 4, the present invention avoids the throughput difficulties associated with conventional address resolution protocol implementations. For example, because data independent ARP requests are sent prior to the age-out period, the chance that a connection will be disrupted due to an entry aging out is reduced. Figure 5 illustrates the throughput advantages of data independent re- ARPing according to the present invention. Referring to Figure 5, an ARP binding request is sent prior to the ARP age-out period. The binding response may arrive before the age-out period. When the age-out period expires, if the entry is in use, the entry is not deleted from the cache. As a result, throughput is maintained at the level Tmaχ- This re-ARPing occurs periodically so that maximum throughput is maintained throughout the life of a connection.
Although the present invention has been described primarily in terms of the ARP protocol, the present invention is not limited to the ARP protocol. The method and systems described herein are applicable to maintain network to physical layer address mappings in any dynamic address resolution protocol where cache entries have an age-out period.
It will be understood that various details of the invention may be changed without departing from the scope of the invention. Furthermore, the foregoing description is for the purpose of illustration only, and not for the purpose of limitation — the invention being defined by the claims.

Claims

CLAIMS What is claimed is;
1 . A method for non-disruptive physical address resolution, the method comprising: (a) maintaining a cache of network to physical layer address bindings; (b) for each binding, maintaining a binding refresh timer and an age- out timer, the binding refresh timer being less than the age-out timer; (c) in response to expiration of the binding refresh timer, sending a data-independent binding refresh request over a network; and (d) in response to receiving a reply to the binding refresh request, updating the binding.
2. The method of claim 1 wherein maintaining a cache of network to physical layer address bindings includes maintaining an address resolution protocol (ARP) cache containing Internet protocol (IP) to media access control (MAC) address bindings.
3. The method of claim 1 wherein maintaining a binding refresh timer includes setting the binding refresh timer to a fixed value independent of whether data is being sent or received to a physical address of the binding.
4. The method of claim 1 wherein sending a data-independent binding refresh request includes uni-casting an address resolution protocol (ARP) request to a physical address of the binding.
5. The method of claim 1 comprising receiving an address resolution protocol (ARP) reply including a physical address corresponding to a network address in the binding refresh request.
6. The method of claim 1 wherein updating the binding includes indicating that the binding reply has been received.
7. The method of claim 6 comprising receiving data to be transmitted using the binding, and, in response, indicating that the binding is in use.
8. The method of claim 7 comprising detecting expiration of the age-out timer for the binding, and, in response to the expiration, the indication that the reply has been received, and the indication that the binding is in use, keeping the binding in the cache and resetting the binding refresh and age-out timers for the binding.
9. The method of claim 1 comprising detecting expiration of the age-out timer for the binding and the binding reply having not been received or the binding being un-used, and, in response, deleting the binding from the cache.
10. The method of claim 1 comprising resending the binding request a predetermined number of times prior to expiration of the age-out timer.
1 1. The method of claim 10 comprising, in response to failing to receive a binding reply to any of the outstanding binding requests, deleting the binding from the cache.
12. A system for non-disruptive physical layer address resolution, the system comprising:
(a) a cache for storing network to physical layer address bindings; and
(b) a cache manager/binding request generator for maintaining, for each binding in the cache, an age-out timer and a binding refresh timer, the binding refresh timer being less than the age-out timer, and, upon expiration of the binding refresh timer, for sending a data-independent binding refresh request to a node in the network corresponding to a physical address in the binding.
13. The system of claim 12 wherein the cache comprises an address resolution protocol (ARP) cache for storing Internet protocol (IP) to media access control (MAC) address bindings.
14. The system of claim 12 wherein the cache manager/binding request generator is adapted to maintain, for each binding, a first indicator for indicating whether the binding is in use by an application and a second indicator for indicating whether a reply has been received to an outstanding binding request.
15. The system of claim 14 wherein the cache manager/binding request generator is adapted to set the first indicator to a first value in response to receiving a reply to an outstanding binding request.
16. The system of claim 15 wherein the cache manager/binding request generator is adapted to set the second indicator to the first value in response to receiving data to be sent to a physical address in the binding.
17. The system of claim 16, wherein, in response to expiration of the age- out timer for a binding and the first and second indicators having the first value, the cache manager/binding request generator is adapted to reset the binding request and age-out timers for the binding without deleting the binding from the cache.
18. The system of claim 16 wherein, in response to expiration of the age-out timer for a binding and the first indicator having a second value indicating that the binding is not in use or the second indicator having the second value indicating that the binding reply has not been received, the cache manager/binding request generator is adapted to delete the binding from the cache.
19. The system of claim 16 wherein the cache manager/binding request generator is adapted to resend the binding request a predetermined number of times prior to expiration of the age-out timer.
20. The system of claim 19 wherein the cache manager/binding request generator is adapted to maintain the binding in the cache in response to receiving a reply to any of the binding refresh requests for the binding and the binding being in use at the expiration of the age-out timer.
21. A computer program product comprising computer executable instructions embodied in a computer readable medium for performing steps comprising:
(a) maintaining a cache of network to physical layer address bindings; (b) for each binding, maintaining a binding refresh timer and an age- out timer, the binding refresh timer being less than the age-out timer; and
(c) in response to expiration of the binding refresh request timer for an entry, sending a data-independent binding refresh over a network;
(d) in response to receiving a reply to the binding refresh request, updating the binding.
22. The computer program product of claim 20 wherein maintaining a cache of network to physical layer address bindings includes maintaining an address resolution protocol (ARP) cache containing Internet protocol (IP) to media access control (MAC) address bindings.
23. The computer program product of claim 20 wherein maintaining a binding refresh timer includes setting the binding refresh timer to a fixed value independent of whether data is being sent or received to a physical address of the binding.
24. The computer program product of claim 20 wherein sending a data- independent binding refresh request includes uni-casting an address resolution protocol (ARP) request to a physical address of the binding.
25. The computer program product of claim 20 comprising receiving an address resolution protocol (ARP) reply including a physical address corresponding to a network address in the binding request. '
26. The computer program product of claim 20 wherein updating the binding includes indicating that the reply has been received.
27. The computer program product of claim 20 comprising receiving data to be sent to a physical address in the reply and, in response, indicating that the binding is in use.
28. The computer program product of claim 26 comprising detecting expiration of the age-out timer for the binding, and, in response to the expiration, the indication that the reply has been received, and the indication that the binding is in use, keeping the binding in the cache and resetting the binding refresh and age-out timers for the entry.
29. The computer program product of claim 20 comprising detecting expiration of the age-out timer for the binding, and, in response to the expiration and the binding being un-used or failing to receive a reply for the binding request, deleting the binding from the cache.
30. The computer program product of claim 20 comprising resending the binding request a predetermined number of times prior to expiration of the age-out timer.
31. The computer program product of claim 30 comprising, in response to failing to receive a binding reply to any of the outstanding binding requests, deleting the binding from the cache.
PCT/US2003/002565 2003-01-28 2003-01-28 Methods and systems for non-disruptive physical address resolution WO2004071027A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
PCT/US2003/002565 WO2004071027A1 (en) 2003-01-28 2003-01-28 Methods and systems for non-disruptive physical address resolution
AU2003207721A AU2003207721A1 (en) 2003-01-28 2003-01-28 Methods and systems for non-disruptive physical address resolution

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/US2003/002565 WO2004071027A1 (en) 2003-01-28 2003-01-28 Methods and systems for non-disruptive physical address resolution

Publications (1)

Publication Number Publication Date
WO2004071027A1 true WO2004071027A1 (en) 2004-08-19

Family

ID=32848658

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2003/002565 WO2004071027A1 (en) 2003-01-28 2003-01-28 Methods and systems for non-disruptive physical address resolution

Country Status (2)

Country Link
AU (1) AU2003207721A1 (en)
WO (1) WO2004071027A1 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1643726A1 (en) * 2004-09-30 2006-04-05 Siemens Aktiengesellschaft Method to avoid packet loss during the update of an address table
EP2182683A1 (en) * 2008-10-29 2010-05-05 Alcatel, Lucent Self-configuration of a forwarding tabel in an access node
US7764605B2 (en) 2004-10-07 2010-07-27 Genband Inc. Methods and systems for measurement-based call admission control in a media gateway
US7774481B2 (en) 2006-12-29 2010-08-10 Genband Us Llc Methods and apparatus for implementing a pluggable policy module within a session over internet protocol network
WO2013064170A1 (en) * 2011-10-31 2013-05-10 Telefonaktiebolaget L M Ericsson (Publ) Discovery and disconnection of client addresses in an access node for an ip network
CN109218456A (en) * 2017-07-06 2019-01-15 北京华为数字技术有限公司 The processing method and processing device of the ageing time of mac address table

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6249820B1 (en) * 1995-07-12 2001-06-19 Cabletron Systems, Inc. Internet protocol (IP) work group routing
US6393484B1 (en) * 1999-04-12 2002-05-21 International Business Machines Corp. System and method for controlled access to shared-medium public and semi-public internet protocol (IP) networks
US6483833B1 (en) * 1998-06-19 2002-11-19 Nortel Networks Limited Method for transmitting label switching control information using the open shortest path first opaque link state advertisement option protocol
US6556574B1 (en) * 1999-03-31 2003-04-29 Cisco Technology, Inc. Duplicate ignore delay timer for ARP like protocol messages using are protocol

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6249820B1 (en) * 1995-07-12 2001-06-19 Cabletron Systems, Inc. Internet protocol (IP) work group routing
US6483833B1 (en) * 1998-06-19 2002-11-19 Nortel Networks Limited Method for transmitting label switching control information using the open shortest path first opaque link state advertisement option protocol
US6556574B1 (en) * 1999-03-31 2003-04-29 Cisco Technology, Inc. Duplicate ignore delay timer for ARP like protocol messages using are protocol
US6393484B1 (en) * 1999-04-12 2002-05-21 International Business Machines Corp. System and method for controlled access to shared-medium public and semi-public internet protocol (IP) networks

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1643726A1 (en) * 2004-09-30 2006-04-05 Siemens Aktiengesellschaft Method to avoid packet loss during the update of an address table
WO2006035043A1 (en) * 2004-09-30 2006-04-06 Siemens Aktiengesellschaft Method for the prevention of data packet losses when updating an address table
US7764605B2 (en) 2004-10-07 2010-07-27 Genband Inc. Methods and systems for measurement-based call admission control in a media gateway
US7774481B2 (en) 2006-12-29 2010-08-10 Genband Us Llc Methods and apparatus for implementing a pluggable policy module within a session over internet protocol network
EP2182683A1 (en) * 2008-10-29 2010-05-05 Alcatel, Lucent Self-configuration of a forwarding tabel in an access node
WO2010049096A1 (en) * 2008-10-29 2010-05-06 Alcatel Lucent Self-configuration of a forwarding table in an access node
US8396010B2 (en) 2008-10-29 2013-03-12 Alcatel Lucent Self-configuration of a forwarding table in an access node
WO2013064170A1 (en) * 2011-10-31 2013-05-10 Telefonaktiebolaget L M Ericsson (Publ) Discovery and disconnection of client addresses in an access node for an ip network
US20140325090A1 (en) * 2011-10-31 2014-10-30 Telefonaktiebolaget L M Ericsson (Publ) Discovery and disconnection of client addresses in an access node for an ip network
CN109218456A (en) * 2017-07-06 2019-01-15 北京华为数字技术有限公司 The processing method and processing device of the ageing time of mac address table
CN109218456B (en) * 2017-07-06 2021-09-07 北京华为数字技术有限公司 Method and device for processing aging time of MAC address table

Also Published As

Publication number Publication date
AU2003207721A1 (en) 2004-08-30

Similar Documents

Publication Publication Date Title
CN110995697B (en) Big data transmission method and system
US5553083A (en) Method for quickly and reliably transmitting frames of data over communications links
CN107071826B (en) Method and device for transmitting data resources
US6895443B2 (en) Method and system for facilitating communication between nodes on different segments of a network
US7706274B2 (en) High performance TCP for systems with infrequent ACK
US5892753A (en) System and method for dynamically refining PMTU estimates in a multimedia datastream internet system
AU747484B2 (en) Reduced packet header in wireless communications network
US4423414A (en) System and method for name-lookup in a local area network data communication system
US4410889A (en) System and method for synchronizing variable-length messages in a local area network data communication system
US6424654B1 (en) Network system and DHCP server selection method
US20020055980A1 (en) Controlled server loading
US7292533B2 (en) System and method for controlling data transmission adapted for grid computing and computer readable recording medium of recording process thereof
US20020093930A1 (en) Method and apparatus for organizing and scheduling multimedia data transfers over a wireless channel
US20040243675A1 (en) Method and apparatus for distributing computer files across a network
US9781626B2 (en) Wireless channel allocation in a base station processor
CN110838935B (en) High-availability SDN controller clustering method, system, storage medium and equipment
EP1435704B1 (en) Transmission control method and system
US7000024B1 (en) Systems and methods for providing transmission control protocol communications
WO2004071027A1 (en) Methods and systems for non-disruptive physical address resolution
WO2002003147A2 (en) Method for detecting invalid packets by rewriting transaction identifiers
EP1134950B1 (en) Improvements to control system for network servers
CN114390054A (en) Core network acceleration method, electronic equipment and computer storage medium
JP5680978B2 (en) COMMUNICATION DEVICE, COMMUNICATION METHOD, AND COMMUNICATION PROGRAM
KR20050013411A (en) Network device and method for efficient data transmission/reception using transport layer in mobile ad-hoc network
US6671264B1 (en) Method for detecting invalid packets by assigning super-transaction identifiers

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NO NZ OM PH PL PT RO RU SC SD SE SG SK SL TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IT LU MC NL PT SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
WWE Wipo information: entry into national phase

Ref document number: CR2005-007688

Country of ref document: CR

122 Ep: pct application non-entry in european phase
NENP Non-entry into the national phase

Ref country code: JP

WWW Wipo information: withdrawn in national office

Ref document number: JP