US20190132245A1
2019-05-02
16/173,926
2018-10-29
A protocol circuit layer is described. The protocol circuit layer may employ a routing layer to determine optimal routes when establishing a circuit. The circuit layer may employ a link layer to send data packets over links to other network nodes. A naming layer may employ circuits to establish a distributed database of associations between network node addresses and their network locations.
Get notified when new applications in this technology area are published.
H04L45/74 » CPC main
Routing or path finding of packets in data switching networks Address processing for routing
H04L12/66 » CPC further
Data switching networks Arrangements for connecting between networks having differing types of switching systems, e.g. gateways
H04L45/02 » CPC further
Routing or path finding of packets in data switching networks Topology update or discovery
This application is a Continuation of U.S. Utility patent application Ser. No. 15/005,721 entitled âPROTOCOL CIRCUIT LAYER,â filed on Jan. 25, 2016, which is a Divisional of U.S. Utility patent application Ser. No. 14/194,217 entitled âPROTOCOL CIRCUIT LAYER,â filed on Feb. 28, 2014, and issued to U.S. Pat. No. 9,246,808 on Jan. 26, 2016, which is a Continuation of U.S. Utility patent application Ser. No. 13/532,614 entitled âPROTOCOL CIRCUIT LAYER,â filed on Jun. 25, 2012, and issued to U.S. Pat. No. 8,665,710 on Mar. 4, 2014, which is a Continuation of U.S. Utility patent application Ser. No. 12/278,144 entitled âPROTOCOL CIRCUIT LAYER,â filed on Mar. 30, 2009, and issued to U.S. Pat. No. 8,208,466 on Jun. 26, 2012, which is a U.S. National Stage Application of International Application Serial No. PCT/US07/61488, entitled âPROTOCOL CIRCUIT LAYER,â filed Feb. 1, 2007, which claims the benefit of U.S. Provisional Patent Application Ser. No. 60/763,977 entitled âPROTOCOL CIRCUIT LAYER,â filed Feb. 1, 2006 and is related to U.S. Provisional Patent Application Ser. No. 60/763,959 entitled âPROTOCOL LINK LAYER,â filed Feb. 1, 2006, and U.S. Provisional Patent Application Ser. No. 60/764,013, entitled âCONGESTION MANAGEMENT AND LATENCY PREDICTION IN CSMA MEDIA,â filed Feb. 1, 2006. Accordingly, the present application claims priority to and the benefit of the filing dates of U.S. application Ser. No. 14/194,217, U.S. application Ser. No. 13/532,614, U.S. application Ser. No. 12/278,144, International Application Serial No. PCT/US07/61488, and Provisional Application Ser. No. 60/763,977. Further, the present application incorporates by reference U.S. application Ser. No. 13/532,614, U.S. application Ser. No. 12/278,144, International Application No. PCT/US07/61488, Provisional Application Ser. No. 60/763,977, Provisional Application Ser. No. 60/763,959, and Provisional Application Ser. No. 60/764,013, herein in their entireties.
Computers have been networked to exchange data between them for decades. One important network, the Internet, comprises a vast number of computers and computer networks interconnected through communication channels. The Internet is used for various reasons, including electronic commerce, exchanging information such as electronic mail, retrieving information and doing research, and the like. Many standards have been established for exchanging information over the Internet, such as electronic mail, Gopher, and the World Wide Web (âWWWâ). The WWW service allows a server computer system (i.e., web server or web site) to send graphical web pages of information to a remote client computer system. The remote client computer system can then display the web pages. Each resource (e.g., computer or web page) of the WWW is uniquely identifiable by a Uniform Resource Locator (âURLâ). To view a specific web page, a client computer system specifies the URL for that web page in a request (e.g., a HyperText Transfer Protocol (âHTTPâ) request). The request is forwarded to the web server that supports that web page. When that web server receives the request, it sends the requested web page to the client computer system. When the client computer system receives that web page, it typically displays the web page using a browser. A browser is typically a special purpose application program for requesting and displaying web pages.
Currently, web pages are often defined using HyperText Markup Language (âHTMLâ). HTML provides a standard set of tags that define how a web page is to be displayed. When a user makes a request to the browser to display a web page, the browser sends the request to the server computer system to transfer to the client computer system an HTML document that defines the web page. When the requested HTML document is received by the client computer system, the browser displays the web page as defined by the HTML document. The HTML document contains various tags that control the display of text, graphics, controls, and other features. The HTML document may contain URLs of other web pages available on that server computer system or on other server computer systems.
New protocols exist, such as Extensible Mark-up Language (âXMLâ) and Wireless Access Protocol (âWAPâ). XML provides greater flexibility over HTML. WAP provides, among other things, the ability to view web pages over hand-held, wireless devices, such as cell phones and portable computers (e.g. PDA's). All of these protocols provide easier ways to provide information to people via various data processing devices. Many other protocols and means for exchanging data between data processing device continue to develop to further aid the exchange of information.
FIG. 1 is a block diagram illustrating various network architecture layers of a CoCo communications protocol in various embodiments.
FIG. 2 is a block diagram illustrating interfaces between a circuit layer and the other layers in various embodiments.
FIG. 3 is a block diagram illustrating multiple network paths in various embodiments.
FIG. 4 is a block diagram illustrating a circuit leg in some embodiments.
FIG. 5 is a block diagram illustrating directionality in network packets in some embodiments.
FIG. 6 is a block diagram illustrating endpoints and waypoints in various embodiments.
FIG. 7 is a block diagram illustrating network node serving as an endpoint for two circuits.
FIG. 8 is a block diagram illustrating a CEST packet format employed in some embodiments.
FIG. 9 is a block diagram illustrating a CACK packet format employed in some embodiments.
FIG. 10 is a block diagram illustrating a CDAT packet format employed in some embodiments.
FIG. 11 is a block diagram illustrating CRST, CCLS, and CLINK packet formats employed in some embodiments.
FIG. 12 is a block diagram illustrating a circuit table employed in some embodiments.
FIG. 13 is a block diagram illustrating a leg table employed in some embodiments.
FIG. 14 is a block diagram illustrating a relationship between a circuit table and a leg table.
The CoCo Protocol comprises four layers that mediate between the user and the physical interface; these are:
FIG. 1 illustrates the relationship of these layers.
The circuit layer occupies a central role among these layers since it can interact with every other protocol layer as well as user applications. FIG. 2 shows interfaces between the circuit layer and the other layers, which illustrates the interactions more explicitly. The circuit layer uses the routing layer to determine optimal routes when establishing a circuit. The circuit layer uses the link layer to send data packets over links to other network nodes. The naming layer uses circuits to establish a distributed database of associations between network node addresses and their network locations. User applications use the circuit layer to establish an end-to-end network connection with a remote network node.
A circuit is a programming abstraction that represents an end-to-end flow of dataâa connection from a network source to a network destination. Sources and destinations are represented by <service, node> pairs; that is, a service that run on a particular node. Services may be Internet Protocol standards such as FTP or Telnet, but may also encompass voice and video stream applications. Service names should be well-known so that if any set of CoCo networks are joined, the services will not clash and will interoperate across the larger, joined network. In this context, a well-known service is analogous to notion of a well-known port for Internet protocols; for example, Telnet uses port 23. The Internet Assigned Numbers Authority (LANA), an organization chartered by the Internet Society (ISOC), is the central coordinator for the assignment of unique parameter values for Internet protocols. At present, CoCo Communications Corporation provides this service. Once the CoCo Protocol becomes accepted by a recognized standards body, CoCo Communications will shift this responsibility to a similar authority.
The source node, source service, destination node, and destination service uniquely identify the circuit throughout the network, so circuits may be identified by the following 4-tuple:
While the source and destination of a circuit will typically use the same type of service, specifying a circuit by using both a source service and a destination service allows multiple connections between two nodes for the same type of service; for example, more than one FTP session can be established at the same time between the same client and server computers by specifying different source services (one being the true service and the others being dummy duplicates).
Circuits are unidirectional; if a user application requires two-way communication, it should establish a circuit in each direction. A circuit may travel over multiple paths, and it may adjust any path it uses over time to accommodate changing network conditions, as shown in FIG. 3. As an example, when network connections are unavailable, such as network connections directly between nodes B and N, and N and D (such as in example a of FIG. 3), other routes can be selected.
Each network node maintains state information about the existence and status of circuits that pass through it. Circuits are established and destroyed at the request of user applications and the naming system layer.
The part of a circuit that traverses a single link is called a leg, and a collection of legs compose a circuit. The next section discusses legs in more detail.
FIG. 4 is a block diagram illustrating a circuit leg. A leg of a circuit represents a single hop between adjacent nodes that is part of a circuit's path. A leg has an upstream node and a downstream node, which are one hop apart. By construction, the upstream node is closer to the circuit's source node and the downstream node is closer to the circuit's destination node. The details of circuit establishment are discussed in the âCircuit Control Processesâ section.
FIG. 5 is a block diagram illustrating directionality in network packets. All user data and some control data flow over a leg from the upstream node to the downstream node; the direction of dataflow is referred to as forward or downstream. Some control data flows in the opposite direction, called the reverse or upstream direction. The section âCircuit Control Packetsâ describes the packet formats for data control packets.
From the perspective of a leg's upstream node, the leg is called an outgoing leg. From the perspective of the downstream node, the leg is called an incoming leg.
The source and destination nodes of any circuit are called endpoints. All intermediate nodes are called waypoints.
In FIG. 6, node W is the source and node Z is the destination these are the endpoints. Nodes X, A, B, N, C, D, and Y are the waypoints. An Arrow along each edge indicates the direction of flow.
FIG. 7 illustrates a node serving as a circuit destination endpoint for two distinct circuits, each connected to a separate service.
The only identifying information about a circuit is its 4-tuple: <source node, destination node, source service, destination service>.
Each leg has an identifier, known as a LocalLegID, which should be unique for all other legs going over the same link, between the same two nodes, and in the same direction. A LocalLegID does not completely specify a leg. Each LocalLegID is specific to a link and an <upstream node, downstream node> pair. For example:
Therefore, a leg incident to a node is not specified by its LocalLegID alone. To specify a leg uniquely also requires a link and a direction on that link (a triple of the form <direction, LinkID, LocalLegID>) where direction may be either incoming or outgoing. Different legs of the same circuit may have different LocalLegID values, so a LocalLegID does not completely determine a circuit. (That is why they are called local leg identifiersâthe identifier refers to a circuit leg locally at a particular node.)
A circuit extension is a mechanism that handles circuits with special requirements. Two examples of circuit extensions are:
Circuits that require end-to-end encryption
Circuits that should satisfy specific QoS requirements such as voice quality
Circuit extensions can affect circuit behavior, including routing. A circuit extension may be optional or required for both waypoints and endpoints. For example, the encryption extension requires the endpoints to support encryption, but waypoints need not, since each waypoint merely sends on its outgoing legs what it receives on its incoming legs. By contrast, a circuit with a voice quality QoS extension requires each waypoint to have incoming and outgoing legs with sufficient bandwidth to satisfy the end-to-end voice requirements.
Not all nodes should implement every extension, but if a circuit requires a particular extension, any node not supporting that extension may not be usable by that circuit. A circuit may use a node that does not support an extension if that extension is optional for that circuit; in this case, the node uses its default behavior. If an extension is required, and the node does not support it, the circuit will not be established.
Each extension is associated with a unique and well-known number, which is analogous to well-known ports in IP.
There are six different circuit packets, three of which travel only in the forward or downstream direction over legs, and three of which travel only in the reverse or upstream direction.
The forward circuit packets include:
The reverse circuit packets include:
When the CoCo Protocol link layer receives a data packet, the 8-bit type field in the link layer data packet header (see [BM]) contains a value that specifies the packet type. If the packet type is one of the above six types of circuit layer packets, the link layer forwards the packet to the circuit layer and communicates the packet type directly to the circuit layer (through the OnReceivePacket call). These are the type field values corresponding to the circuit layer packet types:
| Type field value | Packet Type | |
| 128 | CDAT packet | |
| 129 | CEST packet | |
| 130 | CCLS packet | |
| 131 | CACK packet | |
| 132 | CRST packet | |
| 133 | CUNK packet | |
FIG. 8 through FIG. 13 illustrate the packet formats, such as packet header formats, for circuit control packets. Packet headers do not contain an encoding of the packet type because that is already present in the link layer header. Since the link layer already knows the type, it is unnecessary to repeat this information in the circuit layer header.
The link layer obtains the source and destination addresses from the Ethernet/physical layer frame header. The circuit layer obtains the linkID and packet type from the link layer, which calls the circuit layer API entry point CircuitReceivePacket (u32 linkID, u8 type, Data buffer) when it has received data from the physical layer that it should relay to higher layers.
The âCircuit Control Processesâ section explains how the circuit layer protocol uses the circuit control packets described in the preceding âCircuit Control Packetsâ section.
The CEST packet format, shown in FIG. 8, contains a LocalLegID that identifies the packet to the downstream (recipient) node of the leg. The downstream node detects the link on which the packet arrives, so it has sufficient information to determine which circuit this CEST packet is attempting to establish and adds the entry <incoming, LinkID, LocalLegID> to its circuit table. The remaining fields serve to identify the location and service name of the source and destination nodes.
NumSrcLocUnits is an 8 bit field that contains n, the number of location units in the location of the source. The location of the source is comprised of n Unique Node Identifers (UNIs), where n is the current number of cluster levels in the network. For information about clusters, see [BLMS].
NumDestLocUnits is an 8 bit field that contains n, the number of location units in the location of the destination. The location of the source is comprised of n Unique Node Identifers (UNIs), where n is the current number of cluster levels in the network.
SizeSrcSrvcName is the size, specified in bytes, of the name of the source service. The size of a service name can be the number of bytes required for its representation in UTF-8.
SizeDestSrvcName is the size, specified in bytes, of the name of the destination service.
Source Location gives the location of the node requesting the circuit. The location is comprised of n UNIs, where n is the value in the NumSrcLocUnits field.
Destination Location gives the location of the node requesting the circuit. The location is comprised of n UNIs, where n is the value in the NumSrcLocUnits field.
Source Service Name is the name of the service on the source node, represented as a UTF-8 string.
Destination Service Name is the name of the service on the destination node, represented as a UTF-8 string.
The CACK packet format, shown in FIG. 9, contains a LocalLegID that identifies the packet to the upstream (recipient) node of the leg. The upstream node is familiar with the link on which the packet arrives, so it has sufficient information to determine which circuit this CACK packet is attempting to acknowledge.
Extension blocks contain extension-specific answers to extension-specific requests (for example, a leg's QoS capabilities and cryptographic handshake information).
The CDAT packet header format, shown in FIG. 10, contains a LocalLegID that identifies the packet to the downstream (recipient) node of the leg. The MessageID field increases sequentially for each packet sent over the circuit so the receiver can detect which and how many packets have dropped. The circuit layer may use this information for determining the quality of service that each leg can support.
The CRST, CCLS, and CLINK packets consist solely of a LocalLegID, as shown in FIG. 11. As with the packet headers for other types of circuit packets, the type itself is known to the recipient node because it appeared in the link layer header and the link layer passes it to the circuit layer in the OnReceivePacket (LinkID, Type, Packet) call.
One way to view the leg concept is as a local header compression mechanism. Every circuit data packet could include the entire 4-tuple and all the relevant options, which is how the Transfer Control Protocol works. In this case, including the 4-tuple <source node, source service, destination node, destination service> in the data packet would not require intermediate nodes to maintain state information about related circuits. It would also make the protocol simpler and easier to implement. However, a stateless circuit protocol precludes the possibility of bandwidth capacity reservation for QoS management, requires more memory for larger and more complex packets, and is appreciably slower since the routing decision logic should be performed for every packet.
Conceptually, knowing a LocalLegID for a given link and direction determines a circuit. Although a leg is a local concept over a single hop, a LocalLegID (together with its direction and the link it uses) is a key to reference the whole circuit; the section âCircuit Layer Data Structuresâ describes the mechanisms for this. This concept allows all repeat work done for every packet over a single network connection to occur only once while the circuit is established. This reduces the routing logic for each packet to a trivial table lookup, so it is fast. This approach also permits QoS negotiation, link capacity reservation, and a mechanism for end-to-end encryption.
The circuit control process specifications require the existence of two tables on each node, a circuit table and a leg table.
FIG. 12 is a block diagram illustrating a circuit table employed in some embodiments. The circuit table on a node contains an entry for each circuit that uses the local node. Circuits are represented by 4-tuples: circuit=<source node, source service, dest node, dest service>. Each circuit is completely determined by this 4-tuple. For ease of use, each 4-tuple is also associated with a 32-bit CircuitID field that uniquely determines specifies the circuit. an lookup a 4-tuple and obtain a circuit ID. Each circuit has a state that is either opening or Ready. Even though the CircuitID and the associated 4-tuple each specify a circuit, it is useful to maintain the Circuit ID to cross-reference with the Leg Table.
FIG. 13 is a block diagram illustrating a leg table employed in some embodiments. The leg table contains an entry for each leg that is incoming to and outgoing from the local node. This entry includes the circuitID of the circuit that contains the leg. Legs are represented by triples: leg=<direction, LinkID, LocalLegID>. Leg table entries consist of a CircuitID, a leg L, and a state s, where L is part of the circuit specified by CircuitID and is in state s.
The three fields LinkID, LocalLegID, and direction collectively form a key for this table, so given such <LinkID, LocalLegID, direction> triple, it is possible to efficiently obtain the associated CircuitID and State fields, to determine which circuit this leg is part of, and the state of the leg, respectively.
The leg table and the circuit table are related by the CircuitID field, as is illustrated in FIG. 14. For example, it is possible to obtain all the legs associated with a circuit specified by a given CircuitID by finding all the entries in the leg table with that CircuitID. The following diagram illustrates this relationship, and indicates that it is possible for one circuit to have multiple legs entering and/or leaving a node.
The circuit and leg tables support the following functions:
Given a CircuitID, this function returns the state of the circuit. The state is either Opening or Ready. Given the structure of the circuit table, this operation is simple to implement: find the circuit table entry with the given CircuitID and return the state field of that entry.
Given a leg specified by a LinkID, LocalLegID, and direction, this function returns the state of the leg. The state is either Opening or Ready. Given the structure of the circuit table, this operation is simple to implement: find the leg table entry with the given LinkID, LocalLegID, and direction, and return the state field of that entry.
For notational convenience, we may write leg=<LinkID, LocalLegID; direction>. Here, leg is simply a shorthand for the triple. For example, we might write:
| { |
| ... | |
| Leg = <LinkID, LocalLegID, direction> | |
| if State(Leg) == ready then | |
| ... |
| } | |
This procedure updates the state of Leg to State.
This procedure updates the state of Circuit to State.
Given a CircuitID, returns the set of incoming legs on the local node. Using the structure of the leg table, this operation may be implemented by scanning the leg table for all rows (entries) that have the given CircuitID field where the direction field is incoming and returning the corresponding LinkID/LocalLegID pairs.
Given a CircuitID, returns the set of outgoing legs on the local node. Using the structure of the leg table, this operation may be implemented by scanning the leg table for all rows (entries) that have the given CircuitID field where the direction field is outgoing and returning the corresponding LinkID/LocalLegID pairs.
This function returns a value that is currently unused as a CircuitID (and hence available for use as the CircuitID for a new circuit).
This function returns a value that is currently unused as a LocalLegID (and hence available for use as the LocalLegID for a new leg).
This operation adds a circuit to the circuit table.
This operation adds the leg specified by LinkID, LocalLegID and direction to the circuit specified by CircuitID. This operation builds a new leg, represented by a triple <LinkID, LocalLegID, Direction> where direction is either incoming or outgoing, and adds this leg to the leg table. Using the structure of the leg table, this operation may be implemented by checking that the circuit exists (checking that CircuitID occurs in the circuit table), and adding a new table entry with the given parameters.
Given a triple <LinkID, LocalLegID, direction>, obtain the circuit to which it belongs by returning the associated CircuitID.
This function returns the CircuitID of Circuit.
For each circuit that uses the leg specified by LegID, removes the <CircuitlD, LegID> association in the circuit and leg tables. If that association is the only one associated with a circuit, that circuit is also removed from the circuit table.
This operation removes the circuit specified by CircuitID from the circuit table.
Circuit control processes, such as the establishment and closing of circuits and the transmission of data over circuits, may be described by state machines or in a pseudocode format. Using the state machine approach, each incoming and outgoing leg is governed by a state machine. Complexities arise because a status change in an incoming leg may cause the creation of one or more new state machines to describe outgoing legs. Moreover, the state machines differ slightly depending on whether the node is a waypoint or an endpoint. For these reasons, the following sections use a high-level pseudocode to specify circuit control processes.
Definition The cost of reaching node Y from node X is denoted by cost(X, Y)
Definition For any nodes S, N, and D, downhill(S, N, D) is true if cost(N, D)<cost(S, D).
Definition A downhill link from node S to node D connects node S to node N, for which downhill(S, N, D) is true.
When a circuit control process that is running on node N calls the LinkSet=GetDownhillLinkSet (destLocation) function, it obtains the set of all downhill links from node N to destLocation by calling the routing layer API function GetNextHops (destLocation).
After the circuit layer of node N calls GetDownhillLinkSet to obtain a set of downhill links toward a network destination, node D, it calls LegSet
CreateLegSet (Linkset) to obtain a cost-effective set of legs across which the node N circuit layer will send CEST packets to continue building a circuit to node D. The following pseudocode outlines the CreateLegSet procedure.
| function CreateLegSet(CircuitID) returns LegSet |
| { |
| âLinkSet â GetDownHillLinkSet(CircuitID.dest); |
| âOutgoingLegs â OutgoingLegs(CircuitID); |
| âIncomingLegs â IncomingLegs(CircuitID); |
| âRefinedLinkSet â LinkChoosingStrategy(LinkSet, OutgoingLegs) |
| â// if no outgoing legs remain, the circuit is not viable; |
| â// send CRST messages to all incoming legs and remove them. |
| âif RefinedLinkSet is empty then |
| ââfor each Leg in IncomingLegs |
| âââSend a CRST on Leg; |
| ââRemoveLeg(Leg); // remove Leg from leg table |
| âRemoveCircuit(CircuitID); |
| else |
| â// construct legs out of links returned by RefinedLinkSet |
| â// that are not already in OutgoingLegs. |
| âfor each LinkID in RefinedLinkSet |
| ââif LinkID is not in OutgoingLegs then |
| ââââLocalLegID â GenerateNewLocalLegID( ); |
| ââ// add new outgoing leg to circuit |
| ââAddLeg(CircuitID, LinkID, LocalLegID, |
| âââââââââoutgoing, opening); |
| ââSend a CEST on LocalLegID; |
| â// remove the legs of the circuit that are in |
| â// OutgoingLegs but that aren't in RefinedLinkSet. |
| âfor each Leg in OutgoingLegs but not in RefinedLinkSet |
| ââSend a CCLS packet on Leg; |
| ââRemoveLeg(Leg); // removes Leg from leg table |
| âreturn RefinedLinkSet |
| } |
The PerPacketLegSet (CircuitID, Packet) function determines along which of the legs returned by CreateLegSet( ) the circuit layer should send Packet. The internal logic for PerPacketLegSet is a function of the circuit QoS requirements and other possible circuit extension requirements.
Circuit Establishment
When a node receives a CEST packet on an incoming leg, it executes the OnCEST procedure, as outlined in the following pseudocode.
| procedure onCEST(LinkID, Packet) | |
| { | |
| âCircuit â (<Packet.src, Packet.srcSvc, | |
| âââââââPacket.dest, Packet.destSvc>) | |
| âif Circuit is in circuit table | |
| ââCircuitID â CircuitID(Circuit) | |
| ââUpdateCircuitState(CircuitID, opening); | |
| âelse // Circuit is not in circuit table | |
| ââ// get a new, unused CircuitID | |
| ââCircuitID â GenerateNewCircuitID( ); | |
| ââ// add new entry to circuit table | |
| ââAddCircuit(CircuitID, Circuit, opening); | |
| âIncomingLegs â IncomingLegs(CircuitID); | |
| âif no leg in IncomingLegs uses LinkID then | |
| ââLocalLegID â GenerateNewLocalLegID( ); | |
| ââLeg â <LinkID, LocalLegID, incoming> | |
| ââAddLeg(CircuitID, Leg, opening); | |
| âelse // destroy all other incoming legs from LinkID | |
| ââ// associated with Circuit | |
| ââfor each leg in IncomingLegs | |
| âââif leg â Leg then | |
| âââââRemoveLeg(leg); | |
| if Circuit.Dest == local machine then | |
| â// send to local link layer | |
| âUpdate CircuitState(Circuit, ready); | |
| âSignal new inbound connection on NewCircuit.destService; | |
| else | |
| â// find appropriate legs, send CESTs, update tables | |
| âCreateLegSet(Circuit); | |
| if State(Circuit) == Ready then | |
| âfor each leg in IncomingLegs | |
| ââsend a CACK on leg; | |
| } | |
When a node receives a CCLS packet on an incoming leg, it executes the OnCCLS (LegID) procedure, as outlined in the following pseudocode.
| procedure onCCLS(LinkID, LocalLegID) | |
| { | |
| // find CircuitID for the circuit, that LocalLegID belongs to | |
| âCircuitID â circuit(CircuitTable, LocalLegID); | |
| âIncomingLegs â IncomingLets(CircuitID) | |
| âLeg â LegTable(LegID); | |
| âif (Leg) then | |
| ââRemoveLeg(LegTable, LegID); | |
| ââif IncomingLegs is empty then | |
| âââRemoveCircuit(CircuitID); | |
| } | |
When a node receives a CRST packet on an outgoing leg, it executes the OnCRST (LegID) procedure, as outlined in the following pseudocode.
| procedure OnCRST(LegID, P) | |
| { | |
| âLeg â LegTable(LegID); | |
| âif (Leg) then | |
| ââRemoveLeg(LegTable, LegID); | |
| â// Find appropriate legs, send CESTs, and update tables. | |
| âCreateLegSet(CircuitID); | |
| } | |
When a node receives a CACK packet on an outgoing leg, it executes the OnCACK(LegID) procedure, as outlined in the following pseudocode.
| procedure OnCACK(LinkID, LocalLegID) | |
| { | |
| âLeg â <LinkID, LegID, outgoing>; | |
| âif Leg is not in leg table then | |
| ââSend CCLS(LegID) on link LinkID (to sender of CACK); | |
| âelse | |
| ââif State(Leg) â Ready then | |
| ââUpdateLegState(Leg, ready); | |
| âCircuitID â CircuitID(Leg); | |
| âIncomingLegs â IncomingLegs(CircuitID); | |
| âif State(Circuit) â Ready then | |
| ââfor each Leg in IncomingLegs | |
| âââSend CACK to Leg; | |
| âUpdateLegState(Leg, ready); | |
| } | |
When a node receives a CDAT packet on an incoming leg, it executes the OnCDAT (LegID) procedure, as outlined in the following pseudocode.
| procedure OnCDAT(LinkID, LocalLegID, Packet) | |
| { | |
| âLeg â <LinkID, LocalLegID, incoming> | |
| âif Leg is not in leg table then | |
| ââSend CUNK(LegID) on LinkID; | |
| âelse | |
| ââCircuitID â CircuitID(Leg); | |
| ââif CircuitID.dest == local machine then | |
| âââforward Packet to CircuitID.destService; | |
| âââDeliver Data to user buffer associated with circuit; | |
| âââAlert any pending reads; | |
| ââelse | |
| âââLegSet â PerPacketLegSet(CircuitID, Packet); | |
| âââfor each Leg in LegSet | |
| ââââSend CDAT packet containing Packet on Leg; | |
| ââif the Qos model requires leg set recomputation then | |
| âââ// find appropriate legs, send CESTs, update tables | |
| âââCreateLegSet(CircuitID); | |
| } | |
When a node receives a CLINK packet on an outgoing leg, it executes the OnCUNK (LegID) procedure, as outlined in the following pseudocode.
| procedure OnCUNK(LinkID, LocalLegID) | |
| { | |
| âLeg â <LinkID, LocalID, outgoing> | |
| âif Leg is in the leg table then | |
| ââUpdateLegState(Leg, opening); | |
| ââCircuitID â CircuitTable(LegID); | |
| ââ// find appropriate legs, send CESTs, update tables | |
| ââCreateLegSet(CircuitID); | |
| } | |
The circuit layer API consists of the following procedures. Some are accessed by user application programs. Others are accessed by the link layer.
When a node receives a packet from the link layer, it executes the OnRecvPacket( ) procedure, as outlined in the following pseudocode.
| procedure Circuit::OnRecvPacket(LinkID, Type, Packet) | |
| { | |
| âSwitch on Type | |
| âCDAT: | |
| ââLeg â <LinkID, LocalLegID, Incoming>; | |
| ââOnCDAT(Leg, Packet); | |
| âCEST: | |
| ââLeg â <LinkID, LocalLegID, Incoming>; | |
| ââOnCEST(Leg, Packet); | |
| âCCLS: | |
| ââLeg â <LinkID, LocalLegID, Incoming>; | |
| ââOnCCLS(Leg, Packet); | |
| âCACK: | |
| ââLeg â <LinkID, LocalLegID, Outgoing>; | |
| ââOnCACK(Leg, Packet); | |
| âCRST: | |
| ââLeg â <LinkID, LocalLegID, Outgoing>; | |
| ââOnCRST(Leg, Packet); | |
| âCUNK: | |
| ââLeg â <LinkID, LocalLegID, Outgoing>; | |
| ââOnCUNK(Leg, Packet); | |
| } | |
After a no data has arrived on a circuit for a specified timeout period, the circuit layer executes the OnTimeout procedure, as outlined in the following pseudocode.
| procedure Circuit::OnTimeout(CircuitID) | |
| { | |
| â// executed after timer expires and no data received | |
| âDestroy all the legs and data associated with CircuitID; | |
| âSend no packets; | |
| } | |
When the link layer detects that a link has closed, it calls the LinkDown procedure in the circuit layer, as outlined in the following pseudocode.
| procedure Circuit::LinkDown(LinkID) | |
| { | |
| âfor each leg L that is incoming over LinkID | |
| ââsimulate the reception of a CCLS to L; | |
| âfor each leg L that is outgoing over LinkID | |
| ââsimulate the reception of a CRST to L; | |
| } | |
When the link layer detects that a link has been established, it calls the LinkUp procedure in the circuit layer, as outlined in the following pseudocode.
| // reserved for future use; here for symmetry | |
| procedure Circuit::LinkUp( ) | |
| { | |
| âDo Nothing; | |
| } | |
When a user application establishes a circuit with a service on a remote node, it calls the Open procedure in the circuit layer, as outlined in the following pseudocode.
| procedure Circuit::Open(Dest, DestService, Options) | |
| { | |
| âConstruct a 4-tuple with my address a locally unique | |
| âsrcService, and the Dest + DestService; | |
| âConstruct a Circuit based on the 4 tuple; | |
| â// AdjustLegs | |
| â// find appropriate legs, send CESTs, update tables | |
| âCreateLegSet(CircuitID); | |
| } | |
When a user application has finished using a circuit it has previously established, it calls the close procedure in the circuit layer, as outlined in the following pseudocode.
| procedure Circuit::Close(CircuitID) | |
| { | |
| âFind associated Circuit Entry; | |
| âSend CCLS on all outgoing legs; | |
| âDestroy all legs and circuit; | |
| } | |
When a user application expects to receive data over a circuit it has previously established, it calls the Read procedure in the circuit layer, as outlined in the following pseudocode.
| function Circuit::Read(CircuitID) returns circuit data | |
| { | |
| âFind data buffer associated with CircuitID; | |
| âif data is not available then | |
| ââBlock until data ready; | |
| âreturn data to User; | |
| } | |
When a user application needs to send data over a circuit it has previously established, it calls the Write procedure in the circuit layer, as outlined in the following pseudocode.
| procedure Circuit::Write(CircuitID, Data) | |
| { | |
| âif buffer associated with CircuitID is full then | |
| ââBlock until it is available | |
| âPlace data in buffer associated with CircuitID | |
| } | |
Circuit
Circuit establishment
Handoff
End-to-endconnection
Unidirectionality
Circuit legs
Circuit waypoints
Circuit endpoints
Circuit extensions
Quality of Service support
Well-known ports
Network service
The circuit layer of the CoCo Protocol provides end-to-end connections across a CoCo network. The circuit layer permits multipath circuits for increased bandwidth and better handoff management. This document summarizes the API and the packet formats used by the circuit layer.
The Circuit Layer provides at least these features:
The Circuit Layer provides for managing circuits in communication networks.
The Circuit Layer provides for managing circuit handoffs in the presence of dynamic changes in network topology.
The Circuit Layer provides for constructing circuits with a guaranteed level of Quality of Service.
The Circuit Layer provides for constructing circuits with a guaranteed level of end-to-end security.
The Circuit Layer provides for constructing multicast circuits.
The Circuit Layer provides for constructing end-to-end circuits utilizing the underlying routing layer described in the patent claims for CoCo clustering methodology.
The Circuit Layer provides for managing circuits using relational tables known as a circuit table and a leg table.
From the foregoing, it will be appreciated that specific embodiments of the invention have been described herein for purposes of illustration, but that various modifications may be made without deviating from the spirit and scope of the invention. Accordingly, the invention is not limited except as by the appended claims.
1. A system that enables network communications over circuits defined by a plurality of nodes, wherein adjacent ones of the plurality of nodes are communicatively coupled together via at least one leg, and wherein each of the circuits are defined by a source node and a destination node that are interconnected via a series of the nodes, and wherein each circuit is uniquely identified by a circuit identifier (ID), wherein each node of a circuit is configured to:
add to a circuit table at least one circuit that the node is a member of,
wherein the circuit table identifies the at least one circuit by its circuit ID, and
wherein the circuit table includes a tuple that has an identifier of the source node, an identifier of the destination node, an identifier of a source service from the source node, and an identifier of a destination service to the destination node; and
scan a leg table to return an incoming leg and an outgoing leg that are associated with the at least one circuit,
wherein the first adjacent node and the second adjacent node are members of the at least one circuit identified in the circuit table.