WO2001078330A1 - Method of determining the route of packets through a network of communicating objects - Google Patents
Method of determining the route of packets through a network of communicating objects Download PDFInfo
- Publication number
- WO2001078330A1 WO2001078330A1 PCT/CA2001/000522 CA0100522W WO0178330A1 WO 2001078330 A1 WO2001078330 A1 WO 2001078330A1 CA 0100522 W CA0100522 W CA 0100522W WO 0178330 A1 WO0178330 A1 WO 0178330A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- network
- router
- determining
- objects
- segment
- Prior art date
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L45/00—Routing or path finding of packets in data switching networks
- H04L45/02—Topology update or discovery
- H04L45/04—Interdomain routing, e.g. hierarchical routing
Definitions
- the present invention relates to computer networks and, more specifically, to methods which determine the route of packets through a network.
- networks includes wide area networks (WANs) , local area networks (LANs), and many combinations thereof.
- WANs are defined as collections of interconnected network routers bounded by LANs.
- a LAN is defined as a collection of interconnected non-router objects (including nodes, servers, and bridges), each LAN being connected to other LANs by routers .
- the present invention meets the above need by providing methods which decompose a network into WAN and LAN segments. After the decomposition, the route is determined for each WAN and LAN segment. Often, the WAN path is unambiguously known from the topology of the network. For WAN segments where the path is ambiguous, the sequence of routers in the path from a source to a destination can be determined by the standard "traceroute" method. This allows for the aggregation of multiple path sections to arrive at the full packet path through the WAN segment. For most LAN segments, the path is unambiguously known from the topology.
- Every store and forward network element in the LAN segment tracks and can report the source addresses of packets which pass through it. By reading these records and noting which network element received a packet from a specific source address, the route of that packet can be mapped through that LAN segment.
- the full route a packet traverses through a network can be determined.
- Using the invention not only can the packet routing through a network be found but the performance of specific portions of the network can be found as well. This can simplify the task faced by network operators and, ultimately, can improve the service provided to end users using the network.
- the present invention provides a method of determining a routing for packets in a network, said method comprising: a) dividing said network into WAN (Wide Area Network) segments and LAN (Local Area Network) segments; b) determining a routing for packets through each segment; c) combining routing results obtained in step b) to obtain a total routing through the network.
- WAN Wide Area Network
- LAN Local Area Network
- Figure 1 illustrates a network on which the invention may be applied
- Figure 2 is an illustration of a network of Figure 1 decomposed into LAN and WAN segments; and Figure 3 is a flow chart detailing the different steps in a method of the invention. Detailed Description of the Preferred Embodiment
- a network 10 is illustrated. As can be seen, the network 10 is composed of routers R1-R19 and non-router objects Nl- N27.
- the non-router objects N1-N27 can be switches, hubs, network nodes, or any other device connected to a network.
- each object whether it be a router or not, may have multiple ports.
- Figure 1 shows the port number for each object next to its link.
- non- router object N5 has 4 ports: N5(l) (meaning object N5 port 1) connecting to N4 (3) , N5(2) connecting to N6(l), N5(3) connecting to N7(l), and N5(4) connecting to Rl(l).
- N5(l) meaning object N5 port 1 connecting to N4 (3)
- N5(2) connecting to N6(l)
- N5(3) connecting to N7(l)
- Table (TABLE 1) below lists the connections in Figure 1 using the notation above.
- a number of constraints have to be placed on the route to be found, otherwise the process may become, if not untenable, then impractical. These are: a) a path cannot pass through a broken device or interface; b) a path cannot pass through an interface which, although up, is carrying no traffic; c) a path cannot loop back on itself. Furthermore, it should be assumed that the topology or the interconnections between the different elements of the network, is known. This not only greatly simplifies the process but actually allows the process to be carried out.
- the topology of the network 10 is as shown in Figure 1.
- the first step in the process is to decompose the network 10 into router objects and non-router network objects. It should be clear from Figure 1 and from the above that objects R1-R19 are routers while objects N1-N27 are non-router objects. Based on this, the network 10 can then be divided into WAN segments and LAN segments. Since LAN segments are connected non- router objects bound by router objects, network 10 has five LAN segments 20, 30, 40, 50, 60. Also, since WAN segments are interconnected router objects bounded by LAN segments, network 10 has three WAN segments 70, 80, 90.
- FIG. 1 illustrates the interconnections between the LAN and WAN segments.
- Reference to Figures 1 and 2 should make the discussion clear.
- LAN segment LAN1 (20) is composed of non-router objects Nl, N2, N3, N4, N5, N6 and N7.
- LAN segment LAN2 (30) is composed of non-router objects N8, N9, and N10.
- LAN segment LAN3 (40) is composed of non- router objects N21, N22, N23, N24, N25, N26, and N27.
- LAN segment LAN4 (50) is composed of non-router objects Nil, N12, N13, N14, N19 and N20.
- LAN segment LAN5 (60) is composed of non-router objects N15, N16, N17 and N18.
- WAN segment WAN1 (70) is composed of router objects Rl, R2, R3, R4, R9, R10, Rll, R12, R14, R15 and R16.
- WAN segment WAN2 (80) is composed of router objects R5, R6, R7, R8 and R17.
- WAN segment WAN3 (90) is composed of router objects R13, R18 and R19.
- the router object connecting a LAN segment to a WAN segment is noted next to the link.
- router object R5 connects WAN segment WAN2 (80) to LAN segment LAN2 (30) while router object R17 connects LAN segment LAN3 (40) to WAN segment WAN2 (80) .
- non-router object Nl is the source of a packet and router object N27 is the destination, the path must therefore be determined for each LAN or WAN segment the packet traverses.
- non-router object Nl could use the well known and widely available traceroute function. This function, essentially a small utility program run by a node, records the sequence of routers passed through from the computer invoking the utility to a given destination. Thus, if non-router object Nl invokes the traceroute utility, the sequence of routers could be:
- WAN segment WAN2 since WAN segment WAN2 is traversed, it is clear that the path through LAN segment LAN2 must also be determined in addition to the routing through LAN segments LAN1 (the source LAN segment) and LAN3 (the destination LAN segment) If, for the purposes of this example, the traceroute utility returned the first sequence of the routers, the sequence which only traverses WAN segment WANl, we therefore know the route through the WAN segment. To determine the route through LAN segments LAN1 (20) and LAN3 (40), each non-router element in those LAN segments would have to be queried.
- Each non-router network object whether it is a switch or hub, keeps a record (in a table) of the source MAC (Media Access Control) address of the packets which transit through it.
- MAC Media Access Control
- Table 2 shows some of the non-router objects of LAN segment LAN1 (20) and the source MAC addresses of packets these objects have received.
- non-router object Nl can be "seen” by non-router objects N2 , N3, N4, N5, N6, and N7. This is because each of these objects can receive packets originating from Nl . (E.g. N2 can receive it through N2(l), N3 can receive it from N3(2), etc) .
- the objects traversed by a packet from Nl (source) to Rl (interim destination) are the objects which can receive packets from Nl, N3, N6 and N7 while capable of receiving packets from Nl, is, from the topology of the LAN segment, clearly not on the route from Nl to Rl . Since it is known that N2 is the only link to Nl, then N2 must be on the path. Also, since it is known that N4 is the only link to N2, then N4 must be on the path as well.
- N3 is not connected to Rl and since there is no link from N3 to N5 without going through N4, then N3 is not on the path from Nl to Rl .
- N5 is the only link to Rl - N5 must therefore be on the path from Nl to Rl .
- a packet must travel from Nl to Rl (since Rl is the first router encountered travelling from Nl to N27 as determined from the sequence of routers using traceroute above) via the following objects and ports :
- the analysis therefore looks for a route from within the LAN segment going to a destination
- path ambiguities can sometimes be resolved by logic. For example, if a packet is leaving object N12 (source) to arrive at router R14 but none of the ports of object N14 report seeing packets from object N12, it should be clear that object N14 is on the path. This is because N14 must be on the path to pass the packet through to either N19 or N20 and subsequently to R14.
- Determination of the path through LAN segments therefore requires repeated readings of the source address capture information from devices/objects in that LAN segment. This can be accomplished using the Simple Network Management Protocol (SMNP) .
- SMNP Simple Network Management Protocol
- the return path with N27 as the source and Nl as the destination, may not be the same.
- Such a path may traverse the network from LAN3 to WAN2 to WANl and finally to LAN1. Determining this path would involve finding the path through the different LAN segments (LAN3, LAN2, and LAN1) and the different WAN segments (WAN2 and WANl) .
- beacon objects While the method outlined above can determine the path from a specific source to a specific destination, it would be difficult to determine the path from an arbitrary source to an arbitrary destination, especially if a control computer were not the source. If, again with reference to Figure 1, Nl was the control computer and the path from N17 to N24 were required, it would be quite difficult for Nl to find this path. However, if specific objects were designated as beacon objects, these beacon objects could find the data required and report such data back to the control computer.
- a beacon object is essentially a network object, usually a non-router object, which traces paths through the network and reports these paths to the control computer.
- Designating and using a beacon object can be as simple as having the control computer send instructions to a network object A to perform a traceroute from itself, object A, to another network object B. The network object A will then perform this duty and, once the results of the traceroute function have been received, sends this result to the control computer.
- N16 were designated as a beacon object, it could determine a path from itself (N16) to the destination (N24). Since N17 is only one link away from the beacon, the path from N17 would simply be the path from the beacon (N16) to the destination (N24) plus the hop from N17.
- N10 could be designated as a beacon.
- this ambiguity may be resolved. This is because a packet travelling from N10 to R17 must transit through R5 and either R6 or R7.
- beacon placed in that interconnecting LAN segment would be very advantageous.
- the source was in LAN4 (such as N19) and the destination was in LAN3 (such as N25) with Rl ⁇ not carrying any traffic or is down
- the only route would be LAN4- >WAN1->LAN2->WAN2->LAN3.
- a beacon placed in LAN2 could prove very helpful in finding this path.
- a LAN segment contained at least one source or destination, a beacon in that LAN segment would also prove advantageous.
- beacons could be placed at N14, N16, and N4.
- N14 would prove advantageous as it is in the same LAN segment as the source.
- N16 is in a LAN segment connecting two WAN segments (WANl and WAN3)
- N4 is in the same LAN segment as the destination.
- the performance of that route can be measured. Because the specific objects traversed in travelling from a source to a destination is known, the overall performance of that route is merely a function of the individual performance of each of these objects.
- the end to end performance of a path can be easily found.
- Another performance measurement which may be used is that of end to end delay. By determining the delay through each network element, through known methods, and aggregating such delay measurements for a specific path, the end to end delay for that path can be found.
- a further performance measurement is that of end to end availability.
- bottlenecks within the network can be found. If one knows the end to end performance of a path and the performance of the individual network elements, bottlenecks can be pinpointed -- whichever network element has the highest performance measurement or the most throughput is most likely the bottleneck.
- Figure 3 illustrates a flowchart detailing the steps executed.
- box 110 notes that the objects in the network must be determined if they are router objects or non-router objects.
- the network is decomposed in LAN and WAN segments.
- Box 130 notes that all routers must be grouped into WAN segments. Each WAN segment must be bounded by or regenerated from other WAN segments by at least one non-router object.
- box 140 notes that the sequence of routers from the source to the destination must be found. As noted above, the well known traceroute function can be used for this. Well placed beacon objects in the network can be used for the traceroute step if required.
- the step in box 150 is optional as evidenced by the dashed box around it. Step 150 would be most useful if the path traversed multiple WAN segments, such as if the path led through WANl and WAN2 in Figures 1 and 2. If, however, the path only led through a single WAN segment, beacons may not be required.
- any intervening LAN segments interconnecting the WAN segments must be resolved. (E.g. if the path led through WANl, WAN 2, and LAN2 in Figure 2, the path through LAN2 would have to be found) . (See box 160) .
- step in box 170 that of grouping the non-router segments into LAN segments, can be executed concurrently with the step in box 130.
- the only known LAN segments are the LAN segments of the source and the destination.
- the two LAN segments would be the first ones grouped. Any interconnecting LAN segments between WAN segments can be grouped subsequently.
- the next step is that shown in box 180 - that of reading the source address tables for the objects in the subject LAN segment. This is done to find out which object in that LAN segment receives or "sees" the relevant source MAC address.
- the relevant MAC address would be the MAC address of the source object.
- the relevant source MAC address would be the MAC address of the router from which the packet entered the LAN segment.
- the relevant source MAC address for the LAN segment LAN3 would be the MAC address of router R16 and, more specifically, the MAC address of port 2 of router R16.
- box 190 notes that path through the LAN segment must be found.
- the path from one point in a LAN segment to another in the same LAN segment can generally be determined. (See box 200) .
- logic can be used to find a reasonable path. If the ambiguity cannot be resolved, user intervention may be required.
- Decision 210 determines if there are more LAN segments to be analysed. These LAN segments may have resulted from the step in box 160. If there are more LAN segments, these are immediately analysed in the loop formed by boxes 180, 190, 200, 210.
- the final step is to combine the paths found in the individual WAN and LAN segments into a coherent whole. By combining multiple segments, the path through any combination of LAN and WAN segments can be found.
- the invention described above is ideally implemented with the use of a single control computer which instructs multiple beacons in the network. By using this scheme, each beacon can act as the source to determine the path to and from arbitrary points in the network. The beacons then report their findings to the control computer. From Figure 1, if the control computer was object N17 and the beacons were objects N2, N9, N13, and N21, most paths can be found.
- N2 can act as the source. By simply removing the hop from N4 to N2, the path found is the path from N4 to N2. Similarly, if the path from N20 to N15 were desired (and assuming that a direct path existed between N13 and N14), then N13 can act as the source. The hops from N20 to N13 can be removed from the resulting path to find the desired path from N20 to N15.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
- Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)
Abstract
Description
Claims
Priority Applications (4)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
EP01925248A EP1282963A1 (en) | 2000-04-10 | 2001-04-10 | Method of determining the route of packets through a network of communicating objects |
AU2001252070A AU2001252070A1 (en) | 2000-04-10 | 2001-04-10 | Method of determining the route of packets through a network of communicating objects |
JP2001575066A JP2003530768A (en) | 2000-04-10 | 2001-04-10 | How to determine the route of a packet through a network of communication objects |
BR0110097-1A BR0110097A (en) | 2000-04-10 | 2001-04-10 | Method for determining packet routes through a network of communicating objects |
Applications Claiming Priority (4)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CA2304542 | 2000-04-10 | ||
CA2,304,542 | 2000-04-10 | ||
CA002322260A CA2322260A1 (en) | 2000-04-10 | 2000-10-04 | Method of determining the route of packets through a network of communicating objects |
CA2,322,260 | 2000-10-04 |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2001078330A1 true WO2001078330A1 (en) | 2001-10-18 |
Family
ID=25681710
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/CA2001/000522 WO2001078330A1 (en) | 2000-04-10 | 2001-04-10 | Method of determining the route of packets through a network of communicating objects |
Country Status (7)
Country | Link |
---|---|
EP (1) | EP1282963A1 (en) |
JP (1) | JP2003530768A (en) |
CN (1) | CN1436415A (en) |
AU (1) | AU2001252070A1 (en) |
BR (1) | BR0110097A (en) |
CA (1) | CA2322260A1 (en) |
WO (1) | WO2001078330A1 (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP2600568A1 (en) * | 2011-11-30 | 2013-06-05 | Murata Machinery, Ltd. | Relay server and relay communication system |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP3920305B1 (en) * | 2005-12-12 | 2007-05-30 | 株式会社日立コミュニケーションテクノロジー | Packet transfer device |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6023733A (en) * | 1997-10-30 | 2000-02-08 | Cisco Technology, Inc. | Efficient path determination in a routed network |
US6046988A (en) * | 1995-11-16 | 2000-04-04 | Loran Network Systems Llc | Method of determining the topology of a network of objects |
Family Cites Families (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5570346A (en) * | 1994-12-08 | 1996-10-29 | Lucent Technologies Inc. | Packet network transit delay measurement system |
-
2000
- 2000-10-04 CA CA002322260A patent/CA2322260A1/en not_active Abandoned
-
2001
- 2001-04-10 WO PCT/CA2001/000522 patent/WO2001078330A1/en not_active Application Discontinuation
- 2001-04-10 AU AU2001252070A patent/AU2001252070A1/en not_active Abandoned
- 2001-04-10 BR BR0110097-1A patent/BR0110097A/en not_active Application Discontinuation
- 2001-04-10 JP JP2001575066A patent/JP2003530768A/en active Pending
- 2001-04-10 EP EP01925248A patent/EP1282963A1/en not_active Withdrawn
- 2001-04-10 CN CN01810958.6A patent/CN1436415A/en active Pending
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6046988A (en) * | 1995-11-16 | 2000-04-04 | Loran Network Systems Llc | Method of determining the topology of a network of objects |
US6023733A (en) * | 1997-10-30 | 2000-02-08 | Cisco Technology, Inc. | Efficient path determination in a routed network |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP2600568A1 (en) * | 2011-11-30 | 2013-06-05 | Murata Machinery, Ltd. | Relay server and relay communication system |
Also Published As
Publication number | Publication date |
---|---|
CA2322260A1 (en) | 2001-10-10 |
CN1436415A (en) | 2003-08-13 |
EP1282963A1 (en) | 2003-02-12 |
JP2003530768A (en) | 2003-10-14 |
AU2001252070A1 (en) | 2001-10-23 |
BR0110097A (en) | 2004-02-25 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
Pan et al. | Int-path: Towards optimal path planning for in-band network-wide telemetry | |
US7796619B1 (en) | System and method for deriving traffic demands for a packet-switched network | |
US7206288B2 (en) | Methods and apparatus for characterizing a route in fibre channel fabric | |
Haddadi et al. | Network topologies: inference, modeling, and generation | |
US11233720B2 (en) | Hierarchical time stamping | |
US8867402B2 (en) | Apparatus and method for generating topology tree | |
BRPI0306205B1 (en) | Method and system for performing connectivity assessments via a data communication network | |
US7466655B1 (en) | Ant-based method for discovering a network path that satisfies a quality of service equipment | |
US9641420B1 (en) | Methods and apparatus for assessing the quality of a data path including both layer-2 and layer-3 devices | |
JP6589060B2 (en) | Software-defined network entry generation and packet forwarding | |
US7664045B2 (en) | Sampling to a next hop | |
US7145881B1 (en) | Method of determining the route of packets through a network of communicating objects | |
CN109155760A (en) | Path is grouped using fixed header size to record | |
EP1282963A1 (en) | Method of determining the route of packets through a network of communicating objects | |
US20230009602A1 (en) | Path Assurance in Shared Transport | |
CN114157595B (en) | Communication system, data processing method and related equipment | |
CN105391638B (en) | A kind of method and system of OSPF, ISIS routing traffic data fusion | |
Cisco | Product Overview | |
WO2005020525A1 (en) | Protocol speed increasing device | |
Tsuru et al. | Inferring link characteristics from end-to-end path measurements | |
Rabbat et al. | Understanding the topology of a telephone network via internally-sensed network tomography | |
Popescu et al. | Measurement of one-way transit time in IP routers | |
Constantinescu et al. | One-way transit time measurements | |
Alvarez-Hamelin et al. | RFC 9198: Advanced Unidirectional Route Assessment (AURA) | |
CN108092866A (en) | A kind of method, apparatus and system of tunnel switching |
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 CH CN CR CU CZ DE DK DM DZ 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 PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG UZ VN YU ZA 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 ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE TR BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG |
|
121 | Ep: the epo has been informed by wipo that ep was designated in this application | ||
DFPE | Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101) | ||
ENP | Entry into the national phase |
Ref country code: JP Ref document number: 2001 575066 Kind code of ref document: A Format of ref document f/p: F |
|
WWE | Wipo information: entry into national phase |
Ref document number: 2001252070 Country of ref document: AU |
|
WWE | Wipo information: entry into national phase |
Ref document number: 2001925248 Country of ref document: EP |
|
WWE | Wipo information: entry into national phase |
Ref document number: 018109586 Country of ref document: CN |
|
WWP | Wipo information: published in national office |
Ref document number: 2001925248 Country of ref document: EP |
|
WWW | Wipo information: withdrawn in national office |
Ref document number: 2001925248 Country of ref document: EP |