US20120259988A1 - Method and apparatus of performing peer-to-peer communication establishment and connection change-over - Google Patents

Method and apparatus of performing peer-to-peer communication establishment and connection change-over Download PDF

Info

Publication number
US20120259988A1
US20120259988A1 US13/082,449 US201113082449A US2012259988A1 US 20120259988 A1 US20120259988 A1 US 20120259988A1 US 201113082449 A US201113082449 A US 201113082449A US 2012259988 A1 US2012259988 A1 US 2012259988A1
Authority
US
United States
Prior art keywords
data
communications
connection
communications connection
network device
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.)
Granted
Application number
US13/082,449
Other versions
US9270747B2 (en
Inventor
Alan Erringer
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Kaseya Ltd
Datto LLC
Original Assignee
Kaseya International Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Kaseya International Ltd filed Critical Kaseya International Ltd
Priority to US13/082,449 priority Critical patent/US9270747B2/en
Assigned to Kaseya International Limited reassignment Kaseya International Limited ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: ERRINGER, ALAN
Publication of US20120259988A1 publication Critical patent/US20120259988A1/en
Assigned to SILICON VALLEY BANK, AS ADMINISTRATIVE AGENT reassignment SILICON VALLEY BANK, AS ADMINISTRATIVE AGENT SECURITY INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: KASEYA LIMITED
Assigned to KASEYA LIMITED reassignment KASEYA LIMITED ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: Kaseya International Limited
Application granted granted Critical
Priority to US15/051,074 priority patent/US9628569B2/en
Publication of US9270747B2 publication Critical patent/US9270747B2/en
Priority to US15/490,693 priority patent/US10097645B2/en
Assigned to WELLS FARGO BANK, NATIONAL ASSOCIATION, AS AGENT reassignment WELLS FARGO BANK, NATIONAL ASSOCIATION, AS AGENT SECURITY INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: KASEYA LIMITED
Assigned to KASEYA LIMITED reassignment KASEYA LIMITED TERMINATION AND RELEASE OF PATENT SECURITY AGREEMENT Assignors: SILICON VALLEY BANK
Assigned to FABSTONE INVESTMENTS LLC reassignment FABSTONE INVESTMENTS LLC SUBORDINATED SECOND LIEN US PATENT SECURITY AGREEMENT Assignors: KASEYA LIMITED, RAPIDFIRE TOOLS INC., SPANNING CLOUD APPS LLC, UNITRENDS, INC.
Priority to US16/155,026 priority patent/US20190045017A1/en
Assigned to KASEYA LUXEMBOURG HOLDINGS S.C.A. reassignment KASEYA LUXEMBOURG HOLDINGS S.C.A. RELEASE BY SECURED PARTY (SEE DOCUMENT FOR DETAILS). Assignors: VEEAM SOFTWARE LIMITED
Assigned to KASEYA LIMITED reassignment KASEYA LIMITED RELEASE BY SECURED PARTY (SEE DOCUMENT FOR DETAILS). Assignors: WELLS FARGO BANK, NATIONAL ASSOCIATION
Assigned to DATTO, LLC reassignment DATTO, LLC CHANGE OF NAME (SEE DOCUMENT FOR DETAILS). Assignors: DATTO, INC.
Active legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • H04L67/148Migration or transfer of sessions
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/08Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/104Peer-to-peer [P2P] networks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/16Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]

Definitions

  • This invention relates to a method and apparatus of establishing data communications in a peer-to-peer communication environment by implementing a user datagram protocol data transfer (UDP) protocol along with a transmission control protocol (TCP), and, to implementing a change-over procedure when more optimal data connections become available.
  • UDP user datagram protocol data transfer
  • TCP transmission control protocol
  • UDP-based data transfer may provide data communication.
  • UDP may be configured to add reliability control and congestion control.
  • UDP may also be configured to provide a high performance transfer interface to distributed data-intensive applications over a wide area network. In instances where TCP seldom operates efficiently, UDP may provide an alternative to data transfer.
  • UDP can also be used in other situations where TCP is not suitable (e.g., multimedia streaming, firewall data transfers, partial reliability, etc.).
  • UDP transmission control protocol
  • UDP user datagram protocol
  • UDP user datagram protocol
  • multiple UDP flows can share a single UDP port, which is advantageous since a firewall can usually only open one UDP port for all UDP connections present.
  • UDP protocol can increase data communication efficiency in certain circumstances, however, integration with UDP and proprietary TCP communication networking protocols presents challenges when implementing such hybrid protocol suites. Additionally, maintaining an optimal communication session may require periodic changes to the existing communication sessions and data connections.
  • One embodiment of the present invention may include a method of monitoring a first communications connection and a second communications connection in anticipation of performing a change-over.
  • the method may include identifying a data communications requirement of a first network device currently communicating via the first communications connection with a second network device, and transmitting a data test message over at least one of the existing first communications connection and the second communications connection.
  • the method may also include receiving a response to the data test message, and determining a change-over from the first communications connection to the second communications connection would provide a more optimal data connection based on the identified data communications requirements of the first network device.
  • the apparatus may include a processor configured to identify a data communications requirement of a first network device currently communicating via the first communications connection with a second network device, and a transmitter configured to transmit a data test message over at least one of the existing first communications connection and the second communications connection.
  • the apparatus may also include a receiver configured to receive a response to the data test message.
  • the processor may further be configured to determine a change-over from the first communications connection to the second communications connection would provide a more optimal data connection based on the identified data communications requirements of the first network device.
  • FIG. 1 illustrates an example network configuration, according to conventional configurations of the prior art.
  • FIG. 2A illustrates an example network configuration of a P2P connection establishment, according to example embodiments of the present invention.
  • FIG. 2B illustrates an example network configuration of a change-over procedure, according to example embodiments of the present invention.
  • FIG. 3A illustrates an example detailed network configuration, according to an example method of operation of the present invention.
  • FIG. 3B illustrates another example detailed network configuration, according to an example method of operation of the present invention.
  • FIG. 4 illustrates an example flow diagram, according to an example method of operation of the present invention.
  • FIG. 5 illustrates an example network entity device configured to store instructions, software, and corresponding hardware for executing the same, according to example embodiments of the present invention.
  • the term “message” has been used in the description of embodiments of the present invention, the invention may be applied to many types of network data, such as packet, frame, datagram, etc.
  • the term “message” also includes packet, frame, datagram, and any equivalents thereof.
  • certain types of messages and signaling are depicted in exemplary embodiments of the invention, the invention is not limited to a certain type of message, and the invention is not limited to a certain type of signaling.
  • FIG. 1 illustrates an example conventional communication network.
  • a communication server 101 is in communication with an administrative machine 102 , which may be any of the computers or computing devices operating on the communication network.
  • the communication network also includes an agent machine 103 .
  • the physical configuration of FIG. 1 may also be similar to example embodiments of the present invention, the communication protocol signaling, connection establishment messages and/or other communication features follow conventional operations, which are different from the communication signaling of the present invention.
  • FIG. 2A illustrates an example communication network, according to example embodiments of the present invention.
  • a communication server 101 is in communication with an administrative machine 102 , which may be any of the computers or computing devices operating on the communication network.
  • the communication network also includes an agent machine 103 .
  • an initial connection is established between an administrative machine 102 and the agent machine 103 via the communication server 101 .
  • the communication server 101 may provide a connection between the administrative server 102 and the agent machine 103 by providing an initial communication channel required to exchange messages used to establish a P2P connection via rendezvous messages. Also, a live connect feature of the communication server 101 that becomes fully connected and fully functional may reduce the wait time observed from the user perspective.
  • FIG. 2B illustrates an example change-over procedure that may occur if a more optimized communication connection is discovered.
  • ongoing network audits may be performed to determine if more optimal connections are available. Such considerations used to determine an optimal connection may include bandwidth, latency, availability, etc.
  • An alternative communication server 101 x may be identified prior to attempting to establish a new connection. Change-over procedures and examples are discussed in further detail below.
  • the administrative machine 102 issues an HTTP request to the communication server 101 from a browser interface to connect to the agent machine 103 .
  • the HTTP request contains a session-ID uniquely identifying the session and an agent globally unique identifier (GUID) uniquely identifying the agent.
  • GUID globally unique identifier
  • the communication server 101 executes a script (for example, a “startKLC” script) on the specified agent machine 103 .
  • the agent machine 103 executes the script to download all necessary dynamic linked libraries (DLLs) from the communication server 101 .
  • DLLs dynamic linked libraries
  • One of the downloaded DLLs may be the communications client, which is instructed to contact one or more relay servers via TCP, given a list of IP address/port pairs.
  • the administrative machine 102 and agent machine 103 independently attempt to connect via TCP to one or more relay servers using the session-ID as a token used to identify the connection.
  • a relay server identifies both connections with the same session-ID it automatically associates those connections with one another. As a result, the relay server will receive messages from one client and forward them to the other transparently.
  • a public socket address is a unique address that can be used to connect to the remote machine outside its private network.
  • a network address translator (NAT) or firewall typically assigns a temporary public socket address automatically when a server sends network traffic out through the NAT or firewall to the public Internet.
  • Both machines 102 and 103 may attempt to discover their public socket addresses by querying a STUN server (not shown), which encapsulates the address into a rendezvous message and sends it to one of the servers. Each machine receives the rendezvous message from the other machine and tries to establish a connection with the socket address specified in the message. These addresses are exchanged through the existing TCP connections between communication server 101 , the agent machine 103 and the administrative server 102 .
  • one or more of the servers may attempt to locate a responding universal plug and play (UPNP) device on the local network.
  • UPNP universal plug and play
  • the UPNP protocol allows a server to explicitly control NAT functionality on a network device. If such a device is discovered, the server requests a specific public port assignment. That assigned port is then supplied in the rendezvous message. If both servers have successfully received a rendezvous message from their counterparts, they will attempt to reach the other server's corresponding public address. Whether or not this connection attempt succeeds depends on the configuration of the NAT or firewall device in use.
  • the initial relay connection is a TCP connection between the administrative machine 102 and the agent machine 103 via the communication server 101 .
  • the P2P connection may provide increased scalability since the data is now exchanged directly between the administrative machine 102 and agent machine 103 and no longer requires the communication server 101 to send and receive messages. If a peer-to-peer connection could not be established, servers 102 and 103 may continue to use the relay mediated connection for the remainder of the session.
  • one communication server 101 may serve as a communication medium for thousands of agents without experiencing overloading.
  • the connection is dedicated only for the exchange of data between the agent machine 103 and the administrative machine 102 there is an increased likelihood that the P2P connection will provide a more secure and efficient data connection than the relay connection provided via the communication server 101 .
  • the agent machine 103 may be operating under a software agent compatible with the communication server 101 .
  • the administrative server 102 may be any network machine that the administrator logs into as a virtual system administrator and manages the machines that are being monitored, such as, a monitored agent machine 103 .
  • a peer-to-peer connection may be established using a hybrid TCP/UDP approach.
  • an initial connection is established between the administrative server 102 and the agent machine 103 .
  • the communication server 101 may provide a connection between the administrative server 102 and the agent machine 103 .
  • additional rendezvous attempts may be made using any additional local interfaces on the server (e.g., network cards).
  • An attempt may be made to connect to one or more of the available interfaces to transmit establishment requests to each remote interface identified from the reception of the rendezvous message.
  • local interfaces of the agent machine 103 may transmit a connect message to each of the remote interfaces (A, B, C) (not shown) of the administrative machine 102 .
  • the connection establishment may be symmetric, such that each of the remote interfaces attempts to connect to each of the local interfaces.
  • Every connection attempt may be performed on an independent thread using the TCP and UDP protocols.
  • each connection attempt for a TCP connection may be performed by establishing a connection attempt thread designated to attempt TCP connections over the communication network of FIG. 2 .
  • the administrative server 102 may use the socket address it received as part of the rendezvous message exchanged between the agent machine 103 and the administrative server 102 .
  • the first connection attempt that is deemed a successful connection may be used as the peer-to-peer connection between the administrative server 102 and the agent machine 103 . Once a peer-to-peer connection is established, all data is transferred between the agent machine 103 and the administrative machine via the peer-to-peer connection. In other words, the initial relay connection used to share information and setup the connection attempt is no longer used.
  • the most reliable and/or most efficient connection may be deemed the actual connection that is used.
  • Simultaneous connection attempts may be performed by a thread designated to attempt connections over UDP.
  • the UDP connection attempts may be performed by executing threads that determine a “BestRouteFound.”
  • the connection that is established first over the TCP and UDP attempts will be the selected connection, however, additional considerations may be made before selecting a connection, such as, reliability, history, predetermined preferences, etc.
  • Example embodiments of the present invention may also provide a TCP multiplexer function, which provides multiple independent modules (clients) to establish TCP connections locally to a connected entity. Connection requests are transmitted over the above-described communications channels to a similar remote instance, which connects to a TCP service module residing on the remote server. Once connected, messages received on the local entity are transmitted transparently to the remote instance and vice versa. Many such clients and corresponding services may be connected simultaneously and independently.
  • TCP multiplexer function which provides multiple independent modules (clients) to establish TCP connections locally to a connected entity. Connection requests are transmitted over the above-described communications channels to a similar remote instance, which connects to a TCP service module residing on the remote server. Once connected, messages received on the local entity are transmitted transparently to the remote instance and vice versa. Many such clients and corresponding services may be connected simultaneously and independently.
  • a machine such as, an agent machine 103 sends a request to connect to a remote machine, such as, an administrative machine 102 or vice versa.
  • the remote machine responds by sending an acknowledgement message.
  • the UDP protocol operates by designating the connection to be used.
  • the agent machine 103 may send a UDP connection request to the administrative machine 102 by transmitting a connection request from each interface and vice versa.
  • the agent machine 103 has two interfaces ( 1 , 2 ) and the administrative machine 102 has three interfaces (A, B, C), then the combination of the various interfaces may yield 6 connection requests (2 agent interfaces ⁇ administrative interfaces), however, the result may yield fewer (i.e., one) connections then connection attempt messages transmitted.
  • a change-over may be requested and confirmed via communication between the administrative machine 102 , the communication server and/or the agent machine 103 .
  • the P2P establishment algorithm determines a new connection is more optimal than the one currently being used for data transfer, a change-over may be performed to use the better connection for data transfer. It is a mutual agreement between the agent machine 103 and administrative machine 102 to use the new established connection for all communications.
  • Communications networks vary in their performance characteristics. For instance, they may be responsive in terms of low-latency end-to-end response, but may not sustain continuous high bandwidth data transfer channels. Conversely, although they may transfer high bandwidth data efficiently, they may incur a large end-to-end delay. In addition, their performance characteristics may vary over time. The clients vary in their requirements for low-latency (perceived real-time responsiveness) or overall bandwidth (efficient bulk data transfer). A screen sharing client is an example of a client application requiring good real-time performance, though minimal data is actually exchanged. Conversely, a file transfer client is an application which requires high bandwidth but is not as sensitive to end-to-end latency.
  • FIG. 3A illustrates an example communication network with added detail to indicate the client modules within the network devices.
  • the administrator server 102 and the agent machine 103 communicate through the communication server 101 .
  • the administrator 102 includes an external TCP client 102 - 1 and a relay client 102 - 2 .
  • the agent 103 includes an external TCP client 103 - 1 and a relay client 103 - 2 .
  • the communication server 101 also includes a relay server subsystem 101 - 1 that communicates with the relay clients 102 - 2 and 103 - 2 .
  • a relay server auxiliary subsystem 104 may also be used to support the relay connection prior to or contemporaneous with the communication server 101 connection.
  • the relay server auxiliary subsystem 104 may be one of possibly several auxiliary relay servers available in the communication network.
  • the client data flow is indicated as flowing from the administrative server 102 and the agent 103 via the client connections.
  • the communication server 101 may setup a connection, however, the communication server 101 is otherwise not part of the communication session between the administrative server 102 and the agent 103 .
  • the peer-to-peer connections illustrated in FIG. 3A may be based on a UDP connection and/or one or more non-firewalled TCP connections.
  • one or more client or client modules on the administrative machine 102 may desire to establish a TCP session with a peer server on agent machine 103 using the existing system as a communications medium.
  • a software API would be invoked indicating what the preferred throughput profile is for the client, whether it be a low-latency or high bulk data transfer requirement, or both requirements, etc.
  • the communication system of FIG. 3A combines the requirements of its current set of clients to determine whether the preferred bandwidth profile is low-latency or high throughput.
  • the system also examines average packets inbound vs. average packets outbound to determine whether to execute a change-over decision based on average measured inbound bandwidth or outbound bandwidth.
  • FIG. 3B illustrates a communication system according to another example embodiment of the present invention.
  • the established channels may include one or more relays configured with TCP, P2P-TCP and/or UDP.
  • other channels are periodically evaluated as indicated by the dotted lines, a ‘best’ channel may be observed during the evaluation cycle and selected via a changeover procedure.
  • the changeover may include selecting the best of several parallel channels between the same two endpoints, these channels may be p2p or relay-mediated.
  • these channels may be p2p or relay-mediated.
  • agent machine 103 and alternative administrative machine 102 B there are generally only two endpoints involved (agent machine 103 and alternative administrative machine 102 B), however, there may be multiple relays implemented between two endpoints and only one ‘application’ embodied in several ‘communication servers’ 101 A and 101 B.
  • the agent machine 103 monitors all the active connections and continuously, at intervals, measures data speed (bandwidth (Bps)). The measurements attempt to characterize each connection in terms of a predominant data direction, level of latency and bulk transfer rate. If a determination is made that a new connection would perform with increased optimization based on a tested connection, as compared to the current connection being used, a change-over decision may be affirmed.
  • bandwidth bandwidth
  • Such a change-over may include sending a message to the agent machine 103 that all subsequent communication will be performed on this new connection.
  • the agent machine 103 sends a response to the agent machine 102 “OK” or “ACK” that it is acceptable to use the established connection.
  • the response from the agent machine 103 completes the change-over. After this response, all messages between the agent machine 102 and agent machine 103 are exchanged on the new connection.
  • a connection may be selected after a best connection is identified.
  • the first established peer-to-peer connection is automatically selected as the preferred connection by default.
  • the preferred connection may be established by identifying an agent's requirements or service requests.
  • An immediate change-over from the initial relay connection is performed once the selected peer-to-peer connection is discovered and identified as a potential candidate connection. Subsequently, bandwidth and network performance tests determine the best connection and whether any change-over is needed for increased optimal performance of the data transfer.
  • the IP address and port of one or more relay servers 104 is provided to both the administrator 102 and agent machines 103 .
  • the administrator 102 and agent 103 independently attempt to connect via TCP to each of the servers 101 and/or 104 using the session ID as a token to identify the connection.
  • a relay server 104 views both a ‘listen’ and a ‘connect’ connection having the same token identifier, it associates them and will receive messages from one client and forward them to the other client transparently.
  • Negotiation of potential peer-to-peer routes take place over the initial relay-mediated connection.
  • the various connections that may be active once the setup phase has completed may include one or more of non-firewalled TCP connections, a UDP connection, and a relay-mediated connection. If the agent 103 and the administrator 102 are located on the same network subnet, then there could be two or three TCP connections established as well as a UDP connection, in addition to the initial relay connection. For a connection through a firewall, a relay connection and a UDP connection may be used. A session may include one to ten different connections for data transfer and signaling.
  • the administrator 102 communicates to the agent 103 via connections of various types on various interfaces, all of which are used to communicate to the same peer device.
  • ‘keepalive’ messages may be used to maintain active acknowledgements for a period of 10 seconds. If a ‘keepalive’ message is not received and/or acknowledged a predefined number of times (e.g., three times) in a particular time period, a connection may be dropped for want of a more efficient connection.
  • Additional tests may be utilized, such as, a periodically (every 10 seconds) sent bandwidth test message.
  • a test message may be sent to one of the peers of the session, which is immediately returned over the same connection.
  • a small message may be sent to measure round-trip delay.
  • several (8) large (2000 byte) messages may be used to confirm data integrity and bandwidth.
  • the test messages may be transmitted over both the existing connection and the potential new candidate connection and compared to verify which connection provides a more optimal data channel. Alternatively, test messages may be only sent over the new candidate connection and compared to previously recorded data test message results of the first communications channel.
  • the time from sending the message to the arrival of the received first message may be used as a proxy for the outbound data rate (Bps).
  • a measure from the first message received to the end of the last packet received provides an indication of an inbound bandwidth rate (Bps).
  • a rolling window of samples e.g., last 10) may be maintained to provide an average during each change-over consideration (every 30 seconds).
  • the administrative machine 102 may make change-over determinations from bandwidth test messages it exchanges with the agent machine 103 .
  • Communication server 101 may operate as a mere reflector, in the context of the communications channel.
  • the administrative machine 102 will ultimately perform the change-over, but the change-over attempt may fail due to a timeout or a failure to receive a required message.
  • the change-over may be an automated feature performed seamlessly from the agent's perspective.
  • TCP and/or UDP may be used for the peer-to-peer connections.
  • TCP may be used from the relay-mediated connections. Re-testing and re-evaluating are constantly performed over the duration of the active session. A minimum threshold of difference in performance parameters between the measured data of the new candidate connection and the previous connection (e.g., 10%, 20%, etc.) is required to avoid unnecessary or trivial jumping of connections.
  • all messages may be encrypted using 256 bit AES.
  • the method may include identifying a data communications requirement of a first network device currently communicating via the first communications connection with a second network device, at operation 401 .
  • the method may also include transmitting a data test message over at least one of the existing first communications connection and the second communications connection, at operation 402 .
  • the method may also provide receiving a response to the data test message, at operation 403 and determining a change-over from the first communications connection to the second communications connection would provide a more optimal data connection based on the identified data communications requirements of the first network device, at operation 404 .
  • a computer program may be embodied on a computer readable medium, such as a storage medium.
  • a computer program may reside in random access memory (“RAM”), flash memory, read-only memory (“ROM”), erasable programmable read-only memory (“EPROM”), electrically erasable programmable read-only memory (“EEPROM”), registers, hard disk, a removable disk, a compact disk read-only memory (“CD-ROM”), or any other form of storage medium known in the art.
  • An exemplary storage medium may be coupled to the processor such that the processor may read information from, and write information to, the storage medium.
  • the storage medium may be integral to the processor.
  • the processor and the storage medium may reside in an application specific integrated circuit (“ASIC”).
  • ASIC application specific integrated circuit
  • the processor and the storage medium may reside as discrete components.
  • FIG. 5 illustrates an example network element 500 , which may represent any of the above-described network components 101 , 102 and 103 .
  • a memory 510 and a processor 520 may be discrete components of the network entity 500 that are used to execute an application or set of operations.
  • the application may be coded in software in a computer language understood by the processor 520 , and stored in a computer readable medium, such as, the memory 510 .
  • the computer readable medium may be a non-transitory computer readable medium that includes tangible hardware components in addition to software stored in memory.
  • a software module 530 may be another discrete entity that is part of the network entity 500 , and which contains software instructions that may be executed by the processor 520 .
  • the network entity 500 may also have a transmitter and receiver pair configured to receive and transmit communication signals (not shown).

Abstract

A method and apparatus of monitoring active data communication sessions and potential new connections is disclosed. One example method of operation may include identifying a data communications requirement of a first network device currently communicating via the first communications connection with a second network device, an transmitting a data test message over at least one of the existing first communications connection and the second communications connection. The method may also include receiving a response to the data test message, and determining a change-over from the first communications connection to the second communications connection would provide a more optimal data connection based on the identified data communications requirements of the first network device. Active data sessions are constantly being considered for a change-over by potential new data connections which may provide increased optimal data performance.

Description

    TECHNICAL FIELD OF THE INVENTION
  • This invention relates to a method and apparatus of establishing data communications in a peer-to-peer communication environment by implementing a user datagram protocol data transfer (UDP) protocol along with a transmission control protocol (TCP), and, to implementing a change-over procedure when more optimal data connections become available.
  • BACKGROUND OF THE INVENTION
  • A UDP-based data transfer may provide data communication. UDP may be configured to add reliability control and congestion control. UDP may also be configured to provide a high performance transfer interface to distributed data-intensive applications over a wide area network. In instances where TCP seldom operates efficiently, UDP may provide an alternative to data transfer. UDP can also be used in other situations where TCP is not suitable (e.g., multimedia streaming, firewall data transfers, partial reliability, etc.).
  • The flow of data traffic within communications networks is predominantly based on the proprietary transmission control protocol (TCP). UDP data flows can share the available bandwidth fairly, while accommodating TCP data traffic. UDP operates at the application level. UDP supports user-defined congestion control algorithms with simple setup configuration. Users may modify UDP to suit various situations. UDP is defined as the user datagram protocol (UDP), which makes it easier to traverse data firewalls. In addition, multiple UDP flows can share a single UDP port, which is advantageous since a firewall can usually only open one UDP port for all UDP connections present.
  • As indicated above, implementing the UDP protocol can increase data communication efficiency in certain circumstances, however, integration with UDP and proprietary TCP communication networking protocols presents challenges when implementing such hybrid protocol suites. Additionally, maintaining an optimal communication session may require periodic changes to the existing communication sessions and data connections.
  • SUMMARY OF THE INVENTION:
  • One embodiment of the present invention may include a method of monitoring a first communications connection and a second communications connection in anticipation of performing a change-over. The method may include identifying a data communications requirement of a first network device currently communicating via the first communications connection with a second network device, and transmitting a data test message over at least one of the existing first communications connection and the second communications connection. The method may also include receiving a response to the data test message, and determining a change-over from the first communications connection to the second communications connection would provide a more optimal data connection based on the identified data communications requirements of the first network device.
  • Another example embodiment of the present invention may include an apparatus configured to monitor a first communications connection and a second communications connection in anticipation of performing a change-over. The apparatus may include a processor configured to identify a data communications requirement of a first network device currently communicating via the first communications connection with a second network device, and a transmitter configured to transmit a data test message over at least one of the existing first communications connection and the second communications connection. The apparatus may also include a receiver configured to receive a response to the data test message. The processor may further be configured to determine a change-over from the first communications connection to the second communications connection would provide a more optimal data connection based on the identified data communications requirements of the first network device.
  • BRIEF DESCRIPTION OF THE DRAWINGS:
  • FIG. 1 illustrates an example network configuration, according to conventional configurations of the prior art.
  • FIG. 2A illustrates an example network configuration of a P2P connection establishment, according to example embodiments of the present invention.
  • FIG. 2B illustrates an example network configuration of a change-over procedure, according to example embodiments of the present invention.
  • FIG. 3A illustrates an example detailed network configuration, according to an example method of operation of the present invention.
  • FIG. 3B illustrates another example detailed network configuration, according to an example method of operation of the present invention.
  • FIG. 4 illustrates an example flow diagram, according to an example method of operation of the present invention.
  • FIG. 5 illustrates an example network entity device configured to store instructions, software, and corresponding hardware for executing the same, according to example embodiments of the present invention.
  • DETAILED DESCRIPTION OF THE INVENTION:
  • It will be readily understood that the components of the present invention, as generally described and illustrated in the figures herein, may be arranged and designed in a wide variety of different configurations. Thus, the following detailed description of the embodiments of a method, apparatus, and system, as represented in the attached figures, is not intended to limit the scope of the invention as claimed, but is merely representative of selected embodiments of the invention.
  • The features, structures, or characteristics of the invention described throughout this specification may be combined in any suitable manner in one or more embodiments. For example, the usage of the phrases “example embodiments”, “some embodiments”, or other similar language, throughout this specification refers to the fact that a particular feature, structure, or characteristic described in connection with the embodiment may be included in at least one embodiment of the present invention. Thus, appearances of the phrases “example embodiments”, “in some embodiments”, “in other embodiments”, or other similar language, throughout this specification do not necessarily all refer to the same group of embodiments, and the described features, structures, or characteristics may be combined in any suitable manner in one or more embodiments.
  • In addition, while the term “message” has been used in the description of embodiments of the present invention, the invention may be applied to many types of network data, such as packet, frame, datagram, etc. For purposes of this invention, the term “message” also includes packet, frame, datagram, and any equivalents thereof. Furthermore, while certain types of messages and signaling are depicted in exemplary embodiments of the invention, the invention is not limited to a certain type of message, and the invention is not limited to a certain type of signaling.
  • FIG. 1 illustrates an example conventional communication network. Referring to FIG. 1, a communication server 101 is in communication with an administrative machine 102, which may be any of the computers or computing devices operating on the communication network. The communication network also includes an agent machine 103. Although, the physical configuration of FIG. 1 may also be similar to example embodiments of the present invention, the communication protocol signaling, connection establishment messages and/or other communication features follow conventional operations, which are different from the communication signaling of the present invention.
  • FIG. 2A illustrates an example communication network, according to example embodiments of the present invention. Referring to FIG. 2A, a communication server 101 is in communication with an administrative machine 102, which may be any of the computers or computing devices operating on the communication network. The communication network also includes an agent machine 103.
  • Referring to FIG. 2A, in operation, an initial connection is established between an administrative machine 102 and the agent machine 103 via the communication server 101. The communication server 101 may provide a connection between the administrative server 102 and the agent machine 103 by providing an initial communication channel required to exchange messages used to establish a P2P connection via rendezvous messages. Also, a live connect feature of the communication server 101 that becomes fully connected and fully functional may reduce the wait time observed from the user perspective.
  • FIG. 2B illustrates an example change-over procedure that may occur if a more optimized communication connection is discovered. Referring to FIG. 2B, after a connection has been established and a corresponding P2P session has been established, ongoing network audits may be performed to determine if more optimal connections are available. Such considerations used to determine an optimal connection may include bandwidth, latency, availability, etc. An alternative communication server 101 x may be identified prior to attempting to establish a new connection. Change-over procedures and examples are discussed in further detail below.
  • In operation, the administrative machine 102 issues an HTTP request to the communication server 101 from a browser interface to connect to the agent machine 103. The HTTP request contains a session-ID uniquely identifying the session and an agent globally unique identifier (GUID) uniquely identifying the agent. In response to the request, the communication server 101 executes a script (for example, a “startKLC” script) on the specified agent machine 103. The agent machine 103 executes the script to download all necessary dynamic linked libraries (DLLs) from the communication server 101.
  • One of the downloaded DLLs may be the communications client, which is instructed to contact one or more relay servers via TCP, given a list of IP address/port pairs. The administrative machine 102 and agent machine 103 independently attempt to connect via TCP to one or more relay servers using the session-ID as a token used to identify the connection. When a relay server identifies both connections with the same session-ID it automatically associates those connections with one another. As a result, the relay server will receive messages from one client and forward them to the other transparently.
  • Negotiation of potential peer-to-peer routes takes place over this initial relay-mediated connection. Once the initial connection is established, the administrative server 102 and the agent machine 103 may exchange the local IP addresses of all network interfaces on the server by using rendezvous messages, which may be a first operation performed to establish a P2P connection. Additionally, it may be necessary for a connecting machine to have access to the public IP address/port pair (socket address) of the remote machine seeking access. A public socket address is a unique address that can be used to connect to the remote machine outside its private network. A network address translator (NAT) or firewall typically assigns a temporary public socket address automatically when a server sends network traffic out through the NAT or firewall to the public Internet.
  • Both machines 102 and 103 may attempt to discover their public socket addresses by querying a STUN server (not shown), which encapsulates the address into a rendezvous message and sends it to one of the servers. Each machine receives the rendezvous message from the other machine and tries to establish a connection with the socket address specified in the message. These addresses are exchanged through the existing TCP connections between communication server 101, the agent machine 103 and the administrative server 102.
  • In addition to the use of a STUN server to discover a public socket address, one or more of the servers may attempt to locate a responding universal plug and play (UPNP) device on the local network. The UPNP protocol allows a server to explicitly control NAT functionality on a network device. If such a device is discovered, the server requests a specific public port assignment. That assigned port is then supplied in the rendezvous message. If both servers have successfully received a rendezvous message from their counterparts, they will attempt to reach the other server's corresponding public address. Whether or not this connection attempt succeeds depends on the configuration of the NAT or firewall device in use.
  • If a peer-to-peer connection is established, all data is transferred between the agent machine 103 and the administrative machine 102 via the peer-to-peer connection. In other words, the initial relay connection used to share IP address information (rendezvous messages) is no longer used. The initial relay connection is a TCP connection between the administrative machine 102 and the agent machine 103 via the communication server 101. The P2P connection may provide increased scalability since the data is now exchanged directly between the administrative machine 102 and agent machine 103 and no longer requires the communication server 101 to send and receive messages. If a peer-to-peer connection could not be established, servers 102 and 103 may continue to use the relay mediated connection for the remainder of the session.
  • In general, one communication server 101 may serve as a communication medium for thousands of agents without experiencing overloading. In addition, since the connection is dedicated only for the exchange of data between the agent machine 103 and the administrative machine 102 there is an increased likelihood that the P2P connection will provide a more secure and efficient data connection than the relay connection provided via the communication server 101.
  • Another outcome of the established P2P connection is data optimization. For instance, once all possible connections speed and reliability have been measured, the most optimal connection may be selected as the best connection among the P2P connection. It is important to note that there can be more than one P2P connection and relay connection at any given time. The agent machine 103 may be operating under a software agent compatible with the communication server 101. The administrative server 102 may be any network machine that the administrator logs into as a virtual system administrator and manages the machines that are being monitored, such as, a monitored agent machine 103.
  • According to other example embodiments of the present invention, a peer-to-peer connection may be established using a hybrid TCP/UDP approach. In operation, an initial connection is established between the administrative server 102 and the agent machine 103. The communication server 101 may provide a connection between the administrative server 102 and the agent machine 103. Once the initial connection is established, if the initial rendezvous attempt was not successful, additional rendezvous attempts may be made using any additional local interfaces on the server (e.g., network cards). An attempt may be made to connect to one or more of the available interfaces to transmit establishment requests to each remote interface identified from the reception of the rendezvous message. For example, local interfaces of the agent machine 103 (1, 2) (not shown) may transmit a connect message to each of the remote interfaces (A, B, C) (not shown) of the administrative machine 102. The connection establishment may be symmetric, such that each of the remote interfaces attempts to connect to each of the local interfaces.
  • Every connection attempt may be performed on an independent thread using the TCP and UDP protocols. For example, each connection attempt for a TCP connection may be performed by establishing a connection attempt thread designated to attempt TCP connections over the communication network of FIG. 2. In connecting the agent machine 103 with the administrative server 102, the administrative server 102 may use the socket address it received as part of the rendezvous message exchanged between the agent machine 103 and the administrative server 102.
  • The first connection attempt that is deemed a successful connection may be used as the peer-to-peer connection between the administrative server 102 and the agent machine 103. Once a peer-to-peer connection is established, all data is transferred between the agent machine 103 and the administrative machine via the peer-to-peer connection. In other words, the initial relay connection used to share information and setup the connection attempt is no longer used.
  • Alternatively, the most reliable and/or most efficient connection may be deemed the actual connection that is used. Simultaneous connection attempts may be performed by a thread designated to attempt connections over UDP. The UDP connection attempts may be performed by executing threads that determine a “BestRouteFound.” In general, the connection that is established first over the TCP and UDP attempts will be the selected connection, however, additional considerations may be made before selecting a connection, such as, reliability, history, predetermined preferences, etc.
  • Example embodiments of the present invention may also provide a TCP multiplexer function, which provides multiple independent modules (clients) to establish TCP connections locally to a connected entity. Connection requests are transmitted over the above-described communications channels to a similar remote instance, which connects to a TCP service module residing on the remote server. Once connected, messages received on the local entity are transmitted transparently to the remote instance and vice versa. Many such clients and corresponding services may be connected simultaneously and independently.
  • When establishing a UDP connection, a machine, such as, an agent machine 103 sends a request to connect to a remote machine, such as, an administrative machine 102 or vice versa. The remote machine responds by sending an acknowledgement message. Once the initiator of the request receives the acknowledgement response, the UDP protocol operates by designating the connection to be used. The agent machine 103 may send a UDP connection request to the administrative machine 102 by transmitting a connection request from each interface and vice versa. For example, if the agent machine 103 has two interfaces (1, 2) and the administrative machine 102 has three interfaces (A, B, C), then the combination of the various interfaces may yield 6 connection requests (2 agent interfaces×administrative interfaces), however, the result may yield fewer (i.e., one) connections then connection attempt messages transmitted.
  • After a P2P connection is established, a change-over may be requested and confirmed via communication between the administrative machine 102, the communication server and/or the agent machine 103. For example, once the P2P establishment algorithm determines a new connection is more optimal than the one currently being used for data transfer, a change-over may be performed to use the better connection for data transfer. It is a mutual agreement between the agent machine 103 and administrative machine 102 to use the new established connection for all communications.
  • Communications networks vary in their performance characteristics. For instance, they may be responsive in terms of low-latency end-to-end response, but may not sustain continuous high bandwidth data transfer channels. Conversely, although they may transfer high bandwidth data efficiently, they may incur a large end-to-end delay. In addition, their performance characteristics may vary over time. The clients vary in their requirements for low-latency (perceived real-time responsiveness) or overall bandwidth (efficient bulk data transfer). A screen sharing client is an example of a client application requiring good real-time performance, though minimal data is actually exchanged. Conversely, a file transfer client is an application which requires high bandwidth but is not as sensitive to end-to-end latency.
  • FIG. 3A illustrates an example communication network with added detail to indicate the client modules within the network devices. Referring to FIG. 3A, the administrator server 102 and the agent machine 103 communicate through the communication server 101. The administrator 102 includes an external TCP client 102-1 and a relay client 102-2. The agent 103 includes an external TCP client 103-1 and a relay client 103-2. The communication server 101 also includes a relay server subsystem 101-1 that communicates with the relay clients 102-2 and 103-2.
  • A relay server auxiliary subsystem 104 may also be used to support the relay connection prior to or contemporaneous with the communication server 101 connection. The relay server auxiliary subsystem 104 may be one of possibly several auxiliary relay servers available in the communication network. The client data flow is indicated as flowing from the administrative server 102 and the agent 103 via the client connections. In operation, the communication server 101 may setup a connection, however, the communication server 101 is otherwise not part of the communication session between the administrative server 102 and the agent 103. The peer-to-peer connections illustrated in FIG. 3A may be based on a UDP connection and/or one or more non-firewalled TCP connections.
  • During the course of a client communication session, one or more client or client modules on the administrative machine 102 may desire to establish a TCP session with a peer server on agent machine 103 using the existing system as a communications medium. In order to prepare for establishing a connection to the peer, a software API would be invoked indicating what the preferred throughput profile is for the client, whether it be a low-latency or high bulk data transfer requirement, or both requirements, etc.
  • The communication system of FIG. 3A combines the requirements of its current set of clients to determine whether the preferred bandwidth profile is low-latency or high throughput. The system also examines average packets inbound vs. average packets outbound to determine whether to execute a change-over decision based on average measured inbound bandwidth or outbound bandwidth.
  • FIG. 3B illustrates a communication system according to another example embodiment of the present invention. Referring to FIG. 3B, the established channels may include one or more relays configured with TCP, P2P-TCP and/or UDP. During the communication over the established channels, other channels are periodically evaluated as indicated by the dotted lines, a ‘best’ channel may be observed during the evaluation cycle and selected via a changeover procedure.
  • The changeover may include selecting the best of several parallel channels between the same two endpoints, these channels may be p2p or relay-mediated. In the changeover procedure there are generally only two endpoints involved (agent machine 103 and alternative administrative machine 102B), however, there may be multiple relays implemented between two endpoints and only one ‘application’ embodied in several ‘communication servers’ 101A and 101B.
  • In order to determine whether a change-over is appropriate the agent machine 103 monitors all the active connections and continuously, at intervals, measures data speed (bandwidth (Bps)). The measurements attempt to characterize each connection in terms of a predominant data direction, level of latency and bulk transfer rate. If a determination is made that a new connection would perform with increased optimization based on a tested connection, as compared to the current connection being used, a change-over decision may be affirmed.
  • In order for a change-over to occur, average measured bandwidth over an interval of several tests must exceed the current connection bandwidth in the same dimension by a percentage threshold to avoid constant disruption. Such a change-over may include sending a message to the agent machine 103 that all subsequent communication will be performed on this new connection. In response, the agent machine 103 sends a response to the agent machine 102 “OK” or “ACK” that it is acceptable to use the established connection. The response from the agent machine 103 completes the change-over. After this response, all messages between the agent machine 102 and agent machine 103 are exchanged on the new connection.
  • During the course of an initial connection establishment procedure, a connection may be selected after a best connection is identified. The first established peer-to-peer connection is automatically selected as the preferred connection by default. The preferred connection may be established by identifying an agent's requirements or service requests. An immediate change-over from the initial relay connection is performed once the selected peer-to-peer connection is discovered and identified as a potential candidate connection. Subsequently, bandwidth and network performance tests determine the best connection and whether any change-over is needed for increased optimal performance of the data transfer.
  • When a communication session is established between the administrator 102 and the agent 103, the IP address and port of one or more relay servers 104 is provided to both the administrator 102 and agent machines 103. The administrator 102 and agent 103 independently attempt to connect via TCP to each of the servers 101 and/or 104 using the session ID as a token to identify the connection. When a relay server 104 views both a ‘listen’ and a ‘connect’ connection having the same token identifier, it associates them and will receive messages from one client and forward them to the other client transparently. Negotiation of potential peer-to-peer routes take place over the initial relay-mediated connection.
  • The various connections that may be active once the setup phase has completed may include one or more of non-firewalled TCP connections, a UDP connection, and a relay-mediated connection. If the agent 103 and the administrator 102 are located on the same network subnet, then there could be two or three TCP connections established as well as a UDP connection, in addition to the initial relay connection. For a connection through a firewall, a relay connection and a UDP connection may be used. A session may include one to ten different connections for data transfer and signaling.
  • Once a first connection is established, the administrator 102 communicates to the agent 103 via connections of various types on various interfaces, all of which are used to communicate to the same peer device. In order to maintain an active session, ‘keepalive’ messages may be used to maintain active acknowledgements for a period of 10 seconds. If a ‘keepalive’ message is not received and/or acknowledged a predefined number of times (e.g., three times) in a particular time period, a connection may be dropped for want of a more efficient connection.
  • Additional tests may be utilized, such as, a periodically (every 10 seconds) sent bandwidth test message. Such a test message may be sent to one of the peers of the session, which is immediately returned over the same connection. For a latency test, a small message may be sent to measure round-trip delay. For the bulk data test, several (8) large (2000 byte) messages may be used to confirm data integrity and bandwidth. The test messages may be transmitted over both the existing connection and the potential new candidate connection and compared to verify which connection provides a more optimal data channel. Alternatively, test messages may be only sent over the new candidate connection and compared to previously recorded data test message results of the first communications channel.
  • In order to measure an outbound data rate (Bps), the time from sending the message to the arrival of the received first message may be used as a proxy for the outbound data rate (Bps). Also, a measure from the first message received to the end of the last packet received provides an indication of an inbound bandwidth rate (Bps). A rolling window of samples (e.g., last 10) may be maintained to provide an average during each change-over consideration (every 30 seconds).
  • Once an opportunity has been discovered to perform a change-over procedure, the administrative machine 102 may make change-over determinations from bandwidth test messages it exchanges with the agent machine 103. Communication server 101 may operate as a mere reflector, in the context of the communications channel. The administrative machine 102 will ultimately perform the change-over, but the change-over attempt may fail due to a timeout or a failure to receive a required message. The change-over may be an automated feature performed seamlessly from the agent's perspective.
  • During negotiation of a change-over, messages are taken from the current connection in both directions before the messages are sent over the new connection. Negotiation completes or fails before messages flow over the new connection or fall back to the old one. The old connection stays up and active and is tested for its bandwidth characteristics, and remains a candidate for a change-over. TCP and/or UDP may be used for the peer-to-peer connections. For example, TCP may be used from the relay-mediated connections. Re-testing and re-evaluating are constantly performed over the duration of the active session. A minimum threshold of difference in performance parameters between the measured data of the new candidate connection and the previous connection (e.g., 10%, 20%, etc.) is required to avoid unnecessary or trivial jumping of connections. In order to setup a secure connection, all messages may be encrypted using 256 bit AES.
  • One example method of operation is illustrated in the flow diagram of FIG. 4. Referring to FIG. 4, a method of monitoring a first communications connection and a second communications connection in anticipation of performing a change-over is illustrated. The method may include identifying a data communications requirement of a first network device currently communicating via the first communications connection with a second network device, at operation 401. The method may also include transmitting a data test message over at least one of the existing first communications connection and the second communications connection, at operation 402. The method may also provide receiving a response to the data test message, at operation 403 and determining a change-over from the first communications connection to the second communications connection would provide a more optimal data connection based on the identified data communications requirements of the first network device, at operation 404.
  • The operations of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a computer program executed by a processor, or in a combination of the two. A computer program may be embodied on a computer readable medium, such as a storage medium. For example, a computer program may reside in random access memory (“RAM”), flash memory, read-only memory (“ROM”), erasable programmable read-only memory (“EPROM”), electrically erasable programmable read-only memory (“EEPROM”), registers, hard disk, a removable disk, a compact disk read-only memory (“CD-ROM”), or any other form of storage medium known in the art.
  • An exemplary storage medium may be coupled to the processor such that the processor may read information from, and write information to, the storage medium. In the alternative, the storage medium may be integral to the processor. The processor and the storage medium may reside in an application specific integrated circuit (“ASIC”). In the alternative, the processor and the storage medium may reside as discrete components. For example FIG. 5 illustrates an example network element 500, which may represent any of the above-described network components 101, 102 and 103.
  • As illustrated in FIG. 5, a memory 510 and a processor 520 may be discrete components of the network entity 500 that are used to execute an application or set of operations. The application may be coded in software in a computer language understood by the processor 520, and stored in a computer readable medium, such as, the memory 510. The computer readable medium may be a non-transitory computer readable medium that includes tangible hardware components in addition to software stored in memory. Furthermore, a software module 530 may be another discrete entity that is part of the network entity 500, and which contains software instructions that may be executed by the processor 520. In addition to the above noted components of the network entity 500, the network entity 500 may also have a transmitter and receiver pair configured to receive and transmit communication signals (not shown).
  • While preferred embodiments of the present invention have been described, it is to be understood that the embodiments described are illustrative only and the scope of the invention is to be defined solely by the appended claims when considered with a full range of equivalents and modifications (e.g., protocols, hardware devices, software platforms etc.) thereto.

Claims (20)

1. A method of monitoring a first communications connection and a second communications connection in anticipation of performing a change-over, the method comprising:
identifying a data communications requirement of a first network device currently communicating via the first communications connection with a second network device;
transmitting a data test message over at least one of the existing first communications connection and the second communications connection;
receiving a response to the data test message; and
determining a change-over from the first communications connection to the second communications connection would provide a more optimal data connection based on the identified data communications requirements of the first network device.
2. The method of claim 1, wherein the first communications connection and the second communications connection are peer-to-peer data connections.
3. The method of claim 1, wherein the identifying the data communications requirement of the first network device comprises determining at least one of a latency rate and a data rate.
4. The method of claim 1, wherein the transmitting a data test message over the existing first communications connection comprises transmitting at least one of a bandwidth test message and a latency test message.
5. The method of claim 1, further comprising:
changing an existing data communications session between the first network device and the second network device from the first communications channel to the second communications channel.
6. The method of claim 1, wherein the data test message is transmitted over the second communications connection and the response to the data test message is compared to previously measured test data associated with the first communications connection to determine which of the first and second communications connections provides a more optimal data connection.
7. The method of claim 6, wherein data communications between the first communications device and the second communications device are changed from the first communications channel to the second communications channel if a difference between the response to the test data message provides test data that is more optimal than the previously measured test data by a minimum threshold of difference.
8. An apparatus configured to monitor a first communications connection and a second communications connection in anticipation of performing a change-over, the apparatus comprising:
a processor configured to identify a data communications requirement of a first network device currently communicating via the first communications connection with a second network device;
a transmitter configured to transmit a data test message over at least one of the existing first communications connection and the second communications connection; and
a receiver configured to receive a response to the data test message,
wherein the processor is further configured to determine a change-over from the first communications connection to the second communications connection would provide a more optimal data connection based on the identified data communications requirements of the first network device.
9. The apparatus of claim 8, wherein the first communications connection and the second communications connection are peer-to-peer data connections.
10. The apparatus of claim 8, wherein the data communications requirement of the first network device comprises at least one of a latency rate and a data rate.
11. The apparatus of claim 8, wherein the data test message is comprises at least one of a bandwidth test message and a latency test message.
12. The apparatus of claim 8, wherein the processor is further configured to perform changing an existing data communications session between the first network device and the second network device from the first communications channel to the second communications channel.
13. The apparatus of claim 8, wherein the data test message is transmitted over the second communications connection and the response to the data test message is compared to previously measured test data associated with the first communications connection to determine which of the first and second communications connections provides a more optimal data connection.
14. The apparatus of claim 13, wherein data communications between the first communications device and the second communications device are changed from the first communications channel to the second communications channel if a difference between the response to the test data message provides test data that is more optimal than the previously measured test data by a minimum threshold of difference.
15. A non-transitory computer readable storage medium comprising instructions that when executed cause a processor to perform monitoring a first communications connection and a second communications connection in anticipation of performing a change-over, the processor being further configured to perform:
identifying a data communications requirement of a first network device currently communicating via the first communications connection with a second network device;
transmitting a data test message over at least one of the existing first communications connection and the second communications connection;
receiving a response to the data test message; and
determining a change-over from the first communications connection to the second communications connection would provide a more optimal data connection based on the identified data communications requirements of the first network device.
16. The non-transitory computer readable storage medium of claim 15, wherein the first communications connection and the second communications connection are peer-to-peer data connections.
17. The non-transitory computer readable storage medium of claim 15, wherein the identifying the data communications requirement of the first network device comprises determining at least one of a latency rate and a data rate.
18. The non-transitory computer readable storage medium of claim 15, wherein the transmitting a data test message over the existing first communications connection comprises transmitting at least one of a bandwidth test message and a latency test message.
19. The non-transitory computer readable storage medium of claim 15, wherein the processor is further configured to perform:
changing an existing data communications session between the first network device and the second network device from the first communications channel to the second communications channel.
20. The non-transitory computer readable storage medium of claim 15, wherein the data test message is transmitted over the second communications connection and the response to the data test message is compared to previously measured test data associated with the first communications connection to determine which of the first and second communications connections provides a more optimal data connection.
US13/082,449 2011-04-08 2011-04-08 Method and apparatus of performing peer-to-peer communication establishment and connection change-over Active 2034-02-05 US9270747B2 (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
US13/082,449 US9270747B2 (en) 2011-04-08 2011-04-08 Method and apparatus of performing peer-to-peer communication establishment and connection change-over
US15/051,074 US9628569B2 (en) 2011-04-08 2016-02-23 Method and apparatus of performing peer-to-peer communication establishment and connection change-over
US15/490,693 US10097645B2 (en) 2011-04-08 2017-04-18 Method and apparatus of performing peer-to-peer communication establishment and connection change-over
US16/155,026 US20190045017A1 (en) 2011-04-08 2018-10-09 Method and apparatus of performing peer-to-peer communication establishment and connection change-over

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US13/082,449 US9270747B2 (en) 2011-04-08 2011-04-08 Method and apparatus of performing peer-to-peer communication establishment and connection change-over

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US15/051,074 Continuation US9628569B2 (en) 2011-04-08 2016-02-23 Method and apparatus of performing peer-to-peer communication establishment and connection change-over

Publications (2)

Publication Number Publication Date
US20120259988A1 true US20120259988A1 (en) 2012-10-11
US9270747B2 US9270747B2 (en) 2016-02-23

Family

ID=46966983

Family Applications (4)

Application Number Title Priority Date Filing Date
US13/082,449 Active 2034-02-05 US9270747B2 (en) 2011-04-08 2011-04-08 Method and apparatus of performing peer-to-peer communication establishment and connection change-over
US15/051,074 Active US9628569B2 (en) 2011-04-08 2016-02-23 Method and apparatus of performing peer-to-peer communication establishment and connection change-over
US15/490,693 Active US10097645B2 (en) 2011-04-08 2017-04-18 Method and apparatus of performing peer-to-peer communication establishment and connection change-over
US16/155,026 Abandoned US20190045017A1 (en) 2011-04-08 2018-10-09 Method and apparatus of performing peer-to-peer communication establishment and connection change-over

Family Applications After (3)

Application Number Title Priority Date Filing Date
US15/051,074 Active US9628569B2 (en) 2011-04-08 2016-02-23 Method and apparatus of performing peer-to-peer communication establishment and connection change-over
US15/490,693 Active US10097645B2 (en) 2011-04-08 2017-04-18 Method and apparatus of performing peer-to-peer communication establishment and connection change-over
US16/155,026 Abandoned US20190045017A1 (en) 2011-04-08 2018-10-09 Method and apparatus of performing peer-to-peer communication establishment and connection change-over

Country Status (1)

Country Link
US (4) US9270747B2 (en)

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120173740A1 (en) * 2010-12-29 2012-07-05 Anjini Shukla Method and apparatus of performing peer-to-peer communication establishment
US20130014217A1 (en) * 2011-07-06 2013-01-10 Cisco Technology, Inc. Adapting Extensible Authentication Protocol for Layer 3 Mesh Networks
US20130111002A1 (en) * 2011-10-31 2013-05-02 Mike Leber Systems and methods for establishing a virtual local area network
US20150003428A1 (en) * 2011-07-06 2015-01-01 Cisco Technology, Inc. Efficient rendezvous for distributed messages in frequency-hopping communication networks
US20150047010A1 (en) * 2012-03-02 2015-02-12 Yoshiya Kizu Path control system, control device, and path control method
US20160065636A1 (en) * 2014-08-29 2016-03-03 The Boeing Company Peer to peer provisioning of data for flight simulators across networks
US20170171338A1 (en) * 2011-04-28 2017-06-15 Facebook, Inc. Managing notifications pushed to user devices
US20170171319A1 (en) * 2015-12-12 2017-06-15 At&T Intellectual Property I, L.P. Methods and apparatus to improve transmission of a field data set to a network access point via parallel communication sessions
US9965760B2 (en) 2012-06-29 2018-05-08 Hurricane Electric Systems and methods for facilitating electronic transactions utilizing a mobile computing device
US20180375907A1 (en) * 2017-06-27 2018-12-27 Atlassian Pty Ltd Parallel peer to peer connection establishment in webrtc conferencing
US11038836B2 (en) * 2017-03-17 2021-06-15 Fujitsu Limited Computer server and method of obtaining information on network connection of computer server
CN113382192A (en) * 2020-02-25 2021-09-10 贵州精准健康数据有限公司 Medical decentralized cloud video system
US20210360716A1 (en) * 2020-05-15 2021-11-18 Zhenbang Yang Peer-to-Peer Communication Among End User Devices
US11184833B2 (en) * 2019-06-19 2021-11-23 Citrix Systems, Inc. Bandwidth sharing amongst trusted peers
US11222314B2 (en) 2012-02-21 2022-01-11 Hurricane Electric Systems and methods for securing electronic transactions
US11349747B1 (en) * 2015-03-12 2022-05-31 Alarm.Com Incorporated Hybrid mesh network monitoring signaling environment

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
ES2804527T3 (en) * 2016-08-24 2021-02-08 Deutsche Telekom Ag Non-intrusive monitoring of a connection
CN112996031B (en) * 2019-12-12 2022-08-05 烽火通信科技股份有限公司 PPP link selection method and system

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5530701A (en) * 1993-06-07 1996-06-25 Radio Local Area Networks, Inc. Network link controller
US6122514A (en) * 1997-01-03 2000-09-19 Cellport Systems, Inc. Communications channel selection
US20030012137A1 (en) * 2001-07-16 2003-01-16 International Business Machines Corporation Controlling network congestion using a biased packet discard policy for congestion control and encoded session packets: methods, systems, and program products
US20060221995A1 (en) * 2005-04-04 2006-10-05 Berkman William H Multi-function modem device
US7593321B2 (en) * 1997-02-11 2009-09-22 Cisco Technology, Inc. Method and system for a local and fast non-disruptive path switching in high speed packet switching networks
US7907530B2 (en) * 2007-09-20 2011-03-15 Hewlett-Packard Development Company, L.P. Determining link costs

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6665273B1 (en) * 2000-01-11 2003-12-16 Cisco Technology, Inc. Dynamically adjusting multiprotocol label switching (MPLS) traffic engineering tunnel bandwidth
US7324553B1 (en) * 2003-09-30 2008-01-29 Packeteer, Inc. Dynamic bandwidth management responsive to access link state in redundant network topologies
US8687506B2 (en) * 2009-12-14 2014-04-01 At&T Intellectual Property I, L.P. Identifying network performance alert conditions
KR101739436B1 (en) * 2010-08-11 2017-05-24 톰슨 라이센싱 Combining bandwidth aware routing with channel selection and channel switching in a multi-hop wireless home network
US9270784B2 (en) * 2011-02-16 2016-02-23 Masque Publishing, Inc. Peer-to-peer communications

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5530701A (en) * 1993-06-07 1996-06-25 Radio Local Area Networks, Inc. Network link controller
US6122514A (en) * 1997-01-03 2000-09-19 Cellport Systems, Inc. Communications channel selection
US7593321B2 (en) * 1997-02-11 2009-09-22 Cisco Technology, Inc. Method and system for a local and fast non-disruptive path switching in high speed packet switching networks
US20030012137A1 (en) * 2001-07-16 2003-01-16 International Business Machines Corporation Controlling network congestion using a biased packet discard policy for congestion control and encoded session packets: methods, systems, and program products
US20060221995A1 (en) * 2005-04-04 2006-10-05 Berkman William H Multi-function modem device
US7907530B2 (en) * 2007-09-20 2011-03-15 Hewlett-Packard Development Company, L.P. Determining link costs

Cited By (33)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9560141B2 (en) * 2010-12-29 2017-01-31 Open Invention Network, Llc Method and apparatus of performing peer-to-peer communication establishment
US10367893B1 (en) * 2010-12-29 2019-07-30 Open Invention Network Llc Method and apparatus of performing peer-to-peer communication establishment
US20120173740A1 (en) * 2010-12-29 2012-07-05 Anjini Shukla Method and apparatus of performing peer-to-peer communication establishment
US10021203B2 (en) * 2011-04-28 2018-07-10 Facebook, Inc. Managing notifications pushed to user devices
US20170171338A1 (en) * 2011-04-28 2017-06-15 Facebook, Inc. Managing notifications pushed to user devices
US20150003428A1 (en) * 2011-07-06 2015-01-01 Cisco Technology, Inc. Efficient rendezvous for distributed messages in frequency-hopping communication networks
US8990892B2 (en) * 2011-07-06 2015-03-24 Cisco Technology, Inc. Adapting extensible authentication protocol for layer 3 mesh networks
US9848422B2 (en) * 2011-07-06 2017-12-19 Cisco Technology, Inc. Efficient rendezvous for distributed messages in frequency-hopping communication networks
US20130014217A1 (en) * 2011-07-06 2013-01-10 Cisco Technology, Inc. Adapting Extensible Authentication Protocol for Layer 3 Mesh Networks
US10320951B2 (en) * 2011-10-31 2019-06-11 Hurricane Electric Systems and methods for establishing a virtual local area network
US20130111002A1 (en) * 2011-10-31 2013-05-02 Mike Leber Systems and methods for establishing a virtual local area network
US11222314B2 (en) 2012-02-21 2022-01-11 Hurricane Electric Systems and methods for securing electronic transactions
US20150047010A1 (en) * 2012-03-02 2015-02-12 Yoshiya Kizu Path control system, control device, and path control method
US10038669B2 (en) * 2012-03-02 2018-07-31 Nec Corporation Path control system, control device, and path control method
US9965760B2 (en) 2012-06-29 2018-05-08 Hurricane Electric Systems and methods for facilitating electronic transactions utilizing a mobile computing device
US9648066B2 (en) * 2014-08-29 2017-05-09 The Boeing Company Peer to peer provisioning of data across networks
US20160065636A1 (en) * 2014-08-29 2016-03-03 The Boeing Company Peer to peer provisioning of data for flight simulators across networks
US20220286384A1 (en) * 2015-03-12 2022-09-08 Alarm.Com Incorporated Hybrid mesh network monitoring signaling environment
US11349747B1 (en) * 2015-03-12 2022-05-31 Alarm.Com Incorporated Hybrid mesh network monitoring signaling environment
US20170171319A1 (en) * 2015-12-12 2017-06-15 At&T Intellectual Property I, L.P. Methods and apparatus to improve transmission of a field data set to a network access point via parallel communication sessions
US10554761B2 (en) * 2015-12-12 2020-02-04 At&T Intellectual Property I, Lp Methods and apparatus to improve transmission of a field data set to a network access point via parallel communication sessions
US11038836B2 (en) * 2017-03-17 2021-06-15 Fujitsu Limited Computer server and method of obtaining information on network connection of computer server
US10630739B2 (en) * 2017-06-27 2020-04-21 Atlassian Pty Ltd Parallel peer to peer connection establishment in WebRTC conferencing
US10887359B2 (en) 2017-06-27 2021-01-05 Atlassian Pty Ltd. Parallel peer to peer connection establishment in webRTC conferencing
US20180375907A1 (en) * 2017-06-27 2018-12-27 Atlassian Pty Ltd Parallel peer to peer connection establishment in webrtc conferencing
US11184833B2 (en) * 2019-06-19 2021-11-23 Citrix Systems, Inc. Bandwidth sharing amongst trusted peers
CN113826371A (en) * 2019-06-19 2021-12-21 思杰系统有限公司 Bandwidth sharing between trusted peers
US20220038995A1 (en) * 2019-06-19 2022-02-03 Citrix Systems, Inc. Bandwidth sharing amongst trusted peers
AU2020294444B2 (en) * 2019-06-19 2022-03-31 Citrix Systems, Inc. Bandwidth sharing amongst trusted peers
US11765643B2 (en) * 2019-06-19 2023-09-19 Citrix Systems, Inc. Bandwidth sharing amongst trusted peers
CN113382192A (en) * 2020-02-25 2021-09-10 贵州精准健康数据有限公司 Medical decentralized cloud video system
US20210360716A1 (en) * 2020-05-15 2021-11-18 Zhenbang Yang Peer-to-Peer Communication Among End User Devices
US11665755B2 (en) * 2020-05-15 2023-05-30 Zhenbang Yang Peer-to-peer communication among end user devices

Also Published As

Publication number Publication date
US20190045017A1 (en) 2019-02-07
US20160173618A1 (en) 2016-06-16
US10097645B2 (en) 2018-10-09
US9628569B2 (en) 2017-04-18
US9270747B2 (en) 2016-02-23
US20170223114A1 (en) 2017-08-03

Similar Documents

Publication Publication Date Title
US10097645B2 (en) Method and apparatus of performing peer-to-peer communication establishment and connection change-over
US10972510B2 (en) Media session between network endpoints
KR101467726B1 (en) Concept for providing information on a data packet association and for forwarding a data packet
US10367893B1 (en) Method and apparatus of performing peer-to-peer communication establishment
US8908503B2 (en) Method and apparatus of performing a multi-channel data transmission
CA2611776C (en) Method and communication unit for communicating between communication apparatuses
US8694676B2 (en) Proximity detection for media proxies
US10601879B2 (en) Media session between network endpoints
US10079863B2 (en) Media session between network endpoints
US9825815B2 (en) System and method for aggregating and estimating the bandwidth of multiple network interfaces
US9049122B2 (en) Bandwidth probing messages
US20190052711A1 (en) System and method for peer-to-peer connectivity
US9509777B2 (en) Connection method and management server
CN113411228B (en) Network condition determining method and server
US20130067083A1 (en) Transmitting Data Over Multiple Networks
Seah et al. Peer NAT proxies for peer-to-peer games
Al-Imareen et al. Effect of Path QoS on Throughput Aggregation Capability of the MPT Network Layer Multipath Communication Library
CN116647538A (en) Connecting device capable of accessing different intranet services

Legal Events

Date Code Title Description
AS Assignment

Owner name: KASEYA INTERNATIONAL LIMITED, CHANNEL ISLANDS

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:ERRINGER, ALAN;REEL/FRAME:026108/0307

Effective date: 20110331

AS Assignment

Owner name: SILICON VALLEY BANK, AS ADMINISTRATIVE AGENT, CALIFORNIA

Free format text: SECURITY INTEREST;ASSIGNOR:KASEYA LIMITED;REEL/FRAME:033312/0618

Effective date: 20140711

Owner name: SILICON VALLEY BANK, AS ADMINISTRATIVE AGENT, CALI

Free format text: SECURITY INTEREST;ASSIGNOR:KASEYA LIMITED;REEL/FRAME:033312/0618

Effective date: 20140711

AS Assignment

Owner name: KASEYA LIMITED, IRELAND

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:KASEYA INTERNATIONAL LIMITED;REEL/FRAME:033880/0921

Effective date: 20140917

STCF Information on status: patent grant

Free format text: PATENTED CASE

AS Assignment

Owner name: WELLS FARGO BANK, NATIONAL ASSOCIATION, AS AGENT, MASSACHUSETTS

Free format text: SECURITY INTEREST;ASSIGNOR:KASEYA LIMITED;REEL/FRAME:042589/0410

Effective date: 20170526

Owner name: WELLS FARGO BANK, NATIONAL ASSOCIATION, AS AGENT,

Free format text: SECURITY INTEREST;ASSIGNOR:KASEYA LIMITED;REEL/FRAME:042589/0410

Effective date: 20170526

AS Assignment

Owner name: KASEYA LIMITED, NEW YORK

Free format text: TERMINATION AND RELEASE OF PATENT SECURITY AGREEMENT;ASSIGNOR:SILICON VALLEY BANK;REEL/FRAME:042642/0023

Effective date: 20170526

AS Assignment

Owner name: FABSTONE INVESTMENTS LLC, OHIO

Free format text: SUBORDINATED SECOND LIEN US PATENT SECURITY AGREEMENT;ASSIGNORS:SPANNING CLOUD APPS LLC;UNITRENDS, INC.;KASEYA LIMITED;AND OTHERS;REEL/FRAME:046286/0755

Effective date: 20180517

AS Assignment

Owner name: KASEYA LIMITED, NEW YORK

Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:WELLS FARGO BANK, NATIONAL ASSOCIATION;REEL/FRAME:049122/0181

Effective date: 20190503

Owner name: KASEYA LUXEMBOURG HOLDINGS S.C.A., NEW YORK

Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:VEEAM SOFTWARE LIMITED;REEL/FRAME:049122/0138

Effective date: 20190503

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 4TH YR, SMALL ENTITY (ORIGINAL EVENT CODE: M2551); ENTITY STATUS OF PATENT OWNER: SMALL ENTITY

Year of fee payment: 4

FEPP Fee payment procedure

Free format text: ENTITY STATUS SET TO UNDISCOUNTED (ORIGINAL EVENT CODE: BIG.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 8TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1552); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment: 8

AS Assignment

Owner name: DATTO, LLC, CONNECTICUT

Free format text: CHANGE OF NAME;ASSIGNOR:DATTO, INC.;REEL/FRAME:065385/0256

Effective date: 20230804