WO1998004099A1 - Address reducing process in atm communication systems - Google Patents

Address reducing process in atm communication systems Download PDF

Info

Publication number
WO1998004099A1
WO1998004099A1 PCT/DE1997/001274 DE9701274W WO9804099A1 WO 1998004099 A1 WO1998004099 A1 WO 1998004099A1 DE 9701274 W DE9701274 W DE 9701274W WO 9804099 A1 WO9804099 A1 WO 9804099A1
Authority
WO
WIPO (PCT)
Prior art keywords
node
search
vpi
vci
memory
Prior art date
Application number
PCT/DE1997/001274
Other languages
German (de)
French (fr)
Inventor
Manfred Hachinger
Original Assignee
Siemens Aktiengesellschaft
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Siemens Aktiengesellschaft filed Critical Siemens Aktiengesellschaft
Priority to JP50643998A priority Critical patent/JP3821854B2/en
Priority to EP97929128A priority patent/EP0914750A1/en
Priority to AU33351/97A priority patent/AU719083B2/en
Publication of WO1998004099A1 publication Critical patent/WO1998004099A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L49/00Packet switching elements
    • H04L49/30Peripheral units, e.g. input or output ports
    • H04L49/3081ATM peripheral units, e.g. policing, insertion or extraction
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L49/00Packet switching elements
    • H04L49/30Peripheral units, e.g. input or output ports
    • H04L49/3009Header conversion, routing tables or routing tags
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/54Store-and-forward switching systems 
    • H04L12/56Packet switching systems
    • H04L12/5601Transfer mode dependent, e.g. ATM
    • H04L2012/5638Services, e.g. multimedia, GOS, QOS
    • H04L2012/5646Cell characteristics, e.g. loss, delay, jitter, sequence integrity
    • H04L2012/5652Cell construction, e.g. including header, packetisation, depacketisation, assembly, reassembly

Definitions

  • the invention relates to a method according to the preamble of patent claim 1.
  • ATM connections Asynchronous Transfer Mode
  • information is transmitted from one transmitter to one or more receivers. This is done by packing and transmitting the information to be transmitted in ATM cells.
  • the useful information is stored in the information section of the relevant ATM cell and signaling information relating to the connection is stored in the cell header preceding the information section.
  • the signaling information is designed as virtual channel numbers or as virtual path numbers (VPI / VCI connection parameters).
  • VPI / VCI connection parameters are up to 28 bits long and indicate which connection the cell in question belongs to.
  • tables are kept in ATM switching systems in which connection data - that is to say all data characterizing a specific connection, such as data relating to cell rate monitoring or routing - are stored and can be changed dynamically if necessary.
  • connection data - that is to say all data characterizing a specific connection, such as data relating to cell rate monitoring or routing - are stored and can be changed dynamically if necessary.
  • N ⁇ 2 2 ⁇ .
  • the number N is in the order of 2 13 connections.
  • connection-related data In order to be able to take that connection-related data from the table, the associated memory cells must be addressed in a corresponding manner. In principle, this could be done using the VPI / VCI connection parameters. This is however not practical with 2 28 addresses. For this reason, a number of methods for address reduction have become established in the prior art.
  • the 28-bit VPI / VCI address is converted into a shorter one with about 13 bits. With this address, the connection data are now addressed and taken from the relevant table.
  • VPI / VCI connection parameters in shorter internal addresses ⁇ such as 13 bits
  • CAM content-addressable memories
  • the invention has for its object to show a way how the conversion of connection parameters of an ATM cell into internal addresses with simple means without large Effort can be carried out quickly and efficiently without impairing dynamic expandability.
  • a particular advantage of the invention is that this conversion is carried out using a sequential search method in a binary search tree.
  • This is done according to the invention in that the VPI / VCI connection parameters taken from the cell header of an ATM cell are fed as an input variable to a binary search tree having a plurality of nodes, starting with the uppermost node and then being compared in descending order with numerical values stored in the further nodes until equality is achieved in one of the comparison operations.
  • This has the advantage that no complex memory modules, such as the content-addressable memories used in the prior art, need be used.
  • a memory system which is split into a logic part and a memory part, the comparison operations being carried out in the logic part and the nodes being implemented as list entries in the memory part, and that several fields being defined in each of these list entries are updated each time a connection is established or disconnected.
  • This has the advantage that the memory portion is easily expandable in terms of hardware.
  • the algorithm implementing the search tree can also be easily changed in software. The easy expandability in hardware and software is given by the strict separation of logic part and memory part.
  • the termination criterion is the equality of the values linked in the comparison operation. This has the advantage that the different shortest address is completely determined and can be used for addressing the memory containing the connection-related data.
  • At least two search accesses to the memory portion are nested in a chronological order. This is associated with the advantage that the time gaps resulting from the accesses are optimally utilized, as a result of which a further dynamization of the method is achieved.
  • changes to the list - entries are carried out by using at least two databases, one of these databases having an active operating state and the remaining database having a passive operating state, and that at defined times, both databases are each assigned to them - Reported operating status from those in the remaining database.
  • FIG. 1 the method according to the invention using an abstract search strategy using a binary search tree
  • FIG. 2 the implementation of the method according to the invention
  • FIG. 3 nested search accesses for dynamization
  • FIG. 4 the changes in the search memory.
  • the method according to the invention is shown in FIG. 1 on the basis of an abstractly represented search strategy with the aid of a binary search tree.
  • This is a height-balanced, binary AVL tree.
  • Such trees are described in "Algorithms & Data Structures, N.Wirth".
  • the search tree itself is made up of a large number of nodes, each node being connected by connecting lines, which in the sense of the graph Theories are referred to as edges with a maximum of 2 successor nodes.
  • the distances between the top node and all end nodes, which are also referred to as depth, are kept small. In this way, the search time is also kept short.
  • each node is assigned a numerical value, which is formed from the higher bit positions of the VPI part and the lower bit positions of the VCI part of the connection parameters VPI / VCI, which will be described in more detail later.
  • the numerical values of all nodes in the left subtree of the search tree are smaller and in the right part
  • the tree of the search tree is larger than that of the respective node above it.
  • connection parameters VPI / VCI are taken from the cell header K and compared with the numerical value of the topmost node of the search tree. If the connection parameter value VPI / VCI taken from cell Z is greater than the numerical value entered here, a branch is made to the right to the next lower node. Otherwise it branches to the left to the next lower node. A further comparison is then made there. Depending on the result, there may be a further branching until equality is reached. It is important to note that equality can already be determined in the top node.
  • the reduced address is output. This address is usually made up of 13 bit positions, which means a significant reduction compared to the 28 bit positions described above. If no equality is reached in the comparison just mentioned, this means that a cell has arrived for a connection that does not exist and the search is terminated with an acknowledgment of a corresponding message.
  • search memory SP shows how the search tree is implemented in a memory system SP of the ATM switching system, hereinafter referred to as search memory SP.
  • the search memory SP is now split into a logic component ASIC and a memory component RAM.
  • the comparison operations are carried out in the logic part ASIC, while the connection parameter values VPI / VCI and further values to be specified are stored in the memory part RAM.
  • This division has the advantage that the search algorithm is easy to configure and the hardware portion of the RAM can be expanded easily in terms of hardware.
  • the entries in the RAM portion are organized in the form of a list and are made when the connection is established. When a connection is ended, these entries are deleted again. So there is an image in the RAM portion the current status of all connections existing in the ATM switching system in question.
  • N entries are shown in the memory portion RAM.
  • Each of these entries has a total of 8 fields.
  • the first field is formed by the connection parameter value VPI and has a size of 12 bit positions (possibly up to 16 bits).
  • the numerical value of the node (higher value part) is defined here.
  • the next field is the connection parameter value VCI, which has 16 bit positions and defines the least significant part of the numerical value of the node. This is followed by a field P, which is only 1 bit in size and functions as an indicator as to whether or not the connection parameter value VCI should be taken into account in the comparison.
  • connection parameters VPI / VCI are stored in the cell header K.
  • the search memory SP with logic component ASIC and memory component RAM is shown. In the latter, the search tree shown in FIG. 1 is implemented with nodes.
  • the memory S is disclosed, which contains the connection-related data in the table T. The internal processes of the method according to the invention are discussed in more detail below.
  • the connection parameters VPI / VCI are taken from the cell Z arriving in the ATM switching system and compared with a numerical value which is formed from the higher value part of the connection parameter value VPI and the lower value part of the connection parameter value VCI.
  • This numerical value is entered in the node of the search tree shown in FIG. 1.
  • a branch is made to the list entries in question.
  • the branching takes place according to the values entered in the fields LPTR or RPTR. 2 shows branches to the list entries 3 and N as examples.
  • connection parameter value VPI / VCI the numerical value entered here is compared with the connection parameter value VPI / VCI or only with the connection parameter value VPI, depending on the value of the bit contained in field P.
  • This uppermost node of the search tree does not necessarily have to be identical to the uppermost first entry - in the exemplary embodiment this would be the entry with the number 1 according to FIG. 2 - in the search memory SP. Rather, the search can also be carried out from any entry, but it is always started from the top node, regardless of where this node is implemented in the RAM. Depending on the result "greater”, “less” or “equal” of this comparison, the search is continued with the right or left successor node.
  • This branching is implemented in the RAM portion of the memory by means of the fields LPTR and RPTR. Pointer) to other entry fields (eg 2 ... N). If equality is found, the search is terminated by issuing a "Single match" acknowledgment. Furthermore, the list address AD of the node is sent as the return value. The table entries of table T are then addressed in memory S. If the search is continued because no equality has yet been determined, the selection of the successor node continues to be made using the pointing operators of the fields RPTR, LPTR, taking into account the bits stored in the fields RV and LV. If the search process is not ended after a predetermined number of steps, it is terminated with an error message ("mismatch", ie no suitable entry found).
  • FIG. 4 shows how the entries in the RAM memory portion are reorganized when the connection is established or cleared down. This is necessary because otherwise adding or removing entries in the search memory would take place at the same time.
  • two databases are used, which are designated Bank1, Bank2 in FIG. 4.
  • the reference symbol M the original content in the entry of the search memory SP
  • the reference symbol dM the difference in the memory content.
  • One of the databases e.g. B. the database Bankl, is only used for search access and should accordingly have an active operating state.
  • the remaining database, the Bank2 database should only be used for changes that can be entered in the new search list and are in a passive operating state.
  • the nested search accesses A, B according to FIG. 3 should begin in neighboring time slots if possible. The switchover must under no circumstances take place during a search access.
  • a height-balanced, binary AVL tree was used in particular.
  • the invention is not restricted to this type of search tree. Rather, the search can also be carried out using other search trees without restriction.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

For the connection-related data stored in a table of an ATM communication system to be efficiently addressed, the address required for addressing must be available in a short form. For that purpose, the VPI/VCI connection parameters taken from an ATM cell head are supplied as input values to a binary search tree having a plurality of nodes, beginning with the uppermost node, and are then compared in descending order to numeric values stored in the other nodes until one of the comparisons gives an equal result.

Description

Beschreibungdescription
Verfahren zur Adreßreduktion in ATM-Vermittlungssystemen.Address reduction method in ATM switching systems.
Die Erfindung betrifft ein Verfahren gemäß dem Oberbegriff des Patentanspruchs 1.The invention relates to a method according to the preamble of patent claim 1.
Bei ATM-Verbindungen (Asynchronous Transfer Modus) werden Informationen von einem Sender zu einem oder mehreren Empfängern hin übertragen. Dies erfolgt, indem die zu übertragenden Informationen in ATM-Zellen gepackt und übertragen werden. Dabei sind die Nutzinformationen im Informationsteil der betreffenden ATM-Zelle und Signalisierungsinformationen bezüglich der Verbindung in dem dem Informationsteil vorangestellten Zellenkopf gespeichert. Die Signalisierungsinformationen sind als virtuelle Kanalnummern bzw. als virtuelle Pfadnum- mern (VPI/VCI Verbindungsparameter) ausgebildet.With ATM connections (Asynchronous Transfer Mode), information is transmitted from one transmitter to one or more receivers. This is done by packing and transmitting the information to be transmitted in ATM cells. The useful information is stored in the information section of the relevant ATM cell and signaling information relating to the connection is stored in the cell header preceding the information section. The signaling information is designed as virtual channel numbers or as virtual path numbers (VPI / VCI connection parameters).
Die VPI/VCI Verbindungsparameter sind bis zu 28 Bit lang und zeigen an, zu welcher Verbindung die betreffende Zelle gehört. Generell werden in ATM-Vermittlungssystemen Tabellen geführt, in denen Verbindungsdaten - also alle eine bestimmte Verbindung charakterisierende Daten wie zum Beispiel Daten bezüglich Zellenratenüberwachung oder Routing - abgelegt sind und gegebenenfalls dynamisch geändert werden können. Zu einem bestimmten Zeitpunkt kann jedoch nur eine Anzahl von N Ver- bindungen eingerichtet sein kann, wobei N << 2 ist. In der Regel bewegt sich die Zahl N etwa in der Größenordnung von 213 Verbindungen.The VPI / VCI connection parameters are up to 28 bits long and indicate which connection the cell in question belongs to. In general, tables are kept in ATM switching systems in which connection data - that is to say all data characterizing a specific connection, such as data relating to cell rate monitoring or routing - are stored and can be changed dynamically if necessary. At any given time, however, only a number of N connections can be established, where N << 2 . As a rule, the number N is in the order of 2 13 connections.
Um jene verbindungsbezogene Daten der Tabelle entnehmen zu können, müssen die zugehörigen Speicherzellen in entsprechender Weise adressiert werden. Prinzipiell könnte dies unter Verwendung der VPI/VCI Verbindungsparameter erfolgen. Dies ist jedoch mit 228 Adressen nicht praktikabel. Aus diesem Grunde haben sich beim Stand der Technik eine Reihe von Verfahren zur Adreßreduktion durchgesetzt. Dabei wird die 28 Bit lange VPI/ VCI Adresse in eine kürzere mit etwa 13 Bit umgesetzt. Mit dieser Adresse werden nun in die Verbindungsdaten adressiert und der betreffenden Tabelle entnommen.In order to be able to take that connection-related data from the table, the associated memory cells must be addressed in a corresponding manner. In principle, this could be done using the VPI / VCI connection parameters. This is however not practical with 2 28 addresses. For this reason, a number of methods for address reduction have become established in the prior art. The 28-bit VPI / VCI address is converted into a shorter one with about 13 bits. With this address, the connection data are now addressed and taken from the relevant table.
Da für die Umsetzung der VPI/VCI Verbindungsparameter in kürzere interene Adressen {wie z.B. 13 Bit) nur eine relativ kurze Zeit zur Verfügung - z.B. 2,8 μsec bei einer Übertragungsrate von 155 Mbit/ sec - haben sich beim Stand der Technik inhaltsadressierbare Speicher (CAM) durchgesetzt. Diesen werden dann 28 Bit breite Eingangsdaten (also die VPI/VCI Verbindungsparameterwerte) angeboten. Nach Maßgabe eines in- ternen Vergleiches dieser Daten mit allen internen Einträgen werden zum gefundenen Eintrag gehörige Daten - d.h. im vorliegenden Fall die interne Adresse von 13 Bit ausgegeben. Grundsätzlich können dabei drei Fälle auftreten:As for the implementation of the VPI / VCI connection parameters in shorter internal addresses {such as 13 bits) is only available for a relatively short time - e.g. 2.8 μsec at a transmission rate of 155 Mbit / sec - content-addressable memories (CAM) have become established in the prior art. These are then offered 28-bit wide input data (i.e. the VPI / VCI connection parameter values). In accordance with an internal comparison of this data with all internal entries, data belonging to the entry found - i.e. in this case the internal address of 13 bits is output. There are basically three cases:
l. Im Speicher werden keine passenden Einträge (mismacht) gefunden.l. No matching entries (mismacht) are found in the memory.
2. Genau ein Eintrag (single match) wird gefunden, oder2. Exactly one entry (single match) is found, or
3. mehr als ein Eintrag (multi-match) wird zu den gegebenen Eingangsdaten aufgefunden.3. More than one entry (multi-match) is found for the given input data.
Nachteilig an einer derartigen Lösung ist jedoch, daß die in- haltsadressierbaren Speicher teuer und aufwendig sind, da diese aufgrund spezieller Anforderungen nur als ASIC Bausteine realisierbar sind. Darüberhinaus bringt eine Erweite- rung der Hardware- und Softwarekomponenten Schwierigkeiten mit sich, so daß der paktikable Einsatz in der Praxis oft in Frage gestellt ist.A disadvantage of such a solution, however, is that the content-addressable memories are expensive and complex since, due to special requirements, they can only be implemented as ASIC components. Furthermore, an expansion of the hardware and software components brings with it difficulties, so that the practicable use is often questioned in practice.
Der Erfindung liegt die Aufgabe zugrunde, einen Weg aufzuzei- gen, wie die Umsetzung von Verbindungsparametern einer ATM- Zelle in interne Adressen mit einfachen Mitteln ohne großen Aufwand schnell und effizient durchgeführt werden kann, ohne dabei dynamische Erweiterbarkeit zu beeinträchtigen.The invention has for its object to show a way how the conversion of connection parameters of an ATM cell into internal addresses with simple means without large Effort can be carried out quickly and efficiently without impairing dynamic expandability.
Vorteilhaft an der Erfindung ist insbesondere, daß diese Um- setzung unter Verwendung eines sequentiellen Suchverfahrens in einem binären Suchbaum durchgeführt wird. Dies erfolgt erfindungsgemäß dadurch, daß dem Zellenkopf einer ATM-Zelle entnommene VPI/VCI Verbindungsparameter als Eingangsgröße einem eine Mehrzahl von Knoten aufweisenden, binären Suchbaum zugeführt, beginnend mit dem obersten Knoten und dann in absteigender Reihenfolge solange mit in den weiteren Knoten gespeicherten Zahlenwerten verglichen werden, bis Gleichheit bei einer der Vergleichsoperationen erreicht ist . Damit ist der Vorteil verbunden, daß keine aufwendigen Speicherbausteine wie die beim Stand der Technik benutzten inhaltsadressier- baren Speicher verwendet zu werden brauchen.A particular advantage of the invention is that this conversion is carried out using a sequential search method in a binary search tree. This is done according to the invention in that the VPI / VCI connection parameters taken from the cell header of an ATM cell are fed as an input variable to a binary search tree having a plurality of nodes, starting with the uppermost node and then being compared in descending order with numerical values stored in the further nodes until equality is achieved in one of the comparison operations. This has the advantage that no complex memory modules, such as the content-addressable memories used in the prior art, need be used.
Vorteilhafte Weiterbildungen der Erfindung sind in den Unteransprüchen vorgesehen.Advantageous developments of the invention are provided in the subclaims.
Gemäß Anspruch 2 ist vorgesehen, daß ein Speichersystem vorgesehen ist, das in einen Logikanteil und einen Speicheranteil aufgesplittet wird, wobei die Vergleichsoperationen im Logikanteil durchgeführt werden und die Knoten als Listenein- träge im Speicheranteil realisiert sind, und daß in jedem dieser Listeneinträge mehrere Felder definiert sind, die jeweils beim Verbindungsaufbau bzw. Verbindungsabbau aktualisiert werden. Damit ist der Vorteil verbunden, daß der Speicheranteil hardwaremäßig leicht erweiterbar ist. Darüberhi- naus kann der den Suchbaum realisierende Algorithmus softwaremäßig ebenfalls leicht geändert werden. Die leichte Erweiterbarkeit in Hardware und Software ist durch die strikte Trennung von Logikanteil und Speicheranteil gegeben.According to claim 2 it is provided that a memory system is provided which is split into a logic part and a memory part, the comparison operations being carried out in the logic part and the nodes being implemented as list entries in the memory part, and that several fields being defined in each of these list entries are updated each time a connection is established or disconnected. This has the advantage that the memory portion is easily expandable in terms of hardware. In addition, the algorithm implementing the search tree can also be easily changed in software. The easy expandability in hardware and software is given by the strict separation of logic part and memory part.
Gemäß Anspruch 3 ist vorgesehen, daß das Abbruchkriterium die Gleichheit der bei der Vergleichsoperation verknüpften Werte ist. Damit ist der Vorteil verbunden, daß erst dann die ver- kürzte Adresse vollständig ermittelt ist und zur Adressierung des die verbindungsbezogenen Daten enthaltenden Speichers verwendbar ist.According to claim 3 it is provided that the termination criterion is the equality of the values linked in the comparison operation. This has the advantage that the different shortest address is completely determined and can be used for addressing the memory containing the connection-related data.
Gemäß Anspruch 4 ist vorgesehen, daß in wenigstens zwei Feldern eines jeden Listeneintrages Zeigeoperatoren auf die Listeneinträge definiert sind, zu denen verzweigt werden soll. Damit ist der Vorteil verbunden, daß eine effiziente, schnelle Suche innerhalb des den Suchbaum realisierenden Algorithmus gegeben ist.According to claim 4, it is provided that in at least two fields of each list entry pointing operators are defined on the list entries to which the branch is to be made. This has the advantage that there is an efficient, fast search within the algorithm implementing the search tree.
Gemäß Anspruch 5 ist vorgesehen, daß wenigstens zwei Suchzugriffe auf den Speicheranteil in einer zeitlichen Abfolge ineinanderschachtelt werden. Damit ist der Vorteil verbunden, daß die sich durch die Zugriffe ergebenden zeitlichen Lücken optimal ausgenutzt werden, wodurch eine weitere Dynamisierung des Verfahrens erreicht wird.According to claim 5 it is provided that at least two search accesses to the memory portion are nested in a chronological order. This is associated with the advantage that the time gaps resulting from the accesses are optimally utilized, as a result of which a further dynamization of the method is achieved.
Gemäß Anspruch 6 ist vorgesehen, daß Änderungen der Liste - eintrage durch die Verwendung wenigstens zweier Datenbänke durchgeführt werden, wobei eine dieser Datenbänke einen aktiven Betriebszustand und die verbleibende Datenbank einen passiven Betriebszustand aufweisen, und daß zu fest definierten Zeitpunkten beide Datenbänke von dem ihnen jeweils zuge- wiesenen Betriebszustand aus in denjenigen der verbleibenden Datenbank überführt werden. Damit ist der Vorteil verbunden, daß die Änderungen lediglich zu definierten Zeitpunkten, nämlich dem Umschaltezeitpunkt wirksam werden. Da das Hinzufügen und Entfernen von Einträgen stets mit größeren Datenbewegun- gen einhergeht, ist damit auch eine weitere Dynamisierung des Verfahrens erreicht.According to claim 6 it is provided that changes to the list - entries are carried out by using at least two databases, one of these databases having an active operating state and the remaining database having a passive operating state, and that at defined times, both databases are each assigned to them - Reported operating status from those in the remaining database. This has the advantage that the changes only take effect at defined times, namely the changeover time. Since the addition and removal of entries is always accompanied by larger data movements, this further dynamic the process.
Die Erfindung wird im folgenden anhand eines Ausführungsbei- spiels näher beschrieben. Es zeigen :The invention is described in more detail below with the aid of an exemplary embodiment. Show it :
Figur l : das erfindungsgemäße Verfahren anhand einer abstrakt dargestellten Suchstrategie mit Hilfe eines binären Suchbaumes, Figur 2 die Realisierung des erfindungsgemäßen Verfah- ens Figur 3 verschachtelte Suchzugriffe zur Dynamissierung Figur 4 die Änderungen im Suchspeicher.FIG. 1: the method according to the invention using an abstract search strategy using a binary search tree, FIG. 2 the implementation of the method according to the invention; FIG. 3 nested search accesses for dynamization; FIG. 4 the changes in the search memory.
In Fig. 1 ist ist das erfindungsgemäße Verfahren anhand einer abstrakt dargestellten Suchstrategie mit Hilfe eines binären Suchbaumes aufgezeigt. Dabei handelt es sich um einen höhenbalancierten, binären AVL Baum.Derartige Bäume sind beschrieben in „Algorithmen & Datenstrukturen, N.Wirth". Der Suchbaum selbst wird aus einer Vielzahl von Knoten gebildet, wobei jeder Knoten über Verbindungslinien, die im Sinne der Graphen- theorie als Kanten bezeichnet werden, mit maximal 2 Nachfolgeknoten verbunden ist. Die Abstände zwischen dem obersten Knoten und allen Endknoten, die auch als Tiefe bezeichnet werden, werden klein gehalten. Damit wird dann die Suchdauer ebenfalls klein gehalten. Dies ist notwendig, um die Such- dauer kleiner als 2,8 μsec einhalten zu können. Weiterhin ist einem jeden Knoten ein Zahlenwert zugewiesen, der aus den höherwertigen Bitstellen des VPI Anteils und den niederwert- igen Bitstellen des VCI Anteils der Verbindungsparameter VPI/VCI gebildet ist, worauf später noch detaillierter einge- gangen wird. Dabei sind die Zahlenwerte aller Knoten im linken Teilbaum des Suchbaumes kleiner, und im rechten Teilbaum des Suchbaumes größer als diejenigen des jeweiligen darüber- liegenden Knotens.The method according to the invention is shown in FIG. 1 on the basis of an abstractly represented search strategy with the aid of a binary search tree. This is a height-balanced, binary AVL tree. Such trees are described in "Algorithms & Data Structures, N.Wirth". The search tree itself is made up of a large number of nodes, each node being connected by connecting lines, which in the sense of the graph Theories are referred to as edges with a maximum of 2 successor nodes. The distances between the top node and all end nodes, which are also referred to as depth, are kept small. In this way, the search time is also kept short. This is necessary in order to perform the search - Can be maintained for less than 2.8 μsec Furthermore, each node is assigned a numerical value, which is formed from the higher bit positions of the VPI part and the lower bit positions of the VCI part of the connection parameters VPI / VCI, which will be described in more detail later The numerical values of all nodes in the left subtree of the search tree are smaller and in the right part The tree of the search tree is larger than that of the respective node above it.
Eine in das ATM-Vermittlungssystem eindringende ATM-Zelle Z wird nun daraufhin überprüft, welcher Verbindung sie angehörtem gegebenenfalls die in einer Tabelle T eines Speichers S abgelegten verbindungsbezogenen Daten entnehmen und bearbeiten zu können. Zu diesem Zweck werden dem Zellenkopf K die Verbindungsparameter VPI/VCI entnommen und mit dem Zahlenwert des am weitesten oben angeordneten Knotens des Suchbaumes verglichen. Ist der der Zelle Z entnommene Verbindungsparameterwert VPI/VCI größer als der hier eingetragene Zahlenwert, so wird nach rechts zum nächst niedrigeren Knotenpunkt verzweigt. Andernfalls wird nach links zum nächst niederen Knotenpunkt verzweigt. Dort erfolgt dann jeweils ein weiterer Vergleich. Nach Maßgabe des Ergebnisses erfolgt gegebenenfalls eine weitere Verzweigung, bis Gleichheit erreicht ist. Dabei gilt es zu beachten, daß die Gleichheit bereits im obersten Knoten festgestellt werden kann. Ist Gleichheit festgestellt, erfolgt die Ausgabe der reduzierten Adresse. Diese Adresse wird in der Regel aus 13 Bitstellen gebildet, wodurch eine erhebliche Reduzierung gegenüber den eingangs beschriebenen 28 Bitstellen erreicht ist. Wird bei dem soeben angesprochenen Vergleich keine Gleichheit erreicht, so bedeutet dies, daß eine Zelle für eine nicht vorhandene Verbindung angekommen ist und die Suche wird unter Quittierung einer entsprechenden Meldung abgebrochen.An ATM cell Z penetrating into the ATM switching system is then checked to determine which connection it belongs to, if applicable, that in a table T of a memory S to be able to take and process stored connection-related data. For this purpose, the connection parameters VPI / VCI are taken from the cell header K and compared with the numerical value of the topmost node of the search tree. If the connection parameter value VPI / VCI taken from cell Z is greater than the numerical value entered here, a branch is made to the right to the next lower node. Otherwise it branches to the left to the next lower node. A further comparison is then made there. Depending on the result, there may be a further branching until equality is reached. It is important to note that equality can already be determined in the top node. If equality is determined, the reduced address is output. This address is usually made up of 13 bit positions, which means a significant reduction compared to the 28 bit positions described above. If no equality is reached in the comparison just mentioned, this means that a cell has arrived for a connection that does not exist and the search is terminated with an acknowledgment of a corresponding message.
Fig. 2 zeigt, wie der Suchbaum in einem Speichersystem SP des ATM-Vermittlungssystems, im folgenden Suchspeicher SP genannt, realisiert ist . Der Suchspeicher SP wird nun in einen Logikanteil ASIC und einen Speicheranteil RAM aufgesplittet . Im Logikanteil ASIC werden die Vergleichsoperationen durchgeführt, während im Speicheranteil RAM die Verbindungsparameterwerte VPI/VCI sowie weitere, noch näher zu spezifi- zierende Werte abgelegt sind. Diese Aufteilung bringt den Vorteil mit sich, daß eine leichte Konfigurierbarkeit des Suchalgorithmuses sowie einen leicht durchzuführende hardwaremäßige Erweiterbarkeit des Speicheranteils RAM gegeben ist. Die Einträge im Speicheranteil RAM sind in Form einer Liste organisiert und werden beim Verbindungsaufbau vorgenommen. Beim Beenden einer Verbindung werden diese Eintäge wieder gelöscht . Damit ist im Speicheranteil RAM ein Abbild des aktuellen Zustandes aller in dem betreffenden ATM- Vermittlungssystem bestehenden Verbindungen abgelegt .2 shows how the search tree is implemented in a memory system SP of the ATM switching system, hereinafter referred to as search memory SP. The search memory SP is now split into a logic component ASIC and a memory component RAM. The comparison operations are carried out in the logic part ASIC, while the connection parameter values VPI / VCI and further values to be specified are stored in the memory part RAM. This division has the advantage that the search algorithm is easy to configure and the hardware portion of the RAM can be expanded easily in terms of hardware. The entries in the RAM portion are organized in the form of a list and are made when the connection is established. When a connection is ended, these entries are deleted again. So there is an image in the RAM portion the current status of all connections existing in the ATM switching system in question.
Weiterhin muß infolge eines Verbindungsaufbaus bzw. eines Verbindungsabbaus ein Teil der Einträge im Speicheranteil RAM umorganisiert werden. Dabei ist die Anzahl der Änderungen durch die Baumtiefe begrenzt. Gemäß Fig. 2 sind im Speicheranteil RAM N Einträge aufgezeigt . Jeder dieser Einträge weist insgesamt 8 Felder auf . Das erste Feld wird durch den Verbindungsparameterwert VPI gebildet und weist eine Größe von 12 Bitstellen auf (gegebenenfalls bis zu 16 Bit) . Hier ist der numerische Wert des Knotens (höherwertige Teil) definiert. Das sich daran anschließende Feld ist der Verbindungsparameterwert VCI, der 16 Bitstellen groß ist und den niederwertigen Teil des numerischen Wertes des Knotens definiert. Im folgenden schließt sich ein Feld P an, das lediglich 1 Bit groß ist und als Indikator fungiert, ob der Verbindungsparameterwert VCI beim Vergleich berücksichtigt werden soll oder nicht. Dies ist insofern wesentlich, als daß es in ATM-Anwendungen möglich sein muß, neben der kombinierten VPI/VCI-Auswertung nur nach dem VPI-Anteil so zu suchen. Als nächstes folgt ein Feld LPTR mit 13 Bitstellen Länge, das einen Zeiger auf den linken Nachfolgeknoten definiert. Das Feld LV zeigt mit l Bit an, ob dieser linke Nachfolgeknoten existiert. Gleiches gilt für die Felder PRTR (Zeiger auf rechten Nachfolgeknoten, 13 Bitstellen) , RV (l Bit, Indikator ob rechter Nachfolgeknoten existiert) .Furthermore, a part of the entries in the memory portion RAM must be reorganized as a result of a connection being established or a connection being closed. The number of changes is limited by the tree depth. 2, N entries are shown in the memory portion RAM. Each of these entries has a total of 8 fields. The first field is formed by the connection parameter value VPI and has a size of 12 bit positions (possibly up to 16 bits). The numerical value of the node (higher value part) is defined here. The next field is the connection parameter value VCI, which has 16 bit positions and defines the least significant part of the numerical value of the node. This is followed by a field P, which is only 1 bit in size and functions as an indicator as to whether or not the connection parameter value VCI should be taken into account in the comparison. This is essential insofar as it must be possible in ATM applications to only search for the VPI portion in addition to the combined VPI / VCI evaluation. Next follows a field LPTR with 13 bit positions, which defines a pointer to the left successor node. The field LV indicates with 1 bit whether this left successor node exists. The same applies to the fields PRTR (pointer to right successor node, 13 bit positions), RV (1 bit, indicator whether right successor node exists).
Gemäß Fig. 2 ist weiterhin die in den ATM-Vermittlungsknoten eindringende ATM-Zelle Z aufgezeigt, die einen Informationsteil I und einen Zellenkopf K aufweist. Im Zellenkopf K sind die Verbindungsparameter VPI/VCI abgelegt. Weiterhin ist, wie bereits eingangs erwähnt, der Suchspeicher SP mit Logikanteil ASIC und Speicheranteil RAM aufgezeigt. In letzterem ist der in Fig. l aufgezeigte Suchbaum mit Knoten realisiert. Weiterhin ist der Speicher S offenbart, der in der Tabelle T die verbindungsbezogenen Daten enthält. Im folgenden sei auf die internen Abläufe des erfindungsgemäßen Verfahrens näher eingegangen. Dabei wird der im ATM-Vermittlungssystem ankommenden Zelle Z die Verbindungsparameter VPI/VCI entnommen und mit einem Zahlenwert verglichen, der aus dem höherwertigen Teil des Verbindungsparameterwertes VPI und dem niederwertigen Teil des Verbindungsparameterwertes VCI gebildet wird. Dieser Zahlenwert ist in den Knoten des in Fig. l aufgezeigten Suchbaumes eingetragen. Nach Maßgabe des Ergebnisses der Vergleichsoperation wird zu den in Frage kommenden Listeneinträgen verzweigt. Die Verzweigung erfolgt dabei nach Maßgabe der in den Feldern LPTR bzw. RPTR eingetragenen Werten. In Fig. 2 sind beispielhaft Verzweigungen zu den Listeneinträgen 3 und N aufgezeigt.2, the ATM cell Z penetrating into the ATM switching node is furthermore shown, which has an information part I and a cell header K. The connection parameters VPI / VCI are stored in the cell header K. Furthermore, as already mentioned at the beginning, the search memory SP with logic component ASIC and memory component RAM is shown. In the latter, the search tree shown in FIG. 1 is implemented with nodes. Furthermore, the memory S is disclosed, which contains the connection-related data in the table T. The internal processes of the method according to the invention are discussed in more detail below. In this case, the connection parameters VPI / VCI are taken from the cell Z arriving in the ATM switching system and compared with a numerical value which is formed from the higher value part of the connection parameter value VPI and the lower value part of the connection parameter value VCI. This numerical value is entered in the node of the search tree shown in FIG. 1. Depending on the result of the comparison operation, a branch is made to the list entries in question. The branching takes place according to the values entered in the fields LPTR or RPTR. 2 shows branches to the list entries 3 and N as examples.
Ausgehend vom obersten Knoten des Suchbaumes wird somit der hier eingetragene Zahlenwert in Abhängigkeit vom Wert des im Feld P enthaltenen Bits mit dem Verbindungsparameterwert VPI/ VCI oder nur mit dem Verbindungsparameterwert VPI verglichen. Dabei muß dieser oberste Knoten des Suchbaumes nicht notwendigerweise mit dem obersten ersten Eintrag - im Ausführungs- beispiel wäre dies gemäß Fig. 2 der Eintrag mit der Nummer 1 - im Suchspeicher SP identisch sein. Vielmehr kann die Suche auch von einem beliebigen Eintrag aus erfolgen, sie wird jedoch immer vom obersten Knoten gestartet, unabhängig davon, wo dieser Knoten im Speicher RAM reaslisiert ist. Abhängig vom Ergebnis „größer", „kleiner" oder „gleich" dieses Vergleiches wird die Suche mit dem rechten oder linken Nachfolgeknoten fortgesetzt . Diese Verzweigung wird im Speicher- anteil RAM durch die Felder LPTR und RPTR realisiert. Die darin abgespeicherten Werte stellen Zeigeoperatoren (Pointer) auf andere Eintragsfelder (z.B. 2...N) dar. Wird Gleichheit festgestellt, wird die Suche abgebrochen, indem eine Quittung „Single match" ausgegeben wird. Ferner wird als Rückgabewert die Listenadresse AD des Knotens gesendet. Damit werden dann im Speicher S die Tabelleneinträge der Tabelle T adressiert. Wird die Suche fortgesetzt, weil noch keine Gleichheit festgestellt worden ist, erfolgt die Auswahl des Nachfolgeknotens weiterhin anhand der Zeigeoperatoren der Feldern RPTR, LPTR unter Berücksichtigung der in den Feldern RV und LV abge- legten Bits . Wird der Suchvorgang nach einer vorgegebenen Anzahl von Schritten nicht beendet, wird er mit einer Fehlermeldung („Mismatch", d.h. kein passender Eintrag gefunden) abgebrochen. Gleiches gilt für den Fall, daß die Prüfsumme PR für den bearbeiteten Knoten fehlerbehaftet ist. Mehrf cheintrage („Multimatch") werden bei der Suche nicht überprüft, da diese bei dieser Art des Listenaufbaus im Gegensatz zu den beim Stand der Technik angesprochenen Inhalts- adressierbaren Speicher nicht vorkommen können. Hier wird dies schon beim Listenaufbau erkannt und damit ein fehler- hafter Inhalt des Speichers RAM erst gar nicht zugelassen.Starting from the top node of the search tree, the numerical value entered here is compared with the connection parameter value VPI / VCI or only with the connection parameter value VPI, depending on the value of the bit contained in field P. This uppermost node of the search tree does not necessarily have to be identical to the uppermost first entry - in the exemplary embodiment this would be the entry with the number 1 according to FIG. 2 - in the search memory SP. Rather, the search can also be carried out from any entry, but it is always started from the top node, regardless of where this node is implemented in the RAM. Depending on the result "greater", "less" or "equal" of this comparison, the search is continued with the right or left successor node. This branching is implemented in the RAM portion of the memory by means of the fields LPTR and RPTR. Pointer) to other entry fields (eg 2 ... N). If equality is found, the search is terminated by issuing a "Single match" acknowledgment. Furthermore, the list address AD of the node is sent as the return value. The table entries of table T are then addressed in memory S. If the search is continued because no equality has yet been determined, the selection of the successor node continues to be made using the pointing operators of the fields RPTR, LPTR, taking into account the bits stored in the fields RV and LV. If the search process is not ended after a predetermined number of steps, it is terminated with an error message ("mismatch", ie no suitable entry found). The same applies in the event that the checksum PR for the processed node is faulty. Multiple entries ( "Multimatch") are not checked during the search since, in contrast to the content-addressable memories addressed in the prior art, they cannot occur with this type of list structure. This is recognized here when the list is created, and thus incorrect contents of the RAM memory are not even permitted.
Gemäß Fig. 3 ist eine vorteilhafte Weiterbildung der Erfindung aufgezeigt. Während eines jeden Suchschrittes der sequentiellen Suche ist nach dem Einlesen des jeweiligen Kno- tens eine Entscheidung zu treffen, welcher der Folgeknoten adressiert werden muß. Zwischen dem Ermitteln der Adresse des Folgeknotens und den Vergleichsoperationen ergeben sich aber Lücken durch die Zugriffe auf den Speicheranteil RAM, was einen Dynamikverlust (Performanceverlust) bedeutet. Durch In- einanderschachteln zweier Suchzugriffe (A und B) läßt sich dieser Dynamikverlust vermindern. Fig. 3 beschreibt den n#i Schritt im Suchzugriff n. Im Zugriffsschema für den Speicheranteil RAM muß genügend Zeit für den Refresh (DRAM) und Zugriffe für Änderungen im Speicher freigehalten werden.3 shows an advantageous development of the invention. During each search step of the sequential search, after reading in the respective node, a decision must be made as to which of the subsequent nodes must be addressed. Between the determination of the address of the subsequent node and the comparison operations, however, there are gaps in the access to the memory portion RAM, which means a loss of dynamics (loss of performance). This loss of dynamics can be reduced by nesting two search accesses (A and B). 3 describes the n # i step in the search access n. In the access scheme for the memory portion RAM, sufficient time for the refresh (DRAM) and access for changes in the memory must be kept free.
Gemäß Fig. 4 ist eine vorteilhafte Weiterbildung der Erfindung aufgezeigt. Darin wird aufgezeigt, wie beim Verbindungsaufbau bzw. Verbindungsabbau die Einträge im Speicheranteil RAM umoranisiert werden. Dies ist notwendig, da das Hinzufügen oder Entfernen von Einträgen im Suchspeicher sonst zeitgleich erfolgen würde . Danach werden zwei Datenbänke verwendet , die in Fig. 4 mit Bankl,Bank2 bezeichnet sind. Weiterhin bedeutet in Fig.4 das Bezugszeichen M den ursprünglichen Inhalt im Eintrag des Suchspeichers SP, und das Bezugszeichen dM die Differenz im Speicherinhalt. Eine der Datenbanken, z. B. die Datenbank Bankl, wird nur für Suchzugriffe genutzt und soll demgemäß einen aktiven Betriebszustand aufweisen. Die verbleibende Datenbank, die Datenbank Bank2, soll nur für Änderungen vorgesehen werden, die in der neuen Suchliste eingetragen werden können und einen passiven Betriebszustand aufweisen. Nach dem Eintragen der Änderungen in der den pas- siven Betriebszustand aufweisenden Datenbank wird diese in den aktiven Betriebszustand überführt und die vormals aktive Datenbank mit denselben Änderungen versehen. Damit das Umschalten der Datenbänke störungsfrei erfolgt, sollten die verschachtelten Suchzugriffe A, B gemäß Fig. 3 möglichst in benachbarten Zeitschlitzen beginnen. Das Umschalten darf auf keinen Fall während eines Suchzugriffes erfolgen.4, an advantageous development of the invention is shown. It shows how the entries in the RAM memory portion are reorganized when the connection is established or cleared down. This is necessary because otherwise adding or removing entries in the search memory would take place at the same time. Thereafter, two databases are used, which are designated Bank1, Bank2 in FIG. 4. Also means in Figure 4, the reference symbol M the original content in the entry of the search memory SP, and the reference symbol dM the difference in the memory content. One of the databases, e.g. B. the database Bankl, is only used for search access and should accordingly have an active operating state. The remaining database, the Bank2 database, should only be used for changes that can be entered in the new search list and are in a passive operating state. After the changes have been entered in the database having the passive operating state, the latter is transferred to the active operating state and the previously active database is provided with the same changes. So that the switching of the databases takes place without interference, the nested search accesses A, B according to FIG. 3 should begin in neighboring time slots if possible. The switchover must under no circumstances take place during a search access.
Im vorstehend geschilderten Ausführungsbeispiel wurde speziell ein höhenbalancierter, binärer AVL Baum verwendet .Die Er- findung ist jedoch nicht auf diese Art Suchbäume beschränkt. Vielmehr kann die Suche auch unter Verwendung anderer Such- bäume ohne Einschränkung durchgeführt werden. In the exemplary embodiment described above, a height-balanced, binary AVL tree was used in particular. However, the invention is not restricted to this type of search tree. Rather, the search can also be carried out using other search trees without restriction.

Claims

Patentansprüche claims
l. Verfahren zur Adreßreduktion in ATM-Vermittlungssystemen, mit ATM-Zellen (Z) , die einen Informationsteil (I) sowie einen diesem vorangestellten Zellenkopf (K) aufweisen, wobei in letzterem logische Verbindungsparameter (VPI/VCI) abgelegt sind, und mit einem eine Mehrzahl von Knoten aufweisenden Suchbaum, der derart organisiert ist, daß jeder Knoten über Verbindungslinien mit wenigstens 2 Nachfolgeknoten verbunden ist und jedem Knoten ein Zahlenwert zugewiesen ist, dadurch gekennzeichnet, daß dem Zellenkopf (K) pro Verbindung die logischen Verbindungsparameter (VPI/VCI) entnommen und beginnend mit dem obersten Knoten in absteigender Reihenfolge mit dem im Knoten abgespeicherten Zahlenwert verglichen werden, und nach Maßgabe des Ergebnisses dieses Vergleiches eine Verzweigung zu weiteren Knoten durchgeführt wird, wo erneut ein Vergleich des dort abgelegten Zahlenwertes mit den logischen Verbindungs- parametern (VPI/VCI) durchgeführt wird, bis nach Maßgabe eines Abbruchkriteriums die Vergleichsoperationen abgebrochen werden.l. Method for address reduction in ATM switching systems, with ATM cells (Z) which have an information part (I) and a cell header (K) preceding this, the latter storing logical connection parameters (VPI / VCI), and with a plurality of nodes having a search tree, which is organized in such a way that each node is connected to at least 2 successor nodes via connecting lines and a numerical value is assigned to each node, characterized in that the logical connection parameters (VPI / VCI) are taken from the cell header (K) and starting with the uppermost node in descending order with the numerical value stored in the node, and depending on the result of this comparison, a branching to further nodes is carried out, where a comparison of the numerical value stored there with the logical connection parameters (VPI / VCI ) is carried out until according to an abort criterion the comparison operations are canceled.
2. Verfahren nach Anspruch 1, dadurch geke nzeichnet, daß ein Speichersystem (SP) vorgesehen ist, das in einen Logikanteil (ASIC) und einen Speicheranteil (RAM) aufgesplittet wird, wobei die Vergleichsoperationen im Logikanteil (ASIC) durchgeführt werden und die Knoten als Listeneinträge (1...N) im Speicheranteil (RAM) realisiert sind, daß in jedem dieser Listeneinträge mehrere Felder definiert sind, die jeweils beim Verbindungsaufbau bzw. Verbindungsabbau aktualisiert werden. 2. The method according to claim 1, characterized in that a memory system (SP) is provided, which is split into a logic part (ASIC) and a memory part (RAM), the comparison operations being carried out in the logic part (ASIC) and the nodes as List entries (1 ... N) in the memory portion (RAM) are implemented so that several fields are defined in each of these list entries, which are updated each time the connection is established or disconnected.
3. Verfahren nach Anspruch 1 oder 2 , dadurch gekennzeichnet, daß das Abbruchkriterium die Gleichheit der bei der Vergleichsoperation verknüpften Werte ist.3. The method according to claim 1 or 2, characterized in that the termination criterion is the equality of the values linked in the comparison operation.
4. Verfahren nach Anspruch 1 bis 3, dadurch gekennzeichnet, daß in wenigstens zwei Feldern (LPTR, RPTR) eines jeden Listeneintrages (1...N) Zeigeoperatoren auf die Listeneinträge (1...N) definiert sind, zu denen verzweigt werden soll.4. The method according to claim 1 to 3, characterized in that in at least two fields (LPTR, RPTR) of each list entry (1 ... N) pointing operators to the list entries (1 ... N) are defined, to which branches should.
5. Verfahren nach Anspruch 1 bis 4, dadurch gekennzeichnet, daß wenigstens zwei Suchzugriffe (A, B) auf den Speicheranteil (RAM) in einer zeitlichen Abfolge ineinanderschachtelt werden.5. The method according to claim 1 to 4, characterized in that at least two search accesses (A, B) to the memory portion (RAM) are nested in a chronological order.
6. Verfahren nach einem der vorstehenden Ansprüche, dadurch gekennzeichnet, daß Änderungen der Listeneinträge durch die Verwendung wenig- stens zweier Datenbänke (Bankl, Bank2) durchgeführt werden, wobei eine dieser Datenbänke einen aktiven Betriebszustand und die verbleibende Datenbank einen passiven Betriebszustand aufweisen, und daß zu fest definierten Zeitpunkten beide Datenbänke von dem ihnen jeweils zugewiesenen Betriebszustand aus in denjenigen der verbleibenden Datenbank überführt werden. 6. The method according to any one of the preceding claims, characterized in that changes to the list entries are carried out by using at least two databases (Bankl, Bank2), one of these databases having an active operating state and the remaining database having a passive operating state, and that at fixed times, both databases are transferred from the operating state assigned to them to that of the remaining database.
PCT/DE1997/001274 1996-07-23 1997-06-19 Address reducing process in atm communication systems WO1998004099A1 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
JP50643998A JP3821854B2 (en) 1996-07-23 1997-06-19 Address reduction method in ATM switching system
EP97929128A EP0914750A1 (en) 1996-07-23 1997-06-19 Address reducing process in atm communication systems
AU33351/97A AU719083B2 (en) 1996-07-23 1997-06-19 Method for address reduction in ATM switching systems

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
DE19629765.6 1996-07-23
DE19629765A DE19629765A1 (en) 1996-07-23 1996-07-23 Address reduction method in ATM switching systems

Publications (1)

Publication Number Publication Date
WO1998004099A1 true WO1998004099A1 (en) 1998-01-29

Family

ID=7800639

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/DE1997/001274 WO1998004099A1 (en) 1996-07-23 1997-06-19 Address reducing process in atm communication systems

Country Status (6)

Country Link
EP (1) EP0914750A1 (en)
JP (1) JP3821854B2 (en)
AU (1) AU719083B2 (en)
CA (1) CA2261169A1 (en)
DE (1) DE19629765A1 (en)
WO (1) WO1998004099A1 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE19825541A1 (en) * 1998-06-08 1999-12-09 Bosch Gmbh Robert Device and method for mapping object addresses
EP1189394A3 (en) * 2000-09-19 2004-01-07 Siemens Aktiengesellschaft Method and apparatus to reduce adresses for an ATM or an IP network

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1994001828A1 (en) * 1992-07-02 1994-01-20 Wellfleet Communications Data packet processing method and apparatus
EP0600683A2 (en) * 1992-12-04 1994-06-08 AT&T Corp. Packet network interface
US5323389A (en) * 1992-08-14 1994-06-21 Fore Systems, Inc. ATM cell interface and method for dispatching an ATM cell
WO1994021069A1 (en) * 1993-03-10 1994-09-15 Telefonaktiebolaget Lm Ericsson Label handling in packet networks
WO1995018497A1 (en) * 1993-12-24 1995-07-06 Newbridge Networks Corporation Look-up engine for packet-based network

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1994001828A1 (en) * 1992-07-02 1994-01-20 Wellfleet Communications Data packet processing method and apparatus
US5323389A (en) * 1992-08-14 1994-06-21 Fore Systems, Inc. ATM cell interface and method for dispatching an ATM cell
EP0600683A2 (en) * 1992-12-04 1994-06-08 AT&T Corp. Packet network interface
WO1994021069A1 (en) * 1993-03-10 1994-09-15 Telefonaktiebolaget Lm Ericsson Label handling in packet networks
WO1995018497A1 (en) * 1993-12-24 1995-07-06 Newbridge Networks Corporation Look-up engine for packet-based network

Also Published As

Publication number Publication date
JP3821854B2 (en) 2006-09-13
AU3335197A (en) 1998-02-10
CA2261169A1 (en) 1998-01-29
DE19629765A1 (en) 1998-01-29
EP0914750A1 (en) 1999-05-12
AU719083B2 (en) 2000-05-04
JP2000514972A (en) 2000-11-07

Similar Documents

Publication Publication Date Title
EP0447841B1 (en) Method for setting-up virtual circuits in an ATM (asynchronous transfer mode) switching system
EP0384936B1 (en) Method and circuit arrangement for forwarding information packets from incoming links via a packet-switching device
DE3214189C2 (en)
EP0619667A1 (en) Access method to the address characteristics of communicating partners with a first address field while sending a data packet
DE2249371C2 (en) Time division switch
EP0523276B1 (en) Method and circuit for arranging virtual circuits over a bundle of ATM-connecting lines
EP0914750A1 (en) Address reducing process in atm communication systems
DE69919118T2 (en) Method and arrangement for traffic routing of message packets with addresses represented by numerical chains
EP0927476B1 (en) Address allocation method for records of values representing various parameters
DE69839171T2 (en) Apparatus and method for ATM group switching with associated end functions in the input and output
EP0173274A2 (en) Method and circuit arrangement for realizing and maintaining a time division broadband connection
EP0732828A2 (en) Redundancy optimised communication network for transmission of data signals
EP0430342B1 (en) Circuit for setting up conference connections
EP0509126B1 (en) Message routing method towards target addresses in a multi-stage network through routing elements
DE19603296C2 (en) Method and fieldbus system for serial data transmission in object-oriented applications
DE69930366T2 (en) Switching matrix between subordinate channels of a telecommunications network and administrative procedure for it
DE2848163A1 (en) DATA STORAGE SYSTEM
DE10218646A1 (en) Facility connected to a bus
DE10129293B4 (en) Method for operating a telecommunication system and telecommunication system
DE2530301C3 (en) Method for transmitting the operating status data from peripheral devices to a control device in a telecommunications system, in particular a telephone exchange
DE3640849A1 (en) Multi-stage switched distribution network for switching through broadband signals
EP0991226A1 (en) Method for accessing data in network elements
EP1178633A1 (en) Channel grouping system and switching device
EP1111957A2 (en) Network nodes for switching digital information of different protocol types
EP1189394A2 (en) Method and apparatus to reduce adresses for an ATM or an IP network

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AU CA JP US

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): AT BE CH DE DK ES FI FR GB GR IE IT LU MC NL PT SE

DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
121 Ep: the epo has been informed by wipo that ep was designated in this application
WWE Wipo information: entry into national phase

Ref document number: 1997929128

Country of ref document: EP

ENP Entry into the national phase

Ref document number: 2261169

Country of ref document: CA

Ref country code: CA

Ref document number: 2261169

Kind code of ref document: A

Format of ref document f/p: F

WWE Wipo information: entry into national phase

Ref document number: 09230369

Country of ref document: US

WWP Wipo information: published in national office

Ref document number: 1997929128

Country of ref document: EP

WWW Wipo information: withdrawn in national office

Ref document number: 1997929128

Country of ref document: EP