Network gateway for time-critical and mission-critical networks

Information

  • Patent Grant
  • 8705541
  • Patent Number
    8,705,541
  • Date Filed
    Tuesday, December 7, 2010
    14 years ago
  • Date Issued
    Tuesday, April 22, 2014
    10 years ago
Abstract
A network gateway for time-critical and mission-critical networks is provided. The network gateway comprises a decision unit for determining, based on at least one network event; a processing unit for processing frames determined to be associated with the at least one service; a queue for buffering frames; and a traffic shaper for performing bandwidth management on frames stored in the queue.
Description
TECHNICAL FIELD

The invention relates generally to data networks, and more particularly to network devices for allowing communications between ground and aerial data networks.


BACKGROUND OF THE INVENTION

A transport control protocol (TCP) is used extensively by many of the network communication applications including, for example, the World Wide Web (WWW), e-mail, file transfer protocol (FTP), streaming media applications, and the like. The TCP is a reliable stream delivery service that guarantees to deliver a stream of data sent from one host to another without duplication or losing data. The TCP implements a positive acknowledgment technique that includes retransmission of packets to guarantee reliability of packet transfers. This technique requires the receiver to respond with an acknowledgment message as it receives the packet, when such message is not received within a predefine time window, the sender retransmits the packet. As the TCP is optimized for accurate delivery, the protocol sometimes incurs relatively long delays and extensive bandwidth usage. Therefore, the TCP is not particularly suitable for applications where real-time delivery is needed.


A user datagram protocol (UDP) is usually utilized in applications require timely delivery. The UDP does not guarantee reliability or ordering of packets, thus packets (or datagrams) may arrive out of order, appear duplicated, or go missing without notice. The UDP is faster and less bandwidth consuming than the TCP as the overhead of checking when every packet actually arrives is eliminated.


In the related art network devices (e.g., gateways, switches, routers, etc.) implementing network communication using either a UDP or a TCP, cannot provide efficient mechanisms to support communication over special-purpose time-critical and mission-critical networks where both timely and guaranteed delivery are essential. Typically, such networks are utilized in military applications, communication between ground and aerial devices, and so on.


An example for a time-critical and mission-critical network is an IP military network that requires more complex architecture than a civilian IP network. At least the following factors contribute to this complexity: unstable end-to-end connectivity between a source device and a destination device in such a network: a limited bandwidth allowance per source and/or destination, a strict prioritization requirements, real-time requirements, and traffic and protocols restrictions because of special military network devices (e.g., gateways, encoders, firewalls, etc.).


Furthermore, such networks demand to support non-compromised requirements, such as bandwidth management over limited bandwidth, quality of service per every packet, no latency, transparency, and so on.


It would be therefore advantageous to provide a network device that can support the requirements of special-purpose data networks while being fully compliant standard network protocols and devices and fully transparent to other network entities.


SUMMARY OF THE INVENTION

Certain embodiments of the invention include network gateway. The network gateway includes a decision unit for determining based on at least one network event if each frame of incoming frames is associated with at least one service; a processing unit for processing frames determined to be associated with the at least one service; a queue for buffering frames; and a traffic shaper for performing bandwidth management on frames stored in the queue. The network gateway is fully transparent to other network entities.


Certain embodiments of the invention also include a method for enabling efficient data communication between a ground network and an aerial network. The method comprises transparently intercepting a frame flowing between the ground network and the aerial network; determining if at least one service is associated with an intercepted frame; processing the intercepted frame according to the at least one service being associated with the frame; and relaying the processed frame to a data link between the ground network and the aerial network.





BRIEF DESCRIPTION OF THE DRAWINGS

The subject matter that is regarded as the invention is particularly pointed out and distinctly claimed in the claims at the conclusion of the specification. The foregoing and other objects, features, and advantages of the invention will be apparent from the following detailed description taken in conjunction with the accompanying drawings.



FIG. 1 is a diagram of a data network used to describe the principles of the invention;



FIG. 2 is a block diagram of the network gateway realized in accordance with an embodiment of the invention;



FIG. 3 is an example for a service table constructed in accordance with an embodiment of the invention; and



FIG. 4 is a flowchart describing the operation of the network gateway implemented in accordance with an embodiment of the invention.





DETAILED DESCRIPTION OF THE INVENTION

It is important to note that the embodiments disclosed by the invention are only examples of the many advantageous uses of the innovative teachings herein. In general, statements made in the specification of the present application do not necessarily limit any of the various claimed inventions. Moreover, some statements may apply to some inventive features but not to others. In general, unless otherwise indicated, singular elements may be in plural and vice versa with no loss of generality. In the drawings, like numerals refer to like parts through several views.



FIG. 1 is an exemplary diagram of a data network 100 used to describe the principles of the invention. The network 100 includes sub-networks 110-1 and 110-2 connected through a data link 130. Each of the sub-networks 110 include a network device 140 (e.g., a router, a switch, an airborne Ethernet switch, etc.) and a network gateway 150 constructed in accordance with certain embodiments of the invention. Each of the sub-networks 110 may be, for example, a local area network (LAN) and the data link 130 may be either a wireless link or a wired link adapted to carry UDP traffic. In a preferred embodiment the data link 130 is a wireless link connecting a ground sub-network 110-1 to an aerial sub-network 110-2. An example for such configuration may be controlling of systems installed in unmanned aerial vehicles (UAV), air plans, etc. from a ground station.


To enable reliable communication between the sub-networks 110-1 and 110-2, the gateway 150 supports all the requirements of special purpose data networks which include, but are not limited to, bandwidth management, quality of service per every message, no latency, transparency, and so on. With this aim, the network gateway 150 is a transparent device that monitors traffic flows between the sub-networks 110. Specifically, the network gateway 150 inspects the data frames flow between the sub-networks 110 and processes the frames based on predefined networks events. Acting as a transparent device, the network gateway 150 has no IP address that other network entities should address their frames to (an IP address may be used only for maintenance and configuration purposes). Network entities merely send frames to each other while the gateway 150 intercepts these frames at the data link layer. In certain embodiments of the invention the network gateway 150 may include the network device 140.



FIG. 2 shows an exemplary and non-limiting block diagram of the network gateway 150 implemented in accordance with an embodiment of the invention. The network gateway 150 includes a decision unit 210, a processing unit 220, a queue 230 and a traffic shaper 240. The network gateway 150 inspects each incoming data frame, detects network events and determines based on the network events what type of services should be associated with the frames. A network event may be, for example, a predefined data pattern, a predefined frame sequence, a virtual channel, any combination of network addresses, and the like. A virtual channel carries traffic that always originates from the same source IP address and port number and directed to the same destination IP address and port number. That is, the virtual channel is defined as a combination of source/destination IP addresses and port numbers. The services that can be associated with a frame may include, but are not limited to, retransmission of the frames (i.e., guaranteed delivery), redirection of frames to one or more destinations, address resolution (e.g., acting as an ARP proxy), protocol conversion, bandwidth management, prioritization, encryption and decryption of data by implementing, for example, an IPSec protocol, signalling, alarming, and so on. The protocol conversion service enables converting an Internet protocol (IP) to legacy protocols, such as MIL-STD-1553, Hotlink; serial protocols, such as RS 485, RS 422, RS 235 and the like. In addition this service enables converting an analog video format to a digital format compliant with, for example, the H.264 and MPEG-4 formats. It is appreciated that the network gateway can be easily adapted to support other type of services and that the services listed above are merely examples.


The decision unit 210 receives an incoming frame relayed by a network device 140 and determines if further processing is required for that frame. The decision is taken using a service table stored in the decision unit 210. The table defines for each network event what should be the service(s) to be associated with frames comply with the detected event. An exemplary and non-limiting service table is provided in FIG. 3, where the network event is a virtual channel. Entries in the service table designated as “null” indicate that no processing is required on frames received on the respective virtual channels. Such frames are forwarded directly to the queue 230. The service table is preconfigured and can be dynamically updated by a user (e.g., a system administrator).


To ensure in order transmission of frames while the decision unit 210 evaluates a frame, no new frames are received. It is appreciated that the evaluation of frames includes a look-up table operation to locate the respective virtual channel entry, thus there is no latency involved with the operation of the decision unit 210.


Frames that should be processed are input to the processing unit 220, which handles each frame according to the service(s) associated with the frames. Each service requires different handling by the processing unit 220. For example, to guarantee reliable delivery a copy of the frame is retransmitted predefined number of times, redirection of a frame includes modifying the destination IP address and port number to specify the new destination, dropped frames are not transmitted, conversion of unicast frames to multicast frames, and prioritizing of frames by inserting “prioritized” frames into the head of the queue 230. In fact, processed (non-prioritized) frames are saved in the queue 230 according to the order in which they were received.


The traffic shaper 240 retrieves frames stored in the queue 230 and performs the task of bandwidth management to meet the available bandwidth on the data link 130. Typically, traffic shaper 240, buffers a set of frames, thereby imposing additional delay on those frames such that they conform to a predetermined constraint of the data link's 130 bandwidth. This ensures elimination of burst transmissions and transmitting data at a transfer rate which is no higher than the permitted rate.



FIG. 4 shows an exemplary and non-limiting flowchart 400 describing the operation of the network gateway 150 provided in accordance with an embodiment of the invention. At S410 a frame sent from a network device (e.g., device 140) is intercepted. At S420, a check is made to determine if one or more predefined services are associated with a frame. As mentioned above, the check is performed by matching a virtual channel of the frame and/or a network event against the service table. If S420 results with a “yes” answer the execution continues with S430; otherwise, the execution proceeds to S440.


At S430, the frame is processed according to service(s) associated with the frame. The processing tasks include, but are not limited to, redirection of the frame, dropping the frame, prioritizing the frame, retransmission of the frame, protocol conversion and address resolution. In a preferred embodiment the processing further includes generating alarms and signalling the users based on detected network events through the processing step. For example, a network event may be a frame that matches a predefined sequence, thus if such a frame is detected an alarm may be generated. As another example, the gateway 150 may signal the user if a frame is sent to or from an unknown address, which is an address that is not configured in the gateway. At S440, bandwidth management is performed by shaping “processed” and “non-processed” frames. Thereafter, at S450 frames are relayed to the data link 130.


The principles of the invention are implemented as any combination of hardware, firmware, and software. Moreover, the software is preferably implemented as an application program tangibly embodied on a program storage unit or computer readable medium. The application program may be uploaded to, and executed by, a machine comprising any suitable architecture. Preferably, the machine is implemented on a computer platform having hardware such as one or more central processing units (“CPUs”), a memory, and input/output interfaces. The computer platform may also include an operating system and microinstruction code. The various processes and functions described herein may be either part of the microinstruction code or part of the application program, or any combination thereof, which may be executed by a CPU, whether or not such computer or processor is explicitly shown. In addition, various other peripheral units may be connected to the computer platform such as an additional data storage unit and a printing unit. Furthermore, a non-transitory computer readable medium is any computer readable medium except for a transitory propagating signal.


All examples and conditional language recited herein are intended for pedagogical purposes to aid the reader in understanding the principles of the invention and the concepts contributed by the inventor to furthering the art, and are to be construed as being without limitation to such specifically recited examples and conditions. Moreover, all statements herein reciting principles, aspects, and embodiments of the invention, as well as specific examples thereof, are intended to encompass both structural and functional equivalents thereof. Additionally, it is intended that such equivalents include both currently known equivalents as well as equivalents developed in the future, i.e., any elements developed that perform the same function, regardless of structure.

Claims
  • 1. A network gateway for time-critical and mission-critical networks, comprising: a decision unit for transparently intercepting frames flowing between a ground network and an aerial network, wherein the frames are intercepted at a data link layer, the decision unit is further configured to determine based on at least one network event, if each frame of intercepted frames is associated with at least one service based on matching the at least one network event against a preconfigured service table mapping the at least one network event associated with an intercepted frame to the at least one service from among a plurality of services included in the preconfigured service table, wherein the ground network and the aerial network are the time-critical and mission-critical networks, wherein the at least one network event includes a virtual channel carrying traffic that always originates from the same source IP address and port number and directed to the same destination IP address and port number;a processing unit for processing frames determined to be associated with the at least one service;a queue for buffering frames; anda traffic shaper for performing bandwidth management on frames stored in the queue.
  • 2. The network gateway of claim 1, wherein the at least one service comprises at least one of: retransmission of the frames, redirection of frames to one or more destinations, dropping of frames, address resolution, protocol conversion, bandwidth management, prioritization of frames, signalling, alarming, and data encryption.
  • 3. The network gateway of claim 2, wherein the protocol conversion service enables converting at least Internet protocol (IP) frames to non-IP frames and converting non-IP protocol frames to IP frames.
  • 4. The network gateway of claim 3, wherein the non-IP is a protocol selected from the group consisting of: MIL-STD-1553, RS 485, RS 422, RS 235, and Hotlink.
  • 5. The network gateway of claim 2, wherein the protocol conversion service enables converting an analog video format to a digital video format compliant with H.264.
  • 6. The network gateway of claim 2, wherein the protocol conversion service enables converting an analog video format to a digital video format compliant with MPEG4.
  • 7. The network gateway of claim 1, wherein the at least one network event further comprises at least one of: a predefined data pattern, a predefined frame sequence, and any combination of network addresses.
  • 8. The network gateway of claim 1, wherein the service table is a look-up table.
  • 9. The network gateway of claim 1, wherein the decision unit forwards frames not being associated with a service directly to the queue.
  • 10. The network gateway of claim 1, wherein the decision unit does not receive new frames while determining if an incoming frame is associated with at least one service.
  • 11. The network gateway of claim 1, wherein the time-critical and mission-critical networks include at least an IP military network.
  • 12. The network gateway of claim 11, further comprising an airborne Ethernet switch.
  • 13. A method for enabling efficient data communication between a ground network and an aerial network, comprising: transparently intercepting a frame flowing between the ground network and the aerial network, wherein the frame is intercepted at a data link layer;determining if at least one service is associated with the intercepted frame based on matching at least one network event against a preconfigured service table;mapping the at least one network event associated with the intercepted frame to at least one service from among a plurality of services included in the preconfigured service table, wherein the at least one network event includes a virtual channel carrying traffic that always originates from the same source IP address and port number and directed to the same destination IP address and port number;processing the intercepted frame according to the at least one service being associated with the frame; andrelaying the processed frame to a data link between the ground network and the aerial network, wherein the ground network and the aerial network are time-critical and mission-critical networks.
  • 14. The method of claim 13, further comprising: performing bandwidth management operations on the processed frame or on a frame that was not processed, wherein the bandwidth management operations include at least one of buffering frames and rate shaping of frames.
  • 15. The method of claim 13, wherein the at least one service comprises at least one of: retransmission of the frames, redirection of frames to one or more destinations, dropping of frames, address resolution, protocol conversion, bandwidth management, prioritization of frame, signalling, alarming, and data encryption.
  • 16. The method of claim 13, wherein the protocol conversion service enables converting at least Internet protocol (IP) frames to non-IP frames and converting non-IP frames to IP frames.
  • 17. The method of claim 13, wherein the at least one network event further comprises at least one of: a predefined data pattern, a predefined frame sequence, and any combination of network addresses.
  • 18. A non-transitory computer readable medium having stored thereon computer executable code when executed causing a processor to perform the process of: transparently intercepting a frame flowing between the ground network and the aerial network, wherein the frame is intercepted at a data link layer;determining if at least one service is associated with the intercepted frame based on matching the at least one network event against a preconfigured service table;mapping the at least one network event associated with the intercepted frame to the at least one service from among a plurality of services included in the preconfigured service table, wherein the at least one network event includes a virtual channel carrying traffic that always originates from the same source IP address and port number and directed to the same destination IP address and port number;processing the intercepted frame according to the at least one service being associated with the frame; andrelaying the processed frame to a data link between the ground network and the aerial network, wherein the ground network and the aerial network are time-critical and mission-critical networks.
  • 19. The non-transitory computer readable medium of claim 18, further comprising: performing bandwidth management operations on the processed frame or on a frame that was not processed, wherein the bandwidth management operations include at least one of buffering frames and rate shaping of frames.
CROSS REFERENCE TO RELATED APPLICATIONS

The present application is a continuation of International Patent Application No. PCT/US2009/043887 filed on May 14, 2009, now pending; the International Patent Application claims the benefit of U.S. provisional application No. 61/060,270 filed on Jun. 10, 2008, the contents of which are herein incorporated by reference.

US Referenced Citations (60)
Number Name Date Kind
4387391 Hecker Jun 1983 A
4608710 Sugiura Aug 1986 A
5491802 Thompson et al. Feb 1996 A
5570366 Baker et al. Oct 1996 A
5742336 Lee Apr 1998 A
5909433 Haartsen Jun 1999 A
5926758 Grybos et al. Jul 1999 A
5970066 Lowry et al. Oct 1999 A
6085235 Clarke et al. Jul 2000 A
6222823 Smith et al. Apr 2001 B1
6381646 Zhang et al. Apr 2002 B2
6460085 Toporek et al. Oct 2002 B1
6578082 Ho et al. Jun 2003 B1
6680906 Nguyen Jan 2004 B1
6842264 Leyva et al. Jan 2005 B1
6857009 Ferreria et al. Feb 2005 B1
7177316 Pilecek Feb 2007 B1
7509397 Totty et al. Mar 2009 B1
7849507 Bloch et al. Dec 2010 B1
8005083 Diep Aug 2011 B1
8098671 DeRuijter et al. Jan 2012 B1
8218543 Batteram et al. Jul 2012 B2
20010022783 Ohki Sep 2001 A1
20020016858 Sawada et al. Feb 2002 A1
20020032869 Lamberton et al. Mar 2002 A1
20020087725 Cummings et al. Jul 2002 A1
20020103924 Nomura Aug 2002 A1
20020178396 Wong et al. Nov 2002 A1
20030043853 Doyle et al. Mar 2003 A1
20030058860 Kunze et al. Mar 2003 A1
20030084130 D'Annunzio May 2003 A1
20030084174 D'Annunzio et al. May 2003 A1
20030229714 Kiremidjian et al. Dec 2003 A1
20040071148 Ozaki et al. Apr 2004 A1
20040071164 Baum Apr 2004 A1
20040190522 Aerrabotu et al. Sep 2004 A1
20040264488 Yoon et al. Dec 2004 A1
20050078668 Wittenberg et al. Apr 2005 A1
20050204062 Sekine et al. Sep 2005 A1
20050213586 Cyganski et al. Sep 2005 A1
20060013210 Bordogna et al. Jan 2006 A1
20060095472 Krikorian et al. May 2006 A1
20060209830 Oguchi et al. Sep 2006 A1
20060212540 Chon et al. Sep 2006 A1
20060256817 Durst Nov 2006 A1
20060293049 Jensen Dec 2006 A1
20070153690 Stanwood et al. Jul 2007 A1
20070171825 Roberts et al. Jul 2007 A1
20080019388 Harmon Jan 2008 A1
20080052758 Byrnes Feb 2008 A1
20080060035 Tsang et al. Mar 2008 A1
20080127338 Cho et al. May 2008 A1
20080222244 Huang et al. Sep 2008 A1
20080279167 Cardei et al. Nov 2008 A1
20090172156 Yadav et al. Jul 2009 A1
20110035149 McAndrew et al. Feb 2011 A1
20110125921 Karenos et al. May 2011 A1
20120269196 Jones et al. Oct 2012 A1
20130223444 Liljenstolpe et al. Aug 2013 A1
20130272305 Lefebvre et al. Oct 2013 A1
Non-Patent Literature Citations (1)
Entry
Written Opinion and International Search Report for corresponding International application No. PCT/US2009/043887 mailed Jan. 22, 2010.
Related Publications (1)
Number Date Country
20110075677 A1 Mar 2011 US
Provisional Applications (1)
Number Date Country
61060270 Jun 2008 US
Continuations (1)
Number Date Country
Parent PCT/US2009/043887 May 2009 US
Child 12962420 US