WO2011001362A1 - Methods and devices for evaluating interconnection efficiency of parallel computer networks based upon static routing schemes - Google Patents
Methods and devices for evaluating interconnection efficiency of parallel computer networks based upon static routing schemes Download PDFInfo
- Publication number
- WO2011001362A1 WO2011001362A1 PCT/IB2010/052943 IB2010052943W WO2011001362A1 WO 2011001362 A1 WO2011001362 A1 WO 2011001362A1 IB 2010052943 W IB2010052943 W IB 2010052943W WO 2011001362 A1 WO2011001362 A1 WO 2011001362A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- links
- routing
- parallel computer
- modified
- computer network
- 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.)
- Ceased
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/12—Discovery or management of network topologies
-
- 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/12—Shortest path evaluation
-
- 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/14—Routing performance; Theoretical aspects
Definitions
- the present invention relates generally to methods and systems for evaluating performances of parallel computer networks and more specifically to methods and systems for evaluating interconnection efficiency of parallel computer networks based upon static routing schemes.
- nodes In a parallel computer provided with a plurality of nodes including a processor, the nodes are connected to each other by a topology network such as a fat-tree by switching means.
- Nodes may be of different natures. For example, computation nodes are used to execute user's tasks while service oriented nodes handle specific tasks such as network management, storage, input/output and the likes.
- lnfiniband is a packet-switching network based on an extensive specification defined by the lnfiniband Trade Association. However, as it was not primary designed for HPC (High Performance Computing), it lacks some features such as dynamic routing.
- IBA InfiniBand Architecture
- subnet manager an external software agent generally called subnet manager. Because routing in lnfiniband networks is destination based, a routing table must be set up within every switch in the network, also called fabric.
- OpenSM an open source subnet manager, provides many network services, including routing algorithms for that purpose. For example, OpenSM provides the routing algorithms known as min-hop, up/down and fat-tree.
- the method of the invention thus allows determining theoretical references that can be used to evaluate the efficiency of an actual parallel computer network configuration. More precisely, the method of the invention makes it possible to characterize a theoretical interconnection efficiency of a parallel computer network comprising several hundreds of items of equipment and several thousands or hundreds of thousands of links by only few reference values.
- the method further comprises a step of plotting said at least one optimal routing point on a graph so as to provide a visual representation of the theoretical references that can be used to evaluate the efficiency of an actual parallel computer network configuration.
- the method of the invention makes it possible to evaluate the efficiency of a parallel computer network by simply comparing actual routing characteristics with optimal routing characteristics.
- the method further comprises the step of modifying at least one parameter of said topology and of repeating said steps of:
- the method of the invention makes it possible to optimize the topology of a parallel computer network by modifying at least one of its parameter and by simply comparing modified actual routing characteristics with optimal routing characteristics and /or actual routing characteristics.
- said step of modifying said topology comprises the step of logically removing at least one equipment of said parallel computer network.
- the method further comprises the step of repeating said steps of estimating said at least one modified actual routing point for simulating the failure of an equipment of said at least one equipment type.
- the method of the invention makes it possible to determine the efficiency of the parallel computer network facing a failure of a particular type of equipment.
- the method further comprises the step of modifying at least one parameter of said routing algorithm and of repeating said steps of:
- the method of the invention makes it possible to optimize the routing algorithm of a parallel computer network by modifying at least one of its parameter and by simply comparing modified actual routing characteristics with optimal routing characteristics and /or actual routing characteristics.
- the method of the invention preferably further comprises the step of plotting said routing points on a same graph so that the efficiency of a parallel computer network can be visually and quickly determined.
- Said at least one subset of said plurality of types of links preferably comprises all the types of links of said plurality of types of links so that the parallel computer network efficiency is evaluated taking into consideration the whole parallel computer network.
- said steps of determining an actual number of routes per link and of determining an associated actual number of links are executed during the simulation of said parallel computer network so as to optimize the computation task when evaluating the efficiency of the parallel computer network.
- Figure 1 illustrates an example of an algorithm for characterizing the optimal efficiency of a network topology of the lnfiniband type.
- Figure 2 illustrates an example of an lnfiniband network topology of which the routing efficiency can be determined according to the method of invention.
- Figure 3 depicts a graph illustrating a representation of the optimal topology and routing for the network of the lnfiniband type illustrated on Figure 2.
- Figure 4 depicts a graph illustrating a representation of actual routing obtained with the min-hop and fat-tree algorithms for the network topology illustrated on Figure 2, compared with a representation of the optimal routing for the network as shown on Figure 3.
- Figure 5 illustrates an example of a graph representing optimal routing points and actual routing points resulting from the simulation of the failure of one switch using min-hop routing algorithm and the fat-tree network topology depicted on Figure 2.
- Figure 6 illustrates an example of an algorithm that can be used to improve a network topology and routing based on simulations.
- Figure 7 illustrates an example of an apparatus making it possible at least partially to implement the invention.
- An object of the invention is to characterize the influence of network topologies, degradations and routing algorithms upon the routing efficiency through simulation using a metric based upon numbers of routes per link.
- the rank of a switch in a fat-tree topology is the minimal distance between this switch and a leaf node, a node being a component other than a switch or a router (typical HPC nodes are computer nodes, I/O servers and administration servers).
- a switch of rank Y is called "W ⁇
- an island is a set that contains all the switches of ranks 1 and 2, and their leaf nodes, all of which must be reachable from a leaf node not using any switch of rank 3.
- a fat-tree with switches of rank 3 or more may contain multiple islands;
- - a level is a set that contains all the switches of the same rank within an island
- a network level is a set that contains all the switches of the same rank within the interconnect network; - a route describes the path used by network packets between two endpoints.
- a primary route is a route that is configured between two nodes.
- a route that is not a primary route is referred to as a secondary route (these routes provide some connectivity between switches, routers, etc.).
- Routes between a node and a switch (or a router) are also referred to as secondary routes;
- a link is a physical connection between two switches or between a switch and a node
- the number of routes per link is the number of primary routes that go through a link.
- a primary route is directly involved in the transfer of data that is useful from a user point of view.
- the volume of traffic going through primary routes is high and depends upon the profile of the applications running on the cluster and its load.
- a secondary route is only used for subnet management purposes.
- interconnect performances are generally those as seen from a user point of view, only the primary routes are taken into account for determining the routing efficiency in the following. However, secondary routes may also be taken into account in the same way.
- the method of the invention is based upon the comparison between the numbers of routes produced by the subnet manager with the number of optimal routes.
- an optimal routing scheme should obtain an equal load on every link of the interconnect network.
- the routing algorithm should spread the routes on every link, at each level within the fat-tree, so that the load of each link is approximately the same.
- the load of a link is assessed according to a number of routes per link metric.
- the number of routes per link is the same for all links connecting these levels. In the case of an homogeneous fat-tree, this can be extended to network levels (interconnect wide). Since lnfiniband links are full duplex, each link has two different kinds of routes per link, one in each direction.
- Figure 1 illustrates an example of an algorithm 100 for characterizing the optimal efficiency of a network topology of the lnfiniband type.
- a first step consists in determining types of links (step 105).
- the types of links can be defined according to some characteristics of the destination or source switch.
- the types of links can be defined according to the rank of the destination or source switch and the island to which it belongs to.
- An index / is initialized to zero (step 110).
- nb_link_type the number of link types, referred to as nb_link_type, or not (step 115).
- nb_routes(i) the total number of routes per link for links of the / type, referred to as nb_routes(i), is computed (step 210), the number of links of the / type, referred to as nb_links(i), is determined (step 125) and the index / is incremented by one (step 130). The process then loops to step 115.
- the obtained number of routes per link and the number of links, for each type of links are aggregated (step 135).
- the aggregation can consist in determining the number of links that are associated to each calculated value of routes per link, whatever the link type.
- the aggregated values are preferably displayed (step 140).
- Figures 2 and 3 depict an example of an lnfiniband network topology and the representation of its efficiency according to the method of the invention.
- Figure 2 illustrates an example of an lnfiniband network topology of which the routing efficiency can be determined according to the method of invention.
- the illustrated topology 200 is a pruned, that is to say a network topology wherein the number of downlinks is greater than the number of uplinks at a given level, non homogeneous flat-tree comprising:
- each computation island 210-k comprising:
- o 32 L1 switches (225-k-1 to 225-k-32), also called leaf switch, each L1 switch being connected to the 18 L2 switches of the computation island; and o 18 computation nodes per L1 switches that is to say 576 (32 x 18) computation nodes per island, referred to as 230- k-l-1 to 225-k-l-18 wherein k represents the index of the computation island and / represents an index of an L1 switch in the computation island of index k;
- each L1 switch being connected to the 18 L2 switches of the service island; and o 18 service nodes per L1 switches that is to say 144 (8 x 18) computation nodes per island, referred to as 255-1-1 to 255-1-18 wherein / represents an index of an L1 switch in the service island.
- six types of links are used in the illustrated topology representing the interconnection between nodes, L1 , L2 and L3 switches, for the computation islands and the service island. These six types are the following ones:
- - Nb_Routes(i,j) represents the number of routes generated by communications of the type /for ay link type
- - Nb_S(i) represents the number of source nodes for communications of type /
- Nb_D(i) represents the number of possible destination nodes for communications of type /
- Nb_L(j) represents the number of link whose type is 7.
- Table 1 given in annex, details the number of routes per links generated for each communication pattern on all types of links for an optimal routing of the fat-tree topology illustrated on Figure 2.
- / represents a communication of the intra cell type and j represents the type of link between computation nodes and L1 switches.
- / represents a communication of the intra island type and j represents the type of link between computation nodes and L1 switches.
- the column entitled “Total” of Table 1 gives the number of routes for all the communication types and a particular type of link.
- Nb links corresponding to the Nb_L(j) variable, gives the number of links for a particular type of link. For example, considering the link between computation nodes and L1 switches, the number of links is computed as follows:
- 18 represents the number of computation nodes connected to a L1 switch
- 32 represents the number of switches per computation island
- 6 represents the number of islands.
- results obtained from Table 1 represent an optimal configuration that could be obtained from the network topology illustrated on Figure 2. Such results can be represented on a two dimensional plot representing the network load wherein the X axis represents the number of routes per link and the Y axis represents the number of links in the interconnect network that are associated to this number of routes per link, referred to as the link count in the following.
- FIG. 3 depicts a graph 300 illustrating such a representation of the optimal routing for the network illustrated on Figure 2.
- the ordinates are represented according to a logarithmic scale.
- the first optimal routing point 305 corresponds to links between L2 switches of the service island and L3 switches
- the second optimal routing point 310 corresponds to links between L1 and L2 switches
- the third optimal routing point 315 corresponds to links between nodes and L1 switches
- the fourth optimal routing point 320 corresponds to links between L2 switches of the computation island and L3 switches.
- the number of optimal routing points can be equal to up to the number of link types.
- the optimal routing configuration can be used to evaluate network topologies and routing according to the same scheme.
- an lnfiniband network simulator can be used, for example the ibsim software developed by the company Voltaire. Ibsim uses a net list to simulate the management behaviour of the network that is to say routing, performance counters and the likes.
- OpenSM can be plugged to ibsim in order to configure the virtual interconnections used to assess the routing quality.
- new functionalities are added to the OpenSM console in order to generate the routes per link values.
- the pseudo code 1 given in the annex illustrates an example of such functionalities to obtain, after routing, the number of routes per link, that is to say the values of "route counter" and the corresponding number of links that is to say the values of "link count'.
- the number of routes per link is preferably determining for each type of link according to the types used for estimating the optimal routing points. For example, the number of routes per link can be evaluated for the links between computation nodes and L1 switches, the links between L1 and L2 switches, and the links between L2 and L3 switches, for the computation and service islands.
- Such results can be aggregated, as disclosed above, in reference to the determination of the optimal values so as to obtain actual routing points for the topology and routing of the simulated network.
- the diamond marks represent the actual routing points obtained with the min-hop algorithm while the square marks represent the actual routing points obtained with the fat-tree algorithm. It should be noted that the optimal routing points are not visible since they are superimposed on the square marks representing the actual routing points obtained with the fat-tree algorithm.
- the optimal bandwidth is achieved when there are no oversubscribed or undersubscribed links that is to say when actual routing points are as close as possible to the optimal routing points.
- the number of routes per link is equal to the optimal values for the fat-tree algorithm.
- the min-hop algorithm does not route the packets in an optimal manner since, for example, the actual routing point 400, characterizing about 50,000 routes per link, is equal to about twice the greatest number of routes per link of the optimal routing point 405 (representing the greatest number of routes per link of the optimal routing points).
- the method of the invention for evaluating the efficiency of a network topology and routing may also be used to analyze its efficiency when one or more switches and/or links experience failures.
- the numbers of routes per link enables to assess the routing efficiency of a given routing algorithm on a specific interconnect architecture. It provides an estimate of how well a fully populated network is routed. To that end, a simulation is launched on the fully populated cluster. Once all the routes have been established, one or more items of equipment are removed from the simulated topology. This causes OpenSM to reroute the network, and therefore, to adapt the routes to the new situation. This has direct effects upon the number of routes per link, which can be measured using the methodology described above.
- FIG. 5 illustrates an example of a graph representing optimal routing points and actual routing points resulting from the simulation of the failure of one switch using min-hop routing algorithm and the fat-tree network topology depicted on Figure 2.
- Circular marks represent the optimal routing points
- diamond marks represent the actual routing points when a failure is simulated in one L1 switch
- square marks represent the actual routing points when a failure is simulated in one L2 switch
- triangular marks represent the actual routing points when a failure is simulated in one L3.
- the highest number of routes per link that is reached is greater than 70,000 routes per link, which is three times the optimal value
- 576 links are not used at all, and many links are oversubscribed (square marks in the 40.000 - 50.000 routes per link range).
- the min-hop algorithm performs very badly in a degraded network.
- a third dimension representing the number of occurrences of the point across the elementary simulations, is preferably assigned to each actual routing point when simulating the failure of more than one element.
- Such third dimension may be represented on the graph with colours. For sake of illustration, blue can be used to represent actual routing points resulting from 0 to 33 elementary simulations, yellow can be used to represent actual routing points resulting from 34 to 1148 elementary simulations, green can be used to represent actual routing points resulting from 1149 to 6689 elementary simulations, and so on.
- the most loaded link, the least loaded link, and the actual routing point scattering can be analyzed.
- the link that is the most oversubscribed that is to say the link that corresponds to the highest value along the X axis (representing the number of routes per link), can be considered as characterizing the stability of the network. The higher this value is, the more unstable the routing is and the more sensitive to contention the network is.
- the link that is the most undersubscribed, that corresponds to the lowest value along the X axis can be considered as representing the network performances. The lower this value is, the lower the achieved performance will be. In the worst case, the number of routes per link can be null, which means that one or more links are not used at all by the routing algorithm.
- An efficient routing algorithm should always try to keep the number of routes per link as close as possible to the optimal values. Consequently, the actual routing points should always be as close as possible to the optimal routing points along the X axis. It has been observed that scattered data along the Y axis is less important than along the X axis.
- the method of the invention can also be used to choose the routing algorithm and to improve the estimation of routing algorithm parameters as well as to determine optimal network topologies by comparing simulation results.
- Figure 6 illustrates an example of an algorithm 600 that can be used to improve a network topology and routing based on simulations.
- the simulations are preferably executed on a cluster.
- a net list is generated from the network architecture, for example by converting the electronic file representing the network architecture, to generate a net list that represents all the links between the nodes and switches (step 610).
- the generated net list is then transmitted to the network simulator, for example ibsim, that is configured accordingly (step 615). From this configuration, the routing parameters can be set up (step 620).
- the elementary simulations can be launched (step 625).
- the number of elementary simulations that can be simultaneously executed depends upon the cluster used for simulation.
- a first step of the simulation is a routing step (step 635).
- the number of routes per link and the link counts are preferably evaluated during the simulation as described above by reference to pseudo code 1.
- the obtained results are then aggregated (step 640) so as to determine the actual routing points that can be plotted on a graph (step 645) and displayed (step 650).
- the optimal routing points are also evaluated (not represented) so as to be plotted on the displayed graph.
- step 655 it is possible to modify the network configuration to improve its efficiency according to three types of parameters related to the network topology, the routing parameters, and the routing algorithms (step 655). If the network topology is to be modified, the algorithm is branched to step 605, if the routing parameters are to be modified, the algorithm is branched to step 620, and if the routing algorithm is to be modified, the algorithm is branched to step 635.
- the device 700 is for example a micro-computer or a workstation.
- the apparatus 700 comprises a communication bus 702 to which there are connected:
- RAM random access memory or cache memory
- a communication interface 718 connected to a distributed communication network 720, for example the Internet, the interface being able to transmit and receive data.
- the communication interface 718 allows exchange of data with the nodes of a service island.
- the apparatus 700 may also have:
- a screen 708 for viewing data and/or serving as a graphical interface with the user, who will be able to interact with the programs according to the invention, using a keyboard 710 or any other means such as a pointing device, for example a mouse 711 , an optical stylus, a touch screen or a remote control device;
- a keyboard 710 or any other means such as a pointing device, for example a mouse 711 , an optical stylus, a touch screen or a remote control device;
- hard disk 712 able to contain the aforementioned programs "Prog", “Progi " and “Prog2" and data processed or to be processed according to the invention;
- a disk drive 714 adapted to receive a floppy disk 716 and to read or write thereon data processed or to be processed according to the invention
- a reader for memory cards adapted to read or write thereon data processed or to be processed according to the invention.
- the communication bus affords communication and interoperability between the different elements included in the apparatus 700 or connected to it.
- the representation of the bus is non-limiting and, in particular, the central processing unit is capable of communicating instructions to any element of the apparatus 700 directly or by means of another element of the apparatus 700.
- the executable code of each program enabling the programmable apparatus to implement the processes according to the invention may be stored, for example, on the hard disk 712 or in read-only memory 704.
- the floppy disk 716 can contain data as well as the executable code of the aforementioned programs which, once read by the apparatus 700, will be stored on the hard disk 712.
- the executable code of the programs can be received by the intermediary of the communication network 720, via the interface 718, in order to be stored in an identical fashion to that described previously.
- the floppy disks can be replaced by any information carrier such as a compact disc (CD-ROM) or a memory card.
- the floppy disks may be replaced by information storage means, which can be read by a computer or microprocessor, integrated or not into the apparatus, which may possibly be removable, and which are adapted to store one or more programs whose execution permits the implementation of the method according to the invention.
- program or programs may be loaded into one of the storage means of the apparatus 700 before being executed.
- the central processing unit 703 will control and direct the execution of the instructions or portions of software code of the program or programs according to the invention, these instructions being stored on the hard disk 712 or in the read-only memory 704 or in the other aforementioned storage elements.
- the program or programs which are stored in a nonvolatile memory, for example the hard disk 712 or the read-only memory 704 are transferred into the random-access memory 706, which then contains the executable code of the program or programs according to the invention, as well as registers for storing the variables and parameters necessary for implementation of the invention.
- the communication apparatus comprising the device according to the invention can also be a programmed apparatus.
- This apparatus then contains the code of the computer program or programs for example fixed in an application specific integrated circuit (ASIC).
- ASIC application specific integrated circuit
- the network of which the efficiency is estimated can comprise other items of equipment than nodes and switches.
- the types of links are estimated according to the used equipment, their nature, and the nature of the links between those items of equipment.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
- Small-Scale Networks (AREA)
Abstract
Description
Claims
Priority Applications (3)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US13/379,984 US8873412B2 (en) | 2009-07-02 | 2010-06-28 | Methods and devices for evaluating interconnection efficiency of parallel computer networks based upon static routing schemes |
| JP2012516963A JP5498575B2 (en) | 2009-07-02 | 2010-06-28 | Method and device for evaluating interconnection efficiency of parallel computer networks based on static routing scheme |
| BRPI1014014A BRPI1014014A2 (en) | 2009-07-02 | 2010-06-28 | method for characterizing an interconnection efficiency of a parallel computer network, computer program, and apparatus. |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| EP09290528.0A EP2278756B1 (en) | 2009-07-02 | 2009-07-02 | Methods and devices for evaluating interconnection efficiency of parallel computer networks based upon static routing schemes |
| EP09290528.0 | 2009-07-02 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2011001362A1 true WO2011001362A1 (en) | 2011-01-06 |
Family
ID=41009332
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/IB2010/052943 Ceased WO2011001362A1 (en) | 2009-07-02 | 2010-06-28 | Methods and devices for evaluating interconnection efficiency of parallel computer networks based upon static routing schemes |
Country Status (5)
| Country | Link |
|---|---|
| US (1) | US8873412B2 (en) |
| EP (1) | EP2278756B1 (en) |
| JP (1) | JP5498575B2 (en) |
| BR (1) | BRPI1014014A2 (en) |
| WO (1) | WO2011001362A1 (en) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2013026754A (en) * | 2011-07-19 | 2013-02-04 | Fujitsu Ltd | Network management device and network management method |
Families Citing this family (10)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| FR2960369B1 (en) * | 2010-05-20 | 2013-03-01 | Bull Sas | METHOD FOR OPTIMIZING ROUTING IN A CLUSTER COMPRISING STATIC COMMUNICATION LINKS AND COMPUTER PROGRAM USING SAID METHOD |
| US9231888B2 (en) * | 2012-05-11 | 2016-01-05 | Oracle International Corporation | System and method for routing traffic between distinct InfiniBand subnets based on source routing |
| US9262155B2 (en) | 2012-06-04 | 2016-02-16 | Oracle International Corporation | System and method for supporting in-band/side-band firmware upgrade of input/output (I/O) devices in a middleware machine environment |
| US9197586B2 (en) | 2012-12-18 | 2015-11-24 | Mellanox Technologies Ltd. | Maintaining consistent quality of service between subnets |
| US9385949B2 (en) * | 2012-12-20 | 2016-07-05 | Mellanox Technologies Tlv Ltd. | Routing controlled by subnet managers |
| US9331936B2 (en) | 2012-12-30 | 2016-05-03 | Mellanox Technologies Ltd. | Switch fabric support for overlay network features |
| CN104980352A (en) * | 2014-04-10 | 2015-10-14 | 北京畅游天下网络技术有限公司 | Routing method and device for multiline computer room |
| FR3040575B1 (en) * | 2015-09-02 | 2017-08-18 | Bull Sas | METHOD FOR AUTOMATED DETERMINATION OF OPTIMAL INTERCONNECTION TOPOLOGIES OF SYSTEMS COMPRISING SERVICE NODES, AND ASSOCIATED PROCESSING DEVICE |
| JP6794862B2 (en) | 2017-02-08 | 2020-12-02 | 富士通株式会社 | Information processing equipment, programs, and information processing methods |
| US10587496B2 (en) * | 2017-02-10 | 2020-03-10 | Microsoft Technology Licensing, Llc | Localizing traffic using network topology |
Family Cites Families (9)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US7082464B2 (en) * | 2001-07-06 | 2006-07-25 | Juniper Networks, Inc. | Network management system |
| US7180864B2 (en) * | 2002-02-27 | 2007-02-20 | Lucent Technologies Inc. | Method and apparatus for exchanging routing information within an autonomous system in a packet-based data network |
| US7586909B1 (en) * | 2002-03-06 | 2009-09-08 | Agere Systems Inc. | Striping algorithm for switching fabric |
| US7584298B2 (en) * | 2002-12-13 | 2009-09-01 | Internap Network Services Corporation | Topology aware route control |
| US7388842B1 (en) * | 2003-03-13 | 2008-06-17 | At&T Corp. | Method and apparatus for efficient routing of variable traffic |
| US7872976B2 (en) * | 2003-05-02 | 2011-01-18 | Alcatel-Lucent Usa Inc. | System and method for multi-protocol label switching network tuning |
| US8385194B2 (en) * | 2007-03-13 | 2013-02-26 | Alcatel Lucent | Quality of service admission control network |
| US8243594B1 (en) * | 2007-12-10 | 2012-08-14 | Force10 Networks, Inc. | Coordinated control of multiple parallel links or link aggregations |
| US8619775B2 (en) * | 2008-07-21 | 2013-12-31 | Ltn Global Communications, Inc. | Scalable flow transport and delivery network and associated methods and systems |
-
2009
- 2009-07-02 EP EP09290528.0A patent/EP2278756B1/en active Active
-
2010
- 2010-06-28 BR BRPI1014014A patent/BRPI1014014A2/en not_active Application Discontinuation
- 2010-06-28 WO PCT/IB2010/052943 patent/WO2011001362A1/en not_active Ceased
- 2010-06-28 JP JP2012516963A patent/JP5498575B2/en not_active Expired - Fee Related
- 2010-06-28 US US13/379,984 patent/US8873412B2/en active Active
Non-Patent Citations (5)
| Title |
|---|
| COLIN J BURGESS ET AL: "Optimisation of irregular multiprocessor computer architectures using genetic algorithms", ANNALS OF OPERATIONS RESEARCH, KLUWER ACADEMIC PUBLISHERS, BO, 2 March 1999 (1999-03-02), pages 239 - 257, XP002544226, ISSN: 1572-9338 * |
| GOMEZ C ET AL: "Beyond Fat--tree: Unidirectional Load--Balanced Multistage Interconnection Network", IEEE COMPUTER ARCHITECTURE LETTERS, IEEE, US LNKD- DOI:10.1109/L-CA.2008.8, vol. 7, no. 2, 1 February 2008 (2008-02-01), pages 49 - 52, XP011228116, ISSN: 1556-6056 * |
| JOHNSON G ET AL: "Optimization of infiniband for scientific applications", PARALLEL AND DISTRIBUTED PROCESSING, 2008. IPDPS 2008. IEEE INTERNATIONAL SYMPOSIUM ON, IEEE, PISCATAWAY, NJ, USA, 14 April 2008 (2008-04-14), pages 1 - 8, XP031268317, ISBN: 978-1-4244-1693-6 * |
| SHLOMO BEKHOR ET AL: "EFFECTS OF CHOICE SET SIZE AND ROUTE CHOICE MODELS ON PATH-BASED TRAFFIC ASSIGNMENT", TRANSPORTMETRICA, HONG KONG SOCIETY FOR TRANSPORTATION STUDIES LIMITED, HK, vol. 4, no. 2, 8 January 2008 (2008-01-08), pages 116 - 133, XP002544227, ISSN: 1812-8602 * |
| VISHNU A ET AL: "Performance Modeling of Subnet Management on Fat Tree InfiniBand Networks using OpenSM", PARALLEL AND DISTRIBUTED PROCESSING SYMPOSIUM, 2005. PROCEEDINGS. 19TH IEEE INTERNATIONAL DENVER, CO, USA 04-08 APRIL 2005, PISCATAWAY, NJ, USA,IEEE LNKD- DOI:10.1109/IPDPS.2005.339, 4 April 2005 (2005-04-04), pages 296B - 296B, XP010785940, ISBN: 978-0-7695-2312-5 * |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2013026754A (en) * | 2011-07-19 | 2013-02-04 | Fujitsu Ltd | Network management device and network management method |
Also Published As
| Publication number | Publication date |
|---|---|
| BRPI1014014A2 (en) | 2016-04-12 |
| JP2012532481A (en) | 2012-12-13 |
| JP5498575B2 (en) | 2014-05-21 |
| EP2278756B1 (en) | 2016-10-26 |
| US8873412B2 (en) | 2014-10-28 |
| US20120093023A1 (en) | 2012-04-19 |
| EP2278756A1 (en) | 2011-01-26 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US8873412B2 (en) | Methods and devices for evaluating interconnection efficiency of parallel computer networks based upon static routing schemes | |
| Chiesa et al. | PURR: a primitive for reconfigurable fast reroute: hope for the best and program for the worst | |
| US20160349993A1 (en) | Data-driven ceph performance optimizations | |
| US20120209581A1 (en) | System and method for simulating ip network routing | |
| JP3902606B2 (en) | Self-similar traffic generation | |
| WO2014042753A1 (en) | Generating and evaluating expert networks | |
| Chen et al. | An evaluation of network architectures for next generation supercomputers | |
| Reddy et al. | A fine grained position for modular core on NoC | |
| Porter et al. | Effective web service load balancing through statistical monitoring | |
| US20140317257A1 (en) | Risk mitigation in data center networks | |
| Sureshkumar et al. | Efficient Non-Dominated Multi-Objective Genetic Algorithm (NDMGA) and network security policy enforcement for Policy Space Analysis (PSA) | |
| Shehu et al. | Fruit fly optimization algorithm for network-aware web service composition in the cloud | |
| Tornero et al. | A communication-aware topological mapping technique for NoCs | |
| CN114422393A (en) | Method and apparatus, electronic device, storage medium for determining lossless network performance | |
| Cetinay et al. | Comparing destructive strategies for attacking networks | |
| Ghamry et al. | Network design methods for mitigation of intentional attacks in scale-free networks | |
| US12483462B2 (en) | Cloud network failure auto-correlator | |
| Gabis et al. | Bi-objective cost function for adaptive routing in network-on-chip | |
| Vatten et al. | Assessing NFV network recovery strategies after random failures and targeted attacks | |
| Helal et al. | Performance evaluation of datacenter network topologies with link failures | |
| Michael et al. | Analysis of application-aware on-chip routing under traffic uncertainty | |
| CN117955877B (en) | Method, system and computer readable storage medium for performing network performance analysis | |
| Vasudevan et al. | Reval: A Tool for Real-time Evaluation of DDoS Mitigation Strategies. | |
| Cao et al. | Towards high fidelity network emulation | |
| Alenazi | Distributed SDN deployment in backbone networks for low-delay and high-reliability applications |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 10740301 Country of ref document: EP Kind code of ref document: A1 |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 13379984 Country of ref document: US |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 2012516963 Country of ref document: JP |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 10740301 Country of ref document: EP Kind code of ref document: A1 |
|
| REG | Reference to national code |
Ref country code: BR Ref legal event code: B01A Ref document number: PI1014014 Country of ref document: BR |
|
| ENP | Entry into the national phase |
Ref document number: PI1014014 Country of ref document: BR Kind code of ref document: A2 Effective date: 20111229 |
