This description relates generally to network connectivity and more specifically to the management of addresses in a connectivity platform.
Communications devices have multiple obstacles to the seamless exchange of data. Whether these devices are on Intranets or on the public Internet, various security and addressing devices could disrupt their communication. One device that can disrupt communication is a firewall. While the benefits of a firewall provide a higher security level, arbitrary ports are blocked which increases the possibility of communications interference. Another device that can disrupt the exchange of data is a Network Address Translator (NAT). NATs have the benefit of allowing multiple devices to share the same global IP address, by handing out private addresses behind these devices and masking these private addresses with that shared global address. In this process several assumptions are made that could disrupt data exchange. This can include overlap in private addressing. When applications run on communications devices that make addressing assumptions, the data exchange may not occur as expected, resulting in a poor usability experience.
Network Address Translator (NAT) devices allow multiple users to share the same global IP address. To accomplish this, NATs change addressing information in the packet header. However, NATs can damage end-to-end connectivity because as mentioned above the same private address may be used by multiple physical machines. Thus without some out of band mechanism it is impossible for the application to identify to which computing device the application is attempting to send the traffic. There are many NAT traversal solutions currently available. These solutions typically require that applications implement a customized NAT traversal. Examples of custom NAT traversal approaches include Simple Traversal of UDP through NATs (STUN) and Traversal using Relay NAT (TURN).
The following presents a simplified summary of the disclosure in order to provide a basic understanding to the reader. This summary is not an extensive overview of the disclosure and it does not identify key/critical elements of the claimed subject matter or delineate the scope of the claimed subject matter. Its sole purpose is to present some concepts disclosed herein in a simplified form as a prelude to the more detailed description that is presented later.
The present example provides an approach for managing and assigning addresses in a connectivity platform that allows for proprietary connectivity modules (Providers) to plug into the operating system. In this example, when a user/application/computing device, connects to another user on another computing device an address is generated for that user. However, because of a limited number of addresses that are available in an address space, it is necessary to ensure that a conflicting address is not present. To ensure this the connectivity platform determines if the address assigned is in conflict with another address associated with users that are located on the other computing devices. If an address is found to be in conflict the connectivity platform reassigns the address until a non-conflicting address is found. If a non-conflicting address cannot be found the connectivity platform blocks the connection between the user and the other user. In other examples, the connectivity platform also ensures that multiple users on the connectivity platform do not share a conflicting address.
Many of the attendant features will be more readily appreciated as the same becomes better understood by reference to the following detailed description considered in connection with the accompanying drawings.
The present description will be better understood from the following detailed description read in light of the accompanying drawings, wherein:
Like reference numerals are used to designate like parts in the accompanying drawings.
Application 110 is any application running on, or service of, computing device 100 that requires a connection or communication with a computing device, such as to computing device 140 across a network. For example application 110 may be an internet/web browser, an instant messaging system, or any other application using a network. The Application generates data that is to be communicated to the other computing device 140. The application 110 may also provide an identifier to the operating system of the computing device for the desired communication. In some embodiments data from application 110 can include an identifier or address of the destination computing device 140. In some embodiments application 110 may be located on a third computing device (not illustrated) that is connected to computing device 100 through a network.
Connectivity platform 120 is a component or components that enable a provider, such as provider 130, to plug into an operating system and/or an application running on the operating system to enable end-to-end connectivity. Connectivity platform 120 provides users (applications or services) of computing devices 100 and 140 with the ability to communicate with each other, or to other computing devices (not illustrated) connected through the network 150. To achieve this connectivity platform 120 that, in one embodiment, exposes a subnet network and routes data from application 110 to the provider (130). In one embodiment, the connectivity at the link and network layer is not transitive. In embodiments where multiple applications or users share a common provider 130 the connectivity platform or the provider 130 may limit the ability of those users or applications to connect with each other. The connectivity platform 120 will be discussed in greater detail with respect to
Provider 130 is a component or module of system 10 that is configured to plug into the connectivity platform 120 in order to enable end-to-end connectivity between computing devices and users of the computing devices. In one embodiment the provider 130 provides some form of NAT or firewall traversal, and may also provide a direct a data relay (illustrated as relay 185) when NAT or firewall traversal fails. Other implementations of a (relay 185—provider 130) combination may include alternative transport mechanisms including for example low priority file transfers. In some embodiments provider 130 may encapsulate packets that are sent by the connectivity platform 120 into packets that are routable over the network 150. In some embodiments multiple peers (i.e., computing devices that are all using the same or compatible providers) could build an overlay mesh network over which they could route communications as an alternative to a relay or direct communication. Provider 130 may register with the connectivity provider 120 multiple times to provide services to the same or multiple users on the computing device 100. For purposes of this discussion each registration by the provider 130 will be referred to as a provider instance. Further, for purposes of simplicity only one provider instance will be discussed. However, it is possible that multiple provider instances may be used simultaneously, for example when the user has multiple identities that need connectivity and are understood by the provider 130. The provider instance is generated inside the connectivity platform 120.
In general provider 130 can be any type of provider available. One requirement of the provider 130 is that it provides end to end network connectivity. The provider 130 transfers arbitrary data from application 110 to application 160 through the connectivity platforms based on addresses that have been associated with the applications 110, 160, users and/or computing devices through designated provider instances. The provider 130 also allows for detecting whether an address is reachable through the designated provider instance. In one embodiment the addresses involved could use IPv4 or IPv6 protocols.
Network 150 is a network that may provide connectivity for computing devices 100 and 140 Network 150 may be, for example, the Internet, a local area network, a wide area network, an intranet or any other system that allows or facilitates communication between the computing devices 100 and 140.
Firewall 135 is a component that regulates the flow of traffic between computer networks or between computing devices such as computing devices 100 and 140 based on a set of rules. Firewall 135 may also include network address translation (NAT) functionality. However, in some embodiments the firewall 135 is simply a NAT. In some embodiments, computing devices 100 and 140 are located behind a firewall have addresses in the “private address range”, for example as defined in RFC 1918. The NAT functionality of firewall 135 functions to address the limited number of IPv4 routable addresses that can be used. Again as mentioned above, in other embodiments Firewall or NAT devices may only be present at some locations, or not be present at all.
Connectivity platform 120 is divided into a user mode 200 and a kernel mode 250. The user mode 200 of connectivity platform 110 has an application interface 210 (which interfaces with application 110 of
Provider instance 220 is an instance created by a provider, such as provider 130 (
Management module 230 is a module configured to support the transition between different addressing protocols. Additionally the management module 230 is configured to implement the registration and deregistration of providers 130 and provider instances 220, configure the IP addresses according to the correct protocols, and implement any required filters. Further, the management module 230 is configured to place the provider instances 220 into or out of a dormant state. It should be noted that the management module 230 is not part of the flow of data through the connectivity platform 120.
Liaison module 260 is a component of connectivity platform 120 that takes data to be transmitted and facilitates transmission over the provider instance 220. In one embodiment liaison module 260 is the tunnel.sys of the Windows operating system. In another embodiment the liaison module 260 is the “tun” driver of the Unix operating system. However other types of liaison modules may be used. Network driver 270 is a software module configured to enable different network protocols communicate with a variety of network adaptors. In one embodiment the network driver 270 is compliant with network driver interface specification (NDIS). In general, network driver 270 represents a virtual or physical media (Ethernet, for example) in an interface that is understood by NDIS clients such as TCP/IP stack.
Protocol module 280 is a component that maintains a set of protocols that work together on different levels to enable communication through network 150. In one embodiment protocol module 280 implements TCP/IP protocols. Additionally, in some embodiments, protocol module 280 includes a filtering platform 285. Filtering platform 285 provides a platform for creating network filtering applications and/or inspection applications. In one embodiment the filtering platform 285 is the Windows Filtering Platform (WFP). However, other filtering methods can be used.
Interface 235 is a secondary interface through which data may flow. Interface 235 provides a platform for connecting to applications through connectivity platform 120 without using network 150. Interface 235 may be a Bluetooth connection, an IR connection, or any other connection platform that does not require the data to be received over network 150. Interface 235 interacts with the connectivity platform 120 through protocol module 282. In some embodiments, protocol module 282 may be the same as protocol module 280.
Briefly the flow of data through the connectivity platform 120 will be discussed. The arrows 290 illustrated in
At step 310 a provider, such as provider 130, is installed on computing device 100. Providers 130 are typically installed as a result of a user action. However, in some embodiments the provider 130 may be native to the operating system or provided as part of a larger package of software or hardware that is on the computing device. The installation of the provider 130 is executed according to the process defined by the provider.
At step 320 the provider generates the provider instance 220 which then registers with the connectivity platform 120. If this is the first time that the provider instance 220 has registered with the connectivity platform 120 the connectivity platform 120 creates a new IP interface and associates this IP interface with the provider instance 220. If the provider instance 220 has previously registered with the connectivity platform 120 then the connectivity platform 120 may reuse the IP interface that was previously associated with the provider instance 220.
During the first registration of the provider instance 220 the connectivity platform 120 may execute additional processes. For example, the connectivity platform 120 may create a user friendly name for the assigned IP interface. This user friendly name can assist a user in identifying the interface during a diagnostic procedure or other procedure where finding the interface may be useful. In some embodiments this name, or other identifier such as an IP address, may be made available to a remote user or application, such as a buddy or a friend, for end to end communication. The connectivity platform 120 may also configure filters on the system, such as filtering platform 285 to implement any access controls that the provider 130 requires. The provider 130 provides this information to the connectivity platform during the registration process.
Also during the registration of the provider instance 220 the connectivity platform configures routing for data. This on-link routing, according to one embodiment, is for IPv4 and IPv6 subnets, where the prefixes needed are specified by the provider 130. However, in some embodiments a default prefix is generated by the connectivity platform. The on-link routes assist the protocol module to look-up and consider the assigned IP interface as a candidate interface during data communication between the computing device 100 and the remote computing device 140.
At step 330 the connectivity platform 330 sets the provider instance 220 to a dormant state. However, in some embodiments the provider instance is assumed to be dormant. By a dormant state it is meant that the provider instance 220 is not active and is not sending or receiving data through the connectivity provider 120. However, this does not necessarily mean that the provider instance 220 is actually dormant.
At step 340 the connectivity platform 120 is used in communicating between the two applications through the network. The process performed by the connectivity platform 120 at this step is described in greater detail in
Following receipt of the signal the connectivity platform 120 may need to change the state of the provider instance from dormant to active, if the provider instance was not active at the time the signal was received. This is illustrated at step 420. In activating the provider instance the liaison module 260 makes a call to the provider instance 220. This call to the provider instance 220 activates the instance and data can be sent. As discussed above in one embodiment this call can be a RPC call.
Once the provider instance 220 is active the connectivity platform 120 then proceeds to generate an address for the provider instance. This is illustrated at step 430. In one embodiment the address is automatically configured. In one embodiment this random address is generated using the management module 280 to generate a random address. In other embodiments the address is obtained from other sources.
Once the address has been generated, the connectivity platform 120 requests that the provider 130 perform address conflict detection. The conflicting addresses may be identified by reviewing the addresses associated with the provider 130 across all of the computing devices that reachable through network 150. This is illustrated at step 440. The address conflict detection is requested to ensure that when the data is transmitted to the desired application or user that it is sent to the correct application or user. If two users or applications have provider instances that have the same address then it is not possible to route the data to the correct location. If the provider determines that there is no conflicting address assigned, a signal is provided to the connectivity platform 120 to assign the selected address to the interface associated with the provider instance 220. This is illustrated at step 445.
If the provider 130 determines that the selected address is in conflict with another address, the provider sends a signal to the connectivity platform indicating that the address is in conflict. This signal causes the connectivity platform 120 to return to step 430 and repeat this process until an address is generated that does not conflict with another address. In some embodiments, a component or system could track all addresses and centrally manage the addresses to avoid conflicts. A more detailed description of one process for managing conflicting addresses is discussed in greater detail with respect to
Once the address is assigned to the provider instance 220 the data is transmitted to and from the application 110. This is illustrated at step 450. In some embodiments this communication could be simplex. The data is transmitted according to the procedures associated with the provider 130. The provider 130 performs the actual traversal of the NAT 135. During this data transfer the data may be encapsulated both by the liaison module 260 and by the provider instance 220.
Following the completion of the data transmission between the applications 110 and 160 the connectivity platform 120 proceeds to wait a predetermined period of time. This is illustrated at step 455. In one embodiment if the there has been no additional data transfers either inbound or outbound over that period of time, the connectivity platform places the provider instance 220 in to a dormant state. This is illustrated at step 460. If data continues to transfer, the connectivity platform 120 keeps the provider instance 220 open until such time as it has been inactive for the predetermined period of time. In another embodiment the provider instance may remain active if a component that is awaiting a message from another provider is still open the provider instance 220 will remain active, even though data is not being transferred.
Referring back to
While the above discussion has focused on examples where the connectivity platform 120 interacts with a single provider 130,
The provider instances 620-1, 620-2 determine the access policy controlling the user's 610, 611 access to the provider instances as has been discussed above. For example, the policy may allow the system service 613 implementing the resource sharing functionality to access the provider instances so that: the user of computing device 630 can connect to resources shared by user 610 on computing device 600, and the user of computing device 631 can connect to resources shared by user 611 on computing device 600. Once the connection is established the system of
The computing device 700 can be any general or special purpose computer now known or to become known capable of performing the steps and/or performing the functions described herein, either in software, hardware, firmware, or a combination thereof.
In its most basic configuration, computing device 700 typically includes at least one central processing unit (CPU) 702 and memory 704. Depending on the exact configuration and type of computing device, memory 704 may be volatile (such as RAM), non-volatile (such as ROM, flash memory, etc.) or some combination of the two. Additionally, computing device 700 may also have additional features/functionality. For example, computing device 700 may include multiple CPU's. The described methods may be executed in any manner by any processing unit in computing device 700. For example, the described process may be executed by both multiple CPU's in parallel.
Computing device 700 may also include additional storage (removable and/or non-removable) including, but not limited to, magnetic or optical disks or tape. Such additional storage is illustrated in
Computing device 700 may also contain communications device(s) 712 that allow the device to communicate with other devices. Communications device(s) 712 is an example of communication media. Communication media typically embodies computer readable instructions, data structures, or program modules. The term computer-readable media as used herein includes both computer storage media and communication media. The described methods may be encoded in any computer-readable media in any form, such as data, computer-executable instructions, and the like.
Computing device 700 may also have input device(s) 77 such as keyboard, mouse, pen, voice input device, touch input device, etc. Output device(s) 708 such as a display, speakers, printer, etc. may also be included. All these devices are well known in the art and need not be discussed at length.
Those skilled in the art will realize that storage devices utilized to store program instructions can be distributed across a network. For example a remote computer may store an example of the process described as software. A local or terminal computer may access the remote computer and download a part or all of the software to run the program. Alternatively the local computer may download pieces of the software as needed, or distributively process by executing some software instructions at the local terminal and some at the remote computer (or computer network). Those skilled in the art will also realize that by utilizing conventional techniques known to those skilled in the art that all, or a portion of the software instructions may be carried out by a dedicated circuit, such as a DSP, programmable logic array, or the like.
The connectivity platform 120 uses functionality that is exposed from the protocol module 280 to generate a random address for the user or computing device associated with the provider instance 220. If the protocol module 280 does not have the functionality exposed or otherwise available, the connectivity platform 120 may generate the random address itself. In one embodiment the connectivity platform 120 (either through the protocol module or on its own) generates the address based on the requirements or considerations discussed with respect to
Referring now to
Once the address 902 has been generated for the user 901 at step 810 by the connectivity platform 120, the connectivity platform 120 requests that a conflicting address check is performed. This is illustrated at step 820. Step 820 includes steps 825, 827 and 829. While in
In some embodiments, a counter may be maintained to limit the number of address resets and block the connection. This counter can stop a system from continuously resetting its addresses after a specific number of attempts. If a counter is present, at step 835 the value of the counter is checked, and if the number of address resets exceeds a threshold value connectivity using the protocol for which the address was generated, is blocked at step 840. In one embodiment, multiple counters may be present and each counter is associated with an individual conflict check step in the process 820. However, for purposes of this discussion only one counter is present. When a counter is present, it is assumed that the counter is large enough to ensure that all address conflicts on computing device 100 may be resolved before the generated address is assigned.
If there are no address conflicts detected at step 825 the process proceeds to step 827. At this step, the connectivity platform 120 checks the addresses of peers or other users that are reachable from provider instance 220 of computing device 100. For example, in order for user 901 to connect to user 921 or 931, their respective addresses cannot be the same as addresses on computing device 100. That is the address 902 cannot be the same as address 922 or 932. If the address is the same user 901 would not be able to connect to the desired user.
If there is a conflict detected between address 902 and either address 922 or 932 during step 827, the connectivity platform 120 generates a new random address for user 901, increments the counter (if present), and repeats steps 835 and 830. This is illustrated at step 830. If no conflict was detected at step 827 the connectivity platform 120 next determines if there is a conflict between addresses 942 and 952. In order for users 921 or 931 to connect to user 941 or 951, respectively, the respective address for users 941 and 951 cannot be the same as address 902 on computing device 100. If the addresses were the same, users 921 or 931 would not be able to differentiate user 901 from either user 941 or 951. This is illustrated at step 829. If a conflict was detected at step 829 the connectivity platform 120 may, in one embodiment, perform steps 835 and 830, resetting its address and checking if the new address conflicts. If a conflicting address is not detected, the address is assigned in step 845.
In one embodiment, step 827 and step 829 can be assisted by an address registry maintained as an Internet service. This address registry stores addressing information of participating users, computing devices, etc., and provides a simplified address checking mechanism. In other embodiments, a database maintained on computing device 100 may assist in the address checking process.
Similarly, the connectivity platform 120 checks to ensure that the address 1022, 1032 and 1042 assigned to each of the other users 1021, 1031 and 1041 and providers 1002, 1004 and 1006 that are connected to computing device 100 do not conflict with one another. This is to ensure that all users are able to connect and communicate with each other without the possibility of conflicts despite connecting across different providers. The process for managing each of the address is performed in the same manner as discussed in
Those skilled in the art will realize that storage devices utilized to store program instructions can be distributed across a network. For example a remote computer may store an example of the process described as software. A local or terminal computer may access the remote computer and download a part or all of the software to run the program. Alternatively the local computer may download pieces of the software as needed, or distributively process by executing some software instructions at the local terminal and some at the remote computer (or computer network). Those skilled in the art will also realize that by utilizing conventional techniques known to those skilled in the art that all, or a portion of the software instructions may be carried out by a dedicated circuit, such as a DSP, programmable logic array, or the like.
Although the subject matter has been described in language specific to structural features and/or methodological acts, it is to be understood that the subject matter defined in the appended claims is not necessarily limited to the specific features or acts described above. Rather, the specific features and acts described above are disclosed as example forms of implementing the claims.
This application is a continuation of U.S. application Ser. No. 12/050,027, filed on Mar. 17, 2008, entitled “ADDRESS MANAGEMENT IN A CONNECTIVITY PLATFORM”, which is a continuation-in-part of U.S. application Ser. No. 12/040,330, filed on Feb. 29, 2008, entitled “CONNECTIVITY PLATFORM”, at least some of at least one of which may be incorporated herein.
Number | Date | Country | |
---|---|---|---|
Parent | 12050027 | Mar 2008 | US |
Child | 13729812 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 12040330 | Feb 2008 | US |
Child | 12050027 | US |