US20080031264A1 - Communication network apparatus and method - Google Patents
Communication network apparatus and method Download PDFInfo
- Publication number
- US20080031264A1 US20080031264A1 US11/867,926 US86792607A US2008031264A1 US 20080031264 A1 US20080031264 A1 US 20080031264A1 US 86792607 A US86792607 A US 86792607A US 2008031264 A1 US2008031264 A1 US 2008031264A1
- Authority
- US
- United States
- Prior art keywords
- network
- processing
- processing node
- sub
- communication
- 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.)
- Abandoned
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L45/00—Routing or path finding of packets in data switching networks
- H04L45/02—Topology update or discovery
- H04L45/04—Interdomain routing, e.g. hierarchical routing
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L12/00—Data switching networks
- H04L12/66—Arrangements for connecting between networks having differing types of switching systems, e.g. gateways
-
- 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
-
- 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/62—Wavelength based
Definitions
- This invention pertains to an apparatus and method for routing communication signals from a source device to a destination device.
- the present invention is directed to a plurality of processing nodes, organized into a network that route communication signals from a source device to a destination device.
- Each of the processing nodes include a processing module and a medium interface.
- the processing module of a processing node performs only local processing on communication signals to thereby increase the speed and efficiency of processing the signals.
- Local processing involves processing portions of an address as a single entity.
- Global routing of communication signals is accomplished by the medium interface of the processing node.
- the network is divided into sub-networks of processing nodes. Addresses of devices and processing nodes are also organized based on the sub-network structure and are divided into three portions. For each processing node, a first portion relates to addresses of other processing nodes that are in sub-networks that are “above” the sub-network of the processing node; a second portion relates to addresses of other processing nodes that are within the “same” sub-network as the processing node; and a third portion relates to addresses of processing nodes or devices that are in sub-networks that are “below” the sub-network of the processing node or are “child” devices of the processing node, respectively. Each of the three portions of the address is treated as one entity.
- each processing node of a sub-network processes address information in terms of these three portions.
- the process module processes only addresses that are local to the processing node. Accordingly, each node need not perform global routing processing on the received communication signals.
- each processing node may be associated with carrier signal frequencies/wavelengths that identify the processing node as the intended recipient of the carrier signal.
- the processing module of the processing node receives the carrier signal and processes address information modulated on the carrier signal to determine how to route the communication signal through the network.
- Carrier signals of other frequencies/wavelengths are passed on to other processing nodes by the medium interface without processing by the processing module of the processing node.
- FIG. 1 is an exemplary diagram of a communication network
- FIG. 2 is a diagram of a network architecture
- FIG. 3 is a diagram of a router for use with the network of FIG. 2 ;
- FIG. 4 is a diagram of a switch for use with the network of FIG. 2 ;
- FIG. 5 is an exemplary diagram of a processing node
- FIG. 6 is a more detailed diagram of the processing node of FIG. 5 ;
- FIG. 7 is an exemplary diagram of a plurality of processing nodes organized into sub-networks
- FIG. 8 is an exemplary diagram of the medium interface of the processing node of FIGS. 5 and 6 ;
- FIG. 9 is a flowchart outlining an exemplary operation of the medium interface of FIG. 8 ;
- FIG. 10 is an exemplary diagram of a network system that includes the processing node of FIGS. 5 and 6 ;
- FIG. 11 is an exemplary diagram of address information
- FIGS. 12-17 are exemplary diagrams illustrating an addressing scheme and how the addressing scheme is used to route communication signals through the network of FIG. 10 using local processing according to this invention
- FIG. 18 is an exemplary diagram showing the allocation of wavelengths according to one embodiment of the present invention.
- FIG. 19 is an exemplary diagram of a network architecture in which each sub-network is linked to two neighboring sub-networks;
- FIG. 20 shows the address fields that correspond to sub-network levels L(N), L(N+1), L(N+2) and L(N+3);
- FIG. 21 shows a masking process of the address fields of FIG. 20 ;
- FIG. 22 shows a database for use with the masking process of FIG. 21 ;
- FIG. 23 is an exemplary block diagram of a processing module of a processing node according to the present invention.
- FIG. 24 is an exemplary flowchart of the operation of the processing module of FIG. 23 .
- FIG. 1 shows a general diagram of a network structure.
- a plurality of user devices 101 , 103 , 105 and 107 are connected via communication links to local access providers (LAPs) 102 , 104 , 106 and 108 .
- the LAPs 102 , 104 , 106 and 108 are in turn connected to the network 100 .
- Reference numerals 101 , 103 , 105 and 107 refer to user devices that are associated with LAPs 102 , 104 , 106 and 108 , respectively.
- When a user device is identified using one of the reference numerals 101 , 103 , 105 and 107 , it is intended to indicate anyone of the user devices so labeled.
- the context will explicitly state when more than one of the user devices is intended.
- a user device 101 desires to communicate with a user device 105
- communication signals are sent from the user device 101 through the LAP 102 to the network 100 .
- the network 100 routes the communication signals by way of switches and routers in the network 100 to the LAP 106 which then forwards the communication signals to the appropriate user device 105 .
- the communication signals include address information that is used to direct the routing of the communication signals through the network 100 .
- FIG. 2 shows a network architecture for facilitating the routing of communication signals through the network 100 .
- the network 100 includes a plurality of switches “S” 110 and routers “R” 120 where each of the switches 110 and routers 120 are able to send and receive signals to any other switch 110 and/or router 120 in the network 100 through one or more of the other switches 110 or routers 120 .
- Each switch 110 and router 120 processes the complete address information of received communication signals in order to direct the communication signals to their respective destinations.
- each switch 110 and router 120 in the network 100 performs global routing processes for all received communication signals.
- FIG. 3 is an exemplary diagram of a conventional router 120 .
- the router 120 may have a plurality of input ports 301 and a plurality of output ports 303 . Both the input and output ports 301 and 302 may be connected via a bus 300 and controlled by a central processing unit (CPU) 305 , for example. Communication signals received in anyone of the input ports 301 are processed by the CPU 305 and routed by the CPU 305 to anyone of the output ports 303 via the bus 300 . Thus, the CPU 305 and the bus 300 may be “bottlenecks” during high volume congestion conditions.
- CPU central processing unit
- communication signals such as data packets
- communication signals are queued serially at each of the input and output ports 301 and 303 . If the lead data packet (the data packet to—be transferred next) of one of the input ports 301 is destined to an output port that is full due to backup congestion of the network 100 , for example, then the other data packets behind the lead data packet cannot be transferred to their respective output ports 303 , even if these output ports 303 have room for the data packet. Thus, congestion at one output port 303 adversely affects transfer rates of other output ports 303 .
- FIG. 4 is an exemplary diagram of a conventional switch 110 .
- the switch 110 includes a plurality of input ports 401 and a plurality of output ports 403 connected via a crossbar switch 402 , for example. While the crossbar switch 402 eliminates the congestion problem of the bus 300 in the router 120 , output port congestion problems described above remain unresolved.
- the efficiency of the network 100 may be significantly increased by organizing the network 100 into groups of processing nodes and interconnecting the processing nodes via respective medium interfaces. Each of the groups of processing nodes make up a sub-network.
- the relationship among the sub-networks may be described using the words “same,” “above,” and “below,” for example.
- the first sub-network receives all communication signals from the second sub-network that are not destined to a processing node within the second sub-network.
- a sub-network means a plurality of processing nodes that are logically or physically linked in such a way that they form a sub-group of a network. Communication signals are transmitted between processing nodes based on the sub-network organization.
- FIG. 5 shows an exemplary block diagram of one of the processing nodes 500 .
- the processing nodes 500 are grouped together to form sub-networks.
- Each processing node 500 has at least three interfaces with respect to the sub-network organization.
- Interface 502 couples a particular processing node 500 to other processing nodes 500 of the same sub-network.
- Interface 504 couples the processing node 500 to processing nodes 500 of sub-networks that are above (above sub-networks) the sub-network of the particular processing node 500 .
- Interface 506 couples the processing node 500 to processing nodes 500 of sub-networks or devices that are below (below sub-networks) the sub-network of the particular processing node 500 .
- FIG. 6 is a more detailed exemplary block diagram of processing node 500 .
- the processing node 500 includes a medium interface 510 , a processing module 900 and an input/output interface 520 .
- the medium interface 510 sends and receives communication signals to medium interfaces 510 of other processing nodes 500 within the same sub-network via interface 502 , to input/output interfaces 520 of other processing nodes 500 in above sub-networks via interface 504 , and to medium interfaces 510 of other processing nodes 500 in below sub-networks via the interface 506 .
- While the medium interface 510 may route communication signals from any sub-network to any other sub-network, Table 1 shows the preferred routing possibilities of the communication signals using the medium interface 510 .
- communication signals may be routed from below, same and above sub-networks to below, same and above sub-networks with two preferred exceptions.
- Communication signals from below sub-networks are preferably not routed through the medium interface 510 to other below sub-networks because these communication signals may be more efficiently handled by the input/output interface 520 .
- Communication signals from above sub-networks are preferably not routed to other above sub-networks through the medium interface 510 because such communication signals may be better handled directly by the above sub-networks.
- certain communication signals may be “express” communication signals that are capable of bypassing the processing module 900 altogether. Whether a communication signal is “express” or “non-express” may be determined in many different ways. For example, a subscriber may subscribe to “express” service when subscribing to network service. A user may request express service when initiating a communication. Certain destination addresses may be designated “express,” such as emergency destination addresses, hotlines, and the like. Alternatively, the network itself may designate a communication signal to be “express” based on a network status. Any manner of designating a communication signal to receive “express” treatment is intended to be within the spirit and scope of the invention.
- communication signals may be “express” in some processing nodes 500 and “non-express” in other processing nodes 500 .
- Non-express communication signals that are destined to below sub-networks or below devices with respect to the processing node 500 are directed to the processing module 900 through communication link 512 .
- the processing module 900 processes received communication signals and sends the processed communication signals to the input/output interface 520 for output through interface 506 to the below sub-networks or below devices.
- Non-express communication signals received from a below device or a processing node in a below sub-network are passed to the processing module 900 via interface 506 , received by the input/output interface 520 and sent to the processing module 900 via communication link 524 .
- These communication signals are processed by the processing module 900 , output to the medium interface 510 , and then forwarded to other processing nodes 500 of the same or above sub-networks via the interfaces 502 or 504 , respectively, or to another below sub-network or below device via interface 506 .
- communication signals may be considered “express” communication signals that allow the processing node 500 to route the communication signals while bypassing the processing module 900 .
- the “express” communication signals are assigned attributes that designate the communication signal to be an express communication signal.
- the input/output interface 520 separates express communication signals by filtering, for example, so that they bypass the processing module 900 .
- the express communication signal is passed to the medium interface 510 via the communication link 532 thereby bypassing the processing module 900 .
- the medium interface 510 receives the express communication signals and routes the express communication signals to another processing node 500 in the same sub-network via the interface 502 or to the medium interface of another processing node 500 of an above sub-network via the interface 504 .
- express communication signals from processing nodes 500 in above sub-networks may bypass the processing module 900 via the filter 580 , for example, and communication link 534 .
- the filter 580 performs a similar function to that of input/output interface 520 in separating express communication signals so that they may bypass the processing module 900 .
- the filter 580 may be a separate element (as shown) or may be incorporated, for example, into the medium interface 510 .
- express communication signals may be received from processing nodes 500 in the same sub-network.
- the medium interface 510 routes the express communication signals to the above sub-network through interface 504 without the express communication signals being processed by the processing module 900 .
- the medium interface 510 passes the express communication signals to another node in the same sub-network via interface 502 .
- the medium interface 510 routes the express communication signals to the destination processing node via the communication link 512 , the filter 580 , the communication link 534 , the input/output interface 520 and the interface 506 .
- the express communication signals are processed in a similar fashion as other non-express communication signals, by the processing module 900 and routed to the appropriate child device through the communication link 522 , the input/output interface 520 and the interface 506 .
- the express communication signals bypass the processing modules 900 of the processing nodes 500 until the express communication signals are received by a processing node 500 for which the communication signals are “non-express” such as the destination processing node, for example. This reduces delay in routing the express communication signals, since less processing is performed and thus, network congestion is reduced.
- FIG. 7 is a block diagram showing the three exemplary groupings of the processing nodes 500 .
- the processing nodes 500 are organized into three sub-networks.
- Each of the processing nodes 500 may be linked directly or indirectly to one or more processing node 500 in an above sub-network, one or more below sub-network or below device, and other processing nodes 500 in the same sub-network, if there are more than one processing node in the same sub-network, via interfaces 502 , 504 and 506 , respectively.
- each processing node 500 When processing non-express communication signals, each processing node 500 only needs to determine if the non-express communication signal is to be routed to a processing node in an above sub-network, a below sub-network or below device, or other processing nodes of the same sub-network. Thus, only local processing of non-express communication signals is performed.
- FIG. 8 is a more detailed-diagram of the medium interface 510 .
- the medium interface 510 includes input ports 801 , 802 and 804 and output ports 803 , 805 and 806 .
- the input and output ports 801 and 805 form the interface 502 ;
- the input and output ports 804 and 803 form the interface 504 ;
- the input and output ports 802 and 806 receive and output communication signals from and to the processing module 900 , respectively.
- each of the ports 801 - 806 of the medium interface 510 are shown as single ports, each of the ports 801 - 806 may comprise a plurality of ports depending on particular implementation details. Furthermore, the input and output ports 801 - 806 may be combined into single input/output ports or multiple input/output ports without departing from the spirit and scope of the present invention. Additional ports may be provided to support routing of express communication signals.
- the medium interface receives communication signals in the form of modulated carrier signals.
- the first processing node 500 the receives communication data of the communication selects an appropriate carrier signal and modulates the selected carrier signal with the communication data.
- the modulated carrier signal is then routed through the network via the medium interface 510 of the first processing node 500 .
- Express and non-express communication signals may be distinguished by allocating a group of carrier signals as express while other carrier signals may be non-express, for example.
- the medium interface 510 includes a filter 807 that performs the routing function among the ports 801 - 806 . If each of the output ports 803 , 805 and 806 are assigned to specific carrier signals by frequency or wavelength groups, for example, then the filter 807 may separate the communication signals received via input ports 801 , 802 and 804 by the carrier signal frequency/wavelength group and direct communication signals having appropriate carrier signals to the respective output ports 803 , 805 and 806 .
- Table 2 below shows an exemplary assignment of carrier signals based on non-express carrier signal frequencies.
- Table 2 Example of Carrier Signal Assignment Group Carrier Frequency From Input Port To Output Port 1 f 1 -f 2 801 805 2 f 3 -f 4 801 806 3 f 5 -f 6 802 803 4 f 7 -f 8 802 805 5 f 9 -f 10 804 805 6 f 11 -f 12 804 806
- the filter 807 filters out carrier signals within frequency range: (1) f 1 -f 2 of Group 1 received from input port 801 and directs them to output port 805 ; (2) f 3 -f 4 of Group 2 received from input port 801 and directs them to output port 806 ; (3) f 5 -f 6 of Group 3 received from input port 802 and directs them to output port 803 ; (4) f 7 -f 8 of Group 4 received from input port 802 and directs them to output port 805 ; (5) f 9 -f 10 of Group 5 received from input port 804 and directs them to output port 805 ; (6) f 11 -f 12 of Group 6 received from input port 804 and directs them to output port 806 . While the above example shows frequency ranges, various selections of carrier frequencies may be grouped together and treated as a range.
- Optical frequencies/wavelengths may be viewed as light colors.
- Table 3 shows and exemplary carrier signal color assignment of groups 1-6.
- TABLE 3 Example of Carrier Signal Color Assignment Group Carrier Color From Input Port To Output Port 1 Blue 801 805 2 Yellow 801 806 3 Green 802 803 4 Brown 802 805 5 Red 804 805 6 Purple 804 806
- frequencies/wavelengths may be predetermined to be “express” frequencies/wavelengths. For example, if the carrier signal is of a frequency/wavelength not assigned to the processing node 500 for processing, and the frequency/wavelength is designated an express frequency/wavelength, the corresponding carrier signal is routed to an appropriate output port.
- the express frequencies or wavelengths are handled by the medium interface 510 in the same manner as communication signals having non-express frequencies/wavelengths.
- additional ports may be added that are pre-defined for receiving express frequency/wavelength communication signals from the filter 807 . In such a case, the filter 807 will route communication signals having these express frequencies and wavelengths to the pre-fined ports.
- the filter 807 may include band pass, low pass and high pass filters as is well known in the art.
- dichroic mirrors, prisms, grading filters and other types of optical filters and optical switches may be used as is well known in the art.
- direct routing of carrier signals among the input/output ports 801 - 806 may be accomplished by known devices that may not require computational power. Such direct routing significantly reduces computational loads of the processing module 900 of each processing node 500 for routing network traffic.
- “global” routing may be accomplished by the medium interface 510 together with frequency/wavelength assignments and the sub-network organization while “local” routing may be performed by the processing module 900 .
- “global” routing may be performed without having to process address information of the communication signals.
- “Global” routing may be performed by frequency/wavelength assignments and the particular configuration of the filters in the medium interfaces 510 of the processing nodes 500 . If a medium interface 510 of a processing node 500 determines, through filtering of the communication signals, that the communication signal is to be processed by the processing node 500 , “local” routing is performed on the address information of the communication signal by the processing module 900 , as described in more detail hereafter.
- the communication data is modulated by the processing module 900 onto a carrier signal that has a frequency/wavelength that is assigned to an above sub-network processing node 500 .
- the modulated carrier signal is then sent to the above sub-network processing node 500 via the input port 802 , the filter 807 and the output port 803 .
- Non-express traffic received through the interface 506 destined for another processing node 500 of the same sub-network, are modulated onto a carrier signal having a frequency/wavelength assigned to a same sub-network processing node 500 .
- the modulated carrier signal is then sent to the same sub-network processing node 500 via the input port 802 , the filter 807 and the output port 805 .
- each processing node 500 is assigned a specific carrier frequency/wavelength or frequency/wavelength range.
- the processing module 900 is assured that only traffic that it must process is received and thus, processing associated with “pass through” or “express” traffic that are destined elsewhere, is avoided. In this way, traffic routing may be reduced to only local considerations because “global” routing issues are resolved by the medium interface 510 , the carrier signal frequency/wavelength assignments and the sub-network organization.
- the above three architectural elements can be predetermined and do not require “real-time” computations.
- the processing nodes 500 provide for significant network efficiency improvement by reducing processing node computational power requirements and by reducing network congestion.
- the processing module 900 demodulates the carrier signals to extract the communication data. Processing is then performed on the extracted communication data to determine local routing of the communication signals, as described hereinafter. Based on the results of the processing, the processing module 900 sends a modulated carrier signal, i.e. communication signal, to the medium interface 510 via input port 802 , having the appropriate frequency/wavelength for routing by the medium interface 510 .
- a modulated carrier signal i.e. communication signal
- carrier signals are received from user devices or processing nodes 500 in a below sub-network and the carrier signals have an express frequency or wavelength
- the carrier signals, and hence the communication signals are routed by the medium interface 510 without processing by the processing section 580 and processing module 900 .
- FIG. 8 shows that all communication signals received through any of the input ports 801 , 802 and 804 , are passed through the filter 807 , not all communication signals nee(l be passed through the filter 807 .
- Direct communication links may be provided, for example, between input port 804 and output port 806 . For example, if every below sub-network processing node 500 only receives communication signals that are destined for below sub-networks or below devices, all communication signals received through input port 804 are passed directly to output port 806 .
- direct connections may be utilized for passing express communication signals from input ports to appropriate output ports.
- FIG. 9 shows an exemplary flowchart of the operation of the medium interface 510 .
- modulated carrier signals i.e. communication signals
- the medium interface 510 goes to step 602 .
- the medium interface 510 performs the filtering function described above to separate the modulated carrier signals into groups such as shown in Tables 1, 2 or 3, and goes to step 603 .
- the medium interface 510 directs group 6 modulated carrier signals received through port 804 , i.e. the modulated carrier signals from an above sub-network, and group 2 modulated carrier signals received from input port 801 to output port 806 .
- the medium interface 510 directs group 3 modulated carrier signals received through port 802 , i.e. the modulated carrier signals from the processing module 900 , to the output port 803 .
- the medium interface 510 directs group 1 modulated carrier signals from input port 801 to the output port 805 .
- the medium interface 510 directs group 4 modulated carrier signals from input port 802 to the output port 805 .
- the medium interface 510 directs group 5 modulated carrier signals from input port 804 to output port 805 .
- similar functions may be performed for the express frequencies/wavelengths, such as those shown in Table 3. The above steps maybe performed in any order and may be performed in parallel as well as serially.
- the medium interface 510 may continue the above process even if the processing module 900 becomes inoperative because the functions of the medium interface 510 may be independent of the functions performed by the processing module 900 .
- the medium interface 510 is comprised of optical elements, then the modulated carrier signals are modulated light signals and the various colors of light may be directed to appropriate output ports 803 , 805 and 806 as long as the optical elements are functioning. If the optical elements are passive elements, then the medium interface 510 continues to operate even during electric power outages.
- the medium interface 510 may be a reliable coupling element in the network 500 allowing the network 500 to function independent of the state of the processing module 900 .
- the functions of the medium interface 510 described above, may be performed by elements such as passive or active filters, or digital computational elements such as a dedicated processing elements, e.g., digital filters using application specific integrated circuits (ASICs) or PLAs, etc., or general purpose processors as implementation details dictate. That is to say that computational elements may be used in the medium interface 510 , if desired, but non-computational elements may also be used to achieve-the functions of the medium interface 510 .
- elements such as passive or active filters, or digital computational elements such as a dedicated processing elements, e.g., digital filters using application specific integrated circuits (ASICs) or PLAs, etc., or general purpose processors as implementation details dictate. That is to say that computational elements may be used in the medium interface 510 , if desired, but non-computational elements may also be used to achieve-the functions of the medium interface 510 .
- FIG. 10 shows one embodiment where the sub-networks are organized hierarchically into layers LI, L 2 and L 3 .
- the network 700 is partitioned into a plurality of sub-networks SN 1 -SN 7 where SN 1 , SN 2 , SN 6 and SN 7 are in layer L 1 , SN 3 and SN 5 are in layer L 2 and SN 4 is in layer L 3 .
- the sub-networks SN 1 , SN 2 , SN 6 and SN 7 of layer L 1 are below the sub-networks SN 3 and SN 5 of layer L 2 .
- the sub-networks SN 3 and SN 5 or layer L 2 are below the sub-network SN 4 of layer L 3 .
- the processing nodes 500 of each of the sub-networks SN 1 -SN 2 and SN 6 -SN 7 are coupled to one processing node 500 of an above sub-network SN 3 or SN 5 .
- a processing node 500 that is in an above sub-network SN 3 or SN 5 is referred to as a parent processing node 500 to the processing nodes 500 that are in a below sub-network and coupled directly to it.
- Processing nodes 500 that are in a below sub-network that is directly coupled to a processing node 500 are referred to as child processing nodes of that processing node 500 and user devices that are below a processing node 500 are also referred to as child devices of that processing node 500 .
- a processing node 500 that receives a communication signal for routing via its medium interface 510 or for processing via its processing module 900 is referred to as the current processing node.
- sub-network SNI has a parent processing node 500 designated by the letter “A.”
- sub-network SN 3 has a parent processing node 500 designated by the letter “B.”
- Each processing node in the second and third layers L 2 and L 3 may be a parent processing node 500 of a sub-network: SN 1 -SN 2 and SN 6 -SN 7 in lower layer L 1 .
- User devices 101 - 113 may be children of the processing nodes 500 of any of the layers LI-L 3 .
- FIG. 10 is only exemplary and various modifications to the particular network architecture may be made without departing from the spirit and scope of the present invention.
- FIG. 10 shows the processing nodes 500 of below sub-networks communicating with a single above processing node 500
- the invention is not limited to such an arrangement.
- Each processing node 500 may communicate with one or more above or below sub-network processing nodes 500 .
- the sub-networks are not limited to a circular architecture as shown in FIG. 10 .
- the sub-networks may be organized serially or in a broken star fashion, for example.
- Other modifications as will become apparent to those of ordinary skill in the art are intended to be within the scope of the present invention.
- a plurality of user devices 101 - 113 communicate with one another over the network 700 .
- Each processing node 500 in the network 700 may serve as an access provider for one or more of the user devices 101 - 113 .
- the user devices 101113 may communicate with each other by entering the destination address of other user devices 101 - 113 , such as the telephone number, IP address, electronic mail address, and the like. For example. If one of the user devices 101 desires to communicate with one of the user devices 105 , an operator of the user device 101 may-enter the destination address for the user device 105 through a user interface, such as a keypad, touch-screen, voice recognition device, and the like.
- the communication signals are routed from the user device 101 through the network 700 traversing a path, for example, as follows:
- the user devices 101 - 113 may be any device that transmits and/or receives signals.
- the user devices 101 - 113 may be land-line telephones, cellular telephones, computers, personal digital assistants, point of sale devices, two-way pagers, WebTVTM, and the like.
- the following description will assume that the user devices 101 - 113 are land-line telephones.
- the user devices 101 - 113 are in communication with the network 700 over communications links.
- These communications links may be any type of connection that allows the transmission of information. Some examples include conventional telephone lines, fiber optic lines, direct serial connection, wireless communication links, satellite communication links, and the like.
- the processing nodes 500 of the network 700 may also be linked by similar communication links.
- the communication signals may include communication data and address information.
- the communication data and address information are modulated onto the carrier signals which are “steered” through the network 700 via the medium interfaces 501 of the processing nodes 500 .
- a communication signal from the child device to a first processing node 500 in the network 700 is sent.
- the communication signal from the child device may include such information as the calling child device identifier, a destination address, and the like.
- the first processing node 500 determines whether to send the communication signal to another node in a same sub-network, a node in an above sub-network, or a node or child device in a below sub-network.
- the destination address may be an identifier that indicates the routing necessary for the communication signal or may be an identifier of a child device from which routing address information is determined. Routing address information may be determined from the destination address by, for example, using a look-up table or the like, in the processing nodes 500 . For simplicity of the following description, it will be assumed that the destination address indicates the routing necessary for the communication signal.
- whether or not the communication signal is an express communication signal may be determined from the calling child device address, destination address, a look-up table or the like.
- Various criteria such as network congestion, the type of call (which may be determined from the destination address, for example), and the like may be taken into consideration when determining if a communication signal is an “express” communication signal.
- Each processing node 500 of the network 700 may be capable of determining if a received non-express communication signal should be made “express” by use of a look-up table or the like.
- a communication signal may not be “express” in one portion of the network 700 and may be determined to be “express” in another portion of the network 700 .
- a processing node 500 When a processing node 500 receives a communication signal from a child (either a child processing node or a child device) that does not have an express frequency/wavelength, via the interface 506 , the processing module 900 examines the destination address to determine whether the destination device is another child, a child of another processing node 500 of the same sub-network SN 1 -SN 7 or a child of some other processing node 500 . If the destination device is not another child, the processing module 900 selects the appropriate carrier signal frequency/wavelength and modulates the selected carrier signal with the communication signal and transmits the modulated carrier signal onto the communication medium via port 802 of the medium interface.
- the processing module 900 modulates the communication data onto a carrier signal that corresponds to the destination processing node 500 and outputs the modulated carrier signal to the medium interface 510 of the child processing node via the interface 506 . If the destination device is a child device, then the processing module 900 processes the communication signal for output to the child device in a manner that is known in the art and delivers the processed signal to the child device.
- each processing module 900 is not required to determine a routing path for the communication signal, but only needs to distinguish based on the destination address, whether the destination device is reachable through an above, same or a below sub-network SN 1 -SN 7 /processing node 500 .
- the amount of processing required of each processing module 900 is greatly reduced when compared to that required by conventional routers and switches.
- the processing nodes 500 pass the communication signal, by way of the medium interfaces 510 , until the processing node to which the express frequency/wavelength is assigned receives the communication signal. For example, if processing node C in layer L 3 of FIG. 10 is assigned an express frequency of f 13 and child device T generates a communication signal having frequency f 13 , the communication signal will be passed without processing through the medium interfaces of processing nodes R, Q, B and through the medium interfaces 510 of the processing nodes 500 in the sub-network SN 4 to the processing node C.
- the processing node C When the processing node C receives the communication signal, its medium interface 510 recognizes, through filtering of the communication signal, that the communication signal is to be processed by its processing module 900 . The processing node C therefore, performs “local” processing on the address information of the communication signal to determine how to route the communication signal.
- each field of the address corresponds to a layer L 1 -L 3 of the network and one field of the address maybe used to address child devices.
- the determination of whether the destination device is reachable through an above, same or below sub-network SN 1 -SN 7 or processing node 500 may be accomplished by examining either the entire portion of the address above the level of the current processing node 500 or by examining the address immediately above the level of the current processing node 500 .
- the user activates (goes off-hook, for example) the user device 101 and enters the destination address information, such as a telephone number, IP address, access number, or the like as is well known in the art.
- the communication signals containing the address information are sent to the processing node S in the sub-network SN 1 of layer L 1 .
- the processing node S examines the fields of the destination address information to first determine if the parent processing node A is addressed. If so, then the destination device is a child of one of the processing nodes 500 of the same sub-network SN 1 .
- the processing node S further examines the destination address to determine whether the destination device is a child of the processing node S or of another processing node of the same sub-network SNI. If a child of the processing node S, the communication signal is processed and sent to the child device 101 . If the destination device is a child of another processing node of the same sub-network SN 1 , then the processing node S modulates the communication signal onto a carrier signal assigned to the other processing node 500 and transmits the carrier signal via the port 805 of the medium interface 510 .
- Processing nodes D and E need not determined if their respective parent processing nodes are addressed or if they themselves are addressed since the communication signals are sent to them from their parent processing nodes. Thus, processing nodes D and E need only determine which below sub-network processing node 500 or child device to route the communication signals.
- the destination device is only reachable via the above sub-network SN 3 , and thus, the communication signal is modulated onto a carrier signal whose frequency/wavelength is allocated to the processing node A of the above sub-network SN 3 .
- the modulated carrier signal is transmitted to the processing node A via the port 803 of the medium interface 510 .
- the address information of the communication signals is organized in a manner corresponding to the sub-network organization.
- Each portion of the address information shown in FIG. 11 corresponds to each of the layers of sub-networks in the network 700 .
- the address information may contain four fields 1101 , 1102 , 1103 and 1104 corresponding to addresses ADD 1 , ADD 2 , ADD 3 and ADD 4 , respectively.
- ADD 1 identifies a particular user device
- ADD 2 identifies the first layer sub-network processing node
- ADD 3 identifies a second layer sub-network processing node
- ADD 4 identifies a third layer sub-network processing node.
- Each of the addresses ADD 1 -ADD 4 contains sufficient information to uniquely identify each processing node 500 of the sub-networks SNI-SN 7 within the respective layers LI-L 3 .
- ADD 1 includes enough bits to identify the particular user devices 101 - 113 connected to the processing nodes in layer L 1 ;
- ADD 2 includes enough bits to address every processing node within one sub-network SN 1 , SN 2 , SN 6 and SN 7 of layer L 1 ;
- ADD 3 includes enough bits to address every processing node within one sub-network SN 3 or SN 5 of layer L 2 ;
- ADD 4 includes enough bits to address every processing node within one sub-network SN 4 of layer L 3 .
- the addresses ADD 1 , ADD 2 , ADD 3 and ADD 4 may be shared for sub-networks SN 1 -SN 7 within the same layer because the network 700 is organized into layers such that the sub-networks SN 1 -SN 7 in each layer L 1 -L 3 are separated, in a path traversal sense, from other sub-networks in the same layer L 1 -L 3 by at least one processing node 500 of an upper layer.
- the address ADD 1 may be the same for the user device 101 and the user device 107 since addresses ADD 2 , ADD 3 and ADD 4 designate a unique communication “pathway” between the associated processing nodes.
- ADD 2 may correspond to a processing node 500 in sub-networks SN 1 and SN 6 .
- the communication signals will be routed up the levels L 1 -L 3 of the network 700 until a same entire above address is encountered. At this point, the communication signals will be routed back down the levels of the network 700 .
- the above address “CA” designates the parent processing node of the level L 2 sub-network. Accordingly, the communication signal may not be routed further up the levels of the network 700 and the communication signal may be routed back down the network 700 levels, if possible.
- each above address at each level must be different from other above addresses for processing nodes 500 at the same level having the same address.
- processing node A in sub-network SN 5 cannot have a below sub-network processing node with the address S since communication signals from user devices 101 would not be able to be routed to user devices connected to the processing node S. That is to say, the address for communicating with the user devices would be CAS, however, when the processing node S examines the immediate above processing node address it will appear as if the above processing node address corresponds to the parent processing node of processing node S in sub-network SN 1 . Thus, communication signals will be routed to below processing nodes.
- Communication signals that do not have an express frequency/wavelength may be routed through the network 700 using the addresses ADD 4 -ADD 1 as explained below in connection with FIGS. 12-17 .
- processing node S When the user device 101 (a child of processing node S) initiates a call to the user device 107 (a child of processing node E), processing node S first receives the carrier signal from the user device 101 via the interface 506 .
- the input/output interface 520 extracts the communication signal and provides the address information to the processing module 900 .
- the processing module 900 processes the address information to determine where to send the communication by analyzing the addresses ADD 4 -ADD 1 .
- ADD 4 -ADD 1 have the values C, D, E-and X corresponding to addresses of processing nodes C, D, E and user device X, as shown in FIG. 10 .
- routing of communication signals may be based on the entire above address or may be based only on the immediate above address.
- the entire above address approach involves examining the entire address above a current level of the system architecture.
- the immediate above address approach involves examining the address associated with the level immediately above a current level in the system architecture. For purposes of the following description, the immediate above address approach will be assumed. The entire above address approach will be described hereinafter.
- the processing module 900 of the processing node S determines from the above address ADD 3 whether the address identifies the parent processing node A in the above sub-network SN 3 . If the address ADD 3 identifies the parent processing node A in the above sub-network SN 3 , then the communication is destined for a user device 101 that is a child of one of the processing nodes 500 in the same sub-network SNI because, the address for all processing nodes 500 within the sub-network SNI has the same value for ADD 3 . However, in this example, the destination address is for the user device 107 , thus ADD 3 identifies processing node D in sub-network SN 5 . Thus, the processing module 900 modulates the communication data onto a carrier signal having a frequency or wavelength that is assigned to parent node A and transmits the modulated carrier signal via port 803 of the medium interface 510 .
- the processing node A When the processing node A receives the modulated carrier signal via its interface 506 , the address information is extracted and is processed.
- the processing module 900 of the processing node A determines whether the address of its parent node B is part of the address information. Thus, the processing module 900 examines ADD 4 , because the processing node A is in layer L 2 and all layer L 2 sub-networks SN 3 and SN 5 have parents in the above sub-networks in layer L 3 and the address of processing nodes 500 in layer L 3 is ADD 4 .
- ADD 4 has a value that is the address of processing node C, thus ADD 4 is not the address of processing node B.
- a modulated carrier signal is generated and sent to the parent processing node B through port 803 .
- the processing module of processing node B demodulates the carrier signal and processes the address ADD 4 of the communication data to determine to which processing node 500 in the sub-network SN 4 of the layer L 3 to send the communication signal. Since the sub-network SN 4 is in the top layer L 3 of the network 500 , there is no layer above it and the address ADD 4 corresponds to the address for a processing node 500 in the sub-network SN 4 of layer 13 .
- a modulated carrier signal is generated and sent to processing node C in sub-network SN 4 .
- the modulated carrier signal is passed through the medium interfaces 510 of all intervening processing nodes 500 without processing until the modulated carrier signal is received by the processing node C.
- processing node C When processing node C receives the carrier signal, as shown in FIG. 14 , the carrier signals are passed by the filter 807 of the medium interface 510 to the port 806 and hence, to the processing module 900 of processing node C. The processing node C then reads the address ADD 3 , determines that it corresponds to an address for processing node D, and generates a modulated carrier signal having a frequency/wavelength assigned to processing node D. The modulated carrier signal is transmitted to the processing node D via the input/output interface 520 and the interface 506 .
- Processing node D receives the modulated carrier signal via the interface 504 and input port 804 .
- the medium interface outputs the modulated carrier signal via output port 806 to the processing module 900 of processing node D.
- the processing module 900 performs processing on the received carrier signal, as shown in FIG. 15 .
- the processing module of the processing node D reads address information ADD 2 , determines that it corresponds to the processing node E and generates a modulated carrier signal and sends the modulated carrier signal through the input/output interface 520 and the interface 506 to route the communication signal to the processing node E. As shown in FIG.
- the processing node E reads address ADD 1 , determines that the address corresponds to a user device X, and outputs the communication signals to the user device X. It should be noted that when a processing node 500 receives a communication signal from an above sub-network processing node 500 , the communication signal has already been determined to be one that is to be processed by the receiving processing node 500 . Thus, the receiving processing node 500 of a communication signal from an above sub-network need not read its own address field but only needs to read the address for the below sub-network processing node or child device.
- the processing module 900 of the processing node A determines that the carrier signal is destined for another processing node in the same sub-network SN 3 .
- the processing module 900 of the processing node A processes the address ADD 3 to determine to which processing node in the sub-network SN 3 to route the communication signals.
- the processing module 900 then generates a modulated carrier signal having a frequency/wavelength assigned to the designated processing node 500 , in this case processing node Q.
- the processing module 900 of processing node Q then receives the modulated carrier signal, demodulates the carrier signal to obtain the address information, and processes the addresses.
- the processing module 900 then processes the address ADD 2 to determine to which processing node 500 in sub-network SN 2 of the lower layer L 1 to route the communication signals. In this case, the processing node 500 in sub-network SN 2 is the processing node R.
- the processing module 900 then generates a modulated carrier signal and sends the carrier signal to processing node R through port input/output interface 520 .
- the processing module 900 of processing node R then processes address ADD 1 to determine to which user device to send the communication signal, in this case user device T. In this way, user device 101 may send communication signals to user device 103 , for example.
- ADD 2 may be set to a predetermined pattern such as all “is” for a “place holder,” for example.
- destination addresses of communication signals that are destined to the user device 109 have address information of the form “B,K, . . . P.”
- ADD 2 is determined to be “ . . . ,” the processing node K sends the communication signals to the user device 109 .
- the address information would have the form “O, . . . , . . . ,M.”
- a received communication signal has a frequency/wavelength that has been predetermined to be an express frequency/wavelength
- the above address processing is only performed by the processing node 500 to which the express frequency/wavelength is assigned.
- no processing is performed on the express communication signals until they are received by their intended processing node 500 .
- the medium interfaces 510 of each of the processing nodes 500 of the network 700 pass the communication signals without processing until the communication signals are received by the designated processing node 500 .
- the designated processing node 500 performs similar address processing on the communication signals to determine how to route them to the appropriate child device.
- communication signals are routed by a combination of the operation of the medium interface 510 and local address processing by each of the processing nodes 500 .
- each of the processing nodes 500 only need provide processing power for local addresses and thus, greater processing node efficiency is obtained.
- FIG. 18 shows another embodiment of the present invention.
- each sub-network has designated linking processing nodes that link the sub-network to above and below sub-networks.
- the processing node 500 when a processing node 500 in a sub-network requires that the communication be routed to a sub-network in an above or below layer, the processing node 500 generates and sends a modulated carrier signal having a frequency/wavelength assigned to the appropriate linking processing node.
- the linking processing node receives the modulated carrier signal, the carrier signal is demodulated and the address information is processed in a manner similar to that described above.
- the communication signals are routed:
- Any of the above communication routing links 1-8 may be designated as “express” and processing by the processing modules 900 of the processing nodes 500 in the designated links may be bypassed.
- processing these addresses may be performed before use, to correspond to network topologies more complex than shown in FIG. 10 .
- Such an architecture would allow multiple communication pathways in the event that one or more pathways are congested.
- FIG. 19 shows an example of a sub-network organization in which each below sub-network SN 102 , SN 104 , SN 106 and SN 108 has at least one above sub-network SN 110 , SN 112 and SN 114 , and the sub-networks SN 110 , SN 112 and SN 114 , likewise, may have more than one above sub-networks SN 120 and SN 122 .
- below sub-network SN 102 is associated with two above sub-networks SN 110 and SN 112
- below sub-network SN 104 is associated with above sub-network SN 114
- below sub-network: SN 106 is associated with above sub-networks SN 112 and SN 122
- below sub-network SN 108 is associated with above sub-networks SN 112 and SN 114 .
- the below sub-network SN 102 may send communication signals to either one of sub-networks SN 110 or SN 112 based on network conditions such as network congestion, for example.
- the processing node 500 in the below sub-network SN 102 may direct a greater amount of communication signals to the above sub-network SN 110 . In this way, load balancing of communication signal processing may be obtained.
- the processing node 500 in sub-network SN 102 may direct, through proper addressing and carrier signal frequency/wavelength assignment, the communication signals to above sub-network SN 110 , SN 120 , SN 114 and SN 108 via communication pathways P 100 , P 102 , P 110 and P 118 , respectively.
- FIG. 20 shows the address fields that correspond to sub-network levels L(N), L(N+1), L(N+2) and L(N+3).
- ADD 1 may correspond to an address of sub-networks that are in the level L(N) which are below the sub-networks SN 102 -SN 108 of level L(N+1)
- ADD 2 may correspond to an address of sub-networks SN 102 -SN 108 which are below sub-networks SN 110 -SN 114 of level L(N+2)
- ADD 3 may correspond to an address of sub-networks SN 110 -SN 114 which are below sub-networks of level L(N+3)
- ADD 4 may correspond to an address of sub-networks SN 120 -SN 122 of level L(N+3).
- the processing module of SN 102 When sub-network SN 102 receives communication signals from child devices, the processing module of SN 102 first applies a masking process to the destination address 1200 as shown in FIG. 21 .
- the masking allows the entire above address to be examined to determine proper routing of the communication signals rather than just the immediate above address.
- the destination address is divided into three portions 1202 , 1204 and 1206 .
- the first portion 1202 includes addresses of all levels of above sub-networks that are above the sub-network SN 102 ; the second portion 1204 is the address ADD 3 and the third portion is the address ADD 2 .
- the first address portion 1202 is obtained by masking the destination address 1200 with a mask 1208 that includes all “1s” starting with a leftmost address bit down to and including ADD 4 and “0s” elsewhere.
- the process module 900 of the sub-network SN 102 searches a database 1220 , shown in FIG. 22 , for an entry that matches the first address-portion 1202 .
- the database 1220 includes all valid first portion addresses where each valid first portion address corresponds to an entry 1222 - 1226 .
- Each of the entries 1222 - 1226 includes fields 1230 - 1234 .
- the field 1230 identifies the valid first portion address 1-M where M is an integer and fields 1232 - 1234 may indicate information relating each of the valid first portion addresses 1222 - 1226 .
- the field 1232 may indicate the congestion level, and the field 1234 may indicate an operational status of each of the valid first portion addresses 1222 - 1226 .
- the information in the database 1220 may be shared among the processing nodes 500 via a network that is separate from the network 700 or the network 700 may be used.
- special fields may be added to specifically that the communication signal is network related and not communication signals among child devices. For example, all address of below sub-networks/child device may be set to a fixed reserved pattern such as “1 . . . 1” to indicate that the communication signal is directed to the processing node of the lowest level sub-network addressed.
- the database 1220 may be further organized into blocks 1240 - 1242 of entries where all the entries within each block may be substituted for each other.
- communication signals having a first portion address that corresponds to the first portion address 1222 may also be destined to first portion address 1224 .
- the structure of the network 700 is configured so that all the sub-networks reachable via the above sub-networks of the first portion address 1222 is also reachable via the above sub-networks of the first portion address 1224 .
- the first portion address that includes SN 112 and SN 120 is also reachable via the first portion address that includes SN 110 and SN 120 .
- the above first portions addresses may be in a same block in the database 1220 .
- the procession module 900 of sub-network SN 102 determines whether the communication signal should be set to the addressed above sub-network or other possible above sub-networks that in the same block 1240 - 1242 of the database 1220 .
- the field 1232 corresponding to the first portion address of SN 112 indicates heavy congestion and the field 1232 corresponding to SN 110 does not indicate congestion.
- the processing module 900 replaces the first portion address that was received from the child device with a new first portion address and redirects the communication signal to an appropriate processing node 500 of the sub-network SN 110 . In this way, traffic load of the network 700 may be balanced without compromising local address processing that achieves processing efficiency.
- FIG. 23 is an exemplary block diagram of the processing module 900 of the processing node 500 of FIG. 8 .
- the processing module 900 includes a medium interface 510 , a transmitter 902 , a receiver 903 , a controller 904 , a memory 905 , a database 906 , an input/output interface 520 , a frequency/wavelength assignor 909 and a buffer queue manager 910 . These elements are in communication with one another via the bus 907 or other connection type.
- FIG. 23 is only an exemplary block diagram of the processing module 900 and is not meant to limit the invention to anyone architecture. Other architectures are possible without departing from the spirit and scope of this invention.
- the communication signals are received by the receiver 903 through the medium interface 510 of the processing node 500 .
- the receiver 903 stores the communication signals in the memory 905 based on commands of the buffer queue manager 910 .
- the buffer queue manager 910 may manage communication signal data corresponding to the received communication signals according to any number of buffer management schemes such as based on a priority of the communication signals.
- the priority scheme may assign priorities to the received communication signals based on various factors including the source of the communication signals, processing load, and the like.
- Communication signals that are not assigned express frequencies/wavelengths, from user devices or from lower layer processing nodes are received through the input/output interface 520 and are stored in memory 905 in the same manner as described above.
- express communication signals are routed via communication links 532 and 534 shown in FIG. 6 , to and from the medium interface 510 and bypass the processing module 900 altogether.
- the controller 904 performs processing on the address information of the communication signal data in the manner set forth above. Specifically, the controller 904 reads the appropriate address information ADDI, ADD 2 , ADD 3 , ADD 4 from the appropriate address fields 1101 - 1104 . The controller 904 compares this address information to information stored in database 906 .
- the database 906 stores information that identifies the processing nodes of the sub-network to which the present processing node belongs, processing nodes of the sub-network immediately below the present processing node, and the parent processing node in the sub-network immediately above the present processing node.
- the controller 904 instructs the transmitter 902 to transmit, through the medium interface 510 , the communication signal data to another processing node in the same sub-network, the parent processing node in the layer above the current layer, or a processing node in a layer below the current layer through the input/output interface 520 .
- the frequency/wavelength assignor 909 assigns a frequency/wavelength to the communication signals that are to be transmitted by the transmitter 902 based on which processing node is to receive the communication signals or whether the communication signals are to be sent to the parent processing node.
- FIG. 24 is an exemplary flowchart of the operation of the processing module 900 of FIG. 23 .
- the processing module 900 receives the communication signal through the receiver 903 or the input/output interface 520 , depending on the source of the communication signal.
- the receiver 903 or input/output interface 520 receives the communication signal and extracts the communication signal data including the address information from the communication signal.
- Control proceeds to step 1602 where the communication signal data is forwarded to the buffer queue manager 910 which stores the communication signal data in memory 905 according to a prioritization scheme, for example.
- step 1603 the controller 904 reads the next signal data from the memory 905 and processes the address information to determine where the communication signal is to be routed. Control continues to step 1604 where the controller 904 determines if the communication signal is to be routed to a processing node in a lower layer of the network. If so, the controller 904 goes to step 1605 ; otherwise, the controller 904 goes to step 1607 .
- step 1605 the controller 904 instructs the frequency/wavelength assignor 909 to assign a frequency/wavelength for the communication signal based on the processing node to which the communication signal is to be sent.
- the controller 904 then proceeds to step 1606 where the communication signal is sent to the input/output interface 520 using the assigned frequency/wavelength.
- step 1607 the controller 904 determines if the communication signals are to be sent to a processing node in the same sub-network. If so, controller 904 goes to step 1608 ; otherwise, controller 904 goes to step 1609 . In step 1608 the controller 904 determines a frequency/wavelength for the communication signal based on the processing node in the same sub-network to which the communication signal is to be sent, and controller 904 continues to step 1610 .
- step 1609 the controller 904 determines a frequency/wavelength for the parent processing node and goes to step 1610 .
- the controller 904 sends the communication signal data to the transmitter 902 for transmission as a communication signal to either the parent processing node or a processing node in the same sub-network.
- the processing module 900 may be implemented on a general purpose or special purpose computer. However, the processing module 900 can also be implemented on a programmed microprocessor or microcontroller and peripheral integrated circuit elements, an ASIC or other integrated circuit, a hardware electronic or logic circuit such as a discrete element circuit, a programmable logic device such as a PLD, PLA, FPGA or PAL, or the like. In general, any device on which a finite state machine capable of implementing the flowchart shown in FIG. 24 can be used to implement the processing module of this invention.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Abstract
A communication network apparatus and method for routing communication signals from a source device to a receiving device. The apparatus performs only local processing on communication signals to thereby increase the speed of processing the signals. A plurality of the processing nodes are combined into a plurality of sub-networks that comprise the network apparatus. Each processing node of a sub-network need only process address information pertaining to the node's current layer, one layer above it, if any, and one layer below it, if any. Additionally, each processing node has associated communication signal frequencies/wavelengths that identify the processing node as the intended recipient of the communication signal. When a communication signal having a carrier signal with a frequency/wavelength corresponding to the processing node is received, the processing node demodulates the carrier signal and forwards the communication signal data to a processing module used to process address information to determine how to route the communication signal through the network. Communication signals may be assigned “express” frequencies/wavelengths, in which case, all of the processing nodes, except the destination processing node, of the network pass the communication signal without performing processing on the communication signal.
Description
- This non-provisional application is a divisional of co-pending U.S. non-provisional application Ser. No. 10/328,262 entitled “Communication Network Apparatus and Method”, filed on Dec. 23, 2002, which is a continuation of U.S. non-provisional application Ser. No. 09/328,416 entitled “Communication Network Apparatus and Method”, filed on Jun. 9, 1999, now issued U.S. Pat. No. 6,584,102, which claims the benefit of U.S. provisional application No. 60/113,245 entitled “Communication Network Apparatus and Method” filed on Dec. 21, 1998, each of which is herein incorporated by reference.
- 1. Field of Invention
- This invention pertains to an apparatus and method for routing communication signals from a source device to a destination device.
- 2. Description of Related Art
- Conventional networks require routers and switches to process full destination addresses in order to route communication signals to a destination device. Buffers within the routers and switches that queue the communication signals must account for the full destination addresses of communication traffic that circulates through the routers and switches. The routers and switches must process all incoming traffic regardless of its destination and must process each element of the entire address of each incoming communication signal. Thus, the routers and switches must perform global routing on every communication signal that is received. Furthermore, the routers and switches must know the entire topology of the network in order to route each of the incoming communication signals. Thus, high volume communication signals destined to one address may become a bottleneck to low volume communication signals destined to another address. Therefore, there is a need for new technology to relieve such bottleneck conditions and to generally improve communication network efficiency.
- The present invention is directed to a plurality of processing nodes, organized into a network that route communication signals from a source device to a destination device. Each of the processing nodes include a processing module and a medium interface. The processing module of a processing node performs only local processing on communication signals to thereby increase the speed and efficiency of processing the signals. Local processing involves processing portions of an address as a single entity. Global routing of communication signals is accomplished by the medium interface of the processing node.
- The network is divided into sub-networks of processing nodes. Addresses of devices and processing nodes are also organized based on the sub-network structure and are divided into three portions. For each processing node, a first portion relates to addresses of other processing nodes that are in sub-networks that are “above” the sub-network of the processing node; a second portion relates to addresses of other processing nodes that are within the “same” sub-network as the processing node; and a third portion relates to addresses of processing nodes or devices that are in sub-networks that are “below” the sub-network of the processing node or are “child” devices of the processing node, respectively. Each of the three portions of the address is treated as one entity. The processing module of each processing node of a sub-network processes address information in terms of these three portions. Thus, in this sense, the process module processes only addresses that are local to the processing node. Accordingly, each node need not perform global routing processing on the received communication signals.
- Additionally, each processing node may be associated with carrier signal frequencies/wavelengths that identify the processing node as the intended recipient of the carrier signal. When a received carrier signal has a frequency/wavelength corresponding to the processing node, the processing module of the processing node receives the carrier signal and processes address information modulated on the carrier signal to determine how to route the communication signal through the network. Carrier signals of other frequencies/wavelengths are passed on to other processing nodes by the medium interface without processing by the processing module of the processing node.
- The invention is described in detail with reference to the following figures wherein like numbers designate like elements, and wherein:
-
FIG. 1 is an exemplary diagram of a communication network; -
FIG. 2 is a diagram of a network architecture; -
FIG. 3 is a diagram of a router for use with the network ofFIG. 2 ; -
FIG. 4 is a diagram of a switch for use with the network ofFIG. 2 ; -
FIG. 5 is an exemplary diagram of a processing node; -
FIG. 6 is a more detailed diagram of the processing node ofFIG. 5 ; -
FIG. 7 is an exemplary diagram of a plurality of processing nodes organized into sub-networks; -
FIG. 8 is an exemplary diagram of the medium interface of the processing node ofFIGS. 5 and 6 ; -
FIG. 9 is a flowchart outlining an exemplary operation of the medium interface ofFIG. 8 ; -
FIG. 10 is an exemplary diagram of a network system that includes the processing node ofFIGS. 5 and 6 ; -
FIG. 11 is an exemplary diagram of address information; -
FIGS. 12-17 are exemplary diagrams illustrating an addressing scheme and how the addressing scheme is used to route communication signals through the network ofFIG. 10 using local processing according to this invention; -
FIG. 18 is an exemplary diagram showing the allocation of wavelengths according to one embodiment of the present invention; -
FIG. 19 is an exemplary diagram of a network architecture in which each sub-network is linked to two neighboring sub-networks; -
FIG. 20 shows the address fields that correspond to sub-network levels L(N), L(N+1), L(N+2) and L(N+3); -
FIG. 21 shows a masking process of the address fields ofFIG. 20 ; -
FIG. 22 shows a database for use with the masking process ofFIG. 21 ; -
FIG. 23 is an exemplary block diagram of a processing module of a processing node according to the present invention; and -
FIG. 24 is an exemplary flowchart of the operation of the processing module ofFIG. 23 . -
FIG. 1 shows a general diagram of a network structure. As shown inFIG. 1 , a plurality ofuser devices LAPs network 100.Reference numerals LAPs reference numerals - When a
user device 101 desires to communicate with auser device 105, for example, communication signals are sent from theuser device 101 through theLAP 102 to thenetwork 100. Thenetwork 100 routes the communication signals by way of switches and routers in thenetwork 100 to theLAP 106 which then forwards the communication signals to theappropriate user device 105. The communication signals include address information that is used to direct the routing of the communication signals through thenetwork 100. -
FIG. 2 shows a network architecture for facilitating the routing of communication signals through thenetwork 100. Thenetwork 100 includes a plurality of switches “S” 110 and routers “R” 120 where each of theswitches 110 androuters 120 are able to send and receive signals to anyother switch 110 and/orrouter 120 in thenetwork 100 through one or more of theother switches 110 orrouters 120. Eachswitch 110 androuter 120 processes the complete address information of received communication signals in order to direct the communication signals to their respective destinations. Thus, eachswitch 110 androuter 120 in thenetwork 100 performs global routing processes for all received communication signals. -
FIG. 3 is an exemplary diagram of aconventional router 120. Therouter 120 may have a plurality ofinput ports 301 and a plurality ofoutput ports 303. Both the input andoutput ports 301 and 302 may be connected via abus 300 and controlled by a central processing unit (CPU) 305, for example. Communication signals received in anyone of theinput ports 301 are processed by theCPU 305 and routed by theCPU 305 to anyone of theoutput ports 303 via thebus 300. Thus, theCPU 305 and thebus 300 may be “bottlenecks” during high volume congestion conditions. - In addition, communication signals, such as data packets, are queued serially at each of the input and
output ports input ports 301 is destined to an output port that is full due to backup congestion of thenetwork 100, for example, then the other data packets behind the lead data packet cannot be transferred to theirrespective output ports 303, even if theseoutput ports 303 have room for the data packet. Thus, congestion at oneoutput port 303 adversely affects transfer rates ofother output ports 303. -
FIG. 4 is an exemplary diagram of aconventional switch 110. Theswitch 110 includes a plurality ofinput ports 401 and a plurality ofoutput ports 403 connected via acrossbar switch 402, for example. While thecrossbar switch 402 eliminates the congestion problem of thebus 300 in therouter 120, output port congestion problems described above remain unresolved. - The efficiency of the
network 100 may be significantly increased by organizing thenetwork 100 into groups of processing nodes and interconnecting the processing nodes via respective medium interfaces. Each of the groups of processing nodes make up a sub-network. The relationship among the sub-networks may be described using the words “same,” “above,” and “below,” for example. When a first sub-network is directly “above” a second sub-network, the first sub-network receives all communication signals from the second sub-network that are not destined to a processing node within the second sub-network. Correspondingly, when a third sub-network is directly “below” the second sub-network, all the communication signals destined to devices not “below” the third sub-network are received by the second sub-network. Processing nodes of the “same” sub-network may directly communicate without communication signals traversing other processing nodes that are above or below the “same” sub-network. - The words “same,” “above,” and “below” do not restrict the network organization into a hierarchical structure because there is no requirement that the first sub-network cannot be both above and below the second sub-network, for example. As used in the following description of the embodiments of this invention, a sub-network means a plurality of processing nodes that are logically or physically linked in such a way that they form a sub-group of a network. Communication signals are transmitted between processing nodes based on the sub-network organization.
-
FIG. 5 shows an exemplary block diagram of one of theprocessing nodes 500. As discussed above, theprocessing nodes 500 are grouped together to form sub-networks. Eachprocessing node 500 has at least three interfaces with respect to the sub-network organization. Interface 502 couples aparticular processing node 500 toother processing nodes 500 of the same sub-network. Interface 504 couples theprocessing node 500 to processingnodes 500 of sub-networks that are above (above sub-networks) the sub-network of theparticular processing node 500. Interface 506 couples theprocessing node 500 to processingnodes 500 of sub-networks or devices that are below (below sub-networks) the sub-network of theparticular processing node 500. -
FIG. 6 is a more detailed exemplary block diagram ofprocessing node 500. As shown inFIG. 6 , theprocessing node 500 includes amedium interface 510, aprocessing module 900 and an input/output interface 520. Themedium interface 510 sends and receives communication signals tomedium interfaces 510 ofother processing nodes 500 within the same sub-network viainterface 502, to input/output interfaces 520 ofother processing nodes 500 in above sub-networks viainterface 504, and tomedium interfaces 510 ofother processing nodes 500 in below sub-networks via theinterface 506. - While the
medium interface 510 may route communication signals from any sub-network to any other sub-network, Table 1 shows the preferred routing possibilities of the communication signals using themedium interface 510. As shown in Table 1, communication signals may be routed from below, same and above sub-networks to below, same and above sub-networks with two preferred exceptions. Communication signals from below sub-networks are preferably not routed through themedium interface 510 to other below sub-networks because these communication signals may be more efficiently handled by the input/output interface 520. Communication signals from above sub-networks are preferably not routed to other above sub-networks through themedium interface 510 because such communication signals may be better handled directly by the above sub-networks.TABLE 1 Preferred Communication Signal Routings To Below To Sub-Net Same Sub-Net To Above Sub-Net From Below Sub-Net XXXXXX YES YES From Same Sub-Net YES YES YES From Above Sub-Net YES YES XXXXXX - Additionally, as described in greater detail hereafter, certain communication signals may be “express” communication signals that are capable of bypassing the
processing module 900 altogether. Whether a communication signal is “express” or “non-express” may be determined in many different ways. For example, a subscriber may subscribe to “express” service when subscribing to network service. A user may request express service when initiating a communication. Certain destination addresses may be designated “express,” such as emergency destination addresses, hotlines, and the like. Alternatively, the network itself may designate a communication signal to be “express” based on a network status. Any manner of designating a communication signal to receive “express” treatment is intended to be within the spirit and scope of the invention. - In these cases, no processing of the communication signal is performed by the
processing module 900 and the express communication signals traverse thenetwork 100 from onemedium interface 510 to another until aprocessing node 500 is reached where the express communication signals are not “express” and are processed by thatprocessing module 900. Thus, communication signals may be “express” in someprocessing nodes 500 and “non-express” inother processing nodes 500. - Non-express communication signals that are destined to below sub-networks or below devices with respect to the
processing node 500 are directed to theprocessing module 900 throughcommunication link 512. Theprocessing module 900 processes received communication signals and sends the processed communication signals to the input/output interface 520 for output throughinterface 506 to the below sub-networks or below devices. Non-express communication signals received from a below device or a processing node in a below sub-network are passed to theprocessing module 900 viainterface 506, received by the input/output interface 520 and sent to theprocessing module 900 viacommunication link 524. These communication signals are processed by theprocessing module 900, output to themedium interface 510, and then forwarded toother processing nodes 500 of the same or above sub-networks via theinterfaces interface 506. - As noted above, in certain instances, communication signals may be considered “express” communication signals that allow the
processing node 500 to route the communication signals while bypassing theprocessing module 900. In these cases, the “express” communication signals are assigned attributes that designate the communication signal to be an express communication signal. When aprocessing node 500 receives a communication signal that has the attribute defined as “express,” theprocessing node 500 routes the communication signal without being processed by theprocessing module 900. - For example, if the
processing node 500 ofFIG. 6 receives a communication signal that is express, from a belowsub-network processing node 500, the input/output interface 520 separates express communication signals by filtering, for example, so that they bypass theprocessing module 900. The express communication signal is passed to themedium interface 510 via thecommunication link 532 thereby bypassing theprocessing module 900. Themedium interface 510 receives the express communication signals and routes the express communication signals to anotherprocessing node 500 in the same sub-network via theinterface 502 or to the medium interface of anotherprocessing node 500 of an above sub-network via theinterface 504. - Similarly, express communication signals from processing
nodes 500 in above sub-networks may bypass theprocessing module 900 via thefilter 580, for example, andcommunication link 534. Thefilter 580 performs a similar function to that of input/output interface 520 in separating express communication signals so that they may bypass theprocessing module 900. Thefilter 580 may be a separate element (as shown) or may be incorporated, for example, into themedium interface 510. - Likewise, express communication signals may be received from processing
nodes 500 in the same sub-network. In this case, if the express communication signals are destined for aprocessing node 500 in a sub-network that is only reachable through an above sub-network, themedium interface 510 routes the express communication signals to the above sub-network throughinterface 504 without the express communication signals being processed by theprocessing module 900. If the express communication signals are destined for aprocessing node 500 that is reachable by anotherprocessing node 500 in the same sub-network, themedium interface 510 passes the express communication signals to another node in the same sub-network viainterface 502. - Otherwise, if the express communication signals are destined for a
processing node 500 reachable through thepresent processing node 500, themedium interface 510 routes the express communication signals to the destination processing node via thecommunication link 512, thefilter 580, thecommunication link 534, the input/output interface 520 and theinterface 506. Alternatively, if the express communication signals are destined for a child device of thepresent processing node 500, the express communication signals are processed in a similar fashion as other non-express communication signals, by theprocessing module 900 and routed to the appropriate child device through thecommunication link 522, the input/output interface 520 and theinterface 506. - In this way, the express communication signals bypass the
processing modules 900 of theprocessing nodes 500 until the express communication signals are received by aprocessing node 500 for which the communication signals are “non-express” such as the destination processing node, for example. This reduces delay in routing the express communication signals, since less processing is performed and thus, network congestion is reduced. -
FIG. 7 is a block diagram showing the three exemplary groupings of theprocessing nodes 500. As shown inFIG. 7 , theprocessing nodes 500 are organized into three sub-networks. Each of theprocessing nodes 500 may be linked directly or indirectly to one ormore processing node 500 in an above sub-network, one or more below sub-network or below device, andother processing nodes 500 in the same sub-network, if there are more than one processing node in the same sub-network, viainterfaces processing node 500 only needs to determine if the non-express communication signal is to be routed to a processing node in an above sub-network, a below sub-network or below device, or other processing nodes of the same sub-network. Thus, only local processing of non-express communication signals is performed. -
FIG. 8 is a more detailed-diagram of themedium interface 510. As shown inFIG. 8 , themedium interface 510 includesinput ports output ports output ports interface 502; the input andoutput ports interface 504; and the input andoutput ports processing module 900, respectively. - While the input and output ports 801-806 of the
medium interface 510 are shown as single ports, each of the ports 801-806 may comprise a plurality of ports depending on particular implementation details. Furthermore, the input and output ports 801-806 may be combined into single input/output ports or multiple input/output ports without departing from the spirit and scope of the present invention. Additional ports may be provided to support routing of express communication signals. - The medium interface receives communication signals in the form of modulated carrier signals. When a device initiates a communication, the
first processing node 500 the receives communication data of the communication selects an appropriate carrier signal and modulates the selected carrier signal with the communication data. The modulated carrier signal is then routed through the network via themedium interface 510 of thefirst processing node 500. Express and non-express communication signals may be distinguished by allocating a group of carrier signals as express while other carrier signals may be non-express, for example. - The
medium interface 510 includes afilter 807 that performs the routing function among the ports 801-806. If each of theoutput ports filter 807 may separate the communication signals received viainput ports respective output ports - For example, Table 2 below shows an exemplary assignment of carrier signals based on non-express carrier signal frequencies.
TABLE 2 Example of Carrier Signal Assignment Group Carrier Frequency From Input Port To Output Port 1 f1- f 2801 805 2 f3- f 4801 806 3 f5- f 6802 803 4 f7- f 8802 805 5 f9- f 10804 805 6 f11- f 12804 806 - Thus, the
filter 807 filters out carrier signals within frequency range: (1) f1-f2 ofGroup 1 received frominput port 801 and directs them tooutput port 805; (2) f3-f4 ofGroup 2 received frominput port 801 and directs them tooutput port 806; (3) f5-f6 ofGroup 3 received frominput port 802 and directs them tooutput port 803; (4) f7-f8 of Group 4 received frominput port 802 and directs them tooutput port 805; (5) f9-f10 of Group 5 received frominput port 804 and directs them tooutput port 805; (6) f11-f12 of Group 6 received frominput port 804 and directs them tooutput port 806. While the above example shows frequency ranges, various selections of carrier frequencies may be grouped together and treated as a range. - Optical frequencies/wavelengths may be viewed as light colors. For example, Table 3 shows and exemplary carrier signal color assignment of groups 1-6.
TABLE 3 Example of Carrier Signal Color Assignment Group Carrier Color From Input Port To Output Port 1 Blue 801 805 2 Yellow 801 806 3 Green 802 803 4 Brown 802 805 5 Red 804 805 6 Purple 804 806 - Additionally, certain frequencies/wavelengths may be predetermined to be “express” frequencies/wavelengths. For example, if the carrier signal is of a frequency/wavelength not assigned to the
processing node 500 for processing, and the frequency/wavelength is designated an express frequency/wavelength, the corresponding carrier signal is routed to an appropriate output port. The express frequencies or wavelengths are handled by themedium interface 510 in the same manner as communication signals having non-express frequencies/wavelengths. Furthermore, additional ports may be added that are pre-defined for receiving express frequency/wavelength communication signals from thefilter 807. In such a case, thefilter 807 will route communication signals having these express frequencies and wavelengths to the pre-fined ports. - When RF frequencies are used, the
filter 807 may include band pass, low pass and high pass filters as is well known in the art. When optical frequencies or wavelengths are used, dichroic mirrors, prisms, grading filters and other types of optical filters and optical switches may be used as is well known in the art. Thus, direct routing of carrier signals among the input/output ports 801-806 may be accomplished by known devices that may not require computational power. Such direct routing significantly reduces computational loads of theprocessing module 900 of eachprocessing node 500 for routing network traffic. - In particular, “global” routing may be accomplished by the
medium interface 510 together with frequency/wavelength assignments and the sub-network organization while “local” routing may be performed by theprocessing module 900. In other words, “global” routing may be performed without having to process address information of the communication signals. “Global” routing may be performed by frequency/wavelength assignments and the particular configuration of the filters in themedium interfaces 510 of theprocessing nodes 500. If amedium interface 510 of aprocessing node 500 determines, through filtering of the communication signals, that the communication signal is to be processed by theprocessing node 500, “local” routing is performed on the address information of the communication signal by theprocessing module 900, as described in more detail hereafter. - When communication signals (or traffic), that are received from the
interface 506, are destined to processingnodes 500 or user devices (e.g., telephone stations or terminals, not shown) that are reachable only via an above sub-network, the communication data is modulated by theprocessing module 900 onto a carrier signal that has a frequency/wavelength that is assigned to an abovesub-network processing node 500. The modulated carrier signal is then sent to the abovesub-network processing node 500 via theinput port 802, thefilter 807 and theoutput port 803. - Non-express traffic received through the
interface 506, destined for anotherprocessing node 500 of the same sub-network, are modulated onto a carrier signal having a frequency/wavelength assigned to a samesub-network processing node 500. The modulated carrier signal is then sent to the samesub-network processing node 500 via theinput port 802, thefilter 807 and theoutput port 805. - Namely, each
processing node 500 is assigned a specific carrier frequency/wavelength or frequency/wavelength range. By use of themedium interface 510, theprocessing module 900 is assured that only traffic that it must process is received and thus, processing associated with “pass through” or “express” traffic that are destined elsewhere, is avoided. In this way, traffic routing may be reduced to only local considerations because “global” routing issues are resolved by themedium interface 510, the carrier signal frequency/wavelength assignments and the sub-network organization. The above three architectural elements (themedium interface 510, sub-network organization, and frequency assignment) can be predetermined and do not require “real-time” computations. Thus, theprocessing nodes 500 provide for significant network efficiency improvement by reducing processing node computational power requirements and by reducing network congestion. - When communication signals are received from user devices or
processing nodes 500 in a below sub-network that do not have an express frequency/wavelength carrier signals, through input/output interface 520, for example, theprocessing module 900 demodulates the carrier signals to extract the communication data. Processing is then performed on the extracted communication data to determine local routing of the communication signals, as described hereinafter. Based on the results of the processing, theprocessing module 900 sends a modulated carrier signal, i.e. communication signal, to themedium interface 510 viainput port 802, having the appropriate frequency/wavelength for routing by themedium interface 510. Alternatively, if carrier signals are received from user devices orprocessing nodes 500 in a below sub-network and the carrier signals have an express frequency or wavelength, the carrier signals, and hence the communication signals, are routed by themedium interface 510 without processing by theprocessing section 580 andprocessing module 900. - While
FIG. 8 shows that all communication signals received through any of theinput ports filter 807, not all communication signals nee(l be passed through thefilter 807. Direct communication links may be provided, for example, betweeninput port 804 andoutput port 806. For example, if every belowsub-network processing node 500 only receives communication signals that are destined for below sub-networks or below devices, all communication signals received throughinput port 804 are passed directly tooutput port 806. Similarly, direct connections may be utilized for passing express communication signals from input ports to appropriate output ports. -
FIG. 9 shows an exemplary flowchart of the operation of themedium interface 510. Instep 601, modulated carrier signals, i.e. communication signals, are received by themedium interface 510 through at least one of theinput ports medium interface 510 goes to step 602. Instep 602, themedium interface 510 performs the filtering function described above to separate the modulated carrier signals into groups such as shown in Tables 1, 2 or 3, and goes to step 603. - In
step 603, themedium interface 510 directs group 6 modulated carrier signals received throughport 804, i.e. the modulated carrier signals from an above sub-network, andgroup 2 modulated carrier signals received frominput port 801 tooutput port 806. Instep 604, themedium interface 510 directsgroup 3 modulated carrier signals received throughport 802, i.e. the modulated carrier signals from theprocessing module 900, to theoutput port 803. - In
step 605, themedium interface 510 directsgroup 1 modulated carrier signals frominput port 801 to theoutput port 805. Instep 606 themedium interface 510 directs group 4 modulated carrier signals frominput port 802 to theoutput port 805. Instep 607, themedium interface 510 directs group 5 modulated carrier signals frominput port 804 tooutput port 805. Although not explicitly shown inFIG. 9 , similar functions may be performed for the express frequencies/wavelengths, such as those shown in Table 3. The above steps maybe performed in any order and may be performed in parallel as well as serially. - The
medium interface 510 may continue the above process even if theprocessing module 900 becomes inoperative because the functions of themedium interface 510 may be independent of the functions performed by theprocessing module 900. For example, if themedium interface 510 is comprised of optical elements, then the modulated carrier signals are modulated light signals and the various colors of light may be directed toappropriate output ports medium interface 510 continues to operate even during electric power outages. Thus, themedium interface 510 may be a reliable coupling element in thenetwork 500 allowing thenetwork 500 to function independent of the state of theprocessing module 900. - The functions of the
medium interface 510 described above, may be performed by elements such as passive or active filters, or digital computational elements such as a dedicated processing elements, e.g., digital filters using application specific integrated circuits (ASICs) or PLAs, etc., or general purpose processors as implementation details dictate. That is to say that computational elements may be used in themedium interface 510, if desired, but non-computational elements may also be used to achieve-the functions of themedium interface 510. -
FIG. 10 shows one embodiment where the sub-networks are organized hierarchically into layers LI, L2 and L3. Thenetwork 700 is partitioned into a plurality of sub-networks SN1-SN7 where SN1, SN2, SN6 and SN7 are in layer L1, SN3 and SN5 are in layer L2 and SN4 is in layer L3. The sub-networks SN1, SN2, SN6 and SN7 of layer L1 are below the sub-networks SN3 and SN5 of layer L2. The sub-networks SN3 and SN5 or layer L2 are below the sub-network SN4 of layer L3. - The
processing nodes 500 of each of the sub-networks SN1-SN2 and SN6-SN7 are coupled to oneprocessing node 500 of an above sub-network SN3 or SN5. Aprocessing node 500 that is in an above sub-network SN3 or SN5 is referred to as aparent processing node 500 to theprocessing nodes 500 that are in a below sub-network and coupled directly to it.Processing nodes 500 that are in a below sub-network that is directly coupled to aprocessing node 500 are referred to as child processing nodes of thatprocessing node 500 and user devices that are below aprocessing node 500 are also referred to as child devices of thatprocessing node 500. Aprocessing node 500 that receives a communication signal for routing via itsmedium interface 510 or for processing via itsprocessing module 900 is referred to as the current processing node. - For example, the sub-network SNI has a
parent processing node 500 designated by the letter “A.” Likewise, sub-network SN3 has aparent processing node 500 designated by the letter “B.” Each processing node in the second and third layers L2 and L3, respectively, may be aparent processing node 500 of a sub-network: SN1-SN2 and SN6-SN7 in lower layer L1. User devices 101-113 may be children of theprocessing nodes 500 of any of the layers LI-L3. -
FIG. 10 is only exemplary and various modifications to the particular network architecture may be made without departing from the spirit and scope of the present invention. For example, whileFIG. 10 shows theprocessing nodes 500 of below sub-networks communicating with a single aboveprocessing node 500, the invention is not limited to such an arrangement. Eachprocessing node 500 may communicate with one or more above or belowsub-network processing nodes 500. Furthermore, the sub-networks are not limited to a circular architecture as shown inFIG. 10 . The sub-networks may be organized serially or in a broken star fashion, for example. Other modifications as will become apparent to those of ordinary skill in the art are intended to be within the scope of the present invention. - As shown in
FIG. 10 , a plurality of user devices 101-113 communicate with one another over thenetwork 700. Eachprocessing node 500 in thenetwork 700 may serve as an access provider for one or more of the user devices 101-113. The user devices 101113 may communicate with each other by entering the destination address of other user devices 101-113, such as the telephone number, IP address, electronic mail address, and the like. For example. If one of theuser devices 101 desires to communicate with one of theuser devices 105, an operator of theuser device 101 may-enter the destination address for theuser device 105 through a user interface, such as a keypad, touch-screen, voice recognition device, and the like. The communication signals are routed from theuser device 101 through thenetwork 700 traversing a path, for example, as follows: -
- (1)
user device 101 to processing node “S” of SN1; - (2) processing node “S” to processing node “A” of SN3;
- (3) processing node “A” to processing node “B” of SN4;
- (4) processing node “B” to processing node “C” of SN4;
- (5) processing node “C” to processing node “K” of SN5;
- (6) processing node “K” to processing node “F” of SN7; and finally
- (7) processing node “F” to the
destination user device 105.
- (1)
- The user devices 101-113 may be any device that transmits and/or receives signals. For example, the user devices 101-113 may be land-line telephones, cellular telephones, computers, personal digital assistants, point of sale devices, two-way pagers, WebTV™, and the like. For simplicity of discussion, the following description will assume that the user devices 101-113 are land-line telephones.
- The user devices 101-113 are in communication with the
network 700 over communications links. These communications links may be any type of connection that allows the transmission of information. Some examples include conventional telephone lines, fiber optic lines, direct serial connection, wireless communication links, satellite communication links, and the like. Theprocessing nodes 500 of thenetwork 700 may also be linked by similar communication links. - The communication signals may include communication data and address information. The communication data and address information are modulated onto the carrier signals which are “steered” through the
network 700 via the medium interfaces 501 of theprocessing nodes 500. - When a child device initiates a communication with another child device by, for example, entering a destination address of the other child device and sending a transmit command, a communication signal from the child device to a
first processing node 500 in thenetwork 700 is sent. The communication signal from the child device may include such information as the calling child device identifier, a destination address, and the like. Based on the destination address, or an address generated from the destination address thefirst processing node 500 determines whether to send the communication signal to another node in a same sub-network, a node in an above sub-network, or a node or child device in a below sub-network. - The destination address may be an identifier that indicates the routing necessary for the communication signal or may be an identifier of a child device from which routing address information is determined. Routing address information may be determined from the destination address by, for example, using a look-up table or the like, in the
processing nodes 500. For simplicity of the following description, it will be assumed that the destination address indicates the routing necessary for the communication signal. - Similarly, whether or not the communication signal is an express communication signal may be determined from the calling child device address, destination address, a look-up table or the like. Various criteria, such as network congestion, the type of call (which may be determined from the destination address, for example), and the like may be taken into consideration when determining if a communication signal is an “express” communication signal. Each
processing node 500 of thenetwork 700 may be capable of determining if a received non-express communication signal should be made “express” by use of a look-up table or the like. Thus, a communication signal may not be “express” in one portion of thenetwork 700 and may be determined to be “express” in another portion of thenetwork 700. - When a
processing node 500 receives a communication signal from a child (either a child processing node or a child device) that does not have an express frequency/wavelength, via theinterface 506, theprocessing module 900 examines the destination address to determine whether the destination device is another child, a child of anotherprocessing node 500 of the same sub-network SN1-SN7 or a child of someother processing node 500. If the destination device is not another child, theprocessing module 900 selects the appropriate carrier signal frequency/wavelength and modulates the selected carrier signal with the communication signal and transmits the modulated carrier signal onto the communication medium viaport 802 of the medium interface. - If the destination address includes an address of a
child processing node 500, then theprocessing module 900 modulates the communication data onto a carrier signal that corresponds to thedestination processing node 500 and outputs the modulated carrier signal to themedium interface 510 of the child processing node via theinterface 506. If the destination device is a child device, then theprocessing module 900 processes the communication signal for output to the child device in a manner that is known in the art and delivers the processed signal to the child device. - In the processes described above, each
processing module 900 is not required to determine a routing path for the communication signal, but only needs to distinguish based on the destination address, whether the destination device is reachable through an above, same or a below sub-network SN1-SN7/processing node 500. Thus, the amount of processing required of eachprocessing module 900 is greatly reduced when compared to that required by conventional routers and switches. - If the communication signal from the child device or below sub-network has a frequency/wavelength that is predetermined to be an express frequency/wavelength, the
processing nodes 500 pass the communication signal, by way of themedium interfaces 510, until the processing node to which the express frequency/wavelength is assigned receives the communication signal. For example, if processing node C in layer L3 ofFIG. 10 is assigned an express frequency of f13 and child device T generates a communication signal having frequency f13, the communication signal will be passed without processing through the medium interfaces of processing nodes R, Q, B and through themedium interfaces 510 of theprocessing nodes 500 in the sub-network SN4 to the processing node C. When the processing node C receives the communication signal, itsmedium interface 510 recognizes, through filtering of the communication signal, that the communication signal is to be processed by itsprocessing module 900. The processing node C therefore, performs “local” processing on the address information of the communication signal to determine how to route the communication signal. - Further efficiency is obtained by partitioning the address information in a manner that corresponds to the sub-network organization. For example, if the address is partitioned as shown in
FIG. 11 , into address fields 1101-1104, then each field of the address corresponds to a layer L1-L3 of the network and one field of the address maybe used to address child devices. In this way, the determination of whether the destination device is reachable through an above, same or below sub-network SN1-SN7 orprocessing node 500 may be accomplished by examining either the entire portion of the address above the level of thecurrent processing node 500 or by examining the address immediately above the level of thecurrent processing node 500. - Returning to
FIG. 10 , when a user of one of theuser devices 101 wishes to communicate with one of theuser devices 107, for example, the user activates (goes off-hook, for example) theuser device 101 and enters the destination address information, such as a telephone number, IP address, access number, or the like as is well known in the art. The communication signals containing the address information are sent to the processing node S in the sub-network SN1 of layer L1. The processing node S examines the fields of the destination address information to first determine if the parent processing node A is addressed. If so, then the destination device is a child of one of theprocessing nodes 500 of the same sub-network SN1. - In this case, the processing node S further examines the destination address to determine whether the destination device is a child of the processing node S or of another processing node of the same sub-network SNI. If a child of the processing node S, the communication signal is processed and sent to the
child device 101. If the destination device is a child of another processing node of the same sub-network SN1, then the processing node S modulates the communication signal onto a carrier signal assigned to theother processing node 500 and transmits the carrier signal via theport 805 of themedium interface 510. - The same process as described above is performed by each of the processing nodes A, B and C, assuming the carrier signal does not have an express frequency/wavelength assigned to it. Processing nodes D and E need not determined if their respective parent processing nodes are addressed or if they themselves are addressed since the communication signals are sent to them from their parent processing nodes. Thus, processing nodes D and E need only determine which below
sub-network processing node 500 or child device to route the communication signals. - If the parent node A is not addressed, then the destination device is only reachable via the above sub-network SN3, and thus, the communication signal is modulated onto a carrier signal whose frequency/wavelength is allocated to the processing node A of the above sub-network SN3. The modulated carrier signal is transmitted to the processing node A via the
port 803 of themedium interface 510. - The address information of the communication signals is organized in a manner corresponding to the sub-network organization. Each portion of the address information shown in
FIG. 11 corresponds to each of the layers of sub-networks in thenetwork 700. For thenetwork 700 shown inFIG. 10 , the address information may contain fourfields - Each of the addresses ADD1-ADD4 contains sufficient information to uniquely identify each
processing node 500 of the sub-networks SNI-SN7 within the respective layers LI-L3. ADD1 includes enough bits to identify the particular user devices 101-113 connected to the processing nodes in layer L1; ADD2 includes enough bits to address every processing node within one sub-network SN1, SN2, SN6 and SN7 of layer L1; ADD3 includes enough bits to address every processing node within one sub-network SN3 or SN5 of layer L2; and ADD4 includes enough bits to address every processing node within one sub-network SN4 of layer L3. - The addresses ADD1, ADD2, ADD3 and ADD4 may be shared for sub-networks SN1-SN7 within the same layer because the
network 700 is organized into layers such that the sub-networks SN1-SN7 in each layer L1-L3 are separated, in a path traversal sense, from other sub-networks in the same layer L1-L3 by at least oneprocessing node 500 of an upper layer. For example, the address ADD1 may be the same for theuser device 101 and theuser device 107 since addresses ADD2, ADD3 and ADD4 designate a unique communication “pathway” between the associated processing nodes. Similarly, ADD2 may correspond to aprocessing node 500 in sub-networks SN1 and SN6. - However, if address processing is based on examining the entire address above the
current processing node 500 level, only a difference in the highest level address is necessary to designate a unique address for the destination user device. For example, if a user device whose parent node is processing node A in sub-network SN3 ofFIG. 10 wishes to communicate with auser device 111, because there is a difference in the address for the processing node in sub-network SN4, the communication signals will be properly routed. That is, the address for communication signals from processing node A in sub-network SN3 touser device 111 is CA. The address for communication signals fromuser device 111 to processing node A in sub-network SN3 is BA. If both theprocessing nodes 500 in sub-networks SN3 and SN5 had the sameparent processing node 500, communication signals will only be routed to belowprocessing nodes 500. - Furthermore, the communication signals will be routed up the levels L1-L3 of the
network 700 until a same entire above address is encountered. At this point, the communication signals will be routed back down the levels of thenetwork 700. Thus, for example, if an address for a destination user device is CABQ and an address for the originating user device is CALH, when the communication signal is processed by aprocessing node 500 in level L2, the above address “CA” designates the parent processing node of the level L2 sub-network. Accordingly, the communication signal may not be routed further up the levels of thenetwork 700 and the communication signal may be routed back down thenetwork 700 levels, if possible. - If address processing is based on examining the immediate above address, each above address at each level must be different from other above addresses for processing
nodes 500 at the same level having the same address. Thus, processing node A in sub-network SN5 cannot have a below sub-network processing node with the address S since communication signals fromuser devices 101 would not be able to be routed to user devices connected to the processing node S. That is to say, the address for communicating with the user devices would be CAS, however, when the processing node S examines the immediate above processing node address it will appear as if the above processing node address corresponds to the parent processing node of processing node S in sub-network SN1. Thus, communication signals will be routed to below processing nodes. - Communication signals that do not have an express frequency/wavelength may be routed through the
network 700 using the addresses ADD4-ADD1 as explained below in connection withFIGS. 12-17 . When the user device 101 (a child of processing node S) initiates a call to the user device 107 (a child of processing node E), processing node S first receives the carrier signal from theuser device 101 via theinterface 506. The input/output interface 520 extracts the communication signal and provides the address information to theprocessing module 900. Theprocessing module 900 processes the address information to determine where to send the communication by analyzing the addresses ADD4-ADD1. For this example, ADD4-ADD1 have the values C, D, E-and X corresponding to addresses of processing nodes C, D, E and user device X, as shown inFIG. 10 . - As mentioned above, routing of communication signals may be based on the entire above address or may be based only on the immediate above address. The entire above address approach involves examining the entire address above a current level of the system architecture. The immediate above address approach involves examining the address associated with the level immediately above a current level in the system architecture. For purposes of the following description, the immediate above address approach will be assumed. The entire above address approach will be described hereinafter.
- The
processing module 900 of the processing node S determines from the above address ADD3 whether the address identifies the parent processing node A in the above sub-network SN3. If the address ADD3 identifies the parent processing node A in the above sub-network SN3, then the communication is destined for auser device 101 that is a child of one of theprocessing nodes 500 in the same sub-network SNI because, the address for all processingnodes 500 within the sub-network SNI has the same value for ADD3. However, in this example, the destination address is for theuser device 107, thus ADD3 identifies processing node D in sub-network SN5. Thus, theprocessing module 900 modulates the communication data onto a carrier signal having a frequency or wavelength that is assigned to parent node A and transmits the modulated carrier signal viaport 803 of themedium interface 510. - When the processing node A receives the modulated carrier signal via its
interface 506, the address information is extracted and is processed. Theprocessing module 900 of the processing node A determines whether the address of its parent node B is part of the address information. Thus, theprocessing module 900 examines ADD4, because the processing node A is in layer L2 and all layer L2 sub-networks SN3 and SN5 have parents in the above sub-networks in layer L3 and the address ofprocessing nodes 500 in layer L3 is ADD4. - In this example, ADD4 has a value that is the address of processing node C, thus ADD4 is not the address of processing node B. As shown in
FIG. 13 , for this example, a modulated carrier signal is generated and sent to the parent processing node B throughport 803. The processing module of processing node B demodulates the carrier signal and processes the address ADD4 of the communication data to determine to whichprocessing node 500 in the sub-network SN4 of the layer L3 to send the communication signal. Since the sub-network SN4 is in the top layer L3 of thenetwork 500, there is no layer above it and the address ADD4 corresponds to the address for aprocessing node 500 in the sub-network SN4 of layer 13. In the present example, a modulated carrier signal is generated and sent to processing node C in sub-network SN4. The modulated carrier signal is passed through themedium interfaces 510 of all interveningprocessing nodes 500 without processing until the modulated carrier signal is received by the processing node C. - When processing node C receives the carrier signal, as shown in
FIG. 14 , the carrier signals are passed by thefilter 807 of themedium interface 510 to theport 806 and hence, to theprocessing module 900 of processing node C. The processing node C then reads the address ADD3, determines that it corresponds to an address for processing node D, and generates a modulated carrier signal having a frequency/wavelength assigned to processing node D. The modulated carrier signal is transmitted to the processing node D via the input/output interface 520 and theinterface 506. - Processing node D receives the modulated carrier signal via the
interface 504 andinput port 804. The medium interface outputs the modulated carrier signal viaoutput port 806 to theprocessing module 900 of processing node D. Theprocessing module 900 performs processing on the received carrier signal, as shown inFIG. 15 . The processing module of the processing node D reads address information ADD2, determines that it corresponds to the processing node E and generates a modulated carrier signal and sends the modulated carrier signal through the input/output interface 520 and theinterface 506 to route the communication signal to the processing node E. As shown inFIG. 16 , the processing node E reads address ADD1, determines that the address corresponds to a user device X, and outputs the communication signals to the user device X. It should be noted that when aprocessing node 500 receives a communication signal from an abovesub-network processing node 500, the communication signal has already been determined to be one that is to be processed by the receivingprocessing node 500. Thus, the receivingprocessing node 500 of a communication signal from an above sub-network need not read its own address field but only needs to read the address for the below sub-network processing node or child device. - If the
user device 101 called auser device 103, then when the processing node A receives a modulated carrier signal having address ADD4 which corresponds to an address for the parent processing node B in the sub-network SN4, as shown inFIG. 17 , theprocessing module 900 of the processing node A determines that the carrier signal is destined for another processing node in the same sub-network SN3. Theprocessing module 900 of the processing node A processes the address ADD3 to determine to which processing node in the sub-network SN3 to route the communication signals. Theprocessing module 900 then generates a modulated carrier signal having a frequency/wavelength assigned to the designatedprocessing node 500, in this case processing node Q. - The
processing module 900 of processing node Q then receives the modulated carrier signal, demodulates the carrier signal to obtain the address information, and processes the addresses. Theprocessing module 900 then processes the address ADD2 to determine to whichprocessing node 500 in sub-network SN2 of the lower layer L1 to route the communication signals. In this case, theprocessing node 500 in sub-network SN2 is the processing node R. Theprocessing module 900 then generates a modulated carrier signal and sends the carrier signal to processing node R through port input/output interface 520. - The
processing module 900 of processing node R then processes address ADD1 to determine to which user device to send the communication signal, in this case user device T. In this way,user device 101 may send communication signals touser device 103, for example. - If the
user device 101 enters a destination address for the user device 109, a similar process as discussed above occurs except the destination address may not specify ADD2 because the user device 109 is coupled directly to processing node K. ADD2 may be set to a predetermined pattern such as all “is” for a “place holder,” for example. Thus, destination addresses of communication signals that are destined to the user device 109 have address information of the form “B,K, . . . P.” When ADD2 is determined to be “ . . . ,” the processing node K sends the communication signals to the user device 109. Similarly, if a communication signal is destined to theuser device 113, the address information would have the form “O, . . . , . . . ,M.” - If a received communication signal has a frequency/wavelength that has been predetermined to be an express frequency/wavelength, the above address processing is only performed by the
processing node 500 to which the express frequency/wavelength is assigned. Thus, as previously described, no processing is performed on the express communication signals until they are received by their intendedprocessing node 500. Themedium interfaces 510 of each of theprocessing nodes 500 of thenetwork 700 pass the communication signals without processing until the communication signals are received by the designatedprocessing node 500. Once the designatedprocessing node 500 receives the communication signals, the designatedprocessing node 500 performs similar address processing on the communication signals to determine how to route them to the appropriate child device. - As demonstrated by the above example, communication signals are routed by a combination of the operation of the
medium interface 510 and local address processing by each of theprocessing nodes 500. Thus, each of theprocessing nodes 500 only need provide processing power for local addresses and thus, greater processing node efficiency is obtained. -
FIG. 18 shows another embodiment of the present invention. As shown inFIG. 18 , each sub-network has designated linking processing nodes that link the sub-network to above and below sub-networks. With this architecture, when aprocessing node 500 in a sub-network requires that the communication be routed to a sub-network in an above or below layer, theprocessing node 500 generates and sends a modulated carrier signal having a frequency/wavelength assigned to the appropriate linking processing node. Once the linking processing node receives the modulated carrier signal, the carrier signal is demodulated and the address information is processed in a manner similar to that described above. - For example, in a case where
user device 101 wishes to communicate withuser device 107, the communication signals are routed: -
- (1) from processing node S to processing node A;
- (2) from processing node A to processing node Q;
- (3) from processing node Q to processing node B;
- (4) from processing node B to processing node C;
- (5) from processing node C to processing node Q;
- (6) from processing node Q to processing node D;
- (7) from processing node D to processing node E; and
- (8) from processing node E to a
user device 107.
- Any of the above communication routing links 1-8 may be designated as “express” and processing by the
processing modules 900 of theprocessing nodes 500 in the designated links may be bypassed. - While the above description assumes that the entire above address or each of the addresses ADD1, ADD2, ADD3 and ADD4 are processed without modification, processing these addresses may be performed before use, to correspond to network topologies more complex than shown in
FIG. 10 . For example, there may be more than one above sub-network corresponding to anyone sub-network so that communication signals have a plurality of possible communication pathways to traverse. Such an architecture would allow multiple communication pathways in the event that one or more pathways are congested. -
FIG. 19 shows an example of a sub-network organization in which each below sub-network SN102, SN104, SN106 and SN108 has at least one above sub-network SN110, SN112 and SN114, and the sub-networks SN110, SN112 and SN114, likewise, may have more than one above sub-networks SN120 and SN122. In this example, below sub-network SN102 is associated with two above sub-networks SN110 and SN112, below sub-network SN104 is associated with above sub-network SN114, below sub-network: SN106 is associated with above sub-networks SN112 and SN122, and below sub-network SN108 is associated with above sub-networks SN112 and SN114. The below sub-network SN102 may send communication signals to either one of sub-networks SN110 or SN112 based on network conditions such as network congestion, for example. If the above sub-network SN112 is experiencing heavy traffic, theprocessing node 500 in the below sub-network SN102 may direct a greater amount of communication signals to the above sub-network SN110. In this way, load balancing of communication signal processing may be obtained. - As a specific example using the network organization of
FIG. 19 , consider a communication between a user device associated with aprocessing node 500 in the sub-network SN102 and a user device associated with a processing node SOO in the sub-network SN108. Normally, communication signals between these two user devices are routed from sub-network SN102 to above sub-network SN112 and then to below sub-network SN108 using communication pathways P106 and P116 because these are the shortest pathways, for example. However, if above sub-network SN112 is experiencing heavy traffic, theprocessing node 500 in sub-network SN102 may direct, through proper addressing and carrier signal frequency/wavelength assignment, the communication signals to above sub-network SN110, SN120, SN114 and SN108 via communication pathways P100, P102, P110 and P118, respectively. - The address processing for the above example may be as follows.
FIG. 20 shows the address fields that correspond to sub-network levels L(N), L(N+1), L(N+2) and L(N+3). ADD1 may correspond to an address of sub-networks that are in the level L(N) which are below the sub-networks SN102-SN108 of level L(N+1), ADD2 may correspond to an address of sub-networks SN102-SN108 which are below sub-networks SN110-SN114 of level L(N+2), ADD3 may correspond to an address of sub-networks SN110-SN114 which are below sub-networks of level L(N+3), and ADD4 may correspond to an address of sub-networks SN120-SN122 of level L(N+3). When sub-network SN102 receives communication signals from child devices, the processing module of SN102 first applies a masking process to thedestination address 1200 as shown inFIG. 21 . The masking allows the entire above address to be examined to determine proper routing of the communication signals rather than just the immediate above address. - The destination address is divided into three
portions first portion 1202 includes addresses of all levels of above sub-networks that are above the sub-network SN102; thesecond portion 1204 is the address ADD3 and the third portion is the address ADD2. Thus, thefirst address portion 1202 is obtained by masking thedestination address 1200 with amask 1208 that includes all “1s” starting with a leftmost address bit down to and including ADD4 and “0s” elsewhere. Once thefirst address portion 1202 is obtain, theprocess module 900 of the sub-network SN102 searches adatabase 1220, shown inFIG. 22 , for an entry that matches the first address-portion 1202. - The
database 1220 includes all valid first portion addresses where each valid first portion address corresponds to an entry 1222-1226. Each of the entries 1222-1226 includes fields 1230-1234. Thefield 1230 identifies the valid first portion address 1-M where M is an integer and fields 1232-1234 may indicate information relating each of the valid first portion addresses 1222-1226. For example, thefield 1232 may indicate the congestion level, and thefield 1234 may indicate an operational status of each of the valid first portion addresses 1222-1226. The information in thedatabase 1220 may be shared among the processingnodes 500 via a network that is separate from thenetwork 700 or thenetwork 700 may be used. If thenetwork 700 is used, special fields may be added to specifically that the communication signal is network related and not communication signals among child devices. For example, all address of below sub-networks/child device may be set to a fixed reserved pattern such as “1 . . . 1” to indicate that the communication signal is directed to the processing node of the lowest level sub-network addressed. - The
database 1220 may be further organized into blocks 1240-1242 of entries where all the entries within each block may be substituted for each other. For example communication signals having a first portion address that corresponds to the first portion address 1222 may also be destined tofirst portion address 1224. The structure of thenetwork 700 is configured so that all the sub-networks reachable via the above sub-networks of the first portion address 1222 is also reachable via the above sub-networks of thefirst portion address 1224. For example, inFIG. 19 , the first portion address that includes SN112 and SN120 is also reachable via the first portion address that includes SN110 and SN120. Thus, the above first portions addresses may be in a same block in thedatabase 1220. - Returning to the example, after the information relating to the first address portion 1222 of the communication signal is retrieved, the
procession module 900 of sub-network SN102 determines whether the communication signal should be set to the addressed above sub-network or other possible above sub-networks that in the same block 1240-1242 of thedatabase 1220. For this example, thefield 1232 corresponding to the first portion address of SN112 indicates heavy congestion and thefield 1232 corresponding to SN110 does not indicate congestion. Thus, theprocessing module 900 replaces the first portion address that was received from the child device with a new first portion address and redirects the communication signal to anappropriate processing node 500 of the sub-network SN110. In this way, traffic load of thenetwork 700 may be balanced without compromising local address processing that achieves processing efficiency. -
FIG. 23 is an exemplary block diagram of theprocessing module 900 of theprocessing node 500 ofFIG. 8 . As shown inFIG. 23 , theprocessing module 900 includes amedium interface 510, atransmitter 902, areceiver 903, acontroller 904, amemory 905, adatabase 906, an input/output interface 520, a frequency/wavelength assignor 909 and abuffer queue manager 910. These elements are in communication with one another via thebus 907 or other connection type.FIG. 23 is only an exemplary block diagram of theprocessing module 900 and is not meant to limit the invention to anyone architecture. Other architectures are possible without departing from the spirit and scope of this invention. - When communication signals are routed to the
processing node 500 from an above or a same sub-network, the communication signals are received by thereceiver 903 through themedium interface 510 of theprocessing node 500. Thereceiver 903 stores the communication signals in thememory 905 based on commands of thebuffer queue manager 910. Thebuffer queue manager 910 may manage communication signal data corresponding to the received communication signals according to any number of buffer management schemes such as based on a priority of the communication signals. The priority scheme may assign priorities to the received communication signals based on various factors including the source of the communication signals, processing load, and the like. Once communication signal data is determined to be next in the queue by thebuffer queue manager 910, thecontroller 904 performs processing on the communication signal data and sends the communication signal data to appropriate destination below sub-networks or child devices. - Communication signals, that are not assigned express frequencies/wavelengths, from user devices or from lower layer processing nodes are received through the input/
output interface 520 and are stored inmemory 905 in the same manner as described above. Alternatively, express communication signals are routed viacommunication links FIG. 6 , to and from themedium interface 510 and bypass theprocessing module 900 altogether. - The
controller 904 performs processing on the address information of the communication signal data in the manner set forth above. Specifically, thecontroller 904 reads the appropriate address information ADDI, ADD2, ADD3, ADD4 from the appropriate address fields 1101-1104. Thecontroller 904 compares this address information to information stored indatabase 906. Thedatabase 906 stores information that identifies the processing nodes of the sub-network to which the present processing node belongs, processing nodes of the sub-network immediately below the present processing node, and the parent processing node in the sub-network immediately above the present processing node. - Depending on the results of the comparison, the
controller 904 instructs thetransmitter 902 to transmit, through themedium interface 510, the communication signal data to another processing node in the same sub-network, the parent processing node in the layer above the current layer, or a processing node in a layer below the current layer through the input/output interface 520. The frequency/wavelength assignor 909 assigns a frequency/wavelength to the communication signals that are to be transmitted by thetransmitter 902 based on which processing node is to receive the communication signals or whether the communication signals are to be sent to the parent processing node. -
FIG. 24 is an exemplary flowchart of the operation of theprocessing module 900 ofFIG. 23 . Instep 1601, theprocessing module 900 receives the communication signal through thereceiver 903 or the input/output interface 520, depending on the source of the communication signal. Thereceiver 903 or input/output interface 520 receives the communication signal and extracts the communication signal data including the address information from the communication signal. Control proceeds to step 1602 where the communication signal data is forwarded to thebuffer queue manager 910 which stores the communication signal data inmemory 905 according to a prioritization scheme, for example. - Next, in
step 1603, thecontroller 904 reads the next signal data from thememory 905 and processes the address information to determine where the communication signal is to be routed. Control continues to step 1604 where thecontroller 904 determines if the communication signal is to be routed to a processing node in a lower layer of the network. If so, thecontroller 904 goes to step 1605; otherwise, thecontroller 904 goes to step 1607. - In
step 1605, thecontroller 904 instructs the frequency/wavelength assignor 909 to assign a frequency/wavelength for the communication signal based on the processing node to which the communication signal is to be sent. Thecontroller 904 then proceeds to step 1606 where the communication signal is sent to the input/output interface 520 using the assigned frequency/wavelength. - In
step 1607, thecontroller 904 determines if the communication signals are to be sent to a processing node in the same sub-network. If so,controller 904 goes to step 1608; otherwise,controller 904 goes to step 1609. Instep 1608 thecontroller 904 determines a frequency/wavelength for the communication signal based on the processing node in the same sub-network to which the communication signal is to be sent, andcontroller 904 continues to step 1610. - In
step 1609, thecontroller 904 determines a frequency/wavelength for the parent processing node and goes to step 1610. Instep 1610 thecontroller 904 sends the communication signal data to thetransmitter 902 for transmission as a communication signal to either the parent processing node or a processing node in the same sub-network. - As shown in
FIG. 23 , theprocessing module 900 may be implemented on a general purpose or special purpose computer. However, theprocessing module 900 can also be implemented on a programmed microprocessor or microcontroller and peripheral integrated circuit elements, an ASIC or other integrated circuit, a hardware electronic or logic circuit such as a discrete element circuit, a programmable logic device such as a PLD, PLA, FPGA or PAL, or the like. In general, any device on which a finite state machine capable of implementing the flowchart shown inFIG. 24 can be used to implement the processing module of this invention. - While this invention has been described with specific embodiments thereof, it is evident that many alternatives modifications, and variations will be apparent to those skilled in the art. Accordingly, the preferred embodiments of the invention as set forth herein are intended to be illustrative, not limiting. Various changes may be made without departing from the spirit and scope of the invention.
Claims (8)
1. A processing node for routing a signal through a network comprised of a plurality of other processing nodes, comprising:
a medium interface; and
a processing module, wherein the medium interface receives the signal and, if the frequency or wavelength of the signal is not assigned to the processing node, the medium interface passes the signal to one of the plurality of other processing nodes and if the frequency or wavelength of the signal is assigned to the processing node, the medium interface passes the signal to the processing module for processing.
2. The processing node of claim 1 ,
wherein said medium interface comprising:
a filter;
at least three input ports; and
at least three output ports, wherein a signal is received through one of the at least three input ports and the filter directs the signal to one of the at least three output ports based on a frequency or wavelength of the signal.
3. The processing node of claim 2 , wherein the filter directs signals of a first frequency or wavelength to a first output port, signals of a second frequency or wavelength to a second output port and signals of a third frequency or wavelength to a third output port.
4. The processing node of claim 3 , wherein the first output port corresponds to a processing module of a first processing node, the second output port corresponds to an interface with processing nodes of a same sub-network, and the third output port corresponds to an interface with processing nodes of an above sub-network.
5. The processing node of claim 2 , wherein the filter includes one of a digital filter and an optical filter.
6. The processing node of claim 2 , wherein the filter includes at least one of a band pass filter, a low pass filter and a high pass filter.
7. The processing node of claim 2 , wherein the filter includes at least one of a dichroic mirror, a prism and an optical switch.
8. The processing node of claim 2 , wherein the filter directs the signal based on whether the frequency or wavelength of the signal identifies the signal to be an express signal or a non-express signal.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US11/867,926 US20080031264A1 (en) | 1998-12-21 | 2007-10-05 | Communication network apparatus and method |
Applications Claiming Priority (4)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US11324598P | 1998-12-21 | 1998-12-21 | |
US09/328,416 US6584102B1 (en) | 1998-12-21 | 1999-06-09 | Communication network apparatus and method |
US10/328,262 US7298710B2 (en) | 1998-12-21 | 2002-12-23 | Communication network apparatus and method |
US11/867,926 US20080031264A1 (en) | 1998-12-21 | 2007-10-05 | Communication network apparatus and method |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US10/328,262 Division US7298710B2 (en) | 1998-12-21 | 2002-12-23 | Communication network apparatus and method |
Publications (1)
Publication Number | Publication Date |
---|---|
US20080031264A1 true US20080031264A1 (en) | 2008-02-07 |
Family
ID=26810846
Family Applications (9)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US09/328,416 Expired - Fee Related US6584102B1 (en) | 1998-12-21 | 1999-06-09 | Communication network apparatus and method |
US10/328,262 Expired - Fee Related US7298710B2 (en) | 1998-12-21 | 2002-12-23 | Communication network apparatus and method |
US11/867,926 Abandoned US20080031264A1 (en) | 1998-12-21 | 2007-10-05 | Communication network apparatus and method |
US11/867,895 Expired - Fee Related US8072904B2 (en) | 1998-12-21 | 2007-10-05 | Communication network apparatus and method |
US11/867,911 Expired - Fee Related US7830885B2 (en) | 1998-12-21 | 2007-10-05 | Communication network apparatus and method |
US11/867,915 Expired - Fee Related US8174968B2 (en) | 1998-12-21 | 2007-10-05 | Communication network apparatus and method |
US11/930,687 Expired - Fee Related US8149734B2 (en) | 1998-12-21 | 2007-10-31 | Communication network apparatus and method |
US13/437,460 Expired - Fee Related US9124487B2 (en) | 1998-12-21 | 2012-04-02 | Communication network apparatus and method |
US13/465,912 Expired - Fee Related US8767533B2 (en) | 1998-12-21 | 2012-05-07 | Communication network apparatus and method |
Family Applications Before (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US09/328,416 Expired - Fee Related US6584102B1 (en) | 1998-12-21 | 1999-06-09 | Communication network apparatus and method |
US10/328,262 Expired - Fee Related US7298710B2 (en) | 1998-12-21 | 2002-12-23 | Communication network apparatus and method |
Family Applications After (6)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US11/867,895 Expired - Fee Related US8072904B2 (en) | 1998-12-21 | 2007-10-05 | Communication network apparatus and method |
US11/867,911 Expired - Fee Related US7830885B2 (en) | 1998-12-21 | 2007-10-05 | Communication network apparatus and method |
US11/867,915 Expired - Fee Related US8174968B2 (en) | 1998-12-21 | 2007-10-05 | Communication network apparatus and method |
US11/930,687 Expired - Fee Related US8149734B2 (en) | 1998-12-21 | 2007-10-31 | Communication network apparatus and method |
US13/437,460 Expired - Fee Related US9124487B2 (en) | 1998-12-21 | 2012-04-02 | Communication network apparatus and method |
US13/465,912 Expired - Fee Related US8767533B2 (en) | 1998-12-21 | 2012-05-07 | Communication network apparatus and method |
Country Status (1)
Country | Link |
---|---|
US (9) | US6584102B1 (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20160317721A1 (en) * | 2013-12-19 | 2016-11-03 | Cytrellis Biosystems, Inc. | Methods and devices for manipulating subdermal fat |
US20180263679A1 (en) * | 2015-11-18 | 2018-09-20 | Medtronic Cryocath Lp | Multi-lobe balloon for cryoablation |
Families Citing this family (83)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6584102B1 (en) * | 1998-12-21 | 2003-06-24 | At&T Corp. | Communication network apparatus and method |
JP3417872B2 (en) | 1999-04-07 | 2003-06-16 | 日本電気株式会社 | method of exchange |
WO2000079733A2 (en) * | 1999-06-23 | 2000-12-28 | At & T Wireless Services, Inc. | Methods and apparatus for reducing traffic over a communication link in a computer network |
JP3788892B2 (en) * | 1999-07-16 | 2006-06-21 | 富士通株式会社 | Intercommunication system |
US6853635B1 (en) * | 2000-07-24 | 2005-02-08 | Nortel Networks Limited | Multi-dimensional lattice network |
DE10043985A1 (en) * | 2000-09-05 | 2002-03-14 | Cube Optics Ag | Optical modifier and manufacturing method therefor |
US6950886B1 (en) * | 2001-01-04 | 2005-09-27 | Advanced Micro Devices, Inc. | Method and apparatus for reordering transactions in a packet-based fabric using I/O streams |
US6993050B2 (en) | 2001-03-14 | 2006-01-31 | At&T Corp. | Transmit and receive system for cable data service |
US7096251B2 (en) * | 2002-01-23 | 2006-08-22 | Sun Microsystems, Inc. | Calculation of layered routes in a distributed manner |
US7061925B2 (en) * | 2003-06-06 | 2006-06-13 | Meshnetworks, Inc. | System and method for decreasing latency in locating routes between nodes in a wireless communication network |
US20050125559A1 (en) * | 2003-12-02 | 2005-06-09 | Mutha Kailash K. | Employment of one or more identifiers of one or more communication devices to determine one or more internet protocol addresses |
US7627000B2 (en) * | 2004-09-01 | 2009-12-01 | Cisco Technology, Inc. | Using an external router to manage foreign data communication channel traffic |
US8683572B1 (en) | 2008-01-24 | 2014-03-25 | Dunti Llc | Method and apparatus for providing continuous user verification in a packet-based network |
JP5173880B2 (en) | 2008-10-03 | 2013-04-03 | ルネサスエレクトロニクス株式会社 | Serial data transfer device |
EP2237531B1 (en) * | 2009-03-31 | 2013-05-08 | Sony Corporation | Network comprising a plurality of devices and root device and method for assigning a network address |
AU2010232526B2 (en) * | 2009-04-01 | 2014-06-26 | Nicira, Inc. | Method and apparatus for implementing and managing virtual switches |
US8479216B2 (en) * | 2009-08-18 | 2013-07-02 | International Business Machines Corporation | Method for decentralized load distribution in an event-driven system using localized migration between physically connected nodes and load exchange protocol preventing simultaneous migration of plurality of tasks to or from a same node |
US8479215B2 (en) | 2009-08-18 | 2013-07-02 | International Business Machines Corporation | Decentralized load distribution to reduce power and/or cooling costs in an event-driven system |
US8964528B2 (en) | 2010-07-06 | 2015-02-24 | Nicira, Inc. | Method and apparatus for robust packet distribution among hierarchical managed switching elements |
US9680750B2 (en) | 2010-07-06 | 2017-06-13 | Nicira, Inc. | Use of tunnels to hide network addresses |
US8750164B2 (en) | 2010-07-06 | 2014-06-10 | Nicira, Inc. | Hierarchical managed switch architecture |
JP5376066B2 (en) * | 2010-09-29 | 2013-12-25 | 富士通株式会社 | How to build a ring network |
US10091028B2 (en) * | 2011-08-17 | 2018-10-02 | Nicira, Inc. | Hierarchical controller clusters for interconnecting two or more logical datapath sets |
US9887960B2 (en) | 2013-08-14 | 2018-02-06 | Nicira, Inc. | Providing services for logical networks |
US9952885B2 (en) | 2013-08-14 | 2018-04-24 | Nicira, Inc. | Generation of configuration files for a DHCP module executing within a virtualized container |
US9503371B2 (en) | 2013-09-04 | 2016-11-22 | Nicira, Inc. | High availability L3 gateways for logical networks |
US9577845B2 (en) | 2013-09-04 | 2017-02-21 | Nicira, Inc. | Multiple active L3 gateways for logical networks |
US9977685B2 (en) | 2013-10-13 | 2018-05-22 | Nicira, Inc. | Configuration of logical router |
US10063458B2 (en) | 2013-10-13 | 2018-08-28 | Nicira, Inc. | Asymmetric connection with external networks |
US9419855B2 (en) | 2014-03-14 | 2016-08-16 | Nicira, Inc. | Static routes for logical routers |
US9590901B2 (en) | 2014-03-14 | 2017-03-07 | Nicira, Inc. | Route advertisement by managed gateways |
US9313129B2 (en) | 2014-03-14 | 2016-04-12 | Nicira, Inc. | Logical router processing by network controller |
US9225597B2 (en) | 2014-03-14 | 2015-12-29 | Nicira, Inc. | Managed gateways peering with external router to attract ingress packets |
US9503321B2 (en) | 2014-03-21 | 2016-11-22 | Nicira, Inc. | Dynamic routing for logical routers |
US9647883B2 (en) | 2014-03-21 | 2017-05-09 | Nicria, Inc. | Multiple levels of logical routers |
US9893988B2 (en) | 2014-03-27 | 2018-02-13 | Nicira, Inc. | Address resolution using multiple designated instances of a logical router |
US9413644B2 (en) | 2014-03-27 | 2016-08-09 | Nicira, Inc. | Ingress ECMP in virtual distributed routing environment |
US9558138B2 (en) * | 2014-06-24 | 2017-01-31 | Palo Alto Research Center Incorporated | Computing system with unified storage, processing, and network switch fabrics and method for making and using the same |
US9703738B2 (en) * | 2014-06-24 | 2017-07-11 | Palo Alto Research Center Incorporated | Computing system framework with unified storage, processing, and network switching fabrics incorporating network switches and method for making and using the same |
US10511458B2 (en) | 2014-09-30 | 2019-12-17 | Nicira, Inc. | Virtual distributed bridging |
US10020960B2 (en) | 2014-09-30 | 2018-07-10 | Nicira, Inc. | Virtual distributed bridging |
US10250443B2 (en) | 2014-09-30 | 2019-04-02 | Nicira, Inc. | Using physical location to modify behavior of a distributed virtual network element |
US9768980B2 (en) | 2014-09-30 | 2017-09-19 | Nicira, Inc. | Virtual distributed bridging |
US10129180B2 (en) | 2015-01-30 | 2018-11-13 | Nicira, Inc. | Transit logical switch within logical router |
US10038628B2 (en) | 2015-04-04 | 2018-07-31 | Nicira, Inc. | Route server mode for dynamic routing between logical and physical networks |
US9825851B2 (en) | 2015-06-27 | 2017-11-21 | Nicira, Inc. | Distributing routing information in a multi-datacenter environment |
US10348625B2 (en) | 2015-06-30 | 2019-07-09 | Nicira, Inc. | Sharing common L2 segment in a virtual distributed router environment |
US10230629B2 (en) | 2015-08-11 | 2019-03-12 | Nicira, Inc. | Static route configuration for logical router |
US10075363B2 (en) | 2015-08-31 | 2018-09-11 | Nicira, Inc. | Authorization for advertised routes among logical routers |
US10095535B2 (en) | 2015-10-31 | 2018-10-09 | Nicira, Inc. | Static route types for logical routers |
US9978265B2 (en) | 2016-04-11 | 2018-05-22 | Tti (Macao Commercial Offshore) Limited | Modular garage door opener |
US10333849B2 (en) | 2016-04-28 | 2019-06-25 | Nicira, Inc. | Automatic configuration of logical routers on edge nodes |
US10484515B2 (en) | 2016-04-29 | 2019-11-19 | Nicira, Inc. | Implementing logical metadata proxy servers in logical networks |
US10841273B2 (en) | 2016-04-29 | 2020-11-17 | Nicira, Inc. | Implementing logical DHCP servers in logical networks |
US10091161B2 (en) | 2016-04-30 | 2018-10-02 | Nicira, Inc. | Assignment of router ID for logical routers |
US10153973B2 (en) | 2016-06-29 | 2018-12-11 | Nicira, Inc. | Installation of routing tables for logical router in route server mode |
US10560320B2 (en) | 2016-06-29 | 2020-02-11 | Nicira, Inc. | Ranking of gateways in cluster |
US10454758B2 (en) | 2016-08-31 | 2019-10-22 | Nicira, Inc. | Edge node cluster network redundancy and fast convergence using an underlay anycast VTEP IP |
US10341236B2 (en) | 2016-09-30 | 2019-07-02 | Nicira, Inc. | Anycast edge service gateways |
US10742746B2 (en) | 2016-12-21 | 2020-08-11 | Nicira, Inc. | Bypassing a load balancer in a return path of network traffic |
US10237123B2 (en) | 2016-12-21 | 2019-03-19 | Nicira, Inc. | Dynamic recovery from a split-brain failure in edge nodes |
US10212071B2 (en) | 2016-12-21 | 2019-02-19 | Nicira, Inc. | Bypassing a load balancer in a return path of network traffic |
US10616045B2 (en) | 2016-12-22 | 2020-04-07 | Nicira, Inc. | Migration of centralized routing components of logical router |
US10374827B2 (en) | 2017-11-14 | 2019-08-06 | Nicira, Inc. | Identifier that maps to different networks at different datacenters |
US10511459B2 (en) | 2017-11-14 | 2019-12-17 | Nicira, Inc. | Selection of managed forwarding element for bridge spanning multiple datacenters |
US12052153B2 (en) | 2017-11-22 | 2024-07-30 | Advanced Micro Devices, Inc. | Dynamic fine grain link control |
US10931560B2 (en) | 2018-11-23 | 2021-02-23 | Vmware, Inc. | Using route type to determine routing protocol behavior |
US10797998B2 (en) | 2018-12-05 | 2020-10-06 | Vmware, Inc. | Route server for distributed routers using hierarchical routing protocol |
US10938788B2 (en) | 2018-12-12 | 2021-03-02 | Vmware, Inc. | Static routes for policy-based VPN |
US11095480B2 (en) | 2019-08-30 | 2021-08-17 | Vmware, Inc. | Traffic optimization using distributed edge services |
US11374850B2 (en) | 2020-04-06 | 2022-06-28 | Vmware, Inc. | Tunnel endpoint group records |
US11777793B2 (en) | 2020-04-06 | 2023-10-03 | Vmware, Inc. | Location criteria for security groups |
US11258668B2 (en) | 2020-04-06 | 2022-02-22 | Vmware, Inc. | Network controller for multi-site logical network |
US11088902B1 (en) * | 2020-04-06 | 2021-08-10 | Vmware, Inc. | Synchronization of logical network state between global and local managers |
US11374817B2 (en) | 2020-04-06 | 2022-06-28 | Vmware, Inc. | Determining span of logical network element |
US11616755B2 (en) | 2020-07-16 | 2023-03-28 | Vmware, Inc. | Facilitating distributed SNAT service |
US11606294B2 (en) | 2020-07-16 | 2023-03-14 | Vmware, Inc. | Host computer configured to facilitate distributed SNAT service |
US11611613B2 (en) | 2020-07-24 | 2023-03-21 | Vmware, Inc. | Policy-based forwarding to a load balancer of a load balancing cluster |
US11902050B2 (en) | 2020-07-28 | 2024-02-13 | VMware LLC | Method for providing distributed gateway service at host computer |
US11451413B2 (en) | 2020-07-28 | 2022-09-20 | Vmware, Inc. | Method for advertising availability of distributed gateway service and machines at host computer |
US20220103430A1 (en) | 2020-09-28 | 2022-03-31 | Vmware, Inc. | Defining logical networks for deploying applications |
US20240356867A1 (en) * | 2021-08-19 | 2024-10-24 | Tesla, Inc. | Communication latency mitigation for on-chip networks |
US12107722B2 (en) | 2022-07-20 | 2024-10-01 | VMware LLC | Sharing network manager between multiple tenants |
Citations (19)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4393456A (en) * | 1981-03-19 | 1983-07-12 | Bell Telephone Laboratories, Incorporated | Digital filter bank |
US4777612A (en) * | 1983-10-05 | 1988-10-11 | Nec Corporation | Digital signal processing apparatus having a digital filter |
US5076672A (en) * | 1988-09-20 | 1991-12-31 | Nippon Telegraph & Telephone Corporation | All-optical switch apparatus using a nonlinear etalon |
US5289303A (en) * | 1992-09-30 | 1994-02-22 | At&T Bell Laboratories | Chuted, optical packet distribution network |
US5290419A (en) * | 1992-04-14 | 1994-03-01 | Hitachi, Ltd. | Fluorescence detection type electrophoresis apparatus |
US5365344A (en) * | 1991-06-27 | 1994-11-15 | Nec Corporation | System for transmitting data using wavelength division multiplexing |
US5392449A (en) * | 1992-06-29 | 1995-02-21 | Motorola, Inc. | Resource management by an intelligent repeater |
US5450224A (en) * | 1990-12-07 | 1995-09-12 | Telefonaktiebolaget Lm Ericsson | Method and arrangement for optical switching |
US5452291A (en) * | 1993-11-30 | 1995-09-19 | Panasonic Technologies, Inc. | Combination brouter and cluster controller |
US5506713A (en) * | 1992-09-09 | 1996-04-09 | Hitachi, Ltd. | Optical switching system |
US5530963A (en) * | 1993-12-16 | 1996-06-25 | International Business Machines Corporation | Method and system for maintaining routing between mobile workstations and selected network workstation using routing table within each router device in the network |
US5544161A (en) * | 1995-03-28 | 1996-08-06 | Bell Atlantic Network Services, Inc. | ATM packet demultiplexer for use in full service network having distributed architecture |
US5673265A (en) * | 1994-05-19 | 1997-09-30 | Integrated Network Corporation | Scalable multimedia network |
US5717618A (en) * | 1994-08-08 | 1998-02-10 | Deutsche Itt Industries Gmbh | Method for digital interpolation |
US5739945A (en) * | 1995-09-29 | 1998-04-14 | Tayebati; Parviz | Electrically tunable optical filter utilizing a deformable multi-layer mirror |
US5848059A (en) * | 1995-07-03 | 1998-12-08 | Canon Kabushiki Kaisha | Node device used in network system for packet communication, network system using such node devices, and communication method used therein |
US6125221A (en) * | 1998-03-19 | 2000-09-26 | Lucent Technologies, Inc. | Three port optical filter |
US6154583A (en) * | 1998-02-20 | 2000-11-28 | Fujitsu Limited | Optical switch |
US20030142634A1 (en) * | 1998-12-21 | 2003-07-31 | At&T Corp. | Communication network apparatus and method |
Family Cites Families (36)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US48264A (en) * | 1865-06-20 | Improvement in shutter-hinges | ||
US5093576A (en) | 1991-03-15 | 1992-03-03 | Cree Research | High sensitivity ultraviolet radiation detector |
JP2905310B2 (en) * | 1991-05-14 | 1999-06-14 | ローム株式会社 | DTMF signal receiver |
GB2268374A (en) * | 1992-06-23 | 1994-01-05 | Ibm | Network addressing |
EP0637152A1 (en) * | 1993-07-30 | 1995-02-01 | International Business Machines Corporation | Method and apparatus to speed up the path selection in a packet switching network |
DE69331054T2 (en) * | 1993-07-30 | 2002-06-20 | International Business Machines Corp., Armonk | Method and device for the automatic distribution of a network topology in main and secondary topology |
US5430730A (en) * | 1993-09-14 | 1995-07-04 | Rolm Company | Method for building a sub-network in a distributed voice messaging system |
US5572640A (en) * | 1994-12-01 | 1996-11-05 | Hewlett-Packard Company | Batch transfer system and method for high performance graphic display of network topology |
AU6386896A (en) * | 1995-06-22 | 1997-01-22 | Scientific-Atlanta, Inc. | Hybrid fiber coax communications system |
US6061484A (en) * | 1995-08-04 | 2000-05-09 | Alcatel | Add/drop multiplexer |
US7246148B1 (en) * | 1995-09-29 | 2007-07-17 | Cisco Technology, Inc. | Enhanced network services using a subnetwork of communicating processors |
US6091725A (en) * | 1995-12-29 | 2000-07-18 | Cisco Systems, Inc. | Method for traffic management, traffic prioritization, access control, and packet forwarding in a datagram computer network |
US5819042A (en) * | 1996-02-20 | 1998-10-06 | Compaq Computer Corporation | Method and apparatus for guided configuration of unconfigured network and internetwork devices |
US5870564A (en) * | 1996-03-01 | 1999-02-09 | Novell, Inc. | Near-optimal path apparatus and method |
US6335919B1 (en) * | 1996-03-05 | 2002-01-01 | Hirotoshi Maegawa | Network management method, apparatus of same, and network systems |
US5652751A (en) * | 1996-03-26 | 1997-07-29 | Hazeltine Corporation | Architecture for mobile radio networks with dynamically changing topology using virtual subnets |
US6243667B1 (en) | 1996-05-28 | 2001-06-05 | Cisco Systems, Inc. | Network flow switching and flow data export |
US5734962A (en) * | 1996-07-17 | 1998-03-31 | General Electric Company | Satellite communications system utilizing parallel concatenated coding |
US5987011A (en) | 1996-08-30 | 1999-11-16 | Chai-Keong Toh | Routing method for Ad-Hoc mobile networks |
US6324267B1 (en) * | 1997-01-17 | 2001-11-27 | Scientific-Atlanta, Inc. | Two-tiered authorization and authentication for a cable data delivery system |
US6011795A (en) | 1997-03-20 | 2000-01-04 | Washington University | Method and apparatus for fast hierarchical address lookup using controlled expansion of prefixes |
US6014545A (en) * | 1997-03-27 | 2000-01-11 | Industrial Technology Research Institute | Growable architecture for high-speed two-way data services over CATV networks |
JP3222086B2 (en) * | 1997-04-07 | 2001-10-22 | 矢崎総業株式会社 | Tree structure address setting method and system |
US6067585A (en) * | 1997-06-23 | 2000-05-23 | Compaq Computer Corporation | Adaptive interface controller that can operate with segments of different protocol and transmission rates in a single integrated device |
US6078590A (en) * | 1997-07-14 | 2000-06-20 | Cisco Technology, Inc. | Hierarchical routing knowledge for multicast packet routing |
US5946679A (en) * | 1997-07-31 | 1999-08-31 | Torrent Networking Technologies, Corp. | System and method for locating a route in a route table using hashing and compressed radix tree searching |
CA2217275C (en) * | 1997-10-03 | 2005-08-16 | Newbridge Networks Corporation | Multiple internetworking realms within an internetworking device |
US6038357A (en) | 1998-02-03 | 2000-03-14 | E-Tek Dynamics, Inc | PDM-WDM for fiberoptic communication networks |
US6192051B1 (en) * | 1999-02-26 | 2001-02-20 | Redstone Communications, Inc. | Network router search engine using compressed tree forwarding table |
US6385174B1 (en) * | 1999-11-12 | 2002-05-07 | Itt Manufacturing Enterprises, Inc. | Method and apparatus for transmission of node link status messages throughout a network with reduced communication protocol overhead traffic |
US6594655B2 (en) * | 2001-01-04 | 2003-07-15 | Ezchip Technologies Ltd. | Wildcards in radix- search tree structures |
US6718394B2 (en) * | 2002-04-29 | 2004-04-06 | Harris Corporation | Hierarchical mobile ad-hoc network and methods for performing reactive routing therein using ad-hoc on-demand distance vector routing (AODV) |
US7203175B2 (en) * | 2002-08-15 | 2007-04-10 | Cisco Technology, Inc. | Arrangement for router attachments between roaming mobile routers in a mobile network |
US7366113B1 (en) | 2002-12-27 | 2008-04-29 | At & T Corp. | Adaptive topology discovery in communication networks |
US7428221B2 (en) * | 2004-06-01 | 2008-09-23 | Cisco Technology, Inc. | Arrangement for providing network prefix information from attached mobile routers to a clusterhead in a tree-based ad hoc mobile network |
US8483192B2 (en) * | 2007-06-29 | 2013-07-09 | Stmicroelectronics, Inc. | Six-address scheme for multiple hop forwarding in wireless mesh networks |
-
1999
- 1999-06-09 US US09/328,416 patent/US6584102B1/en not_active Expired - Fee Related
-
2002
- 2002-12-23 US US10/328,262 patent/US7298710B2/en not_active Expired - Fee Related
-
2007
- 2007-10-05 US US11/867,926 patent/US20080031264A1/en not_active Abandoned
- 2007-10-05 US US11/867,895 patent/US8072904B2/en not_active Expired - Fee Related
- 2007-10-05 US US11/867,911 patent/US7830885B2/en not_active Expired - Fee Related
- 2007-10-05 US US11/867,915 patent/US8174968B2/en not_active Expired - Fee Related
- 2007-10-31 US US11/930,687 patent/US8149734B2/en not_active Expired - Fee Related
-
2012
- 2012-04-02 US US13/437,460 patent/US9124487B2/en not_active Expired - Fee Related
- 2012-05-07 US US13/465,912 patent/US8767533B2/en not_active Expired - Fee Related
Patent Citations (19)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4393456A (en) * | 1981-03-19 | 1983-07-12 | Bell Telephone Laboratories, Incorporated | Digital filter bank |
US4777612A (en) * | 1983-10-05 | 1988-10-11 | Nec Corporation | Digital signal processing apparatus having a digital filter |
US5076672A (en) * | 1988-09-20 | 1991-12-31 | Nippon Telegraph & Telephone Corporation | All-optical switch apparatus using a nonlinear etalon |
US5450224A (en) * | 1990-12-07 | 1995-09-12 | Telefonaktiebolaget Lm Ericsson | Method and arrangement for optical switching |
US5365344A (en) * | 1991-06-27 | 1994-11-15 | Nec Corporation | System for transmitting data using wavelength division multiplexing |
US5290419A (en) * | 1992-04-14 | 1994-03-01 | Hitachi, Ltd. | Fluorescence detection type electrophoresis apparatus |
US5392449A (en) * | 1992-06-29 | 1995-02-21 | Motorola, Inc. | Resource management by an intelligent repeater |
US5506713A (en) * | 1992-09-09 | 1996-04-09 | Hitachi, Ltd. | Optical switching system |
US5289303A (en) * | 1992-09-30 | 1994-02-22 | At&T Bell Laboratories | Chuted, optical packet distribution network |
US5452291A (en) * | 1993-11-30 | 1995-09-19 | Panasonic Technologies, Inc. | Combination brouter and cluster controller |
US5530963A (en) * | 1993-12-16 | 1996-06-25 | International Business Machines Corporation | Method and system for maintaining routing between mobile workstations and selected network workstation using routing table within each router device in the network |
US5673265A (en) * | 1994-05-19 | 1997-09-30 | Integrated Network Corporation | Scalable multimedia network |
US5717618A (en) * | 1994-08-08 | 1998-02-10 | Deutsche Itt Industries Gmbh | Method for digital interpolation |
US5544161A (en) * | 1995-03-28 | 1996-08-06 | Bell Atlantic Network Services, Inc. | ATM packet demultiplexer for use in full service network having distributed architecture |
US5848059A (en) * | 1995-07-03 | 1998-12-08 | Canon Kabushiki Kaisha | Node device used in network system for packet communication, network system using such node devices, and communication method used therein |
US5739945A (en) * | 1995-09-29 | 1998-04-14 | Tayebati; Parviz | Electrically tunable optical filter utilizing a deformable multi-layer mirror |
US6154583A (en) * | 1998-02-20 | 2000-11-28 | Fujitsu Limited | Optical switch |
US6125221A (en) * | 1998-03-19 | 2000-09-26 | Lucent Technologies, Inc. | Three port optical filter |
US20030142634A1 (en) * | 1998-12-21 | 2003-07-31 | At&T Corp. | Communication network apparatus and method |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20160317721A1 (en) * | 2013-12-19 | 2016-11-03 | Cytrellis Biosystems, Inc. | Methods and devices for manipulating subdermal fat |
US20180263679A1 (en) * | 2015-11-18 | 2018-09-20 | Medtronic Cryocath Lp | Multi-lobe balloon for cryoablation |
Also Published As
Publication number | Publication date |
---|---|
US7830885B2 (en) | 2010-11-09 |
US20120219011A1 (en) | 2012-08-30 |
US8174968B2 (en) | 2012-05-08 |
US20080025313A1 (en) | 2008-01-31 |
US8767533B2 (en) | 2014-07-01 |
US8149734B2 (en) | 2012-04-03 |
US6584102B1 (en) | 2003-06-24 |
US7298710B2 (en) | 2007-11-20 |
US20080031158A1 (en) | 2008-02-07 |
US9124487B2 (en) | 2015-09-01 |
US8072904B2 (en) | 2011-12-06 |
US20030142634A1 (en) | 2003-07-31 |
US20080049646A1 (en) | 2008-02-28 |
US20120246280A1 (en) | 2012-09-27 |
US20080025335A1 (en) | 2008-01-31 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8767533B2 (en) | Communication network apparatus and method | |
US5953312A (en) | Method and apparatus for determining alternate routes in a network using a connection-oriented protocol | |
EP0937353B1 (en) | Routing in a multi-layer distributed network element | |
US6014380A (en) | Mechanism for packet field replacement in a multi-layer distributed network element | |
US6262976B1 (en) | System and method for network flow optimization using traffic classes | |
US7596101B2 (en) | Device, network, and system for forwarding frames between geographically dispersed user networks | |
JP4076586B2 (en) | Systems and methods for multilayer network elements | |
US7310683B2 (en) | Message relaying scheme based on switching in units of flows | |
KR101503629B1 (en) | Differential forwarding in address-based carrier networks | |
US7161910B2 (en) | Minimum cost routing based on relative costs of node resources | |
US7499450B2 (en) | Router IP port for an IP router | |
US9106506B2 (en) | Filter-based forwarding in a network | |
JPH0691537B2 (en) | Device for bridging local area network | |
EP2596603B1 (en) | Ethernet switch and method for routing ethernet data packets | |
CN114024969B (en) | Load balancing method, device and system | |
US7197039B2 (en) | Bridge apparatus with entries reduced in filtering database and network using the same | |
JP2000324177A (en) | Method and device for connecting networks | |
MXPA06001072A (en) | Method of switching packets in a transmission medium comprising multiple stations which are connected using different links. | |
EP1551131A1 (en) | Method of implementing virtual local area networks on electrical network communication systems | |
US20050207380A1 (en) | Process for implementing virtual local area networks over communication systems in the electricity network | |
Cisco | Configuring VLANs | |
KR20020090141A (en) | Public access separation in a virtual networking environment | |
US20060182082A1 (en) | Switching mesh with user-configurable paths | |
CN115514701A (en) | Deadlock-free local rerouting for handling multiple local link failures in a hierarchical network topology | |
Chen et al. | An internodal switching technique for high speed packet networks |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
STCB | Information on status: application discontinuation |
Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION |