EP1491005A4 - Procede de modification d'une pmtu dans un reseau ip dynamique et appareil utilisant ce procede - Google Patents

Procede de modification d'une pmtu dans un reseau ip dynamique et appareil utilisant ce procede

Info

Publication number
EP1491005A4
EP1491005A4 EP03745469A EP03745469A EP1491005A4 EP 1491005 A4 EP1491005 A4 EP 1491005A4 EP 03745469 A EP03745469 A EP 03745469A EP 03745469 A EP03745469 A EP 03745469A EP 1491005 A4 EP1491005 A4 EP 1491005A4
Authority
EP
European Patent Office
Prior art keywords
pmtu
modifying
dynamic
network
same
Prior art date
Legal status (The legal status 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 status listed.)
Withdrawn
Application number
EP03745469A
Other languages
German (de)
English (en)
Other versions
EP1491005A1 (fr
Inventor
Hak-Goo Lee
Young-Keun Kim
Sun-Woo Kim
Jae-Hwang Lee
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Samsung Electronics Co Ltd
Original Assignee
Samsung Electronics Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Priority claimed from KR10-2002-0034132A external-priority patent/KR100453056B1/ko
Application filed by Samsung Electronics Co Ltd filed Critical Samsung Electronics Co Ltd
Publication of EP1491005A1 publication Critical patent/EP1491005A1/fr
Publication of EP1491005A4 publication Critical patent/EP1491005A4/fr
Withdrawn legal-status Critical Current

Links

Classifications

    • 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/16Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/26Route discovery packet
    • 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/16Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]
    • H04L69/161Implementation details of TCP/IP or UDP/IP stack architecture; Specification of modified or new header fields
    • 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/16Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]
    • H04L69/167Adaptation for transition between two IP versions, e.g. between IPv4 and IPv6

Definitions

  • the present invention relates to a method and apparatus for more efficiently operating a network, and more particularly, to a method and apparatus for performing discovery of a maximum transmission unit (MTU) on a path more appropriately to a dynamic network environment, and changing path MTU (PMTU) according to the discovered MTU with higher efficiency.
  • MTU maximum transmission unit
  • PMTU changing path MTU
  • IPv4 Internet Protocol version 4
  • IPv6 Internet Protocol version 6
  • IPv6 Internet Protocol version 6
  • IPv6 unlike in IPv4, if a packet is once transmitted by a source node, a node in the middle of a path does not perform fragmentation of the packet. Instead, the source node searches for a minimum MTU on a path, fragments packets according to the discovered MTU, and transmits the fragmented packets.
  • an IPv6 node that is, a source node
  • a link MTU of a path through which a packet is transmitted is first discovered. That is, a path MTU (hereinafter referred to as "PMTU") that is a minimum link MTU in a routing path between the source node and the destination node should be determined.
  • PMTU path MTU
  • the source node fragments the packet in units each having the size of a next-hop link MTU and transmits the fragmented packet.
  • FIG. 1 is a diagram showing a process for changing a PMTU by applying a prior art method for PMTU discovery when a routing path between a source node 110 and a destination node 170 changes from a path connecting a first node 120, a second 130, a third node 140, and the destination node 170, to a path connecting the first node 120, a fourth node 150, a fifth node 160, and the destination node 170 in a dynamic network environment.
  • a PMTU may change if there is a change of a routing path according to the dynamic network environment. Therefore, when a PMTU is maintained for a predetermined time, the prior art PMTU discovery method described above is used to discover the PMTU of the current routing path, and according to the discovered result, the PMTU is increased.
  • an ICMP error message of IPv6 that is, an error message such as an ICMP-Packet Too Big message, is unnecessarily generated such that network resources are wasted. Referring to FIG. 1 , a method for discovering and changing a
  • the present invention provides a method and apparatus for more efficiently discovering a PMTU of a current routing path in a dynamic network environment and changing a PMTU according to the discovered PMTU.
  • a method for changing a path maximum transmission unit (PMTU) between a source node and a destination node on a dynamic Internet protocol (IP) network comprising: (a) generating a PMTU discovery packet having a maximum transmission unit (MTU) information storage space in which an MTU value on a routing path between the source node and the destination node is stored; (b) transmitting the generated PMTU discovery packet to the destination node; and (c) if a response packet to the PMTU discovery packet from the destination node is received, changing the PMTU according to MTU information contained in the response packet, wherein the MTU value stored in the MTU information storage space is compared with a link MTU value on a path which the PMTU discovery packet traverses, and the smaller one of the stored MTU value and the link MTU value on the path which the packet traverses is stored in the MTU information storage space. It is preferable that the PMTU discovery packet which is generated in step (a) is generated if
  • step (c) comprises step (d ) in which if the
  • PMTU discovery packet arrives at the destination node, a packet containing the MTU value stored in the MTU information storage space of the PMTU discovery packet is generated, and the packet is transmitted to the source node.
  • an apparatus for changing a path maximum transmission unit (PMTU) between a source node and a destination node on a dynamic IP network comprising: a PMTU discovery packet generation unit which generates a PMTU discovery packet having an MTU information storage space in which a maximum transmission unit (MTU) value on a routing path between the source node and the destination node is stored; a transmission unit which transmits the generated PMTU discovery packet to the destination node; and a PMTU changing unit which, if a response packet to the PMTU discovery packet from the destination node is received, changes the PMTU according to MTU information contained in the response packet, wherein the MTU value stored in the MTU information storage space is compared with a link MTU in a path which the PMTU discovery packet traverses, and the smaller one of the stored MTU value and the link MTU value in the traverse path is stored in the MTU information storage space.
  • PMTU discovery packet generation unit which generates a PMTU discovery packet having an MTU information storage space in which a maximum transmission unit (MTU
  • the PMTU discovery packet is generated if the current PMTU value is maintained for a predetermined time.
  • the size of the PMTU discovery packet is equal to or less than the size of the current PMTU.
  • an option type field of the hop-by-hop option header of the PMTU discovery packet stores information indicating that if a node in the middle of a routing path does not recognize the option type field of the PMTU discovery packet, the PMTU discovery packet should be discarded.
  • the option type field stores information indicating whether or not it is possible to change MTU information stored in the MTU information storage space. It is preferable that the information indicating whether or not it is possible to change MTU information is located in the third highest bit stored in the option type field.
  • FIG. 1 is a diagram showing a prior art method for changing a path maximum transmission unit (PMTU);
  • PMTU path maximum transmission unit
  • FIG. 2 is a diagram of a basic header of Internet Protocol version 6 (IPv6) used in the present invention
  • FIG. 3 is a diagram of a basic structure of an Internet Control
  • FIG. 4A is a diagram showing a basic structure of a hop-by-hop option header used in the present invention.
  • FIG. 4B is a diagram of the structure of an Options" field in the hop-by-hop option header shown in FIG. 4A
  • FIG. 5A is a diagram of the structure of an "Options" field in a hop-by-hop option header constructed according to a preferred embodiment of the present invention
  • FIG. 5B is a diagram of the structure of an "Options" field in a hop-by-hop option header constructed according to another preferred embodiment of the present invention.
  • FIG. 7A is a diagram showing a PMTU changing method according to a preferred embodiment of the present invention
  • FIG. 7B is a diagram showing a PMTU changing method according to another preferred embodiment of the present invention
  • FIG 8 is a diagram showing a storage space shape of a node according to the present invention.
  • FIG. 9A is a diagram showing a basic structure of an ICMPv6 message used in the present invention.
  • node a device that implements IPv6.
  • router a node that forwards IPv6 packets not explicitly addressed to itself.
  • host any node that is not a router.
  • upper layer a protocol layer immediately above IPv6.
  • transport protocols such as TCP and UDP
  • control protocols such as ICMP path maximum transmission unit discovery (PMTU) Minimizing Packet: a newly defined ICMP information message.
  • link a communication facility or medium over which nodes can communicate at the link layer.
  • packet an IPv6 header plus a payload.
  • link MTU the maximum transmission unit.
  • path the set of links traversed by a packet between a source node and a destination node path
  • MTU (PMTU): the minimum link MTU of all the links in a path between a source node and a destination node.
  • FIG. 2 is a diagram of a basic header of IPv6 used in the present invention. All packets of IPv6 begin with a basic header formed with 40 bytes. "Version” of FIG. 2 indicates the version of IP, and “Payload Length” indicates the length of an IP packet in units of bytes. "Next Header” indicates which extension header follows the basic header of IPv6, and "Hop Limit” is used to restrict in units of hops a distance for transmitting an IP packet. "Source Address” and “Destination Address” indicate the address of a host transmitting a packet and the address of a destination to which the packet is to be transmitted, respectively. The length of the each address is 128 bits.
  • FIG. 3 is a diagram of an extension header in IPv6 used in the present invention.
  • the extension header in IPv6 is retrieved in the order in which the "Next Header" field of a basic header is first retrieved, and then a next extension header of a value indicated by the "Next Header” field is retrieved.
  • the first byte indicates the value of a next extension header and the next byte indicates the length of the present extension header.
  • Table 1 lists various values of a next header and corresponding extension headers.
  • option headers are shown in table 1 by considering that when apparatuses of nodes located in the middle of a routing path through which a packet is transmitted retrieve the header part of the packet being transmitted, the apparatuses retrieve from the beginning part only to the needed part of the packet.
  • the routers supporting IPv6 refer to the hop-by-hop option header and routing information.
  • FIG. 4A is a diagram showing a basic structure of a hop-by-hop option header.
  • the "Next Header” field is used to distinguish the type of a header immediately following the hop-by-hop option header.
  • a "Hdr Ext Len” field indicates the length of the hop-by-hop option header.
  • An “Options” field is a variable-length field and stores option information related to the hop-by-hop option header.
  • FIG. 4B is a diagram of the structure of the Options" field in the hop-by-hop option header shown in FIG. 4A.
  • An Option Type” field stores option type information
  • an “Opt Data Len” field stores the length of an option data field of this option
  • an “Option data” field is a variable-length field and stores option type-specific data.
  • the highest 2 bits of the "Option Type” field indicates the type of measures which a node in the middle of the routing path takes on the present packet when the node cannot recognize the option type stored in the "Option Type” field. For example, if the highest 2 bits of the Option Type" field are 01 and the node in the middle of the routing path cannot recognize the option type stored in the "Option Type” field, this node discards the present packet.
  • the third highest bit of the Option Type" field indicates whether or not information stored in the "Option Data" field of the hop-by-hop header changes in the middle of the routing path. For example, if the third highest bit of the Option Type" field is 0, it indicates that the option data information of the "Option Data” field cannot change and if the bit is 1 , it indicates that the option data information of the Option Data" field can change.
  • FIG. 5A is a diagram of the structure of the Options" field in a hop-by-hop option header constructed according to a preferred embodiment of the present invention when a packet is transmitted from a source node to a destination node.
  • FIG. 5B is a diagram of the structure of the Options" field in a hop-by-hop option header constructed according to another preferred embodiment of the present invention when a packet is transmitted from a destination node to a source node.
  • Information "0_1 0 0 0 1 1 1 " is stored in the "Option Type" field of
  • the value "0 1 0 0 0 1 1 1 " i.e., 71 stored in the "Option Type" field indicates that an OIP option of a case where a routing path is from the destination node to the source node is inserted into the present packet.
  • the source node when time is up according to a timer setting and the source node desires to increase the PMTU, the source node generates a packet in which the OIP option described above is inserted (hereinafter, referred to as an "OIP packet") with the size of the existing PMTU, and transmits the packet to the destination node.
  • OIP packet a packet in which the OIP option described above is inserted
  • the next-hop link MTU value of the source node is stored.
  • each node While this OIP packet traverses each node on the routing path between the source node and the destination node, the apparatus of each node, for example, a router, performs the following operation.
  • the router discards the OIP packet.
  • the router compares the MTU value stored in the MTU field of the OIP packet with the next-hop link MTU.
  • the router stores the smaller one of the compared values in the MTU field of the OIP packet.
  • the minimum link MTU value between the source node and the destination node that is, the PMTU value, is stored in the MTU field of the OIP packet.
  • the destination node If the destination node receives the OIP packet storing the PMTU value, the destination node immediately transmits the value to the source node.
  • the source fragments the packet according to the received PMTU value and transmits the packet.
  • the source node when the source node does not receive a response packet to the OIP packet from the destination node even after a predetermined time passes after transmission of the OIP packet, the source node fragments the packet according to the PMTU value which increases based on the prior art PMTU increasing method, and transmits the packet.
  • FIG. 7A is a diagram showing a preferred embodiment of a PMTU changing method according to the present invention.
  • the source node 710 When the present PMTU value is maintained for a predetermined time, the source node 710 with using a timer (not shown) generates an OIP packet 780 according to the present invention and transmits the OIP packet to the destination node 770.
  • the source node 710 uses another timer (not shown) to transmit the OIP packet and at the same time measures the time so that a PMTU can be changed according to the prior art PMTU changing method if a response packet to the transmitted OIP packet is not received for a predetermined time because the OIP packet is lost in the routing path.
  • the fifth node 760 receives the OIP packet 790 transmitted by the destination node 770, and recognizes the option type. Since the third highest bit value of the option type is 0, the fifth node 760 transmits the OIP packet 790 to the source node 710 without changing the MTU information stored in the MTU field.
  • the fourth node 750 receives the OIP packet 790 transmitted by the fifth node 760, and recognizes the option type.
  • the fourth node 750 transmits the OIP packet 790 to the source node 710 without changing the MTU information stored in the MTU field.
  • the first node 720 receives the OIP packet 790 transmitted by the fourth node 750, and recognizes the option type. Since the third highest bit value of the option type is 0, the first node 720 transmits the OIP packet 790 to the source node 710 without changing the MTU information stored in the MTU field.
  • the source node 710 fragments the packet according to the PMTU value stored in the MTU field of the OIP packet 790 and transmits the packet.
  • the bit value can be set to 1 as in the OIP packet 780.
  • FIG. 7B is a diagram showing an improved PMTU changing method which is applied to a case when a node in the middle of a routing path between the source node 710 and the destination node 770 cannot recognize the OIP packet 780 and discards the OIP packet 780.
  • ICMPv6 messages shown in FIGS. 9A and 9B are modified or newly defined, and the modified ICMP-Packet Too Big message of FIG. 10A and the ICMP-PMTUD Minimizing Packet in which is a newly defined ICMP information message shown in FIG. 10B, are used.
  • FIG. 9A is a diagram showing a basic structure of an ICMPv6 message used in the present invention.
  • FIG. 9B is a diagram showing a basic structure of an ICMP- Packet Too Big message when the value in the "Type" field of an ICMPv ⁇ message is 2.
  • the value in the "Type” field of the ICMPv ⁇ message is set to 2
  • the value in a "Code” field is usually set to 0 by a sender, and is neglected in a receiver.
  • An "MTU” field indicates a next-hop link MTU value.
  • the destination address of an ICMP-Packet Too Big message is copied from the source address of the IP header of the received original packet.
  • FIG. 10A is a diagram showing a basic structure of a modified ICMP-Packet Too Big message used in a PMTU discovery method according to the present invention. Except the fact that the value of the "Code" field is 0 or 1 , the modified ICMP-Packet Too Big message shown in FIG. 10A has the same structure as that of the ICMP-Packet Too Big message of FIG. 9B.
  • the value in the "Code” field is set to 0.
  • the value in the "Code” field is set to 1.
  • the value in the "Code” field is 0 or 1.
  • the PMTU discovery method according to the present invention can be implemented.
  • a new ICMP information message having a "Type" field number of 143 is generated and used.
  • PMTU discovery method according to the present invention by using another "Type" field number that is not 143 and is not defined at present.
  • the number 143 indicating the PMTUD Minimizing Packet which is newly defined according to the present invention is stored in the "Type" field of the ICMP information message shown in FIG. 10B, and the value stored in the "Code” field is set to 0.
  • the source node 710 which operates as a host shown in FIG. 7B comprises a function unit which can distinguish between 0 and 1 of the "Code" field of the modified ICMP-Packet Too Big message, and immediately after this message is received, newly defines a PMTU, and retransmits a packet satisfying the size of the new PMTU.
  • Each of the first node 720, the fourth node 750, and the fifth node 760 comprises a function unit which can distinguish between 0 and 1 of the "Code" field of the modified ICMP-Packet Too Big message as in the source node, and generates the modified ICMP-Packet Too Big message of FIG. 10A and the ICMP-PMTUD Minimizing Packet, which is the newly defined ICMP information message of FIG. 10B. Also, each of these nodes comprises a storage space, as shown in FIG.
  • a cache (not shown), for storing the source address, destination address, and previous PMTU information stored in the discarded ICMP-PMTUD Minimizing Packet, for a predetermined time, when the ICMP-PMTUD Minimizing Packet is discarded.
  • this message is an ICMP error message for the data packet which is originally desired to be transmitted by the source node 710, the value in the "Code" field is 0.
  • the fourth node 750 stores information stored in the "MTU", “Source Address,” and “Destination Address” fields of the previous ICMP-PMTUD Minimizing Packet, that is, the ICMP-PMTUD Minimizing Packet ⁇ which is transmitted by the first node 720, into a storage space, for example, a cache having the structure shown in FIG. 8.
  • the message since the message is about an ICMP-PMTUD Minimizing Packet ⁇ , the value in the "Code" field is 1.
  • the fourth node 750 already stored information stored in "MTU", “Source Address,” and “Destination Address” fields of the ICMP-PMTUD Minimizing Packet ⁇ which was transmitted by the first node 720, in the cache. Since these values stored in the cache are the same as the information in the packet, the fourth node 750 does not generate a separate ICMP error message. By doing so, it is possible to prevent unnecessary use of network resources.
  • the present invention may be embodied in a code, which can be read by a computer, on a computer readable recording medium.
  • the computer readable recording medium includes all kinds of recording apparatuses on which computer readable data are stored.
  • the computer readable recording media includes storage media such as magnetic storage media (e.g., ROM's, floppy disks, hard disks, etc.), optically readable media (e.g., CD-ROMs, DVDs, etc.) and carrier waves (e.g., transmissions over the Internet).
  • the computer readable recording media can be scattered on computer systems connected through a network and can store and execute a computer readable code in a distributed mode.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
EP03745469A 2002-03-29 2003-02-26 Procede de modification d'une pmtu dans un reseau ip dynamique et appareil utilisant ce procede Withdrawn EP1491005A4 (fr)

Applications Claiming Priority (5)

Application Number Priority Date Filing Date Title
US36832902P 2002-03-29 2002-03-29
US368329P 2002-03-29
KR10-2002-0034132A KR100453056B1 (ko) 2002-03-29 2002-06-18 동적 ip 네트워크 상에서의 pmtu 변경 방법 및 그장치
KR2002034132 2002-06-18
PCT/KR2003/000383 WO2003084145A1 (fr) 2002-03-29 2003-02-26 Procede de modification d'une pmtu dans un reseau ip dynamique et appareil utilisant ce procede

Publications (2)

Publication Number Publication Date
EP1491005A1 EP1491005A1 (fr) 2004-12-29
EP1491005A4 true EP1491005A4 (fr) 2006-09-13

Family

ID=28677697

Family Applications (1)

Application Number Title Priority Date Filing Date
EP03745469A Withdrawn EP1491005A4 (fr) 2002-03-29 2003-02-26 Procede de modification d'une pmtu dans un reseau ip dynamique et appareil utilisant ce procede

Country Status (4)

Country Link
EP (1) EP1491005A4 (fr)
CN (1) CN1647454A (fr)
AU (1) AU2003215923A1 (fr)
WO (1) WO2003084145A1 (fr)

Families Citing this family (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2406245B (en) * 2003-09-17 2006-01-04 Siemens Ag A method of transmitting packet data on a network
CN100375433C (zh) * 2003-11-13 2008-03-12 中兴通讯股份有限公司 动态发现IPsec隧道PMTU的方法
US7697524B2 (en) 2005-04-05 2010-04-13 Cisco Technology, Inc. Method and system for determining path maximum transfer unit for IP multicast
CN100459576C (zh) * 2005-08-05 2009-02-04 华为技术有限公司 一种探测路径最大传输单元的方法
US20070055784A1 (en) 2005-09-08 2007-03-08 Pancholi Ketan P Method to reduce the learning curve of a transmission control protocol connection
CN1992638A (zh) * 2005-12-26 2007-07-04 华为技术有限公司 在网络中获取路径最大传输单元的方法及系统
CN101022419B (zh) * 2007-03-27 2011-04-06 杭州华三通信技术有限公司 路径最大传输单元表项建立方法及报文发送方法和装置
CN101207571B (zh) * 2007-12-12 2011-04-20 华为技术有限公司 转发报文的方法和设备
JP5200755B2 (ja) * 2008-08-20 2013-06-05 日本電気株式会社 無線基地局、無線通信システム、パス接続方法およびプログラム
CN103117949B (zh) * 2013-01-24 2016-08-10 杭州华三通信技术有限公司 一种基于lsp隧道的报文传输方法和设备
US10142251B2 (en) * 2015-01-26 2018-11-27 Hfi Innovation Inc. Control of maximum transmission unit size discovery using AT commands
CN106302246A (zh) * 2015-06-03 2017-01-04 中兴通讯股份有限公司 一种调整IPv6隧道最大传输单元的方法和装置
CN113162866B (zh) * 2020-01-22 2023-08-01 中国移动通信有限公司研究院 一种报文传输方法、通信设备及介质

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6341129B1 (en) * 1998-04-03 2002-01-22 Alteon Networks, Inc. TCP resegmentation

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
DHEERAJ SANGHI SAMEER SHAH IIT ET AL: "Extended Path MTU Discovery for IP version 6; draft-sanghi-pmtudisc-ext-00.txt;", IETF STANDARD-WORKING-DRAFT, INTERNET ENGINEERING TASK FORCE, IETF, CH, March 1997 (1997-03-01), XP015034908, ISSN: 0000-0004 *
MCCANN DIGITAL EQUIPMENT CORPORATION S DEERING XEROX PARC J MOGUL DIGITAL EQUIPMENT CORPORATION J: "Path MTU Discovery for IP version 6; rfc1981.txt", IETF STANDARD, INTERNET ENGINEERING TASK FORCE, IETF, CH, August 1996 (1996-08-01), XP015007765, ISSN: 0000-0003 *
SOOHONG DANIEL PARK HAKGOO LEE SAMSUNG ELECTRONICS: "The PMTU Discovery for IPv6 Using Hop-by-Hop Option Header <draft-park-pmtu-ipv6-option-header-00.txt>; draft-park-pmtu-ipv6-option-header-00.txt", IETF STANDARD-WORKING-DRAFT, INTERNET ENGINEERING TASK FORCE, IETF, CH, March 2003 (2003-03-01), XP015004784, ISSN: 0000-0004 *

Also Published As

Publication number Publication date
AU2003215923A1 (en) 2003-10-13
CN1647454A (zh) 2005-07-27
WO2003084145A1 (fr) 2003-10-09
EP1491005A1 (fr) 2004-12-29

Similar Documents

Publication Publication Date Title
EP1477866A4 (fr) Appareil et procede de formation d&#39;images
EP1522174A4 (fr) Appareil et procede pour un reseau local hierarchique
EP1514928A4 (fr) Procede de construction d&#39;anticorps
EP1491005A4 (fr) Procede de modification d&#39;une pmtu dans un reseau ip dynamique et appareil utilisant ce procede
EP1469375A4 (fr) Dispositif et procede pour la selection d&#39;element de menu
EP1549262A4 (fr) Appareil et procede de formation in situ d&#39;une prothese structurelle
FI20041537L (fi) Menetelmä ja laitteisto tehtävälistan hallitsemiseksi käyttäen sijaintiin perustuvaa suodatusta
EP1515552A4 (fr) Appareil de detection d&#39;images, procede de detection d&#39;images et programme de detection d&#39;images
EP1490782A4 (fr) Procede et appareil permettant de distribuer des instructions de routage via plusieurs interfaces d&#39;un routeur de donnees
EP1383104A4 (fr) Appareil et procede d&#39;affichage video
PL359916A1 (pl) Protokół rozwiązywania nazw w sieci równy-z-równym (PNRP) oraz sposób i system zabezpieczenia
DE60143182D1 (de) Arbeitseinheit, elektrophotographisches Bilderzeugungsgerät und Einheits-Montageverfahren
EP1489818A4 (fr) Appareil de communication et procede de communication
EP1428246A4 (fr) Procede pour former un underfill et des interconnexions au niveau de la plaquette
EP1548911A4 (fr) Dispositif et procede de charge
EP1235427A4 (fr) Procede et appareil de correction de gradation, et affichage video
EP1523142A4 (fr) Appareil passerelle, et procede de traitement de signaux dans l&#39;appareil passerelle
EP1705844A4 (fr) Appareil de gestion de reseau dynamique et procede de gestion de reseau dynamique
EP1510857A4 (fr) Dispositif d&#39;affichage et procede d&#39;affichage
EP1499119A4 (fr) Appareil, procede et logiciel de traitement d&#39;image
FR2826202B1 (fr) Procede et dispositif d&#39;equilibrage de supercapacite
EP1472830A4 (fr) Procede et appareil d&#39;emprunt de parametres pour la configuration d&#39;un traducteur d&#39;adresses de reseau
FR2842984B1 (fr) Procede et dispositif de selection de reseaux de telecommunication
FR2850503B1 (fr) Procede et systeme dynamique de securisation d&#39;un reseau de communication au moyen d&#39;agents portables
NL1024870A1 (nl) Onvertraagd maskeringssysteem en werkwijze voor beelden.

Legal Events

Date Code Title Description
PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

17P Request for examination filed

Effective date: 20040925

AK Designated contracting states

Kind code of ref document: A1

Designated state(s): AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IT LI LU MC NL PT SE SI SK TR

AX Request for extension of the european patent

Extension state: AL LT LV MK RO

A4 Supplementary search report drawn up and despatched

Effective date: 20060814

17Q First examination report despatched

Effective date: 20071002

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE APPLICATION IS DEEMED TO BE WITHDRAWN

18D Application deemed to be withdrawn

Effective date: 20080213