A system and method is provided for handling network communications between a client and a target server on the internet to protect the privacy and anonymity of the client.
For a session between the client and the target server, a routing control server sets up a routing chain using a plurality of web servers randomly selected from a pool of participating web servers as routers for routing messages between the client and the target server. To prevent traffic analysis, an “onion encryption” scheme is applied to the messages as they are forwarded along the routing chain.
A payment service cooperating with the routing control server allows a user to pay for the privacy protection service without revealing her real identity.
|
1. A method for a web server, the method comprising:
receiving a cryptographic key from a routing control server for use in
routing messages passed during a communication session between a client and a target server;
receiving a message associated with the communication session from an upstream node of a routing chain for the communication session in which the web server is a node;
decrypting the message from the upstream web server with the cryptographic key; and
forwarding the decrypted message to a downstream node of the routing chain.
9. A system for securely transmitting a message sent from a client over the internet to a target server, the system comprising:
a web server configured for receiving a cryptographic key from a routing control server for use in routing the message, for receiving an encrypted version of the message from an upstream node of a secure routing chain, for decrypting the message received from the upstream node with the cryptographic key, and for forwarding the decrypted message to a downstream node of the secure routing chain; and
the routing control server.
3. A computer-readable medium having stored thereon a secure message data structure, the secure message data structure comprising:
a first data field containing data representing an ordered chain of web servers, the ordered chain comprising identifications of a plurality of web servers;
a second data field containing data representing a plurality of cryptographic keys;
a third data field containing data representing a message; and
a fourth data field containing data representing an encrypted version of the message, the encrypted message formed by encrypting the message with the plurality of cryptographic keys according to an order of the web servers in the ordered chain of web servers.
4. A system for protecting a message sent from a client over the internet to a target server, the system comprising:
the message;
the client configured for sending a request to a routing control server for a secure routing chain of web servers, for receiving from the routing control server routing information identifying a plurality of web servers in the secure routing chain, for receiving from the routing control server a plurality of cryptographic keys each corresponding to a web server in the secure routing chain, for formatting the message according to a protocol for accessing web services, for encrypting the message with the plurality of cryptographic keys according to an order of the web servers in the secure routing chain, and for forwarding the encrypted message to a first web server in the secure routing chain; and
the routing control server.
2. The method of
receiving a message associated with the communication session from the downstream node;
encrypting the message received from the downstream node with the cryptographic key; and
forwarding the encrypted message to the upstream node.
5. The system of
6. The system of
8. The system of
10. The system of
|
This application is a continuation of the coassigned U.S. patent application Ser. No. 10/102,036, filed on Mar. 20, 2002, now U.S. Pat. No. 6,986,036 and entitled “System and Method for Protecting Privacy and Anonymity of Parties of Network Communications.” Priority is hereby claimed to this case under 35 U.S.C. §120.
This invention relates generally to communications over a computer network, and more particularly to a scheme for protecting the privacy and anonymity of parties involved in network communications routed over a large computer network, such as the Internet.
On the Internet, electronic messages passed between two communicating parties are typically routed by various intermediate nodes. Although the communicating parties usually identify themselves to one another, they often do not desire to reveal to others on the network the contents of their communications. To that end, measures employing encryption methods can be used to prevent eavesdropping. Moreover, in some cases, the fact that a certain client is communicating with a particular Web host alone can be considered sensitive information. In other words, the parties do not want others to know who is talking to whom. For instance, a user may want to access a Website that provides information of a sensitive nature but does not want other people to find out that she has visited that Website.
To protect the anonymity and privacy of the client in terms of the client-server association, mechanisms that defeat potential traffic analyses need to be deployed.
In the literature, there have been two approaches to providing private or anonymous communications over the Internet or a similar large network. The first approach is referred to as the “mix-style” anonymity. Under this approach, a chain of pre-selected intermediate nodes, called “mixes,” are inserted between a client application (e.g., a Web browser) and a target server (e.g., a Web host) for masking the existence of the client-server communications. To protect the contents of the communications, messages sent out by the client or the server are encrypted with a key shared by the client and the server. In addition, to prevent the first and last mixes on the routing chain from comparing the encrypted messages going through them and finding out that they are on the same chain, a scheme called “onion encryption” is used to make the messages appear differently on each intermediate link of the chain. The onion encryption scheme involves multi-layered encryption and decryption operations. The client encrypts each message to be sent to the target server multiple times with different keys, one for each mix in the routing chain, in the order of the mixes in the chain. When the message is routed through the chain, each mix “peels off a layer of the onion” by decrypting the message with its key, and forwards the decrypted message to the next mix on the chain. Due to the use of the onion encryption scheme, the “mix-style” approach is often referred to as “onion routing.”
Thus, the “mix-style” approach hides, or “masquerades,” the client-server association by mixing the client-server messages with other traffic flows routed by the mixes, and constantly changing the appearance of the messages along the way, to make it difficult to trace the traffic from the client to the server and vice versa. For this scheme to be effective, a large number of client applications are required to send messages through the same set of mixes so that the mixes can batch, delay, reorder, and pad the messages to confuse anyone who tries to analyze the traffic to find out which outgoing message from a given mix corresponds to which message that came to the mix. In the case that there is not enough client traffic that can be manipulated to cause confusion, the mixes will generate fake traffic called “cover traffic” to enhance the masquerading effect.
Although the mix-style approach is quite effective, a main drawback of that approach is its inefficiency and high implementation cost. The expenses of generating cover traffic, the centralization and delay required to ensure the accumulation of sufficient genuine traffic to obscure sender/receiver correlations, and the need for costly synchronization of message processing for avoiding timing attacks make the deployment of mix-style networks somewhat impractical. Furthermore, any weakening of these expensive masquerading measures opens the door to potentially devastating attacks. Such attacks are typically fairly easy for the first and last nodes on a given routing chain to carry out just by communicating and correlating (and possibly altering) the traffic that passes through them.
The second approach proposed for hiding the client-server association is based on the “crowds-style” anonymity scheme. Under this approach, browsers on client machines can “join the crowds” and become candidates for routing traffic from and to other browsers. In other words, the client browser not only sends its own requests to a target Web host but also routes Web requests and responses for other clients. The efficacy of privacy protection provided by this scheme relies on the large number of browser routers in the “crowd.” The main source of security lies in the fact that any browser on the forwarding chain could be the initiator of the forwarded request. Thus, the real client that sends the requests to the target server has “plausible deniability,” in the sense that it can assert the requests were initiated by another client machine, and it is just forwarding those requests.
A significant drawback of the “crowds-style” approach is that there cannot be a firewall between browser routers.
This limitation can severely compromise the security of the client systems participating in the scheme. Moreover, each browser on the chain needs to see the plaintext request in case it decides to forward it directly. As a result, every browser in the chain knows the target server. The first browser, which is connected directly to the client and sees both ends of the chain clearly, may then be able to deduce from the timing, context, or external information of the messages that it is indeed the first node on the chain, thereby discovering the client-server association.
In view of the foregoing, what is needed is a new and improved privacy/anonymity protection scheme for communications over the Internet (or similar large networks) that has the general advantages of the “mix-style” and “crowds-style” approaches discussed above but avoids the drawbacks associated with those approaches.
In view of the foregoing, the present invention provides a new scheme for protecting the privacy and anonymity of a client when it communicates with a target server over the Internet. In accordance with a feature of the invention, a plurality of Web servers are randomly selected from a pool of participating Web servers for use as routers in a routing chain for routing messages between the client and a target server. To prevent traffic analysis, the “onion encryption” scheme is applied to the messages along the routing chain. When the client intends to communicate with the target server, it sends a request for a secured routing chain to a trusted routing control server. The routing control server then selects Web servers for creating the routing chain, generates a first set of cryptographic keys for the respective Web servers, and deposits the cryptographic keys with the respective Web servers. The routing control server also sends routing information identifying the Web servers in the chain and a second set of cryptographic keys that correspond to the respective keys in the first set to the client.
Messages passed between the client and the target server are then routed through the chain of Web servers, which carry out the onion encryption scheme using their respective cryptographic keys. Specifically, the client encrypts a message to be sent to the target server with each of the cryptographic keys in the second set of keys it received from the routing control server. The encrypted message is then sent through the chain of Web servers. When a Web server in the chain receives the message, it decrypts the message using its cryptographic key and then forwards the decrypted message to the next downstream node on the chain.
While the appended claims set forth the features of the present invention with particularity, the invention, together with its objects and advantages, may be best understood from the following detailed description taken in conjunction with the accompanying drawings of which:
Turning to the drawings, wherein like reference numerals refer to like elements, the invention is illustrated as being implemented in a suitable computing environment. Although not required, the invention will be described in the general context of computer-executable instructions, such as program modules, being executed by a personal computer. Generally, program modules include routines, programs, objects, components, data structures, etc. that perform particular tasks or implement particular abstract data types. Moreover, those skilled in the art will appreciate that the invention may be practiced with other computer system configurations, including hand-held devices, multi-processor systems, microprocessor-based or programmable consumer electronics, network PCs, minicomputers, mainframe computers, and the like. The invention may be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in both local and remote memory storage devices.
The following description begins with a description of a general-purpose computing device that may be used in an exemplary system for implementing the invention, and the invention will be described in greater detail with reference to
A basic input/output system (BIOS) 26, containing the basic routines that help to transfer information between elements within the personal computer 20, such as during start-up, is stored in ROM 24. The personal computer 20 further includes a hard disk drive 27 for reading from and writing to a hard disk 60, a magnetic disk drive 28 for reading from or writing to a removable magnetic disk 29, and an optical disk drive 30 for reading from or writing to a removable optical disk 31 such as a CD ROM or other optical media.
The hard disk drive 27, magnetic disk drive 28, and optical disk drive 30 are connected to the system bus 23 by a hard disk drive interface 32, a magnetic disk drive interface 33, and an optical disk drive interface 34, respectively. The drives and their associated computer-readable media provide nonvolatile storage of computer readable instructions, data structures, program modules and other data for the personal computer 20. Although the exemplary environment described herein employs a hard disk 60, a removable magnetic disk 29, and a removable optical disk 31, it will be appreciated by those skilled in the art that other types of computer readable media which can store data that is accessible by a computer, such as magnetic cassettes, flash memory cards, digital video disks, Bernoulli cartridges, random access memories, read only memories, storage area networks, and the like may also be used in the exemplary operating environment.
A number of program modules may be stored on the hard disk 60, magnetic disk 29, optical disk 31, ROM 24 or RAM 25, including an operating system 35, one or more applications programs 36, other program modules 37, and program data 38. A user may enter commands and information into the personal computer 20 through input devices such as a keyboard 40 and a pointing device 42. Other input devices (not shown) may include a microphone, joystick, game pad, satellite dish, scanner, or the like. These and other input devices are often connected to the processing unit 21 through a serial port interface 46 that is coupled to the system bus, but may be connected by other interfaces, such as a parallel port, game port or a universal serial bus (USB) or a network interface card. A monitor 47 or other type of display device is also connected to the system bus 23 via an interface, such as a video adapter 48. In addition to the monitor, personal computers typically include other peripheral output devices, not shown, such as speakers and printers.
The personal computer 20 may operate in a networked environment using logical connections to one or more remote computers, such as a remote computer 49. The remote computer 49 may be another personal computer, a server, a router, a network PC, a peer device or other common network node, and typically includes many or all of the elements described above relative to the personal computer 20, although only a memory storage device 50 has been illustrated in
When used in a LAN networking environment, the personal computer 20 is connected to the local network 51 through a network interface or adapter 53. When used in a WAN networking environment, the personal computer 20 typically includes a modem 54 or other means for establishing communications over the WAN 52. The modem 54, which may be internal or external, is connected to the system bus 23 via the serial port interface 46. In a networked environment, program modules depicted relative to the personal computer 20, or portions thereof, may be stored in the remote memory storage device. It will be appreciated that the network connections shown are exemplary and other means of establishing a communications link between the computers may be used.
In the description that follows, the invention will be described with reference to acts and symbolic representations of operations that are performed by one or more computers, unless indicated otherwise. As such, it will be understood that such acts and operations, which are at times referred to as being computer-executed, include the manipulation by the processing unit of the computer of electrical signals representing data in a structured form. This manipulation transforms the data or maintains it at locations in the memory system of the computer, which reconfigures or otherwise alters the operation of the computer in a manner well understood by those skilled in the art. The data structures where data is maintained are physical locations of the memory that have particular properties defined by the format of the data. However, while the invention is being described in the foregoing context, it is not meant to be limiting as those of skill in the art will appreciate that various of the acts and operations described hereinafter may also be implemented in hardware.
Referring now to
In accordance with a feature of the invention, effective protection of the privacy and anonymity of the communicating parties is achieved by using a plurality of Web servers in a routing chain for routing messages passed between the client 72 and the target server 76, and using an “onion encryption” scheme along the routing chain to make the messages difficult to track. For purposes of describing the present invention, the term “Web server” is intended to mean broadly any server that can respond to HTTP requests. They can accept HTTP requests from end-user browsers and respond with Web pages, or accept requests from other Web servers and reply with requested information or just return the request processing status, which is not in the form of Web pages.
A central component of the privacy protection scheme is a routing control server 80 that functions as a “trusted entity” for setting up, upon the request of the client, a chain of Web servers for routing messages. When a user 82 wants to communicate with the target server 76, she uses the client machine 72 to send a request 86 to the routing control server 80 for a secured routing chain that will be used for routing communication messages between the client and the target server 76.
In response to the request from the client 72, the routing control server 80 randomly selects a number of Web servers from a pool of available Web servers that participate in the protection scheme for providing routing service. The selected Web servers are to be used as routers for the network communication traffic between the client and the target server 76 (or any Web host the client wants to access). In the example shown in
For the selected Web servers, the routing control server 80 generates a plurality of cryptographic keys 84, one for each of the selected Web servers. The routing control server then deposits each cryptographic key with the corresponding Web server for use in the session. As part of the key depositing operation, the routing control server 80 tells each Web server in the chain that if it receives a forwarding request from a particular IP address (the IP address of previous hop in the routing chain) with a particular message ID, then it should use the key deposited with it to decrypt the request to peel away a layer of the encryption onion. Peeling the layer of the encryption onion will reveal the IP address of the next hop and the message ID that the Web server should use for forwarding the request message to the next hop.
The routing control server 80 also gives the client 72 a set of cryptographic keys that correspond to the keys given to the Web servers. The keys given to the client may or may not be identical to those given to the Web servers, depending on the encryption scheme used. In a preferred embodiment, each Web server in the routing chain and the client share an encryption key to be used for the session. In an alternative embodiment, a “public-private” key pair is generated for each Web server in the routing chain. The private key is given to the Web server, and the corresponding public key is given to the client 72. Regardless of which encryption scheme is used, the client 72 has a set of cryptographic keys that correspond to the set of cryptographic keys given to the respective Web servers in the routing chain. In addition to the cryptographic keys, the routing control server 80 also sends to the client 72 routing information regarding the Web servers in the chain.
The information identifies the Web servers, their IP addresses, and their order in the chain.
After the routing chain is set up, communication packets passed between the client and the target server are routed through the Web servers in the chain, and the “onion encryption” scheme is carried out along the chain using the cryptographic keys given to the client and the Web servers.
Specifically, when the client 72 wants to send a message to the target server 76, it encrypts the message multiple times using each of the encryption keys corresponding to those of the Web servers, and the layering of the encryption is in the order of the Web servers in the chain. Thus, in the example of
The encrypted message 100 is then forwarded to the first Web server in the chain, namely the Web server 90. The Web server 90 uses its key to decrypt the received message, thereby stripping one layer of the encryption, and sends the message to the next Web server (the Web server 92) in the chain, and so on. By the time the target server 76 receives the message, all the layers of encryption by the client with the keys associated with the Web server have been removed.
In the reverse direction, layers of encryption are added onto a message sent by the target server 76 to the client 72. In the given example, the target server 76 sends a response message 102 to the Web server in the chain closest to it, namely the Web server 96. The Web server 96 encrypts the message with its encryption key, and forwards the encrypted message to the Web server 92. The Web server 92 then encrypts the message with its encryption key, and forwards it to the Web server 90, which in turn encrypts the message with its encryption key, and forwards the message to the client 72. The client 72 then uses the encryption keys associated with the Web servers to decrypt the message, thereby removing all the layers of encryption. In this way, each Web server in the chain removes or applies encryption as the messages flow to and from the target server through the chain.
In contrast to the conventional “mix-style” approach, the privacy/anonymity protection scheme of the invention uses Web servers selected from a large pool of participating Web server for routing requests from various clients, instead of using a fixed set of dedicated routers (“mixes”) to route the requests. The server selection may be random or semi-random taking into account, for example, the server loads as a factor. Thus, Web servers, which may themselves become a target server for some clients on the network, become the routers for routing Web requests and responses. An advantage of this arrangement inherent to the dual roles of the Web servers is that the client has “plausible deniability,” in the sense that the user can claim that she is only accessing the first Web server in the chain. Also, the scheme provides “security-in-number,” because the routed message is mingled with regular Web access responses sent out by each routing server in the chain, and the large number of requests regularly served by each Web server can make traffic analysis very difficult. In this regard, in contrast to the prior art, there is no need to intentionally add cover traffic and delays, because the significant traffic volume generated by normal Web processing will effectively mask the traffic.
Another potential advantage is that a large number of Web servers can be participate in the privacy protection scheme, and the Web servers to be used in the routing chain for a client can be randomly selected from the pool of participating Web servers. This makes the routing chain difficult to predict or trace. The large number of available Web servers for routing also allows traffic loads to be distributed over many Web servers, in contrast to the need to use a fixed set of dedicated routers in the conventional “mix-style” network.
In accordance with another aspect of the invention, the scheme of the invention not only provides privacy and anonymity of the client 72 in terms of hiding the client-host association, but also allows the client to remain anonymous with respect to the target server 76. To access the target server 76, the client 72 does not have to provide its own IP address or the user credentials to the target server. Instead, in each encryption layer of the message to be sent to the target server, the client 72 includes the IP address of the node that is the next hop in the routing chain. That next node may be another Web server or the target server. For example, in the routing chain shown in
The Web server 96 then encrypts the response message with its key and forwards the encrypted response to the Web server 92 from whom it received the associated request message.
In this way, the scheme allows a client to access a target server without revealing its identify to the target server. It will be appreciated that in this context the client need not be considered as the computer of an individual Internet user. Instead, the client may be, for instance, a publisher of Web-based events that wants to send information to the target server that is a subscriber of the events. In that case, the scheme of the invention can be used to effectively mask the identity of the source of the published events from the subscribers.
In an embodiment shown in
Any routing request 116 to a Web server (e.g., the Web server 90) in the routing chain is encoded using the Simple Object Access Protocol (SOAP) as the messaging protocol and sent to the routing module 120. The target ASP page is revealed to the Web server after the outer onion layer is peeled, and the Web server will process the message accordingly. Similar to how a Web server knows which Web page a client is requesting, the HTTP request 116 includes a pre-defined URL or some other identifier to indicate that it is a routing request. By way of example, if the target ASP is “MasqueradeRoute.asp”, then the Web server knows it is a routing request, and its ASP service will forward the message to the next hop in the routing chain. Thus, the routing message is formatted and handled in the same way or much like any other regular Website access requests. This arrangement allows the privacy protection system to take advantage of the scalable design of the Web servers and simplify the deployment of the routers, thereby allowing a large number of router candidates to be used to provide “security-in-numbers.”
On the client side, the client 72 includes an HTTP proxy client component 132 that is a standalone executable that acts like a local proxy server. This proxy client component 132 is responsible for performing the client-side operations required by the privacy protection scheme. To enable the proxy client component to work on both outgoing and incoming messages, the proxy setting for the browser 136 on the client 72 is set to point to the local host (i.e., the client's machine). In this way, the proxy client component is able to intercept both browser-based messages as well as other types of HTTP messages, such as MSN Instant Messenger messages, and starts the chain from the client's machine to perform the processing and routing required by the privacy protection scheme.
In a real-world deployment of the privacy protection system, as in many cases of providing services on the Internet, it may be desirable to have the user pay for the service rendered. The issue is how to enable the user to make payments in conjunction with using the privacy protection service without compromising the privacy and anonymity of the user. In one embodiment as illustrated in
When the user 82 selects to use the privacy protection service for communications with a target server 76, the proxy client component 132 makes a request for a routing chain to the routing control server 80 to acquire all the encryption keys and routing information for the routing chain. In response, the routing control server 80 generates encryption keys to be used to form the multi-layered encryption (i.e., the “encryption onion”), and selects Web servers from the pool of available Web servers that can be used to form a reasonable routing chain for this user's session. The routing control server 80 then negotiates with each of the selected Web servers for the session, and deposits a corresponding cryptographic key with that Web server if the negotiation is successful. The routing control server 80 then communicates with the proxy client component 132 of the client to provide cryptographic keys associated with those deposited with the selected Web servers and the routing information for the routing chain.
Upon a successful chain negotiation with the routing control server 80, the proxy client component 132 sends a logon request 140 to the routing control server 80. The logon request 140, and subsequent communications between the client 72 and the routing control server 80 or the service, are all sent through the routing chain with onion encryption using the session keys as described above. This allows the client to provide logon and payment information to the routing control server or the account service in a secure and protected manner. The logon request 140 includes an account ID 142 provided by the user, and may include other user credentials, if needed for authentication of the user.
Instead of processing the logon request by itself, the routing control server 80 sends a “redirect” response 146 telling the client to send the logon request to the account service 128. In response, the client resends the logon request to the account service 128 through the chain of routing Web servers.
Using the account ID 142 and other user credentials (if included) in the logon request 140, the account service 128 authenticates the user, including checking whether the account ID is valid. The account service 128 then informs the routing control server 80 whether the logon is successful. If the logon is successful, the account service updates the timeouts for the routing chain and notifies the client 72 of the successful logon. On the other hand, if the user authentication by the account service has failed, the routing control server 80 tears down the routing chain and tells the client that the logon has failed.
After a successful logon, the client 72 can send its messages to any target server on the network through the established routing chain. Specifically, all the HTTP POST and GET request messages are encapsulated by the proxy client component 132 in an encryption onion using the cryptographic keys given by the routing control server for the session, and forwarded to the first Web server 90 in the routing chain. When the user turns the privacy protection off, the proxy client component performs a sign-out operation with the account service, discontinues the interception of HTTP requests, and destroys the cryptographic keys for the session.
In one implementation, to use the privacy protection service, the user is required to have a pre-existing valid account (such as a “Passport wallet”) recognized by the account service. When the user 82 sends a logon request 142 to the account service 128, the account service authenticates the user using the account ID and password provided by the user, without revealing to the routing control server 80 the user's account ID, which could be used to find out the true identity of the user. The account service can then charge the user's account (e.g., by billing to the credit card number supplied by the user for that account) for the privacy protection service rendered.
In accordance with an aspect of the embodiment, the user does not have to provide any ID or credentials that will reveal her true identity. Instead, the user can logon with a pseudonym as the account ID that is linked to an account to which the service can be charged. Pseudonyms are typically used to allow users to have a long-term relationship with services without revealing their true identities. In this regard, the system provides “pseudonym anonymity” in that the system prevents others from linking a pseudonym to the true identity of the user by, for example, observing both traffics coming out of the same IP address. The charge account may be an anonymous one. As an example, an anonymous account may be a pre-paid phone card. The use of a pseudonym protects the real identity of the user while providing some accountability for the user, especially in connection with payments for the privacy protection service.
In view of the many possible embodiments to which the principles of this invention may be applied, it should be recognized that the embodiment described herein with respect to the drawing figures is meant to be illustrative only and should not be taken as limiting the scope of invention. For example, those of skill in the art will recognize that the elements of the illustrated embodiment shown in software may be implemented in hardware and vice versa or that the illustrated embodiment can be modified in arrangement and detail without departing from the spirit of the invention. Therefore, the invention as described herein contemplates all such embodiments as may come within the scope of the following claims and equivalents thereof.
Simon, Daniel R., Wang, Yi-Min, Sun, Qixiang, Russell, Wilfred
Patent | Priority | Assignee | Title |
10009063, | Sep 16 2015 | AT&T Intellectual Property I, L P | Method and apparatus for use with a radio distributed antenna system having an out-of-band reference signal |
10009065, | Dec 05 2012 | AT&T Intellectual Property I, LP | Backhaul link for distributed antenna system |
10009067, | Dec 04 2014 | AT&T Intellectual Property I, L.P.; AT&T Intellectual Property I, LP | Method and apparatus for configuring a communication interface |
10009901, | Sep 16 2015 | AT&T Intellectual Property I, L.P. | Method, apparatus, and computer-readable storage medium for managing utilization of wireless resources between base stations |
10020587, | Jul 31 2015 | AT&T Intellectual Property I, L.P.; AT&T Intellectual Property I, LP | Radial antenna and methods for use therewith |
10020844, | Dec 06 2016 | AT&T Intellectual Property I, LP | Method and apparatus for broadcast communication via guided waves |
10020845, | Jun 15 2015 | AT&T Intellectual Property I, L.P. | Method and apparatus for providing security using network traffic adjustments |
10027397, | Dec 07 2016 | AT&T Intellectual Property I, L P | Distributed antenna system and methods for use therewith |
10027398, | Jun 11 2015 | AT&T Intellectual Property I, LP | Repeater and methods for use therewith |
10033107, | Jul 14 2015 | AT&T Intellectual Property I, LP | Method and apparatus for coupling an antenna to a device |
10033108, | Jul 14 2015 | AT&T Intellectual Property I, L.P. | Apparatus and methods for generating an electromagnetic wave having a wave mode that mitigates interference |
10044409, | Jul 14 2015 | AT&T Intellectual Property I, L.P. | Transmission medium and methods for use therewith |
10050697, | Jun 03 2015 | AT&T Intellectual Property I, L.P. | Host node device and methods for use therewith |
10051483, | Oct 16 2015 | AT&T Intellectual Property I, L.P.; AT&T Intellectual Property I, LP | Method and apparatus for directing wireless signals |
10051629, | Sep 16 2015 | AT&T Intellectual Property I, L P | Method and apparatus for use with a radio distributed antenna system having an in-band reference signal |
10051630, | May 31 2013 | AT&T Intellectual Property I, L.P. | Remote distributed antenna system |
10063280, | Sep 17 2014 | AT&T Intellectual Property I, L.P. | Monitoring and mitigating conditions in a communication network |
10069185, | Jun 25 2015 | AT&T Intellectual Property I, L.P. | Methods and apparatus for inducing a non-fundamental wave mode on a transmission medium |
10069535, | Dec 08 2016 | AT&T Intellectual Property I, L P | Apparatus and methods for launching electromagnetic waves having a certain electric field structure |
10074886, | Jul 23 2015 | AT&T Intellectual Property I, L.P. | Dielectric transmission medium comprising a plurality of rigid dielectric members coupled together in a ball and socket configuration |
10074890, | Oct 02 2015 | AT&T Intellectual Property I, L.P. | Communication device and antenna with integrated light assembly |
10079661, | Sep 16 2015 | AT&T Intellectual Property I, L P | Method and apparatus for use with a radio distributed antenna system having a clock reference |
10090594, | Nov 23 2016 | AT&T Intellectual Property I, L.P. | Antenna system having structural configurations for assembly |
10090601, | Jun 25 2015 | AT&T Intellectual Property I, L.P. | Waveguide system and methods for inducing a non-fundamental wave mode on a transmission medium |
10090606, | Jul 15 2015 | AT&T Intellectual Property I, L.P. | Antenna system with dielectric array and methods for use therewith |
10091787, | May 31 2013 | AT&T Intellectual Property I, L.P. | Remote distributed antenna system |
10096881, | Aug 26 2014 | AT&T Intellectual Property I, L.P. | Guided wave couplers for coupling electromagnetic waves to an outer surface of a transmission medium |
10103422, | Dec 08 2016 | AT&T Intellectual Property I, L P | Method and apparatus for mounting network devices |
10103801, | Jun 03 2015 | AT&T Intellectual Property I, LP | Host node device and methods for use therewith |
10135145, | Dec 06 2016 | AT&T Intellectual Property I, L P | Apparatus and methods for generating an electromagnetic wave along a transmission medium |
10135146, | Oct 18 2016 | AT&T Intellectual Property I, L.P. | Apparatus and methods for launching guided waves via circuits |
10135147, | Oct 18 2016 | AT&T Intellectual Property I, L.P. | Apparatus and methods for launching guided waves via an antenna |
10136434, | Sep 16 2015 | AT&T Intellectual Property I, L P | Method and apparatus for use with a radio distributed antenna system having an ultra-wideband control channel |
10139820, | Dec 07 2016 | AT&T Intellectual Property I, L.P. | Method and apparatus for deploying equipment of a communication system |
10142010, | Jun 11 2015 | AT&T Intellectual Property I, L.P. | Repeater and methods for use therewith |
10142086, | Jun 11 2015 | AT&T Intellectual Property I, L P | Repeater and methods for use therewith |
10144036, | Jan 30 2015 | AT&T Intellectual Property I, L.P. | Method and apparatus for mitigating interference affecting a propagation of electromagnetic waves guided by a transmission medium |
10148016, | Jul 14 2015 | AT&T Intellectual Property I, L P | Apparatus and methods for communicating utilizing an antenna array |
10154493, | Jun 03 2015 | AT&T Intellectual Property I, LP | Network termination and methods for use therewith |
10168695, | Dec 07 2016 | AT&T Intellectual Property I, L.P. | Method and apparatus for controlling an unmanned aircraft |
10170840, | Jul 14 2015 | AT&T Intellectual Property I, L.P. | Apparatus and methods for sending or receiving electromagnetic signals |
10178445, | Nov 23 2016 | AT&T Intellectual Property I, L.P.; AT&T Intellectual Property I, L P | Methods, devices, and systems for load balancing between a plurality of waveguides |
10187387, | Oct 30 1998 | VirnetX, Inc. | Method for establishing connection between devices |
10194437, | Dec 05 2012 | AT&T Intellectual Property I, L.P. | Backhaul link for distributed antenna system |
10205655, | Jul 14 2015 | AT&T Intellectual Property I, L P | Apparatus and methods for communicating utilizing an antenna array and multiple communication paths |
10224634, | Nov 03 2016 | AT&T Intellectual Property I, L.P.; AT&T Intellectual Property I, L P | Methods and apparatus for adjusting an operational characteristic of an antenna |
10224981, | Apr 24 2015 | AT&T Intellectual Property I, LP | Passive electrical coupling device and methods for use therewith |
10225025, | Nov 03 2016 | AT&T Intellectual Property I, L.P. | Method and apparatus for detecting a fault in a communication system |
10225842, | Sep 16 2015 | AT&T Intellectual Property I, L.P. | Method, device and storage medium for communications using a modulated signal and a reference signal |
10243270, | Dec 07 2016 | AT&T Intellectual Property I, L.P. | Beam adaptive multi-feed dielectric antenna system and methods for use therewith |
10243784, | Nov 20 2014 | AT&T Intellectual Property I, L.P. | System for generating topology information and methods thereof |
10250293, | Jun 15 2015 | AT&T Intellectual Property I, L.P. | Method and apparatus for providing security using network traffic adjustments |
10264586, | Dec 09 2016 | AT&T Intellectual Property I, L P | Cloud-based packet controller and methods for use therewith |
10291311, | Sep 09 2016 | AT&T Intellectual Property I, L.P. | Method and apparatus for mitigating a fault in a distributed antenna system |
10291334, | Nov 03 2016 | AT&T Intellectual Property I, L.P. | System for detecting a fault in a communication system |
10298293, | Mar 13 2017 | AT&T Intellectual Property I, L.P. | Apparatus of communication utilizing wireless network devices |
10305190, | Dec 01 2016 | AT&T Intellectual Property I, L.P. | Reflecting dielectric antenna system and methods for use therewith |
10312567, | Oct 26 2016 | AT&T Intellectual Property I, L.P. | Launcher with planar strip antenna and methods for use therewith |
10320586, | Jul 14 2015 | AT&T Intellectual Property I, L P | Apparatus and methods for generating non-interfering electromagnetic waves on an insulated transmission medium |
10326494, | Dec 06 2016 | AT&T Intellectual Property I, L P | Apparatus for measurement de-embedding and methods for use therewith |
10326689, | Dec 08 2016 | AT&T Intellectual Property I, LP | Method and system for providing alternative communication paths |
10340573, | Oct 26 2016 | AT&T Intellectual Property I, L.P. | Launcher with cylindrical coupling device and methods for use therewith |
10340600, | Oct 18 2016 | AT&T Intellectual Property I, L.P. | Apparatus and methods for launching guided waves via plural waveguide systems |
10340601, | Nov 23 2016 | AT&T Intellectual Property I, L.P. | Multi-antenna system and methods for use therewith |
10340603, | Nov 23 2016 | AT&T Intellectual Property I, L.P. | Antenna system having shielded structural configurations for assembly |
10340983, | Dec 09 2016 | AT&T Intellectual Property I, L P | Method and apparatus for surveying remote sites via guided wave communications |
10341142, | Jul 14 2015 | AT&T Intellectual Property I, L P | Apparatus and methods for generating non-interfering electromagnetic waves on an uninsulated conductor |
10348391, | Jun 03 2015 | AT&T Intellectual Property I, LP | Client node device with frequency conversion and methods for use therewith |
10349418, | Sep 16 2015 | AT&T Intellectual Property I, L.P. | Method and apparatus for managing utilization of wireless resources via use of a reference signal to reduce distortion |
10355367, | Oct 16 2015 | AT&T Intellectual Property I, L.P.; AT&T Intellectual Property I, LP | Antenna structure for exchanging wireless signals |
10359749, | Dec 07 2016 | AT&T Intellectual Property I, L P | Method and apparatus for utilities management via guided wave communication |
10361489, | Dec 01 2016 | AT&T Intellectual Property I, L.P. | Dielectric dish antenna system and methods for use therewith |
10374316, | Oct 21 2016 | AT&T Intellectual Property I, L.P. | System and dielectric antenna with non-uniform dielectric |
10382095, | Jun 15 2015 | AT&T Intellectual Property I, L.P. | Method and apparatus for providing security using network traffic adjustments |
10382976, | Dec 06 2016 | AT&T Intellectual Property I, LP | Method and apparatus for managing wireless communications based on communication paths and network device positions |
10389029, | Dec 07 2016 | AT&T Intellectual Property I, L.P. | Multi-feed dielectric antenna system with core selection and methods for use therewith |
10389037, | Dec 08 2016 | AT&T Intellectual Property I, L.P. | Apparatus and methods for selecting sections of an antenna array and use therewith |
10396887, | Jun 03 2015 | AT&T Intellectual Property I, L.P. | Client node device and methods for use therewith |
10411356, | Dec 08 2016 | AT&T Intellectual Property I, L.P. | Apparatus and methods for selectively targeting communication devices with an antenna array |
10439675, | Dec 06 2016 | AT&T Intellectual Property I, L P | Method and apparatus for repeating guided wave communication signals |
10446936, | Dec 07 2016 | AT&T Intellectual Property I, L.P. | Multi-feed dielectric antenna system and methods for use therewith |
10498044, | Nov 03 2016 | AT&T Intellectual Property I, L.P. | Apparatus for configuring a surface of an antenna |
10511573, | Oct 30 1998 | VirnetX, Inc. | Agile network protocol for secure communications using secure domain names |
10530505, | Dec 08 2016 | AT&T Intellectual Property I, L P | Apparatus and methods for launching electromagnetic waves along a transmission medium |
10535928, | Nov 23 2016 | AT&T Intellectual Property I, L.P. | Antenna system and methods for use therewith |
10547348, | Dec 07 2016 | AT&T Intellectual Property I, L P | Method and apparatus for switching transmission mediums in a communication system |
10601494, | Dec 08 2016 | AT&T Intellectual Property I, L P | Dual-band communication device and method for use therewith |
10637149, | Dec 06 2016 | AT&T Intellectual Property I, L P | Injection molded dielectric antenna and methods for use therewith |
10650940, | May 15 2015 | AT&T Intellectual Property I, L.P. | Transmission medium having a conductive material and methods for use therewith |
10665942, | Oct 16 2015 | AT&T Intellectual Property I, L.P.; AT&T Intellectual Property I, LP | Method and apparatus for adjusting wireless communications |
10679767, | May 15 2015 | AT&T Intellectual Property I, L.P. | Transmission medium having a conductive material and methods for use therewith |
10694379, | Dec 06 2016 | AT&T Intellectual Property I, LP | Waveguide system with device-based authentication and methods for use therewith |
10727599, | Dec 06 2016 | AT&T Intellectual Property I, L P | Launcher with slot antenna and methods for use therewith |
10755542, | Dec 06 2016 | AT&T Intellectual Property I, L P | Method and apparatus for surveillance via guided wave communication |
10777873, | Dec 08 2016 | AT&T Intellectual Property I, L.P. | Method and apparatus for mounting network devices |
10784670, | Jul 23 2015 | AT&T Intellectual Property I, L.P. | Antenna support for aligning an antenna |
10797781, | Jun 03 2015 | AT&T Intellectual Property I, L.P. | Client node device and methods for use therewith |
10811767, | Oct 21 2016 | AT&T Intellectual Property I, L.P. | System and dielectric antenna with convex dielectric radome |
10812174, | Jun 03 2015 | AT&T Intellectual Property I, L.P. | Client node device and methods for use therewith |
10819035, | Dec 06 2016 | AT&T Intellectual Property I, L P | Launcher with helical antenna and methods for use therewith |
10916969, | Dec 08 2016 | AT&T Intellectual Property I, L.P. | Method and apparatus for providing power using an inductive coupling |
10938108, | Dec 08 2016 | AT&T Intellectual Property I, L.P. | Frequency selective multi-feed dielectric antenna system and methods for use therewith |
11032819, | Sep 15 2016 | AT&T Intellectual Property I, L.P. | Method and apparatus for use with a radio distributed antenna system having a control channel reference signal |
8713638, | Jun 30 2012 | AT&T INTELLECTUAL PROPERTY I, L.L.P. | Managing personal information on a network |
8843643, | Oct 30 1998 | VirnetX, Inc. | System and method employing an agile network protocol for secure communications using secure domain names |
8850009, | Oct 30 1998 | VirnetX, Inc. | System and method employing an agile network protocol for secure communications using secure domain names |
8868705, | Oct 30 1998 | VirnetX, Inc. | Agile network protocol for secure communications using secure domain names |
8874771, | Oct 30 1998 | VirnetX, Inc. | Agile network protocol for secure communications with assured system availability |
8904516, | Oct 30 1998 | VirnetX, Inc. | System and method employing an agile network protocol for secure communications using secure domain names |
8943201, | Oct 30 1998 | VirnetX, Inc. | Method for establishing encrypted channel |
9037713, | Oct 30 1998 | VirnetX, Inc. | Agile network protocol for secure communications using secure domain names |
9038163, | Oct 30 1998 | VirnetX, Inc. | Systems and methods for connecting network devices over communication network |
9077694, | Oct 30 1998 | VirnetX, Inc. | Agile network protocol for secure communications using secure domain names |
9077695, | Oct 30 1998 | VirnetX, Inc.; VIRNETX, INC | System and method for establishing an encrypted communication link based on IP address lookup requests |
9094399, | Oct 30 1998 | VirnetX, Inc. | Method for establishing secure communication link between computers of virtual private network |
9100375, | Oct 30 1998 | VirnetX, Inc. | System and method employing an agile network protocol for secure communications using secure domain names |
9119127, | Dec 05 2012 | AT&T Intellectual Property I, LP | Backhaul link for distributed antenna system |
9154966, | Nov 06 2013 | AT&T Intellectual Property I, LP | Surface-wave communications and methods thereof |
9209902, | Dec 10 2013 | AT&T Intellectual Property I, L.P. | Quasi-optical coupler |
9312919, | Oct 21 2014 | AT&T Intellectual Property I, LP | Transmission device with impairment compensation and methods for use therewith |
9361478, | Jun 30 2012 | AT&T Intellectual Property I, L.P.; AT&T MOBILITY II LLC | Managing personal information on a network |
9386000, | Oct 30 1998 | VirnetX, Inc. | System and method for establishing a communication link |
9413766, | Oct 30 1998 | VIRNETX, INC | Method for establishing connection between devices |
9461706, | Jul 31 2015 | AT&T Intellectual Property I, LP | Method and apparatus for exchanging communication signals |
9467870, | Nov 06 2013 | AT&T Intellectual Property I, L.P. | Surface-wave communications and methods thereof |
9479266, | Dec 10 2013 | AT&T Intellectual Property I, L.P. | Quasi-optical coupler |
9490869, | May 14 2015 | AT&T Intellectual Property I, L.P. | Transmission medium having multiple cores and methods for use therewith |
9503189, | Oct 10 2014 | AT&T Intellectual Property I, L.P. | Method and apparatus for arranging communication sessions in a communication system |
9509415, | Jun 25 2015 | AT&T Intellectual Property I, L.P. | Methods and apparatus for inducing a fundamental wave mode on a transmission medium |
9520945, | Oct 21 2014 | AT&T Intellectual Property I, L.P. | Apparatus for providing communication services and methods thereof |
9525210, | Oct 21 2014 | AT&T Intellectual Property I, L.P. | Guided-wave transmission device with non-fundamental mode propagation and methods for use therewith |
9525524, | May 31 2013 | AT&T Intellectual Property I, L.P. | Remote distributed antenna system |
9531427, | Nov 20 2014 | AT&T Intellectual Property I, L.P. | Transmission device with mode division multiplexing and methods for use therewith |
9544006, | Nov 20 2014 | AT&T Intellectual Property I, L.P. | Transmission device with mode division multiplexing and methods for use therewith |
9564947, | Oct 21 2014 | AT&T Intellectual Property I, L.P. | Guided-wave transmission device with diversity and methods for use therewith |
9571209, | Oct 21 2014 | AT&T Intellectual Property I, L.P. | Transmission device with impairment compensation and methods for use therewith |
9577306, | Oct 21 2014 | AT&T Intellectual Property I, L.P. | Guided-wave transmission device and methods for use therewith |
9577307, | Oct 21 2014 | AT&T Intellectual Property I, L.P. | Guided-wave transmission device and methods for use therewith |
9596001, | Oct 21 2014 | AT&T Intellectual Property I, L.P. | Apparatus for providing communication services and methods thereof |
9608692, | Jun 11 2015 | AT&T Intellectual Property I, L.P. | Repeater and methods for use therewith |
9608740, | Jul 15 2015 | AT&T Intellectual Property I, L.P. | Method and apparatus for launching a wave mode that mitigates interference |
9615269, | Oct 02 2014 | AT&T Intellectual Property I, L.P. | Method and apparatus that provides fault tolerance in a communication network |
9627768, | Oct 21 2014 | AT&T Intellectual Property I, L.P. | Guided-wave transmission device with non-fundamental mode propagation and methods for use therewith |
9628116, | Jul 14 2015 | AT&T Intellectual Property I, L.P. | Apparatus and methods for transmitting wireless signals |
9628854, | Sep 29 2014 | AT&T Intellectual Property I, L.P.; AT&T Intellectual Property I, LP | Method and apparatus for distributing content in a communication network |
9640850, | Jun 25 2015 | AT&T Intellectual Property I, L.P. | Methods and apparatus for inducing a non-fundamental wave mode on a transmission medium |
9653770, | Oct 21 2014 | AT&T Intellectual Property I, L.P. | Guided wave coupler, coupling module and methods for use therewith |
9654173, | Nov 20 2014 | AT&T Intellectual Property I, L.P. | Apparatus for powering a communication device and methods thereof |
9661505, | Nov 06 2013 | AT&T Intellectual Property I, L.P. | Surface-wave communications and methods thereof |
9667317, | Jun 15 2015 | AT&T Intellectual Property I, L.P. | Method and apparatus for providing security using network traffic adjustments |
9674711, | Nov 06 2013 | AT&T Intellectual Property I, L.P. | Surface-wave communications and methods thereof |
9680670, | Nov 20 2014 | AT&T Intellectual Property I, L.P. | Transmission device with channel equalization and control and methods for use therewith |
9685992, | Oct 03 2014 | AT&T Intellectual Property I, L.P. | Circuit panel network and methods thereof |
9692101, | Aug 26 2014 | AT&T Intellectual Property I, LP | Guided wave couplers for coupling electromagnetic waves between a waveguide surface and a surface of a wire |
9699785, | Dec 05 2012 | AT&T Intellectual Property I, L.P. | Backhaul link for distributed antenna system |
9705561, | Apr 24 2015 | AT&T Intellectual Property I, L.P. | Directional coupling device and methods for use therewith |
9705571, | Sep 16 2015 | AT&T Intellectual Property I, L P | Method and apparatus for use with a radio distributed antenna system |
9705610, | Oct 21 2014 | AT&T Intellectual Property I, L.P. | Transmission device with impairment compensation and methods for use therewith |
9712350, | Nov 20 2014 | AT&T Intellectual Property I, L.P. | Transmission device with channel equalization and control and methods for use therewith |
9722318, | Jul 14 2015 | AT&T Intellectual Property I, L.P. | Method and apparatus for coupling an antenna to a device |
9729197, | Oct 01 2015 | AT&T Intellectual Property I, LP | Method and apparatus for communicating network management traffic over a network |
9735833, | Jul 31 2015 | AT&T Intellectual Property I, L.P.; AT&T Intellectual Property I, LP | Method and apparatus for communications management in a neighborhood network |
9742462, | Dec 04 2014 | AT&T Intellectual Property I, L.P. | Transmission medium and communication interfaces and methods for use therewith |
9742521, | Nov 20 2014 | AT&T Intellectual Property I, L.P. | Transmission device with mode division multiplexing and methods for use therewith |
9748626, | May 14 2015 | AT&T Intellectual Property I, L.P. | Plurality of cables having different cross-sectional shapes which are bundled together to form a transmission medium |
9749013, | Mar 17 2015 | AT&T Intellectual Property I, L.P. | Method and apparatus for reducing attenuation of electromagnetic waves guided by a transmission medium |
9749053, | Jul 23 2015 | AT&T Intellectual Property I, L.P. | Node device, repeater and methods for use therewith |
9749083, | Nov 20 2014 | AT&T Intellectual Property I, L.P. | Transmission device with mode division multiplexing and methods for use therewith |
9755697, | Sep 15 2014 | AT&T Intellectual Property I, L.P. | Method and apparatus for sensing a condition in a transmission medium of electromagnetic waves |
9762289, | Oct 14 2014 | AT&T Intellectual Property I, L.P. | Method and apparatus for transmitting or receiving signals in a transportation system |
9768833, | Sep 15 2014 | AT&T Intellectual Property I, L.P. | Method and apparatus for sensing a condition in a transmission medium of electromagnetic waves |
9769020, | Oct 21 2014 | AT&T Intellectual Property I, L.P. | Method and apparatus for responding to events affecting communications in a communication network |
9769128, | Sep 28 2015 | AT&T Intellectual Property I, L.P. | Method and apparatus for encryption of communications over a network |
9780834, | Oct 21 2014 | AT&T Intellectual Property I, L.P. | Method and apparatus for transmitting electromagnetic waves |
9787412, | Jun 25 2015 | AT&T Intellectual Property I, L.P. | Methods and apparatus for inducing a fundamental wave mode on a transmission medium |
9788326, | Dec 05 2012 | AT&T Intellectual Property I, L.P. | Backhaul link for distributed antenna system |
9793951, | Jul 15 2015 | AT&T Intellectual Property I, L.P. | Method and apparatus for launching a wave mode that mitigates interference |
9793954, | Apr 28 2015 | AT&T Intellectual Property I, L.P. | Magnetic coupling device and methods for use therewith |
9793955, | Apr 24 2015 | AT&T Intellectual Property I, LP | Passive electrical coupling device and methods for use therewith |
9794003, | Dec 10 2013 | AT&T Intellectual Property I, L.P. | Quasi-optical coupler |
9800327, | Nov 20 2014 | AT&T Intellectual Property I, L.P. | Apparatus for controlling operations of a communication device and methods thereof |
9806818, | Jul 23 2015 | AT&T Intellectual Property I, LP | Node device, repeater and methods for use therewith |
9819649, | Oct 30 1998 | VirnetX, Inc. | System and method employing an agile network protocol for secure communications using secure domain names |
9820146, | Jun 12 2015 | AT&T Intellectual Property I, L.P. | Method and apparatus for authentication and identity management of communicating devices |
9831912, | Apr 24 2015 | AT&T Intellectual Property I, LP | Directional coupling device and methods for use therewith |
9836957, | Jul 14 2015 | AT&T Intellectual Property I, L.P. | Method and apparatus for communicating with premises equipment |
9838078, | Jul 31 2015 | AT&T Intellectual Property I, L.P. | Method and apparatus for exchanging communication signals |
9838896, | Dec 09 2016 | AT&T Intellectual Property I, L P | Method and apparatus for assessing network coverage |
9847566, | Jul 14 2015 | AT&T Intellectual Property I, L.P. | Method and apparatus for adjusting a field of a signal to mitigate interference |
9847850, | Oct 14 2014 | AT&T Intellectual Property I, L.P. | Method and apparatus for adjusting a mode of communication in a communication network |
9853342, | Jul 14 2015 | AT&T Intellectual Property I, L.P. | Dielectric transmission medium connector and methods for use therewith |
9860075, | Aug 26 2016 | AT&T Intellectual Property I, L.P.; AT&T Intellectual Property I, L P | Method and communication node for broadband distribution |
9860283, | Oct 30 1998 | VIRNETX, INC | Agile network protocol for secure video communications with assured system availability |
9865911, | Jun 25 2015 | AT&T Intellectual Property I, L.P. | Waveguide system for slot radiating first electromagnetic waves that are combined into a non-fundamental wave mode second electromagnetic wave on a transmission medium |
9866276, | Oct 10 2014 | AT&T Intellectual Property I, L.P. | Method and apparatus for arranging communication sessions in a communication system |
9866309, | Jun 03 2015 | AT&T Intellectual Property I, LP | Host node device and methods for use therewith |
9871282, | May 14 2015 | AT&T Intellectual Property I, L.P. | At least one transmission medium having a dielectric surface that is covered at least in part by a second dielectric |
9871283, | Jul 23 2015 | AT&T Intellectual Property I, LP | Transmission medium having a dielectric core comprised of plural members connected by a ball and socket configuration |
9871558, | Oct 21 2014 | AT&T Intellectual Property I, L.P. | Guided-wave transmission device and methods for use therewith |
9876264, | Oct 02 2015 | AT&T Intellectual Property I, LP | Communication system, guided wave switch and methods for use therewith |
9876570, | Feb 20 2015 | AT&T Intellectual Property I, LP | Guided-wave transmission device with non-fundamental mode propagation and methods for use therewith |
9876571, | Feb 20 2015 | AT&T Intellectual Property I, LP | Guided-wave transmission device with non-fundamental mode propagation and methods for use therewith |
9876584, | Dec 10 2013 | AT&T Intellectual Property I, L.P. | Quasi-optical coupler |
9876587, | Oct 21 2014 | AT&T Intellectual Property I, L.P. | Transmission device with impairment compensation and methods for use therewith |
9876605, | Oct 21 2016 | AT&T Intellectual Property I, L.P. | Launcher and coupling system to support desired guided wave mode |
9882257, | Jul 14 2015 | AT&T Intellectual Property I, L.P. | Method and apparatus for launching a wave mode that mitigates interference |
9882277, | Oct 02 2015 | AT&T Intellectual Property I, LP | Communication device and antenna assembly with actuated gimbal mount |
9882657, | Jun 25 2015 | AT&T Intellectual Property I, L.P. | Methods and apparatus for inducing a fundamental wave mode on a transmission medium |
9887447, | May 14 2015 | AT&T Intellectual Property I, L.P. | Transmission medium having multiple cores and methods for use therewith |
9893795, | Dec 07 2016 | AT&T Intellectual Property I, LP | Method and repeater for broadband distribution |
9904535, | Sep 14 2015 | AT&T Intellectual Property I, L.P. | Method and apparatus for distributing software |
9906269, | Sep 17 2014 | AT&T Intellectual Property I, L.P. | Monitoring and mitigating conditions in a communication network |
9911020, | Dec 08 2016 | AT&T Intellectual Property I, L P | Method and apparatus for tracking via a radio frequency identification device |
9912027, | Jul 23 2015 | AT&T Intellectual Property I, L.P. | Method and apparatus for exchanging communication signals |
9912033, | Oct 21 2014 | AT&T Intellectual Property I, LP | Guided wave coupler, coupling module and methods for use therewith |
9912381, | Jun 03 2015 | AT&T Intellectual Property I, LP | Network termination and methods for use therewith |
9912382, | Jun 03 2015 | AT&T Intellectual Property I, LP | Network termination and methods for use therewith |
9912419, | Aug 24 2016 | AT&T Intellectual Property I, L.P. | Method and apparatus for managing a fault in a distributed antenna system |
9913139, | Jun 09 2015 | AT&T Intellectual Property I, L.P. | Signal fingerprinting for authentication of communicating devices |
9917341, | May 27 2015 | AT&T Intellectual Property I, L.P. | Apparatus and method for launching electromagnetic waves and for modifying radial dimensions of the propagating electromagnetic waves |
9927517, | Dec 06 2016 | AT&T Intellectual Property I, L P | Apparatus and methods for sensing rainfall |
9929755, | Jul 14 2015 | AT&T Intellectual Property I, L.P. | Method and apparatus for coupling an antenna to a device |
9930668, | May 31 2013 | AT&T Intellectual Property I, L.P. | Remote distributed antenna system |
9935703, | Jun 03 2015 | AT&T Intellectual Property I, L.P. | Host node device and methods for use therewith |
9947982, | Jul 14 2015 | AT&T Intellectual Property I, LP | Dielectric transmission medium connector and methods for use therewith |
9948333, | Jul 23 2015 | AT&T Intellectual Property I, L.P. | Method and apparatus for wireless communications to mitigate interference |
9948354, | Apr 28 2015 | AT&T Intellectual Property I, L.P. | Magnetic coupling device with reflective plate and methods for use therewith |
9948355, | Oct 21 2014 | AT&T Intellectual Property I, L.P. | Apparatus for providing communication services and methods thereof |
9954286, | Oct 21 2014 | AT&T Intellectual Property I, L.P. | Guided-wave transmission device with non-fundamental mode propagation and methods for use therewith |
9954287, | Nov 20 2014 | AT&T Intellectual Property I, L.P. | Apparatus for converting wireless signals and electromagnetic waves and methods thereof |
9960808, | Oct 21 2014 | AT&T Intellectual Property I, L.P. | Guided-wave transmission device and methods for use therewith |
9967002, | Jun 03 2015 | AT&T INTELLECTUAL I, LP | Network termination and methods for use therewith |
9967173, | Jul 31 2015 | AT&T Intellectual Property I, L.P.; AT&T Intellectual Property I, LP | Method and apparatus for authentication and identity management of communicating devices |
9967240, | Oct 30 1998 | VIRNETX, INC | Agile network protocol for secure communications using secure domain names |
9973299, | Oct 14 2014 | AT&T Intellectual Property I, L.P. | Method and apparatus for adjusting a mode of communication in a communication network |
9973416, | Oct 02 2014 | AT&T Intellectual Property I, L.P. | Method and apparatus that provides fault tolerance in a communication network |
9973940, | Feb 27 2017 | AT&T Intellectual Property I, L.P.; AT&T Intellectual Property I, L P | Apparatus and methods for dynamic impedance matching of a guided wave launcher |
9991580, | Oct 21 2016 | AT&T Intellectual Property I, L.P. | Launcher and coupling system for guided wave mode cancellation |
9997819, | Jun 09 2015 | AT&T Intellectual Property I, L.P. | Transmission medium and method for facilitating propagation of electromagnetic waves via a core |
9998870, | Dec 08 2016 | AT&T Intellectual Property I, L P | Method and apparatus for proximity sensing |
9998932, | Oct 02 2014 | AT&T Intellectual Property I, L.P. | Method and apparatus that provides fault tolerance in a communication network |
9999038, | May 31 2013 | AT&T Intellectual Property I, L P | Remote distributed antenna system |
Patent | Priority | Assignee | Title |
Executed on | Assignor | Assignee | Conveyance | Frame | Reel | Doc |
Mar 04 2005 | Microsoft Corporation | (assignment on the face of the patent) | / | |||
Oct 14 2014 | Microsoft Corporation | Microsoft Technology Licensing, LLC | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 034543 | /0001 |
Date | Maintenance Fee Events |
Mar 17 2010 | ASPN: Payor Number Assigned. |
Mar 18 2013 | M1551: Payment of Maintenance Fee, 4th Year, Large Entity. |
Oct 09 2017 | REM: Maintenance Fee Reminder Mailed. |
Mar 26 2018 | EXP: Patent Expired for Failure to Pay Maintenance Fees. |
Date | Maintenance Schedule |
Feb 23 2013 | 4 years fee payment window open |
Aug 23 2013 | 6 months grace period start (w surcharge) |
Feb 23 2014 | patent expiry (for year 4) |
Feb 23 2016 | 2 years to revive unintentionally abandoned end. (for year 4) |
Feb 23 2017 | 8 years fee payment window open |
Aug 23 2017 | 6 months grace period start (w surcharge) |
Feb 23 2018 | patent expiry (for year 8) |
Feb 23 2020 | 2 years to revive unintentionally abandoned end. (for year 8) |
Feb 23 2021 | 12 years fee payment window open |
Aug 23 2021 | 6 months grace period start (w surcharge) |
Feb 23 2022 | patent expiry (for year 12) |
Feb 23 2024 | 2 years to revive unintentionally abandoned end. (for year 12) |