Secure end-to-end transport through intermediary nodes

Information

  • Patent Grant
  • 8549587
  • Patent Number
    8,549,587
  • Date Filed
    Tuesday, February 14, 2012
    13 years ago
  • Date Issued
    Tuesday, October 1, 2013
    11 years ago
Abstract
A communication network encrypts a first portion of a transaction associated with point-to-point communications using a point-to-point encryption key. A second portion of the transaction associated with end-to-end communications is encrypted using an end-to-end encryption key.
Description
BACKGROUND

Security is a concern when information is transferred over the Internet. Encryption technology may be used to protect data transferred between two nodes communicating across a network such as the Internet. The Internet infrastructure involved in transferring a particular set of data may include one or more intermediary network processing nodes that need to process different portions of the data in order to correctly route the packets between the two endpoints.


The intermediary network processing nodes may be given access to the encryption key used to encrypt the data. However, decrypting the packets at the intermediary points presents a security risk. For example, an eavesdropper may be able to access the data after being decrypted at the intermediary network processing nodes.


The present invention addresses this and other problems associated with the prior art.


SUMMARY

A communication node encrypts a first portion of a transaction associated with point-to-point communications using a point-to-point encryption key corresponding to a first security association. A second portion of the transaction associated with end-to-end communications is encrypted using an end-to-end encryption key corresponding to a second security association.


The foregoing and other objects, features and advantages of the invention will become more readily apparent from the following detailed description of a preferred embodiment of the invention which proceeds with reference to the accompanying drawings.





BRIEF DESCRIPTION OF THE DRAWINGS


FIG. 1 is a block diagram showing how encryption keys are exchanged in a communication network.



FIG. 2 is a block diagram showing how data is encrypted according to the encryption keys.



FIG. 3 is a block diagram showing how multiple encryption keys are exchanged between different servers in the communication network.



FIG. 4 is a diagram showing how different types of data are encrypted using different encryption keys.



FIG. 5 is a diagram showing an encryption schema used for encrypting transactions.



FIGS. 6-8 are block diagrams showing how different devices in the communication network use the encryption schema to encrypt and decrypt transactions.



FIG. 9 shows how a large transaction is encoded into multiple packets.





DETAILED DESCRIPTION

The transfer of different types of data may be referred to below generally as a transaction. These transactions can be used for transferring email data, calendars, contacts, tasks, notes, electronic documents, files or any other type of control or content data.



FIG. 1 shows one embodiment of a communication network 12 that includes a mobile network 14, an enterprise network 18, and a communication management system 16 that manages communications between the mobile network 14 and the enterprise network 14. The mobile network 14 includes mobile devices 21 that communicate with an IP infrastructure through a wireless or landline service provider. Since mobile networks 14 are well known, they are not described in further detail.


The enterprise network 18 can be any business network, individual user network, or local computer system that maintains local email or other data for one or more users. In the embodiment shown in FIG. 1, the enterprise network 18 includes an email server 34 that contains a user mailbox 44 accessible using a Personal Computer (PC) 38. In one example, the email server 34 may be a Microsoft® Exchange® server and the PC 38 may access the mailbox 44 through a Microsoft® Outlook® software application. The mailbox 44 may contain emails, contact lists, calendars, tasks, notes, or any other type of data or electronic document.


The PC 38 is connected to the email server 34 over a Local Area Network (LAN) 35. The PC 38 includes memory 39 for storing local files that may include personal email data as well as any other types of electronic documents. Personal client software 40 is executed by a processor 37 in the PC 38. The personal client 40 enables access to email, calendars, and contact information as well as local files for mobile device 21.


The communication management system 16 includes at least one management server 28 that includes a processor 33. The processor operates a transfer agent 31 that manages the transactions between the mobile device 21 and the enterprise network 18. A user database 42 includes configuration information for different users of a mobile communication server. For example, the user database 42 may include login data for user of the mobile communication server. While referred to as a management system 16 and management server 28, this can be any intermediary system that includes one or more intermediary servers that operate between the mobile network 14 and the enterprise or private network 18.


The personal client 40 makes an outbound connection 25 to the management server 28. The personal client 40 registers the presence of a particular user to the management server 28 and negotiates a security association specifying a cryptographic ciphersuite (including encryption cipher, key length, and digital signature algorithm) and a unique, secret point-to-point encryption key 29 over connection 25. In one example, the key 29 is an Advanced Encryption Standard (AES) key, which is negotiated using the Diffie-Hellman cryptographic algorithm. Of course, encryption ciphers other than AES can also be used. The encryption key 29 enables secure communication between management server 28 and PC 38 over connection 25.


The mobile device 21 negotiates a point-to-point security association, specifying a cryptographic ciphersuite and a unique encryption key 27, with the management server 28. In one example, the point-to-point encryption key 27 is an AES encryption key. The negotiated security association that includes encryption key 27 enables secure point-to-point communication between the mobile device 21 and the management server 28 over connection 23. Each different mobile device 21 must negotiate a different security association that includes a unique encryption key 27 with the management server 28.


The point-to-point encryption key 27 may be used for encrypting control data that needs to be transferred between the mobile device 21 and management server 28. The point-to-point encryption key 29 may be used for encrypting control data that needs to be transferred between the management server 28 and personal client 40. For example, the control data may include login information and transaction routing information.


An end-to-end security association, specifying a cryptographic ciphersuite and a unique encryption key 46, is negotiated between the mobile device 21 and the personal client 40. In one example, the end-to-end encryption key 46 is an AES encryption key. The end-to-end encryption key 46 is used for encrypting transaction payloads transferred between personal client 40 and mobile device 21. For example, the end-to-end encryption key 46 may be used for encrypting the content of emails, files, file path names, contacts, notes, calendars, electronic documents and any other type of data that needs to be securely transferred between mobile device and the PC. The end-to-end encryption key 46 is only known by the mobile device 21 and the personal client 40. Data encrypted using the end-to-end key 46 cannot be decrypted by the management server 28.



FIG. 2 shows an example of a synchronization transaction 60A sent by the mobile device 21 requesting retrieval of the latest email messages in mailbox 44. One portion 63A of the synchronization transaction 60A is encrypted by the mobile device 21 using the point-to-point encryption key 27 (FIG. 1). Another portion 65 of synchronization transaction 60A is encrypted using the end-to-end encryption key 46. Another third portion 61A of the synchronization transaction 60 may not be encrypted at all. The mobile device 21 sends the synchronization transaction 60A to the management server 28 over connection 23.


The management server 28 decrypts the portion 63A of the transaction 60 encrypted using the point-to-point encryption key 27. Since server 28 does not have encryption key 46, portion 65 is not decrypted. The management server 28 decodes any unencrypted data 61A and the decrypted point-to-point data 63A to determine how to process the synchronization transaction 60A. Part of the processing may include re-encrypting some or all of the decrypted data 63A back into point-to-point encrypted data 63B using encryption key 29. The management server 28 may also modify or add to the unencrypted data 61A to generate new unencrypted data 61B. The unencrypted data 61B and the re-encrypted point-to-point data 63B are combined with the end-to-end encrypted data 65 to generate new synchronization transaction 60B. The transaction 60B is transported to personal client 40 over the connection 25.


The personal client 40 decrypts the point-to-point encrypted data 63B using the encryption key 29 and decrypts the end-to-end encrypted data 65 using the encryption key 46. The personal client 40 obtains email messages 62 from the mailbox 44 pursuant to the decrypted instructions in synchronization transaction 60B. The personal client 40 encrypts the content of the email messages 62 using the end-to-end encryption key 46.


The personal client 40 generates a response transaction 66A that may attach an envelope 64A to the end-to-end encrypted email messages 62. The envelope 64A may contain communication parameters identifying transaction 66A as a response to the synchronization transaction 60B and may contain other message parameters such as the size of the email messages 62.


Some or all of the envelope 64A may be encrypted using the point-to-point encryption key 29. The personal client 40 then sends message 66A to the management server 28. The management server 28 decrypts the envelope 64A using the point-to-point encryption key 29 and processes the decrypted data necessary for forwarding the response transaction 66A to the mobile device 21. The payload 62 in the response transaction 66A is not decrypted since the management server 28 does not have access to end-to-end key 46.


The management server 28 re-encrypts some or all of the information in envelope 64A into envelope 64B. The envelope 64B is re-encrypted using the point-to-point key 27. A response message 66B is generated that includes the envelope 64B and end-to-end encrypted payload 62.


The response message 66B is transported to mobile device 21 over connection 23. The mobile device 21 decrypts the envelope 64B using encryption key 27 and decrypts the payload 62 using the encryption key 46. The decrypted payload 62 is then displayed on the mobile device 21. For example, emails from the mailbox 44 are displayed on the mobile device 21.



FIG. 3 shows another embodiment of the invention. The communication management system 16 may include multiple servers 70, 72 and 74 that each perform different communication management tasks. Transactions 71 and 73 sent between mobile device 21 and PC 38 may need to be processed by different combinations of servers 70, 72 and 74.


Encryption key 76 is negotiated between server 70 and server 74, encryption key 78 is negotiated between server 70 and server 72, and encryption key 80 is negotiated between server 72 and server 74. The negotiated encryption keys 76, 78 and 80 are used when processing the transactions 71 and 73.


For example, the transaction 73 may be sent from personal client 40 to server 74. The personal client 40 encrypts some or all of the envelope 75 in transaction 73 using the encryption key 29 and encrypts a payload 77 using encryption key 46. After receiving transaction 73, server 74 decrypts envelope 75 using encryption key 29.


Server 74 may then need to send the transaction 73 to server 70. Server 74 re-encrypts the decrypted envelope 75 using encryption key 76. Upon receiving message 73, server 70 decrypts envelope 75 using encryption key 76. After processing the contents, the server 70 re-encrypts the envelope 75 using the encryption key 27 previously negotiated with mobile device 21. The transaction 73 is then sent from server 70 to mobile device 21. Similar to FIG. 2, the servers 70, 72 and 74 never have access to the encrypted payload 77 in transaction 73.


A synchronization transaction 71 on the other hand may need to be processed by all three servers 70, 72 and 74. A portion of the synchronization transaction 71 is encrypted using encryption key 27 when transported from mobile device 21 to server 70. Encryption key 78 is used for encrypting a portion of transaction 71 when transported from server 70 to server 72. Encryption key 80 is used to encrypt a portion of synchronization transaction 71 when transported from server 72 to server 74. Encryption key 29 is then used when the transaction 71 is transported from server 74 to PC 38.


Algorithms exist that allow secure negotiation of encryption keys between two nodes that are communicating directly with each other or that are communicating through intermediary nodes. One example of an encryption algorithm that allows secure key negotiation regardless of network topology is Elliptic Curve Cryptography Diffie-Hellman (ECC-DH).



FIG. 4 shows how encryption is performed differently for different types of data or for data associated with different destinations. Transaction 82 includes content data 88 such as the contents of an email message, an electronic document, or any other type of information that should only be accessed by two endpoints. The content data 88 is encrypted using an end-to-end encryption key.


A second portion 86 of transaction message 82 may include control information that only needs to be processed by one particular server. In this case, control data 86 is encrypted using a first point-to-point encryption key. A third portion of data 84 in transaction 82 may have other control information, for example, error checking data, that needs to be processed by a different server. Accordingly, the error checking data 84 is encrypted using a second point-to-point encryption key different than either of the other two encryption keys used for encrypting data 88 and 86.



FIG. 5 explains in more detail how an encryption scheme is used by the mobile device 21, management server 28, and personal client 40 when processing transactions between a source and a target device. In the example below, the mobile device 21 is operating as a source for sending a transaction 90. The transaction 90 requests personal client 40 to send a document 92 located in a personal directory in local memory 39 of PC 38. The personal client 40 operates as a target for the transaction 90 and the management server 28 operates as the transfer agent for transferring the transaction 90 from the mobile device 21 to the personal client 40.


It should be understood that this is only an example, and the devices shown in FIG. 5 can process many different types of transactions. For example, the transaction 90 may request synchronization of emails in the PC 38 with emails in the mobile device 21. Further, any device can operate as a source or target for the transaction. For example, the personal client 40 operates as a source and the mobile device 21 operates as a target when a transaction 91 is sent as a reply to request 90.


The mobile device 21, management server 28, and the personal client 40 are all configured with an encryption schema 94 that identifies how specific items in the transaction 90 are to be encrypted. Each device is also configured with different security associations as described above in FIGS. 1-3. For example, the mobile device 21 has both Point-to-Point (PP) key 27 and End-to-End (EE) key 46. Management server 28 has PP key 27 and PP key 29, and the PC 38 has PP key 29 and EE key 46.


Referring to FIGS. 5 and 6, the mobile device 21 in block 100 forms the request transaction 90. One example of a request is as follows.


















Request:
{auth_token = “abc”,




device_id = “xyz”,




method_id = “GetDocument”,




args = {path = “/docs”}




}










Mobile device 21 attaches an auth_token to transactions sent to the management server 28. For example, the mobile device 21 may be required to authenticate to the management server 28 by transmitting a username and password prior to being permitted to submit other transactions for processing. The server 28 issues the mobile device 21 an auth_token after successfully validating the username and password against information in the user database 42. The mobile device 21 then attaches the auth_token to subsequent transactions sent to the management server 28. The management server 28 uses the auth_token to identify and authenticate the source of each transaction and to determine where to route the transaction.


The device_id identifies the particular mobile device 21 sending the request 90. The device_id may be necessary for example when a user has more than one mobile device. The personal client 40 can use different device_id values to track when synchronization information was last sent to each of multiple different mobile devices. The device_id can also be used by either the management server 28 or the personal client 40 to determine how to format data sent to particular types of mobile devices 21. For example, data may need to be formatted differently for a cell phone as opposed to a personal computer. The device_id can also be used to correlate a known security association with a particular mobile device.


The method_id item in the example identifies a particular function GetDocument associated with request 90. The method_id item also requires the inclusion of related argument items that identify the parameters for the GetDocument function. For example, the argument items might include the expression path=“/docs” identifying the pathname where the requested documents are located.


Block 102 in FIG. 6 establishes the encryption schema 94 previously shown in FIG. 5. One example of an encryption schema 94 is shown below illustrating how the example GetDocument request shown above would be handled in the specific case of communication between the mobile device 21 and the management server 28.


















Encryption schema:
{GetDocument =









{clear = [“device id”],



pp = [“auth_token”, “user_id”],



ee = [“args.path”]



}



default = { pp }









}










Any items that do not require encryption are assigned to the data channel labeled “clear”. For example, the device_id item in the example is assigned to the channel “clear”. Items requiring the use of point-to-point encryption are assigned to data channel “pp” and therefore are encrypted using the PP key 27 as shown in FIG. 5. In this example the auth_token is assigned to the “pp” channel and encrypted using the PP key 27. Items requiring end-to-end encryption are assigned to the “ee” channel and encrypted using the EE key 46 shown in FIG. 5. In this example the “args.path” item is assigned to the “ee” channel and encrypted using the EE key 46.


In this example, any item that is not explicitly declared in the encryption schema 94 is assigned by default to the “pp” channel. Since the method id item has not been specifically declared in the encryption schema 94, it is assigned to the “pp” channel by default and encrypted using the PP key 27.


It is important to note that the context of the communication determines the specific security association selected for encryption of a channel. For example, the first “pp” channel between mobile device 21 and management server 28 uses a security association different from the one established for the second, independently established “pp” channel between management server 28 and personal client 40. In this example, the first “pp” channel would employ the PP key 27 in FIG. 5 for transactions between device and server, while the second “pp” channel would use the PP key 29 for transactions between server and client. Because each security association is independently negotiated, the differences between the two aforementioned “pp” channels could extend beyond each channel having a unique key to include different key lengths (i.e. 256 bit vs. 128 bit), encryption ciphers (i.e. Triple DES vs. AES), digital signature algorithm (i.e. SHA1 vs. MD5), or other security parameters.


In order to prepare the request 90 for transmission, the mobile device 21 in block 104 of FIG. 6 performs a pattern match of the request 90 using the encryption schema 94. This pattern match separates the items in request 90 into different channels. One example of the different channels is shown below. In this example, the items in each channel are associated with predefined security associations: clear, pp, and ee.















Channels:
{clear = { device_id = “xyz”}



pp = {auth_token = “abc”, method id = “GetDocument”}



ee = {args = {path = {path = “/docs”} } }



}









In block 106, the channel contents are encoded (via a process commonly known as serialization) into arrays of bits or bytes referred to as data groups. These groupings of bits or bytes are referred to generally below as arrays but can be any type of partition, group, etc.


The contents of the clear channel are encoded into an array of bits referred to as data_group_1, the contents of the pp channel are encoded into an array of bits referred to as data_group_2, and the contents of the ee channel are encoded into an array of bits referred to as data_group_3. The contents of each channel need to be encoded into bit arrays so that they can be encrypted. The contents of the channels after being encoded into bit arrays are represented as follows.


















Encoded




Channels:
{clear = data_group_1




pp = data_group_2




ee = data_group_3}










The bit arrays are then encrypted in block 108 according, to, the security association parameters for each channel. According to the encryption schema 94, bits in the clear channel (data_group_1) are not encrypted. The bits in the pp channel data_group_2 are encrypted using the point-to-point security association between mobile device 21 and management server 28, using PP key 27, and are referred to after encryption as pp_data_group_2. The bits in the ee channel data_group_3 are encrypted using the end-toend security association between mobile device 21 and personal client 40, using EE key 46, and are referred to after encryption as ee_data_group_3. The data groups are represented as follows after encryption:


















Encoded




Channels:
{clear = data_group_1




pp = pp_data_group_2




ee = ee_data_group_3}










The bits making up the encrypted and unencrypted channels are then encoded into one or more packets in block 110. For clarity, the description below will refer to a single packet, however, the data from the channels may be contained in multiple packets. Some of the contents of the packet are shown below.












Packet


















Header
length




version




flags



Payload
count = 3




“clear”




data_group_1




“pp”




pp_data_group_2




“ee”




ee_data_group_3










Information in the packet header may include the packet length, a version number, and other flags. The packet payload includes a count identifying 3 pairs of items. The three items include the non-encrypted contents in the clear channel, the pp encrypted contents of the pp channel, and the ee encrypted contents of the ee channel. The packet is then transported by mobile device 21 in block 112 to the management server 28.


Referring to FIGS. 5 and 7, the transfer agent operating in server 28 receives the packet in block 114. The bits in the packet are separated in block 116 back into the different channels clear=data_group_1, pp=pp_data_group_2, and ee=ee_data_group_3.


The data in the clear channel does not need to be decrypted. The transfer agent in block 118 decrypts the only bits in channels for which it has a known security association. The transfer agent, as a member of the point-to-point security association between mobile device 21 and management server 28, possesses the PP key 27 and therefore decrypts the contents of the pp channel. The transfer agent is not a member of the end-to-end security association between mobile device 21 and personal client 40, does not have the EE key 46 and therefore does not decrypt the data in the ee channel. Decryption produces the following data groups: clear′=data_group_1, pp=data_group_2, and ee=ee_data_group_3.


The transfer agent in block 120 decodes the contents of the clear and pp channels. The contents of the encrypted ee channel are not decoded, but instead are maintained in an unmodified state for eventual transport to the personal client 40. Decoding produces the following contents.















Decoded



Channels:
{clear = {device id = “xyz”}



pp = {auth token = “abc”, method id = “GetDocument”}



ee=ee_data_group_3



}










In block 122 a partial request is formed by merging the items of the clear and pp channels. The partial request in this example could look similar to the following:


















Partial Request:
{auth_token = “abc”,




device_id = “xyz”,




method_id = “GetDocument”,




args = { }




encrypted = {ee=ee_data_group_3}




}










The transfer agent in block 124 processes the partial request. In this example, the transfer agent may verify the request is authorized by matching the value of auth token (“abc”) with contents in the user database 42 (FIG. 5). The auth_token and the method_id (“GetDocument”) indicate that the transaction 90 is a document request directed to the personal client 40.


The transfer agent may identify a user id=“joe” associated with the auth_token=“abc” and generate the following new request.


















New Request:
{user_id = “joe”,




device_id = “xyz”,




method_id = “GetDocument”,




args = { }




encrypted = {ee=ee_data_group_3}




}










In block 126 the transfer agent performs another pattern match of the new request with the encryption schema 94 to reform the channel contents associated with the different security associations. In this example, the items in the clear, pp, and ee channels are fairly similar to the items originally sent by the mobile device 21. The reformed channel contents are shown below.


















Channels Reformed




by Transfer Agent:
{clear = device_id = “xyz”}




pp = {user_id = “joe”, method_id =




“GetDocument”}




ee = ee_data_group_3




}










The transfer agent in block 128 encodes the contents of the clear channel into a bit array (clear=data_group_1). Since the encryption schema 28 defines no encryption for the clear channel, the bit array data_group_1 is not encrypted. The contents of the pp channel are encoded into a bit array pp=data_group_2 and then encrypted using the point-to-point security association between the management server 28 and the personal client 40, using PP key 29, forming the encrypted bit array pp=pp_data_group. The contents of the ee channel have never been decrypted or decoded by the transfer agent and therefore do not need to be re-encoded or encrypted. The following represents the bit arrays for reformed transaction.


















Encoded/encrypted




Channels:
{clear = data_group_1




pp = pp_data_group_2




ee = ee_data_group_3}










The transfer agent in block 130 encodes the channel contents into a packet format similar to that shown above. The packet is then transported to the personal agent 40 in block 132.


Referring to FIGS. 5 and 8, the personal client 40 is the target of the transaction 90. The personal client 40 receives the packet in block 140 and separates the bits in the packet back into channels in block 142.


















Encoded/encrypted




Channels:
{clear = data_group_1




pp = pp_data_group_2




ee = ee_data_group_3}











The personal client 40 has the PP key 29, the EE key 46, and knowledge of the relevant security associations. Therefore the contents of both the pp channel and the ee channel are decrypted in block 144 generating the following decrypted bit arrays.


















Decrypted




Channels:
{clear = data_group_1




pp = data_group_2




ee = data_group_3}










The contents of the channels are then decoded in block 146 generating the following request items.


















Decoded




Channels:
{clear = { device_id = “xyz”}




pp = {user_id = “joe”,




method_id = “GetDocument”}




ee = {args = {path = “/docs”}




}











The contents of the channels are then merged together in block 148 forming the reformed request 90 with the auth_token replaced with the user_id.


















Request 90:
{device_id = “xyz”,




user_id = “joe”,




method_id = “GetDocument”




args = {path = “/docs”}




}










The personal client 40 processes the request 90 in block 150. Pursuant to the request 90, the personal client 40 retrieves the identified documents and then creates a reply transaction 91 (FIG. 5) in a manner similar to mobile device 21 formed request 90. For example, the retrieved documents are encrypted using the end-to-end security association between the personal client 40 and the mobile device 21, using EE key 46. Some or all of the control information in the reply 91 is encrypted using the point-to-point security association between the personal client 40 and the management server 28, which includes PP key 29. The reply 91 may look similar to the following.


















Request 91:
{method_id = “GetDocumentResponse”,




args = {document = xxx,









size = 5123,



content_type = “text/plain”,



name = “readme.txt”}









}










According to the encryption schema, the method id may be encrypted using the PP key 29 and the remainder of the contents in reply 91 may be encrypted using the EE key 46.


Data Streaming


Referring to FIG. 9, multiple packets 162-174 are used for transporting different portions of the same transaction 160. The multipacket transaction 160 may be used when one or more large documents are transferred between personal client 40 and the mobile device 21.


In one example, predetermined maximum packet length is configured to be 1000 bytes. If the transaction 160 is determined to be less than 1000 bytes, the contents of the clear, pp, and ee channels are encoded into a single packet. However, in this example, it is determined that 500 bytes of data exist in the pp channel and 4500 bytes of data exist in the ee channel. All the contents of the pp channel are encoded into a 500 byte packet 164. The data from the ee channel is encoded into four separate 1000 byte packets 166-174 and one 500 byte packet 174.


A header packet 162 is formed that identifies all the packets 162-174 as part of the same transaction 160. The data in the header packet 162 is unencrypted. Since the header packet 162 is unencrypted, it can also contain data from the clear channel. Alternatively, data from the clear channel can be encoded into a separate unencrypted packet. The header packet 162 identifies 500 bytes of data encrypted using the PP encryption key and 4,500 bytes of data encrypted using the EE encryption key.


The node receiving the message 160 reads the header 162 and determines the transaction 160 is a multipacket message (streaming=true). In one embodiment, the clear packet header 162 always comes first and is immediately followed by the pp packet 164. The pp packet 164 is immediately followed by .ee packets 166-174. This order can be guaranteed using protocols such as Transmission Control Protocol/Internet Protocol (TCP/IP). Transmitting the packets in this predetermined order eliminates having to attach labels to each packet to identify the type of encryption. Alternatively, sequence numbers can be assigned to the packets 162-174.


The node receiving transaction 160 may receive, decrypt and decode different portions of the transaction 160 at a time. For example, the processing node may first process the unencrypted clear data in the header packet 162 to determine if the transaction 160 is unauthorized. If the transaction is not authorized, the processing node can discard the remainder of the transaction 160 without having to decrypt and decode the pp packet 164 and ee packets 166-174.


If the information in the header packet 162 is authorized, the processing node decrypts and decodes data in the pp packet 164. If the data in the pp packet 164 is invalid or has been tampered with, the remaining ee packets 166-174 can be discarded without being further processed.


The system described above can use dedicated processor systems, micro controllers, programmable logic devices, or microprocessors that perform some or all of the operations. Some of the operations described above may be implemented in software and other operations may be implemented in hardware.


For the sake of convenience, the operations are described as various interconnected functional blocks or distinct software modules. This is not necessary, however, and there may be cases where these functional blocks or modules are equivalently aggregated into a single logic device, program or operation with unclear boundaries. In any event, the functional blocks and software modules or features of the flexible interface can be implemented by themselves, or in combination with other operations in either hardware or software.


Having described and illustrated the principles of the invention in a preferred embodiment thereof, it should be apparent that the invention may be modified in arrangement and detail without departing from such principles. We claim all modifications and variation coming within the spirit and scope of the following claims.

Claims
  • 1. A method for independently encrypting channels of data in a transaction, the transaction comprising a transaction message, the method comprising: encryption of a first data channel in the transaction message using a first security association; andencryption of a second data channel in the transaction message using a second security association.
  • 2. A method according to claim 1 further comprising, encryption of an arbitrary number of additional data channels contained within the transaction message using a unique security association for each channel, wherein the first data channel consists of point-to-point control data and the second data channel consists of end-to-end content data.
  • 3. A method according to claim 2 wherein the control data in the first data channel includes transaction authentication and routing information, and the end-to-end content data in the second data channel includes the contents of email messages, electronic files, or other electronic data.
  • 4. A method according to claim 1 including: negotiation of a first encryption key and security association for the first data channel between a mobile device and a server operating as a transfer agent for the transaction; andnegotiation of a second encryption key and security association for the second data channel between a mobile device and a computer operating as an endpoint for the transaction; andnegotiation of a third encryption key and security association for the first data channel between the server and an endpoint.
  • 5. A method according to claim 4 including: decryption of the first data channel at the server using the first encryption key; andre-encryption of the first data channel at the server using the third encryption key.
  • 6. A method according to claim 5 including leaving the second data channel in the transaction at the server encrypted and unmodified.
  • 7. A method according to claim 1 including leaving a third data channel in the transaction unencrypted.
  • 8. A method according to claim 1 including: assigning each item in the transaction to one of the data channels;separating the different items in the transaction according to the assigned data channel;encoding the separated items into data groups;encrypting some or all of the data groups using the security associations assigned to the data channel corresponding to each data group; andencoding the processed data groups into one or more packets.
  • 9. A method according to claim 7 including: receiving the packets;separating the contents of the packets according to the different data channels;decrypting only the separated contents which correspond to known security associations;decoding the decrypted contents into items; andprocessing the transaction according to the decoded items while the contents of data channels with unknown security associations remain encrypted and unmodified.
  • 10. A method according to claim 1 including: encoding a first set of packets containing only the data encrypted using the first security association;encoding a second set of packets containing only the data encrypted using the second security association; andencoding a packet header that contains unencrypted data, the packet header identifying a data size for the first set of packets and the second set of packets; andtransporting the first set of packets and then transporting the second set of packets immediately after the first set of packets.
  • 11. A mobile device, comprising: a processor configured to transmit or to receive a transaction message, the transaction message associated with a transaction, the transaction message having a first portion of data encrypted using a first security association and a second portion of data encrypted using a second security association.
  • 12. A mobile device according to claim 11 wherein the processor is located either in a mobile device, a desktop computer, a server, or another computing node.
  • 13. A mobile device according to claim 11 wherein the first portion of data comprises control information used for transporting the transaction over a network and the second portion of data comprises contents of a file, document, message, or document request.
  • 14. A mobile device according to claim 11 wherein the processor is configured to send the transaction to an intermediary server for forwarding to an endpoint, the processor negotiating a point-to-point encryption key only with the intermediary server and negotiating a end-to-end encryption key only with the endpoint.
  • 15. A mobile device according to claim 11 wherein the processor is configured to separate data items in the transaction into different channels, and is further configured to separately encode and encrypt the data channels according to the corresponding security associations.
  • 16. A mobile device according to claim 11 wherein the processor is configured to encode the transaction into multiple packets, wherein each one of the packets contains data encrypted using the same encryption key.
  • 17. A mobile device according to claim 11 wherein the processor is configured to generate a header that identifies a first set of the packets containing data encrypted using a first encryption key and a second set of the packets containing data encrypted using a second encryption key.
  • 18. A system, comprising: a server configured to: receive a transaction message associated with a transaction, the transaction message containing a first portion of data encrypted using a first known encryption key and a second portion of data encrypted using a second unknown encryption key; anddecrypt the first portion of data to determine how to process the transaction while the second portion of data remains encrypted.
  • 19. A system according to claim 11 wherein the transaction includes a third unencrypted portion of data, the server combining the decrypted first portion of data with the third unencrypted portion of data and processing the transaction according to the combined first and third portions of data.
  • 20. A system according to claim 19 wherein the server is further configured to: re-encrypt at least some of the decrypted first portion of data using a third encryption key; andcombine the re-encrypted first portion of data with the encrypted second portion of data to form a new transaction.
  • 21. A system according to claim 20, further including multiple servers each configured to perform different operations on the transaction while being transported between two endpoints, the multiple servers configured to negotiate point-to-point encryption keys and to encrypt portions of the transaction using the negotiated encryption keys when the transaction is transported between the multiple servers.
  • 22. A method for encrypting information, comprising: associating different types of items in transaction messages associated with transactions with different security associations;processing various different transactions at the network processing device;correlating security associations with different channels in each of the transaction messages.
  • 23. A method according to claim 22 including: encrypting or decrypting the items in the transactions according to the corresponding security associations;configuring the network processing device with different security associations containing encryption keys, the security associations correlated with at least some of the data channels;decrypting only the items from the data channels having corresponding known security associations with configured encryption keys, while keeping the channels without known security associations encrypted; andprocessing the transactions according to the decrypted items.
  • 24. A method according to claim 23 including: re-encrypting only the items in the processed transactions having corresponding security associations while preserving unmodified the data channels without known security associations; andtransporting the transactions containing re-encrypted and/or unmodified data channels to an endpoint.
  • 25. A method according to claim 22 including: separating items in the received transactions into channels associated with the different security associations;encoding the items in each channel into bit arrays; andencrypting or decrypting the bit arrays for each channel according to the associated encryption.
  • 26. A method according to claim 22 including configuring the network processing device with an encryption schema that associates different types of items in the transactions with the different security associations, the network processing device encrypting or decrypting items in various received or transmitted transactions according to the configured encryption schema.
  • 27. A method according to claim 26 including configuring the network processing device with the encryption schema by loading a list of the security associations into the network processing device, the list indexing the different items.
CROSS-REFERENCE TO RELATED APPLICATION(S)

This application is a continuation of U.S. patent application Ser. No. 12/889,252, filed Sep. 23, 2010, entitled SECURE END-TO-END TRANSPORT THROUGH INTERMEDIARY NODES,” which application is a continuation of U.S. patent application Ser. No. 12/875,785 filed Oct. 19, 2007, titled “SECURE TRANSPORT FOR MOBILE COMMUNICATION NETWORK” now U.S. Pat. No. 7,827,597 which issued Nov. 2, 2010, which is a continuation of U.S. patent application Ser. No. 10/339,369 filed Jan. 8, 2003, titled “SECURE TRANSPORT FOR MOBILE COMMUNICATION NETWORK” now U.S. Pat. No. 7,305,700 which issued Dec. 4, 2007, which claims benefit of U.S. Provisional Application No. 60/346,881 filed Jan. 8, 2002, titled “MOBILE DATA SERVICES” and claims benefit of U.S. Provisional Application No. 60/403,249 filed Aug. 12, 2002, titled “MOBILE DATA SERVICES.” The disclosure of each of the aforementioned applications is incorporated herein by reference in their entireties.

US Referenced Citations (1215)
Number Name Date Kind
222458 Connolly et al. Dec 1879 A
447918 Strowger Mar 1891 A
4200770 Hellman et al. Apr 1980 A
4255796 Gabbe et al. Mar 1981 A
4276597 Dissly et al. Jun 1981 A
4531020 Wechselberger et al. Jul 1985 A
4807182 Queen Feb 1989 A
4831582 Miller et al. May 1989 A
4875159 Cary et al. Oct 1989 A
4897781 Chang et al. Jan 1990 A
4972457 O'Sullivan Nov 1990 A
5008853 Bly et al. Apr 1991 A
5159624 Makita Oct 1992 A
5220657 Bly et al. Jun 1993 A
5263157 Janis Nov 1993 A
5283856 Gross et al. Feb 1994 A
5357431 Nakada et al. Oct 1994 A
5384892 Strong Jan 1995 A
5386564 Shearer et al. Jan 1995 A
5392390 Crozier Feb 1995 A
5434994 Shaheen et al. Jul 1995 A
5436960 Campana, Jr. et al. Jul 1995 A
5438611 Campana, Jr. et al. Aug 1995 A
5479472 Campana, Jr. et al. Dec 1995 A
5487100 Kane Jan 1996 A
5491703 Barnaby et al. Feb 1996 A
5493692 Theimer et al. Feb 1996 A
5519606 Frid-Nielsen et al. May 1996 A
5555376 Theimer et al. Sep 1996 A
5559800 Mousseau et al. Sep 1996 A
5572571 Shirai Nov 1996 A
5572643 Judson Nov 1996 A
5574859 Yeh Nov 1996 A
5581749 Hossain et al. Dec 1996 A
5600834 Howard Feb 1997 A
5603054 Theimer et al. Feb 1997 A
5604788 Tett Feb 1997 A
5613012 Hoffman et al. Mar 1997 A
5619507 Tsuda Apr 1997 A
5619648 Canale et al. Apr 1997 A
5623601 Vu Apr 1997 A
5625670 Campana, Jr. et al. Apr 1997 A
5625815 Maier et al. Apr 1997 A
5627658 Connors et al. May 1997 A
5630081 Rybicki et al. May 1997 A
5631946 Campana, Jr. et al. May 1997 A
5632018 Otorii May 1997 A
5634053 Noble et al. May 1997 A
5647002 Brunson Jul 1997 A
5652884 Palevich Jul 1997 A
5664207 Crumpler et al. Sep 1997 A
5666530 Clark et al. Sep 1997 A
5666553 Crozier Sep 1997 A
5680542 Mulchandani et al. Oct 1997 A
5682524 Freund et al. Oct 1997 A
5684990 Boothby Nov 1997 A
5689654 Kikinis et al. Nov 1997 A
5692039 Brankley et al. Nov 1997 A
5696903 Mahany Dec 1997 A
5701423 Crozier Dec 1997 A
5701469 Brandli et al. Dec 1997 A
5704029 Wright, Jr. Dec 1997 A
5706211 Beletic et al. Jan 1998 A
5706502 Foley et al. Jan 1998 A
5706507 Schloss Jan 1998 A
5710918 Lagarde et al. Jan 1998 A
5713019 Keaten Jan 1998 A
5715403 Stefik Feb 1998 A
5717925 Harper et al. Feb 1998 A
5721908 Lagarde et al. Feb 1998 A
5721914 DeVries Feb 1998 A
5727202 Kucala Mar 1998 A
5729549 Kostreski et al. Mar 1998 A
5729704 Stone et al. Mar 1998 A
5729735 Meyering Mar 1998 A
5742905 Pepe et al. Apr 1998 A
5745360 Leone et al. Apr 1998 A
5752186 Malackowski et al. May 1998 A
5752246 Rogers et al. May 1998 A
5754938 Herz et al. May 1998 A
5757916 MacDoran et al. May 1998 A
5758088 Bezaire et al. May 1998 A
5758150 Bell et al. May 1998 A
5758322 Rongley May 1998 A
5758354 Huang et al. May 1998 A
5758355 Buchanan May 1998 A
5765171 Gehani et al. Jun 1998 A
5778346 Frid-Nielsen et al. Jul 1998 A
5778361 Nanjo et al. Jul 1998 A
5781614 Brunson Jul 1998 A
5781901 Kuzma Jul 1998 A
5781906 Aggarwal et al. Jul 1998 A
5787430 Doeringer et al. Jul 1998 A
5787441 Beckhardt Jul 1998 A
5790425 Wagle Aug 1998 A
5790790 Smith et al. Aug 1998 A
5790974 Tognazzini Aug 1998 A
5793413 Hylton et al. Aug 1998 A
5794210 Goldhaber et al. Aug 1998 A
5799318 Cardinal et al. Aug 1998 A
5802312 Lazaridis et al. Sep 1998 A
5802454 Goshay et al. Sep 1998 A
5802518 Karaev et al. Sep 1998 A
5802524 Flowers et al. Sep 1998 A
5806074 Souder et al. Sep 1998 A
5809242 Shaw et al. Sep 1998 A
5809415 Rossmann Sep 1998 A
5818437 Grover et al. Oct 1998 A
5819172 Campana, Jr. et al. Oct 1998 A
5819274 Jackson, Jr. Oct 1998 A
5819284 Farber et al. Oct 1998 A
5822324 Kostresti et al. Oct 1998 A
5822747 Graefe et al. Oct 1998 A
5826269 Hussey Oct 1998 A
5831664 Wharton et al. Nov 1998 A
5832483 Barker Nov 1998 A
5832489 Kucala Nov 1998 A
5832500 Burrows Nov 1998 A
5835087 Herz et al. Nov 1998 A
5835722 Bradshaw et al. Nov 1998 A
5838252 Kikinis Nov 1998 A
5838768 Sumar et al. Nov 1998 A
5838973 Carpenter-Smith et al. Nov 1998 A
5845278 Kirsch et al. Dec 1998 A
5852775 Hidary Dec 1998 A
5852820 Burrows Dec 1998 A
5857201 Wright, Jr. et al. Jan 1999 A
5862223 Walker et al. Jan 1999 A
5867665 Butman et al. Feb 1999 A
5867817 Catallo et al. Feb 1999 A
5870759 Bauer et al. Feb 1999 A
5884323 Hawkins et al. Mar 1999 A
5889845 Staples et al. Mar 1999 A
5890147 Peltonen et al. Mar 1999 A
5892909 Grasso et al. Apr 1999 A
5898780 Liu et al. Apr 1999 A
5898917 Batni et al. Apr 1999 A
5903723 Beck et al. May 1999 A
5907618 Gennaro et al. May 1999 A
5909689 Van Ryzin Jun 1999 A
5913032 Schwartz et al. Jun 1999 A
5924096 Draper et al. Jul 1999 A
5928325 Shaughnessy et al. Jul 1999 A
5928329 Clark et al. Jul 1999 A
5937161 Mulligan et al. Aug 1999 A
5940813 Hutchings Aug 1999 A
5943676 Boothby Aug 1999 A
5948066 Whalen et al. Sep 1999 A
5951636 Zerber Sep 1999 A
5960394 Gould et al. Sep 1999 A
5960406 Rasansky et al. Sep 1999 A
5961590 Mendez et al. Oct 1999 A
5963642 Goldstein Oct 1999 A
5964833 Kikinis Oct 1999 A
5968131 Mendez et al. Oct 1999 A
5974238 Chase, Jr. Oct 1999 A
5974327 Agrawal et al. Oct 1999 A
5978837 Foladare et al. Nov 1999 A
5978933 Wyld et al. Nov 1999 A
5987440 O'Neil et al. Nov 1999 A
6000000 Hawkins et al. Dec 1999 A
6003070 Frantz Dec 1999 A
6006274 Hawkins et al. Dec 1999 A
6016478 Zhang et al. Jan 2000 A
6016520 Facq et al. Jan 2000 A
6018762 Brunson et al. Jan 2000 A
6023700 Owens et al. Feb 2000 A
6023708 Mendez et al. Feb 2000 A
6029238 Furukawa Feb 2000 A
6034621 Kaufman Mar 2000 A
6035104 Zahariev Mar 2000 A
6044372 Rothfus et al. Mar 2000 A
6044381 Boothby et al. Mar 2000 A
6047051 Ginzboorg et al. Apr 2000 A
6047327 Tso et al. Apr 2000 A
6052563 Macko Apr 2000 A
6052735 Ulrich et al. Apr 2000 A
6057855 Barkans May 2000 A
6065055 Hughes et al. May 2000 A
6073138 de l'Etraz et al. Jun 2000 A
6073142 Geiger et al. Jun 2000 A
6073165 Narasimhan et al. Jun 2000 A
6085166 Beckhardt et al. Jul 2000 A
6085192 Mendez et al. Jul 2000 A
6088677 Spurgeon Jul 2000 A
6101320 Schuetze et al. Aug 2000 A
6101480 Conmy et al. Aug 2000 A
6101531 Eggleston et al. Aug 2000 A
6112181 Shear et al. Aug 2000 A
6119014 Alperovich et al. Sep 2000 A
6119171 Alkhatib Sep 2000 A
6125369 Wu et al. Sep 2000 A
6125388 Reisman Sep 2000 A
6128627 Mattis et al. Oct 2000 A
6130898 Kostreski et al. Oct 2000 A
6131096 Ng et al. Oct 2000 A
6131116 Riggins et al. Oct 2000 A
6134432 Holmes et al. Oct 2000 A
6138013 Blanchard et al. Oct 2000 A
6138124 Beckhardt Oct 2000 A
6138128 Perkowitz et al. Oct 2000 A
6138146 Moon et al. Oct 2000 A
6141664 Boothby Oct 2000 A
6151606 Mendez Nov 2000 A
6157630 Adler et al. Dec 2000 A
6161140 Moriya Dec 2000 A
6167379 Dean et al. Dec 2000 A
6167435 Druckenmiller et al. Dec 2000 A
6170014 Darago et al. Jan 2001 B1
6173312 Atarashi et al. Jan 2001 B1
6173446 Khan et al. Jan 2001 B1
6175831 Weinreich et al. Jan 2001 B1
6178419 Legh-Smith et al. Jan 2001 B1
6181935 Gossman et al. Jan 2001 B1
6185184 Mattaway et al. Feb 2001 B1
6195533 Tkatch et al. Feb 2001 B1
6198696 Korpi et al. Mar 2001 B1
6198922 Baynham Mar 2001 B1
6201469 Balch et al. Mar 2001 B1
6202085 Benson et al. Mar 2001 B1
6205448 Kruglikov et al. Mar 2001 B1
6212529 Boothby et al. Apr 2001 B1
6219694 Lazaridis et al. Apr 2001 B1
6221877 Aronov et al. Apr 2001 B1
6223187 Boothby et al. Apr 2001 B1
6226686 Rothschild et al. May 2001 B1
6233341 Riggins May 2001 B1
6243705 Kucala Jun 2001 B1
6246875 Seazholtz et al. Jun 2001 B1
6247135 Feague Jun 2001 B1
6249808 Seshadri Jun 2001 B1
6256666 Singhal Jul 2001 B1
6263201 Hashimoto et al. Jul 2001 B1
6263340 Green Jul 2001 B1
6269369 Robertson Jul 2001 B1
6272545 Flanagin et al. Aug 2001 B1
6275850 Beyda et al. Aug 2001 B1
6275858 Bates et al. Aug 2001 B1
6289212 Stein et al. Sep 2001 B1
6289214 Backstrom Sep 2001 B1
6292904 Broomhall et al. Sep 2001 B1
6295541 Bodnar et al. Sep 2001 B1
6300947 Kanevsky Oct 2001 B1
6304881 Halim et al. Oct 2001 B1
6308201 Pivowar et al. Oct 2001 B1
6317594 Gossman et al. Nov 2001 B1
6320943 Borland Nov 2001 B1
6324541 de l'Etraz et al. Nov 2001 B1
6324542 Wright, Jr. et al. Nov 2001 B1
6324544 Alam et al. Nov 2001 B1
6324587 Trenbeath et al. Nov 2001 B1
6327586 Kisiel Dec 2001 B1
6336117 Massarani Jan 2002 B1
6336138 Caswell et al. Jan 2002 B1
6351767 Batchelder et al. Feb 2002 B1
6356937 Montville et al. Mar 2002 B1
6363051 Eslambolchi et al. Mar 2002 B1
6363352 Dailey et al. Mar 2002 B1
6370566 Discolo et al. Apr 2002 B2
6377810 Geiger et al. Apr 2002 B1
6380959 Wang et al. Apr 2002 B1
6389422 Doi et al. May 2002 B1
6389455 Fuisz May 2002 B1
6389457 Lazaridis et al. May 2002 B2
6397057 Malackowski et al. May 2002 B1
6397230 Carmel et al. May 2002 B1
6401104 LaRue et al. Jun 2002 B1
6401112 Boyer et al. Jun 2002 B1
6401113 Lazaridis et al. Jun 2002 B2
6405197 Gilmour Jun 2002 B2
6411696 Iverson et al. Jun 2002 B1
6415031 Colligan et al. Jul 2002 B1
6418308 Heinonen et al. Jul 2002 B1
6421669 Gilmour et al. Jul 2002 B1
6421781 Fox et al. Jul 2002 B1
6430602 Kay et al. Aug 2002 B1
6438585 Mousseau et al. Aug 2002 B2
6438612 Ylonen et al. Aug 2002 B1
6442589 Takahashi et al. Aug 2002 B1
6442637 Hawkins et al. Aug 2002 B1
6446118 Gottlieb Sep 2002 B1
6463463 Godfrey et al. Oct 2002 B1
6463464 Lazaridis et al. Oct 2002 B1
6487557 Nagatomo Nov 2002 B1
6487560 LaRue et al. Nov 2002 B1
6490353 Tan Dec 2002 B1
6496802 van Zoest et al. Dec 2002 B1
6499054 Hesselink et al. Dec 2002 B1
6505214 Sherman et al. Jan 2003 B1
6516327 Zondervan et al. Feb 2003 B1
6526433 Chang et al. Feb 2003 B1
6526506 Lewis Feb 2003 B1
6529908 Piett et al. Mar 2003 B1
6532446 King Mar 2003 B1
6535892 LaRue et al. Mar 2003 B1
6546005 Berkley et al. Apr 2003 B1
6549939 Ford et al. Apr 2003 B1
6556217 Mäkipää et al. Apr 2003 B1
6593944 Nicolas et al. Jul 2003 B1
6601026 Appelt et al. Jul 2003 B2
6615253 Bowman-Amuah Sep 2003 B1
6618710 Zondervan et al. Sep 2003 B1
6621892 Banister et al. Sep 2003 B1
6625621 Tan et al. Sep 2003 B2
6636482 Cloonan et al. Oct 2003 B2
6639693 Ejiri et al. Oct 2003 B1
6640097 Corrigan et al. Oct 2003 B2
6640244 Bowman-Amuah Oct 2003 B1
6640249 Bowman-Amuah Oct 2003 B1
6643650 Slaughter et al. Nov 2003 B1
6643688 Fuisz Nov 2003 B1
6647384 Gilmour Nov 2003 B2
6650890 Irlam et al. Nov 2003 B1
6662016 Buckham et al. Dec 2003 B1
6668046 Albal Dec 2003 B1
6671695 McFadden Dec 2003 B2
6671700 Creemer et al. Dec 2003 B1
6671702 Kruglikov et al. Dec 2003 B2
6671757 Multer et al. Dec 2003 B1
6694336 Multer et al. Feb 2004 B1
6697807 McGeachie Feb 2004 B2
6701378 Gilhuly et al. Mar 2004 B1
6707801 Hsu Mar 2004 B2
6708221 Mendez et al. Mar 2004 B1
6714965 Kakuta et al. Mar 2004 B2
6721787 Hiscock Apr 2004 B1
6727917 Chew et al. Apr 2004 B1
6728530 Heinonen et al. Apr 2004 B1
6728786 Hawkins et al. Apr 2004 B2
6732101 Cook May 2004 B1
6732158 Hesselink et al. May 2004 B1
6735591 Khan May 2004 B2
6741232 Siedlikowski et al. May 2004 B1
6741855 Martin et al. May 2004 B1
6742015 Bowman-Amuah May 2004 B1
6742059 Todd et al. May 2004 B1
6745024 DeJaco et al. Jun 2004 B1
6745326 Wary Jun 2004 B1
6756882 Benes et al. Jun 2004 B2
6757362 Cooper et al. Jun 2004 B1
6757696 Multer et al. Jun 2004 B2
6757708 Craig et al. Jun 2004 B1
6760916 Holtz et al. Jul 2004 B2
6771294 Pulli et al. Aug 2004 B1
6775362 Ransom Aug 2004 B1
6779019 Mousseau et al. Aug 2004 B1
6782409 Yoshida Aug 2004 B1
6785868 Raff Aug 2004 B1
6785906 Gaughan et al. Aug 2004 B1
6799190 Boothby Sep 2004 B1
6804707 Ronning Oct 2004 B1
6816849 Halt, Jr. Nov 2004 B1
6820088 Hind et al. Nov 2004 B1
6820204 Desai et al. Nov 2004 B1
6829487 Eiden et al. Dec 2004 B2
6834195 Brandenberg et al. Dec 2004 B2
6847974 Wachtel Jan 2005 B2
6850757 Watanabe et al. Feb 2005 B2
6859212 Kumar et al. Feb 2005 B2
6867774 Halmshaw et al. Mar 2005 B1
6868447 Slaughter et al. Mar 2005 B1
6871220 Rajan et al. Mar 2005 B1
6871236 Fishman et al. Mar 2005 B2
6873688 Aarnio Mar 2005 B1
6874017 Inoue et al. Mar 2005 B1
6879985 Deguchi et al. Apr 2005 B2
6886030 Easterbrook et al. Apr 2005 B1
6892070 Warrier et al. May 2005 B2
6892196 Hughes May 2005 B1
6895394 Kremer et al. May 2005 B1
6895558 Loveland May 2005 B1
6898427 Griffith et al. May 2005 B1
6922547 O'Neill et al. Jul 2005 B2
6922721 Minborg et al. Jul 2005 B1
6925477 Champagne et al. Aug 2005 B1
6931529 Kunzinger Aug 2005 B2
6938079 Anderson et al. Aug 2005 B1
6944447 Portman et al. Sep 2005 B2
6944662 Devine et al. Sep 2005 B2
6947770 Rydbeck Sep 2005 B2
6957397 Hawkins et al. Oct 2005 B1
6965917 Aloni et al. Nov 2005 B1
6966058 Earl et al. Nov 2005 B2
6968175 Raivisto et al. Nov 2005 B2
6970879 Gilmour Nov 2005 B1
6972682 Lareau et al. Dec 2005 B2
6973299 Apfel Dec 2005 B2
6981041 Araujo et al. Dec 2005 B2
6981047 Hanson et al. Dec 2005 B2
6985933 Singhal et al. Jan 2006 B1
6985983 Pellegrino et al. Jan 2006 B2
6986061 Kunzinger Jan 2006 B1
6987734 Hundemer Jan 2006 B2
6990472 Rosenhaft et al. Jan 2006 B2
6993326 Link, II et al. Jan 2006 B2
6993327 Mathis Jan 2006 B2
6996627 Carden Feb 2006 B1
6999753 Beckmann et al. Feb 2006 B2
7020685 Chen et al. Mar 2006 B1
7024491 Hanmann et al. Apr 2006 B1
7026984 Thandu et al. Apr 2006 B1
7032242 Grabelsky et al. Apr 2006 B1
7035630 Knowles Apr 2006 B2
7046993 Haaramo et al. May 2006 B2
7047202 Jaipuria et al. May 2006 B2
7062024 Kreckel et al. Jun 2006 B2
7069308 Abrams Jun 2006 B2
7072678 Allison Jul 2006 B2
7079499 Akhtar et al. Jul 2006 B1
7080371 Arnaiz et al. Jul 2006 B1
7082316 Eiden et al. Jul 2006 B2
7085365 Kauppinen Aug 2006 B2
7096030 Huomo Aug 2006 B2
7100821 Rasti Sep 2006 B2
7103432 Drader et al. Sep 2006 B2
7120692 Hesselink et al. Oct 2006 B2
7120928 Sheth et al. Oct 2006 B2
7130839 Boreham et al. Oct 2006 B2
7136645 Hanson et al. Nov 2006 B2
7139555 Apfel Nov 2006 B2
7139565 Fiatal et al. Nov 2006 B2
7140549 de Jong Nov 2006 B2
7146645 Hellsten et al. Dec 2006 B1
7149780 Quine et al. Dec 2006 B2
7149789 Slivka et al. Dec 2006 B2
7149959 Jones et al. Dec 2006 B1
7162241 Kim et al. Jan 2007 B2
7165727 de Jong Jan 2007 B2
7172118 Urken Feb 2007 B2
7181228 Boesch Feb 2007 B2
7184790 Dorenbosch et al. Feb 2007 B2
7185362 Hawkes et al. Feb 2007 B2
7194273 Vaudreuil Mar 2007 B2
7200390 Henager et al. Apr 2007 B1
7203733 Bern Apr 2007 B1
7206806 Pineau Apr 2007 B2
7209757 Naghian et al. Apr 2007 B2
7210121 Xia et al. Apr 2007 B2
7219139 Martin et al. May 2007 B2
7219222 Durbin et al. May 2007 B1
7224957 Spector May 2007 B2
7231206 Cudak et al. Jun 2007 B2
7233795 Ryden Jun 2007 B1
7234111 Chu et al. Jun 2007 B2
7239877 Corneille et al. Jul 2007 B2
7240095 Lewis Jul 2007 B1
7242680 Gallant Jul 2007 B2
7245926 Liao et al. Jul 2007 B2
7257391 Burgess et al. Aug 2007 B2
7257639 Li et al. Aug 2007 B1
7259666 Hermsmeyer et al. Aug 2007 B1
7260552 Riera Jorba et al. Aug 2007 B2
7260590 Williams Aug 2007 B1
7260651 Parrella et al. Aug 2007 B2
7272830 de Jong Sep 2007 B2
7277408 Sorsa Oct 2007 B2
7284664 Ivchenko et al. Oct 2007 B1
7289792 Turunen Oct 2007 B1
7289964 Bowman-Amuah Oct 2007 B1
7289971 O'Neil et al. Oct 2007 B1
7293107 Hanson et al. Nov 2007 B1
7295853 Jin et al. Nov 2007 B2
7296155 Trostle et al. Nov 2007 B1
7305252 Britt et al. Dec 2007 B2
7305700 Boynton et al. Dec 2007 B2
7310350 Shao et al. Dec 2007 B1
7310729 Gordon et al. Dec 2007 B2
7324473 Corneille et al. Jan 2008 B2
7349871 Labrou et al. Mar 2008 B2
7353274 Rouhi et al. Apr 2008 B1
7359720 Hartmaier et al. Apr 2008 B2
7373386 Gardner et al. May 2008 B2
7374099 de Jong May 2008 B2
7376701 Bhargava et al. May 2008 B2
7382879 Miller Jun 2008 B1
7388950 Elsey et al. Jun 2008 B2
7389412 Sharma et al. Jun 2008 B2
7392483 Wong et al. Jun 2008 B2
7395329 Holt et al. Jul 2008 B1
7398271 Borkovsky et al. Jul 2008 B1
7430609 Brown et al. Sep 2008 B2
7441271 Fiatal et al. Oct 2008 B2
7443847 Albert et al. Oct 2008 B1
7461071 Fitzpatrick et al. Dec 2008 B2
7465231 Lewin et al. Dec 2008 B2
7469125 Nurmi Dec 2008 B2
7483036 Moore Jan 2009 B2
7499537 Elsey et al. Mar 2009 B2
7502615 Wilhoite et al. Mar 2009 B2
7519042 Gorday et al. Apr 2009 B2
7532571 Price et al. May 2009 B1
7539665 Mendez May 2009 B2
7548947 Kasriel et al. Jun 2009 B2
7548969 Tripp et al. Jun 2009 B2
7551900 Kang et al. Jun 2009 B2
7567575 Chen et al. Jul 2009 B2
7574208 Hanson et al. Aug 2009 B2
7575171 Lev Aug 2009 B2
7584294 Plamondon Sep 2009 B2
7587482 Henderson et al. Sep 2009 B2
7587608 Haller et al. Sep 2009 B2
7593714 Schultz et al. Sep 2009 B2
7596608 Alexander et al. Sep 2009 B2
7596791 Wei et al. Sep 2009 B2
7613792 Zervas et al. Nov 2009 B2
7630986 Herz et al. Dec 2009 B1
7634558 Mangal et al. Dec 2009 B1
7643818 Backholm et al. Jan 2010 B2
7644166 Appelman et al. Jan 2010 B2
7650416 Wu et al. Jan 2010 B2
7672291 Wang Mar 2010 B2
7672439 Appelman et al. Mar 2010 B2
7680281 Fiatal et al. Mar 2010 B2
7684346 Valli Mar 2010 B2
7689664 Karlberg Mar 2010 B2
7693555 Srinivasan et al. Apr 2010 B2
7693944 Appelman et al. Apr 2010 B2
7694008 Chang et al. Apr 2010 B2
7706781 Backholm et al. Apr 2010 B2
7707573 Marmaros et al. Apr 2010 B1
7752633 Fleming Jul 2010 B1
7757956 Koenck et al. Jul 2010 B2
7769395 Fiatal et al. Aug 2010 B2
7769400 Backholm et al. Aug 2010 B2
7769805 Barnes et al. Aug 2010 B1
7778792 Huang et al. Aug 2010 B2
7783757 Plamondon Aug 2010 B2
7796742 Sutaria et al. Sep 2010 B1
7797064 Loomis et al. Sep 2010 B2
7809818 Plamondon Oct 2010 B2
7827055 Snodgrass et al. Nov 2010 B1
7827597 Boynton et al. Nov 2010 B2
7853563 Alvarado et al. Dec 2010 B2
7877703 Fleming Jan 2011 B1
7881745 Rao et al. Feb 2011 B1
7899996 Levin-Michael Mar 2011 B1
7908656 Mu Mar 2011 B1
7917468 Ariel et al. Mar 2011 B2
7917505 van Gent et al. Mar 2011 B2
7921167 Shroff et al. Apr 2011 B2
7930416 Miller et al. Apr 2011 B2
7933929 McClendon et al. Apr 2011 B1
7937091 Roman et al. May 2011 B2
7970860 Kline et al. Jun 2011 B2
7996487 Snyder Aug 2011 B2
8005891 Knowles et al. Aug 2011 B2
8010082 Sutaria et al. Aug 2011 B2
8032409 Mikurak Oct 2011 B1
8064583 Sutaria et al. Nov 2011 B1
8069166 Alvarado et al. Nov 2011 B2
8078158 Backholm Dec 2011 B2
8107921 Fiatal Jan 2012 B2
8116214 Backholm et al. Feb 2012 B2
8127342 Boynton et al. Feb 2012 B2
8166164 Luna et al. Apr 2012 B1
8190701 Luna et al. May 2012 B2
8194680 Brandwine et al. Jun 2012 B1
8204953 Luna et al. Jun 2012 B2
8209709 Fleming Jun 2012 B2
8260852 Cselle Sep 2012 B1
20010009025 Ahonen Jul 2001 A1
20010010046 Muyres et al. Jul 2001 A1
20010013069 Shah Aug 2001 A1
20010023414 Kumar et al. Sep 2001 A1
20010029524 Smith et al. Oct 2001 A1
20010032254 Hawkins Oct 2001 A1
20010034225 Gupte et al. Oct 2001 A1
20010034244 Calder et al. Oct 2001 A1
20010037453 Mitty et al. Nov 2001 A1
20010039191 Maierhofer Nov 2001 A1
20010041566 Xanthos et al. Nov 2001 A1
20010042009 Montague Nov 2001 A1
20010042099 Peng Nov 2001 A1
20010043148 Stewart Nov 2001 A1
20010052052 Peng Dec 2001 A1
20010053687 Sivula Dec 2001 A1
20020002478 Swart et al. Jan 2002 A1
20020002591 Ketola Jan 2002 A1
20020007303 Brookler et al. Jan 2002 A1
20020013727 Lee Jan 2002 A1
20020019225 Miyashita Feb 2002 A1
20020019812 Board et al. Feb 2002 A1
20020035556 Shah et al. Mar 2002 A1
20020035617 Lynch et al. Mar 2002 A1
20020038253 Seaman et al. Mar 2002 A1
20020042875 Shukla Apr 2002 A1
20020049818 Gilhuly et al. Apr 2002 A1
20020049828 Pekarek-Kostka Apr 2002 A1
20020053078 Holtz et al. May 2002 A1
20020055351 Elsey et al. May 2002 A1
20020059201 Work May 2002 A1
20020059457 Ballard et al. May 2002 A1
20020068559 Sharma et al. Jun 2002 A1
20020073207 Widger et al. Jun 2002 A1
20020077077 Rezvani et al. Jun 2002 A1
20020077084 Zellner et al. Jun 2002 A1
20020078384 Hippelainen Jun 2002 A1
20020087549 Mostafa Jul 2002 A1
20020087679 Pulley et al. Jul 2002 A1
20020087883 Wohlgemuth et al. Jul 2002 A1
20020089542 Imamura Jul 2002 A1
20020091921 Kunzinger Jul 2002 A1
20020095319 Swart et al. Jul 2002 A1
20020095328 Swart et al. Jul 2002 A1
20020095391 Swart et al. Jul 2002 A1
20020095399 Devine et al. Jul 2002 A1
20020098855 Hartmaier et al. Jul 2002 A1
20020099613 Swart et al. Jul 2002 A1
20020099809 Lee Jul 2002 A1
20020101975 Tiburtius et al. Aug 2002 A1
20020103934 Fishman et al. Aug 2002 A1
20020107944 Bai et al. Aug 2002 A1
20020107985 Hwang et al. Aug 2002 A1
20020116499 Ennus et al. Aug 2002 A1
20020116501 Ho et al. Aug 2002 A1
20020120388 Bullock Aug 2002 A1
20020120766 Okajima et al. Aug 2002 A1
20020120779 Teeple et al. Aug 2002 A1
20020126701 Requena Sep 2002 A1
20020133504 Vlahos et al. Sep 2002 A1
20020144109 Benantar et al. Oct 2002 A1
20020146129 Kaplan Oct 2002 A1
20020152379 Gefwert et al. Oct 2002 A1
20020155848 Suryanarayana Oct 2002 A1
20020156839 Peterson et al. Oct 2002 A1
20020158908 Vaajala et al. Oct 2002 A1
20020161587 Pitts, III et al. Oct 2002 A1
20020161925 Munger et al. Oct 2002 A1
20020161928 Ndili Oct 2002 A1
20020164977 Link, II et al. Nov 2002 A1
20020167484 Hatanaka et al. Nov 2002 A1
20020174189 Peng Nov 2002 A1
20020186848 Shaik Dec 2002 A1
20020188940 Breckner et al. Dec 2002 A1
20020193094 Lawless et al. Dec 2002 A1
20020194209 Bolosky et al. Dec 2002 A1
20020198027 Rydbeck Dec 2002 A1
20030005151 Ullman et al. Jan 2003 A1
20030014491 Horvitz et al. Jan 2003 A1
20030022662 Mittal Jan 2003 A1
20030023692 Moroo Jan 2003 A1
20030023975 Schrader et al. Jan 2003 A1
20030028430 Zimmerman Feb 2003 A1
20030028441 Barsness et al. Feb 2003 A1
20030046433 Luzzatti et al. Mar 2003 A1
20030046586 Bheemarasetti et al. Mar 2003 A1
20030046587 Bheemarasetti et al. Mar 2003 A1
20030050041 Wu Mar 2003 A1
20030054810 Chen et al. Mar 2003 A1
20030056096 Albert et al. Mar 2003 A1
20030060188 Gidron et al. Mar 2003 A1
20030063120 Wong et al. Apr 2003 A1
20030065738 Yang et al. Apr 2003 A1
20030065739 Shnier Apr 2003 A1
20030065802 Vitikainen et al. Apr 2003 A1
20030070061 Wong et al. Apr 2003 A1
20030072451 Pimentel et al. Apr 2003 A1
20030078880 Alley et al. Apr 2003 A1
20030084165 Kjellberg et al. May 2003 A1
20030088629 Berkowitz et al. May 2003 A1
20030093691 Simon et al. May 2003 A1
20030097381 Detweiler et al. May 2003 A1
20030100321 Rao et al. May 2003 A1
20030100326 Grube et al. May 2003 A1
20030117432 Kautto-Kiovula et al. Jun 2003 A1
20030120685 Duncombe et al. Jun 2003 A1
20030125023 Fishler Jul 2003 A1
20030126216 Avila et al. Jul 2003 A1
20030130984 Quinlan et al. Jul 2003 A1
20030145038 Bin Tariq et al. Jul 2003 A1
20030146934 Bailey et al. Aug 2003 A1
20030153338 Herz et al. Aug 2003 A1
20030154212 Schirmer et al. Aug 2003 A1
20030156146 Suomela et al. Aug 2003 A1
20030157947 Fiatal et al. Aug 2003 A1
20030169262 Lavelle et al. Sep 2003 A1
20030177281 McQuillan et al. Sep 2003 A1
20030182431 Sturniolo et al. Sep 2003 A1
20030187984 Banavar et al. Oct 2003 A1
20030204605 Hudson et al. Oct 2003 A1
20030208529 Pendyala et al. Nov 2003 A1
20030208559 Velline et al. Nov 2003 A1
20030210666 Trossen et al. Nov 2003 A1
20030211845 Lohtia et al. Nov 2003 A1
20030217098 Bobde et al. Nov 2003 A1
20030217142 Bobde et al. Nov 2003 A1
20030223554 Zhang Dec 2003 A1
20030227487 Hugh Dec 2003 A1
20030227745 Khoo Dec 2003 A1
20030235308 Boynton et al. Dec 2003 A1
20030236857 Takase et al. Dec 2003 A1
20030236981 Marmigere et al. Dec 2003 A1
20040002324 Juntunen et al. Jan 2004 A1
20040006630 Friend et al. Jan 2004 A1
20040015504 Ahad et al. Jan 2004 A1
20040024795 Hind et al. Feb 2004 A1
20040024824 Ferguson et al. Feb 2004 A1
20040024892 Creswell et al. Feb 2004 A1
20040027326 Hays et al. Feb 2004 A1
20040027375 Ellis et al. Feb 2004 A1
20040027378 Hays et al. Feb 2004 A1
20040043770 Amit et al. Mar 2004 A1
20040049579 Ims et al. Mar 2004 A1
20040049599 Friend et al. Mar 2004 A1
20040051715 Brokenshire et al. Mar 2004 A1
20040054719 Daigle et al. Mar 2004 A1
20040054739 Friend et al. Mar 2004 A1
20040064445 Pfleging et al. Apr 2004 A1
20040064488 Sinha Apr 2004 A1
20040068579 Marmigere et al. Apr 2004 A1
20040068698 Wu et al. Apr 2004 A1
20040073476 Donahue et al. Apr 2004 A1
20040073651 Beaulieu et al. Apr 2004 A1
20040075675 Raivisto et al. Apr 2004 A1
20040075695 Chew et al. Apr 2004 A1
20040078814 Allen Apr 2004 A1
20040080515 Hagiwara Apr 2004 A1
20040082346 Skytt et al. Apr 2004 A1
20040098625 Lagadec et al. May 2004 A1
20040103147 Flesher et al. May 2004 A1
20040107319 D'Orto et al. Jun 2004 A1
20040110497 Little Jun 2004 A1
20040120323 Viikari et al. Jun 2004 A1
20040123095 Marshall Jun 2004 A1
20040123304 Black et al. Jun 2004 A1
20040127214 Reddy et al. Jul 2004 A1
20040128375 Rockwell Jul 2004 A1
20040133626 Herrero et al. Jul 2004 A1
20040141011 Smethers et al. Jul 2004 A1
20040147248 Will Jul 2004 A1
20040147262 Lescuyer et al. Jul 2004 A1
20040148375 Levett et al. Jul 2004 A1
20040158611 Daniell et al. Aug 2004 A1
20040167966 Lee et al. Aug 2004 A1
20040170257 Gross et al. Sep 2004 A1
20040172481 Engstrom Sep 2004 A1
20040176128 Grabelsky et al. Sep 2004 A1
20040177369 Akins, III Sep 2004 A1
20040179513 Smith et al. Sep 2004 A1
20040181550 Warsta et al. Sep 2004 A1
20040184475 Meier Sep 2004 A1
20040186902 Stewart Sep 2004 A1
20040189610 Friend Sep 2004 A1
20040199497 Timmons Oct 2004 A1
20040199582 Kucharewski et al. Oct 2004 A1
20040199663 Horvitz et al. Oct 2004 A1
20040205248 Little et al. Oct 2004 A1
20040205330 Godfrey et al. Oct 2004 A1
20040209602 Joyce et al. Oct 2004 A1
20040210639 Ben-Yoseph et al. Oct 2004 A1
20040219940 Kong et al. Nov 2004 A1
20040230619 Blanco et al. Nov 2004 A1
20040233930 Colby, Jr. Nov 2004 A1
20040236792 Celik Nov 2004 A1
20040242209 Kruis et al. Dec 2004 A1
20040252816 Nicolas Dec 2004 A1
20040255126 Reith Dec 2004 A1
20040258231 Elsey et al. Dec 2004 A1
20040259535 Elsey et al. Dec 2004 A1
20040259537 Ackley Dec 2004 A1
20040260948 Miyata et al. Dec 2004 A1
20040264396 Ginzburg et al. Dec 2004 A1
20040266364 Nguyen et al. Dec 2004 A1
20040268148 Karjala et al. Dec 2004 A1
20050002501 Elsey et al. Jan 2005 A1
20050002508 Elsey et al. Jan 2005 A1
20050002509 Elsey et al. Jan 2005 A1
20050002510 Elsey et al. Jan 2005 A1
20050010694 Ma et al. Jan 2005 A1
20050015432 Cohen Jan 2005 A1
20050021750 Abrams Jan 2005 A1
20050022000 Inomata et al. Jan 2005 A1
20050022182 Mittal Jan 2005 A1
20050027591 Gailey et al. Feb 2005 A9
20050027716 Apfel Feb 2005 A1
20050027869 Johnson Feb 2005 A1
20050033812 McCarthy et al. Feb 2005 A1
20050033926 Dumont Feb 2005 A1
20050037741 Gilbert Feb 2005 A1
20050038707 Roever et al. Feb 2005 A1
20050038724 Roever et al. Feb 2005 A1
20050038863 Onyon et al. Feb 2005 A1
20050041793 Fulton et al. Feb 2005 A1
20050044144 Malik et al. Feb 2005 A1
20050055578 Wright et al. Mar 2005 A1
20050063544 Uusitalo et al. Mar 2005 A1
20050071489 Parupudi et al. Mar 2005 A1
20050071674 Chou et al. Mar 2005 A1
20050073982 Corneille et al. Apr 2005 A1
20050076136 Cho et al. Apr 2005 A1
20050076241 Appelman Apr 2005 A1
20050086540 Gunter et al. Apr 2005 A1
20050094625 Bouat May 2005 A1
20050097225 Glatt et al. May 2005 A1
20050097570 Bomers May 2005 A1
20050101307 Brugge et al. May 2005 A1
20050102257 Onyon et al. May 2005 A1
20050102328 Ring et al. May 2005 A1
20050102351 Jiang et al. May 2005 A1
20050108427 Datta May 2005 A1
20050117606 Kim Jun 2005 A1
20050120082 Hesselink et al. Jun 2005 A1
20050120084 Hu et al. Jun 2005 A1
20050120181 Arunagirinathan et al. Jun 2005 A1
20050122333 Sumanaweera et al. Jun 2005 A1
20050124332 Clark et al. Jun 2005 A1
20050138111 Aton et al. Jun 2005 A1
20050138176 Singh et al. Jun 2005 A1
20050144219 Terada Jun 2005 A1
20050147130 Hurwitz et al. Jul 2005 A1
20050154698 Ikezawa et al. Jul 2005 A1
20050154796 Forsyth Jul 2005 A1
20050154836 Steeley et al. Jul 2005 A1
20050155027 Wei Jul 2005 A1
20050164703 Huynh Jul 2005 A1
20050164721 Eric Yeh et al. Jul 2005 A1
20050165909 Cromer et al. Jul 2005 A1
20050170776 Siorpaes Aug 2005 A1
20050183143 Anderholm et al. Aug 2005 A1
20050188038 Yabe Aug 2005 A1
20050193036 Phillips et al. Sep 2005 A1
20050193096 Yu et al. Sep 2005 A1
20050198170 LeMay et al. Sep 2005 A1
20050203966 Labrou et al. Sep 2005 A1
20050210104 Torvinen Sep 2005 A1
20050210125 Li Sep 2005 A1
20050222891 Chan et al. Oct 2005 A1
20050228812 Hansmann et al. Oct 2005 A1
20050232295 Young Oct 2005 A1
20050234860 Roever et al. Oct 2005 A1
20050235214 Shimizu et al. Oct 2005 A1
20050246139 Rivenbark et al. Nov 2005 A1
20050248526 Twerdahl et al. Nov 2005 A1
20050251555 Little, II Nov 2005 A1
20050254443 Campbell et al. Nov 2005 A1
20050262220 Ecklund et al. Nov 2005 A1
20050273804 Preisman Dec 2005 A1
20050278307 Battagin et al. Dec 2005 A1
20050278641 Mansour et al. Dec 2005 A1
20050278647 Leavitt et al. Dec 2005 A1
20050288006 Apfel Dec 2005 A1
20060012672 Schrader et al. Jan 2006 A1
20060020525 Borelli et al. Jan 2006 A1
20060020580 Dettinger et al. Jan 2006 A1
20060020804 Schleifer et al. Jan 2006 A1
20060020947 Hallamaa et al. Jan 2006 A1
20060021023 Stewart et al. Jan 2006 A1
20060022048 Johnson Feb 2006 A1
20060026580 Cabillic et al. Feb 2006 A1
20060029062 Rao et al. Feb 2006 A1
20060029063 Rao et al. Feb 2006 A1
20060029064 Rao et al. Feb 2006 A1
20060031114 Zommers Feb 2006 A1
20060031300 Kock et al. Feb 2006 A1
20060031365 Kay et al. Feb 2006 A1
20060031428 Wikman Feb 2006 A1
20060031785 Raciborski Feb 2006 A1
20060037071 Rao et al. Feb 2006 A1
20060046686 Hawkins et al. Mar 2006 A1
20060047844 Deng Mar 2006 A1
20060048061 Forlenza et al. Mar 2006 A1
20060052091 Onyon et al. Mar 2006 A1
20060052137 Randall et al. Mar 2006 A1
20060059495 Spector Mar 2006 A1
20060063544 Zhao et al. Mar 2006 A1
20060069686 Beyda et al. Mar 2006 A1
20060069687 Cui et al. Mar 2006 A1
20060069715 Vayssiere Mar 2006 A1
20060069742 Segre Mar 2006 A1
20060069746 Davis et al. Mar 2006 A1
20060073810 Pyhalammi et al. Apr 2006 A1
20060074951 Beier et al. Apr 2006 A1
20060075028 Zager et al. Apr 2006 A1
20060084410 Sutaria et al. Apr 2006 A1
20060085503 Stoye et al. Apr 2006 A1
20060093026 Montojo et al. May 2006 A1
20060093135 Fiatal et al. May 2006 A1
20060099969 Staton et al. May 2006 A1
20060099970 Morgan et al. May 2006 A1
20060112177 Barkley et al. May 2006 A1
20060123042 Xie et al. Jun 2006 A1
20060132495 Anderson Jun 2006 A1
20060141962 Forbes et al. Jun 2006 A1
20060143464 Ananthanarayanan et al. Jun 2006 A1
20060149591 Hauf et al. Jul 2006 A1
20060149843 Rhoads et al. Jul 2006 A1
20060149970 Imazu Jul 2006 A1
20060155822 Yang et al. Jul 2006 A1
20060161621 Rosenberg Jul 2006 A1
20060165226 Ernst et al. Jul 2006 A1
20060167969 Andreev et al. Jul 2006 A1
20060168043 Eisenberger et al. Jul 2006 A1
20060168164 Lemson Jul 2006 A1
20060179410 Deeds Aug 2006 A1
20060188864 Shah Aug 2006 A1
20060190428 Jung et al. Aug 2006 A1
20060190569 Neil et al. Aug 2006 A1
20060190984 Heard et al. Aug 2006 A1
20060192014 Hamilton et al. Aug 2006 A1
20060195570 Zellner et al. Aug 2006 A1
20060209842 Creamer et al. Sep 2006 A1
20060212531 Kikkawa et al. Sep 2006 A1
20060224629 Alexander et al. Oct 2006 A1
20060230394 Forth et al. Oct 2006 A1
20060240804 Backholm et al. Oct 2006 A1
20060240805 Backholm et al. Oct 2006 A1
20060242137 Shah et al. Oct 2006 A1
20060242210 Ring et al. Oct 2006 A1
20060242320 Nettle et al. Oct 2006 A1
20060242607 Hudson Oct 2006 A1
20060252435 Henderson et al. Nov 2006 A1
20060253456 Pacholec et al. Nov 2006 A1
20060253605 Sundarrajan et al. Nov 2006 A1
20060259923 Chiu Nov 2006 A1
20060265595 Scottodiluzio Nov 2006 A1
20060271884 Hurst Nov 2006 A1
20060277265 Backholm et al. Dec 2006 A1
20060277271 Morse et al. Dec 2006 A1
20060294071 Weare et al. Dec 2006 A1
20060294223 Glasgow et al. Dec 2006 A1
20070005738 Alexion-Tiernan et al. Jan 2007 A1
20070006317 Asami et al. Jan 2007 A1
20070011367 Scott et al. Jan 2007 A1
20070019610 Backholm et al. Jan 2007 A1
20070022118 Layne Jan 2007 A1
20070027775 Hwang Feb 2007 A1
20070027832 Fiatal et al. Feb 2007 A1
20070027886 Gent et al. Feb 2007 A1
20070027917 Ariel et al. Feb 2007 A1
20070027920 Alvarado et al. Feb 2007 A1
20070027921 Alvarado et al. Feb 2007 A1
20070027930 Alvarado et al. Feb 2007 A1
20070033531 Marsh Feb 2007 A1
20070038567 Allaire et al. Feb 2007 A1
20070038931 Allaire et al. Feb 2007 A1
20070044041 Beynon et al. Feb 2007 A1
20070049258 Thibeault Mar 2007 A1
20070060196 Sharma Mar 2007 A1
20070061393 Moore Mar 2007 A1
20070067147 Huang Mar 2007 A1
20070067381 Grant et al. Mar 2007 A1
20070067424 Raciborski et al. Mar 2007 A1
20070070931 Lewis et al. Mar 2007 A1
20070072617 Lewis et al. Mar 2007 A1
20070078857 Punaganti et al. Apr 2007 A1
20070078964 East et al. Apr 2007 A1
20070088852 Levkovitz Apr 2007 A1
20070105627 Campbell May 2007 A1
20070111764 Park et al. May 2007 A1
20070116223 Burke et al. May 2007 A1
20070118620 Cartmell et al. May 2007 A1
20070130108 Simpson et al. Jun 2007 A1
20070130217 Linyard et al. Jun 2007 A1
20070140193 Dosa et al. Jun 2007 A1
20070147317 Smith et al. Jun 2007 A1
20070147411 Bijwaard et al. Jun 2007 A1
20070150881 Khawand et al. Jun 2007 A1
20070156824 Thompson Jul 2007 A1
20070156842 Vermeulen et al. Jul 2007 A1
20070162514 Civetta et al. Jul 2007 A1
20070167178 Al-Harbi Jul 2007 A1
20070174433 Mendez et al. Jul 2007 A1
20070175998 Lev Aug 2007 A1
20070198698 Boyd et al. Aug 2007 A1
20070220080 Humphrey Sep 2007 A1
20070220099 Di Giorgio et al. Sep 2007 A1
20070233855 Brown et al. Oct 2007 A1
20070237318 McGary Oct 2007 A1
20070245010 Arn et al. Oct 2007 A1
20070249365 Jendbro Oct 2007 A1
20070250591 Milic-Frayling et al. Oct 2007 A1
20070254631 Spooner Nov 2007 A1
20070255848 Sewall et al. Nov 2007 A1
20070264993 Hughes Nov 2007 A1
20070267492 Maclaine Pont Nov 2007 A1
20070276925 LaJoie et al. Nov 2007 A1
20070276926 LaJoie et al. Nov 2007 A1
20070288469 Shenfield Dec 2007 A1
20070290787 Fiatal et al. Dec 2007 A1
20070293207 Guedalia et al. Dec 2007 A1
20070293238 Fiatal et al. Dec 2007 A1
20070293958 Stehle et al. Dec 2007 A1
20070294295 Finkelstein et al. Dec 2007 A1
20070294763 Udezue et al. Dec 2007 A1
20070296701 Pope et al. Dec 2007 A1
20070299918 Roberts Dec 2007 A1
20080001717 Fiatal Jan 2008 A1
20080008095 Gilfix Jan 2008 A1
20080009344 Graham et al. Jan 2008 A1
20080016236 Beverly et al. Jan 2008 A1
20080032718 Suresh Feb 2008 A1
20080034031 Weisbrot et al. Feb 2008 A1
20080037787 Boynton et al. Feb 2008 A1
20080059308 Gerken Mar 2008 A1
20080059398 Tsutsui Mar 2008 A1
20080061142 Howcroft et al. Mar 2008 A1
20080068519 Adler et al. Mar 2008 A1
20080077506 Rampell et al. Mar 2008 A1
20080077571 Harris et al. Mar 2008 A1
20080085719 Kuchibhotla et al. Apr 2008 A1
20080085724 Cormier et al. Apr 2008 A1
20080086379 Dion et al. Apr 2008 A1
20080091773 Hameen-Anttila Apr 2008 A1
20080103877 Gerken May 2008 A1
20080104666 Dillaway May 2008 A1
20080108298 Selen et al. May 2008 A1
20080114881 Lee et al. May 2008 A1
20080125225 Lazaridis et al. May 2008 A1
20080130663 Fridman et al. Jun 2008 A1
20080133326 Goncalves et al. Jun 2008 A1
20080133641 Gent et al. Jun 2008 A1
20080133708 Alvarado et al. Jun 2008 A1
20080134292 Ariel et al. Jun 2008 A1
20080140665 Ariel et al. Jun 2008 A1
20080151817 Fitchett et al. Jun 2008 A1
20080154870 Evermann et al. Jun 2008 A1
20080155613 Benya et al. Jun 2008 A1
20080166999 Guedalia et al. Jul 2008 A1
20080167019 Guedalia et al. Jul 2008 A1
20080168145 Wilson Jul 2008 A1
20080183800 Herzog et al. Jul 2008 A1
20080192820 Brooks et al. Aug 2008 A1
20080198995 McGary et al. Aug 2008 A1
20080201362 Multer et al. Aug 2008 A1
20080201751 Ahmed et al. Aug 2008 A1
20080207182 Maharajh et al. Aug 2008 A1
20080209491 Hasek Aug 2008 A1
20080214148 Ramer et al. Sep 2008 A1
20080216094 Anderson et al. Sep 2008 A1
20080220797 Meiby et al. Sep 2008 A1
20080232290 Elzur et al. Sep 2008 A1
20080233983 Park et al. Sep 2008 A1
20080242370 Lando et al. Oct 2008 A1
20080263170 Caron et al. Oct 2008 A1
20080270379 Ramakrishna Oct 2008 A1
20080273498 Jalil et al. Nov 2008 A1
20080281798 Chatterjee et al. Nov 2008 A1
20080288659 Hasha et al. Nov 2008 A1
20080298386 Fiatal Dec 2008 A1
20080299956 Bailey et al. Dec 2008 A1
20080301231 Mehta et al. Dec 2008 A1
20080301300 Toub Dec 2008 A1
20080313282 Warila et al. Dec 2008 A1
20090010204 Pratt, Jr. et al. Jan 2009 A1
20090010259 Sirotkin Jan 2009 A1
20090012841 Saft et al. Jan 2009 A1
20090016526 Fiatal et al. Jan 2009 A1
20090019485 Ellis et al. Jan 2009 A1
20090019532 Jacobsen et al. Jan 2009 A1
20090024794 Iyer et al. Jan 2009 A1
20090031006 Johnson Jan 2009 A1
20090052372 Durazzo et al. Feb 2009 A1
20090054034 Backholm et al. Feb 2009 A1
20090055353 Meema Feb 2009 A1
20090059950 Gao et al. Mar 2009 A1
20090063647 Backholm et al. Mar 2009 A1
20090075683 Backholm et al. Mar 2009 A1
20090077263 Koganti et al. Mar 2009 A1
20090077326 Motohashi Mar 2009 A1
20090094317 Venkitaraman Apr 2009 A1
20090100416 Brown et al. Apr 2009 A1
20090110179 Elsey et al. Apr 2009 A1
20090119266 Fitzpatrick et al. May 2009 A1
20090125523 Fitzpatrick et al. May 2009 A1
20090144632 Mendez Jun 2009 A1
20090147008 Do et al. Jun 2009 A1
20090149203 Backholm et al. Jun 2009 A1
20090156178 Elsey et al. Jun 2009 A1
20090157792 Fiatal Jun 2009 A1
20090164433 R et al. Jun 2009 A1
20090164560 Fiatal Jun 2009 A1
20090172565 Jackson et al. Jul 2009 A1
20090181641 Fiatal Jul 2009 A1
20090182500 Dicke Jul 2009 A1
20090187939 Lajoie Jul 2009 A1
20090191903 Fiatal Jul 2009 A1
20090193130 Fiatal Jul 2009 A1
20090193338 Fiatal Jul 2009 A1
20090215504 Lando Aug 2009 A1
20090221326 Roussel et al. Sep 2009 A1
20090228545 Mendez et al. Sep 2009 A1
20090241180 Fiatal Sep 2009 A1
20090248670 Fiatal Oct 2009 A1
20090248696 Rowles et al. Oct 2009 A1
20090248794 Helms et al. Oct 2009 A1
20090248878 Tran et al. Oct 2009 A1
20090252136 Mahany et al. Oct 2009 A1
20090254589 Nair et al. Oct 2009 A1
20090254971 Herz et al. Oct 2009 A1
20090264138 Kang et al. Oct 2009 A1
20090282125 Jeide et al. Nov 2009 A1
20090286531 Bhatt et al. Nov 2009 A1
20090287750 Banavar et al. Nov 2009 A1
20090299817 Fok et al. Dec 2009 A1
20090307133 Holloway et al. Dec 2009 A1
20090318171 Backholm et al. Dec 2009 A1
20090323678 Wang Dec 2009 A1
20090325565 Backholm Dec 2009 A1
20090327390 Tran et al. Dec 2009 A1
20100042691 Maguire Feb 2010 A1
20100049872 Roskind Feb 2010 A1
20100057924 Rauber et al. Mar 2010 A1
20100069127 Fiennes Mar 2010 A1
20100077035 Li et al. Mar 2010 A1
20100077083 Tran et al. Mar 2010 A1
20100083255 Bane et al. Apr 2010 A1
20100087167 Tsurutome et al. Apr 2010 A1
20100088722 Jiang Apr 2010 A1
20100093273 Hohl Apr 2010 A1
20100115050 Sultenfuss et al. May 2010 A1
20100118190 Salfati et al. May 2010 A1
20100131593 Kihara et al. May 2010 A1
20100131617 Osborne et al. May 2010 A1
20100146107 Fiatal Jun 2010 A1
20100149975 Tripathi et al. Jun 2010 A1
20100174735 Fiatal Jul 2010 A1
20100174939 Vexler Jul 2010 A1
20100186011 Magenheimer Jul 2010 A1
20100207870 Cho Aug 2010 A1
20100211651 Guedalia et al. Aug 2010 A1
20100214984 Cho et al. Aug 2010 A1
20100227594 DeVries Sep 2010 A1
20100228863 Kawauchi Sep 2010 A1
20100229096 Maiocco et al. Sep 2010 A1
20100238915 Cayla et al. Sep 2010 A1
20100250706 Burckart et al. Sep 2010 A1
20100250986 Black et al. Sep 2010 A1
20100268757 Fisher Oct 2010 A1
20100274983 Murphy et al. Oct 2010 A1
20100279662 Kuusinen et al. Nov 2010 A1
20100293335 Muthiah et al. Nov 2010 A1
20100299223 Crouch Nov 2010 A1
20100313018 Jorgensen Dec 2010 A1
20100319054 Mehta et al. Dec 2010 A1
20100322124 Luoma et al. Dec 2010 A1
20100325306 Vimpari et al. Dec 2010 A1
20110028129 Hutchison et al. Feb 2011 A1
20110040718 Tendjoukian et al. Feb 2011 A1
20110065424 Estevez et al. Mar 2011 A1
20110066646 Danado et al. Mar 2011 A1
20110099363 Boynton et al. Apr 2011 A1
20110113109 LeVasseur et al. May 2011 A1
20110119134 Zivkovic et al. May 2011 A1
20110126060 Grube et al. May 2011 A1
20110138102 Glikson et al. Jun 2011 A1
20110138402 Fleming Jun 2011 A1
20110153937 Annamalaisami et al. Jun 2011 A1
20110158239 Mohaban Jun 2011 A1
20110165889 Fiatal et al. Jul 2011 A1
20110179138 Van Geest et al. Jul 2011 A1
20110179377 Fleming Jul 2011 A1
20110182220 Black et al. Jul 2011 A1
20110184827 Hubert Jul 2011 A1
20110185355 Chawla et al. Jul 2011 A1
20110190014 Fiatal Aug 2011 A1
20110191474 Fiatal Aug 2011 A1
20110201304 Sutaria et al. Aug 2011 A1
20110207436 van Gent et al. Aug 2011 A1
20110208810 Li et al. Aug 2011 A1
20110213800 Saros et al. Sep 2011 A1
20110213898 Fiatal et al. Sep 2011 A1
20110214182 Adams et al. Sep 2011 A1
20110238772 Fiatal Sep 2011 A1
20110246950 Luna et al. Oct 2011 A1
20110252088 Fiatal Oct 2011 A1
20110264622 Vargas et al. Oct 2011 A1
20110264731 Knowles et al. Oct 2011 A1
20110294463 Fiatal Dec 2011 A1
20110294464 Fiatal Dec 2011 A1
20110296050 Cherukuri Dec 2011 A1
20110296120 Khan Dec 2011 A1
20110296415 Khan et al. Dec 2011 A1
20110302154 Snyder Dec 2011 A1
20120005276 Guo et al. Jan 2012 A1
20120008536 Tervahauta et al. Jan 2012 A1
20120022980 Angelone Jan 2012 A1
20120023190 Backholm et al. Jan 2012 A1
20120023226 Petersen et al. Jan 2012 A1
20120023236 Backholm et al. Jan 2012 A1
20120030280 Wang et al. Feb 2012 A1
20120054386 Hanes Mar 2012 A1
20120072910 Martin et al. Mar 2012 A1
20120077482 Backholm Mar 2012 A1
20120078996 Shah Mar 2012 A1
20120096092 Davidge et al. Apr 2012 A1
20120108225 Luna et al. May 2012 A1
20120110109 Luna et al. May 2012 A1
20120110110 Luna et al. May 2012 A1
20120110111 Luna et al. May 2012 A1
20120110112 Luna et al. May 2012 A1
20120110118 Luna et al. May 2012 A1
20120110171 Luna et al. May 2012 A1
20120110173 Luna et al. May 2012 A1
20120110174 Wootton et al. May 2012 A1
20120110275 Ganti et al. May 2012 A1
20120130973 Tamm et al. May 2012 A1
20120131095 Luna et al. May 2012 A1
20120131184 Luna et al. May 2012 A1
20120135726 Luna et al. May 2012 A1
20120140750 Yan et al. Jun 2012 A1
20120149352 Backholm et al. Jun 2012 A1
20120151044 Luna et al. Jun 2012 A1
20120157170 Backholm et al. Jun 2012 A1
20120158837 Kaul Jun 2012 A1
20120158908 Luna et al. Jun 2012 A1
20120170496 Yang et al. Jul 2012 A1
20120173616 Luna et al. Jul 2012 A1
20120174220 Rodriguez Jul 2012 A1
20120176968 Luna Jul 2012 A1
20120178414 Fiatal Jul 2012 A1
20120179801 Luna et al. Jul 2012 A1
20120185597 Luna Jul 2012 A1
20120185918 Backholm et al. Jul 2012 A1
20120226767 Luna et al. Sep 2012 A1
20120227059 Fleming Sep 2012 A1
Foreign Referenced Citations (68)
Number Date Country
0772327 May 1997 EP
1278390 Jan 2003 EP
1422899 May 2004 EP
1462975 Sep 2004 EP
1466261 Oct 2004 EP
1466435 Oct 2004 EP
1482702 Dec 2004 EP
1815634 Aug 2007 EP
1815652 Aug 2007 EP
1817883 Aug 2007 EP
117152 Jun 2006 FI
118288 Sep 2007 FI
119581 Dec 2008 FI
4154233 May 1992 JP
10-336372 Dec 1998 JP
2001-218185 Aug 2001 JP
2001-350718 Dec 2001 JP
2001-356973 Dec 2001 JP
2005-515664 May 2005 JP
2009-207177 Sep 2009 JP
4386732 Oct 2009 JP
2001-0018568 Mar 2001 KR
2006-0068186 Jun 2006 KR
2007-0071858 Jul 2007 KR
10-0765238 Oct 2007 KR
2007-0102091 Oct 2007 KR
2007-0117874 Dec 2007 KR
2009-0077515 Jul 2009 KR
2010-0064605 Jun 2010 KR
WO 9741661 Nov 1997 WO
WO 9824257 Jun 1998 WO
WO 9858322 Dec 1998 WO
WO 0130130 May 2001 WO
WO 03007570 Jan 2003 WO
WO 03058483 Jul 2003 WO
WO 03058879 Jul 2003 WO
WO 03065701 Aug 2003 WO
WO 03098890 Nov 2003 WO
WO 2004017591 Feb 2004 WO
WO 2004045171 May 2004 WO
WO 2005015925 Feb 2005 WO
WO 2005020108 Mar 2005 WO
WO 2006045005 Apr 2006 WO
WO 2006045102 Apr 2006 WO
WO 2006053952 May 2006 WO
WO 2006053954 May 2006 WO
WO 2006058967 Jun 2006 WO
WO 2007015725 Feb 2007 WO
WO 2007015726 Feb 2007 WO
WO 2007149526 Dec 2007 WO
WO 2007149540 Dec 2007 WO
WO 2008061042 May 2008 WO
WO 2011126889 Oct 2011 WO
WO 2012018430 Feb 2012 WO
WO 2012018431 Feb 2012 WO
WO 2012018477 Feb 2012 WO
WO 2012018479 Feb 2012 WO
WO 2012018556 Feb 2012 WO
WO 2012024030 Feb 2012 WO
WO 2012060995 May 2012 WO
WO 2012060996 May 2012 WO
WO 2012060997 May 2012 WO
WO 2012061430 May 2012 WO
WO 2012061433 May 2012 WO
WO 2012061437 May 2012 WO
WO 2012071283 May 2012 WO
WO 2012071384 May 2012 WO
WO 2012094675 Jul 2012 WO
Non-Patent Literature Citations (169)
Entry
Allchin, James Edward, “An Architecture for Reliable Decentralized Systems,” Ph.D. Thesis, Georgia Institute of Technology, 185 pages, Sep. 1983.
Android Developers, “Date,” 10 pages, Oct. 27, 2011.
Augun, Audrey, “Integrating Lotus Notes With Enterprise Data,” Lotus Notes Advisory, pp. 22-25, Jul.-Aug. 1996.
Balaban, Bob, “This Is Not Your Fathers Basic: LotusScript in Notes Release 4,” The View, vol. 1, Issue 5, 32 pages, Nov.-Dec. 1995.
Bedell, Doug, “Meeting Your New Best Friends Six Degrees Widens Your Contacts in Exchange for Sampling Web Sites,” The Dallas Morning News, 4 pages, Oct. 27, 1998.
Bergman, Lawrence D. et al., “Programming-by-Demonstration for Behavior-Based User Interface Customization,” IBM Research Report, RC23116, 5 pages, Feb. 20, 2004.
B'Far, Reza et al., “Designing Effective User Interfaces for Wireless Devices,” Publication Unknown, 14 pages, Published prior to Feb. 23, 2006.
Blaney, Jeff, “You Can Take It With You—An Introduction to Mobile Computing With Notes R4,” The View, vol. 2, Issue 1, 14 pages, Jan.-Feb. 1996.
Braden, R., “Requirements for Internet Hosts—Application and Support,” RFC 1123, 80 pages, Oct. 1989.
Brown, Kevin et al., “Mastering Lotus Notes®,” Sybex Inc., 996 pages, 1995.
“Chapter: About NotesPump,” Publication Unknown, 480 pages, Published prior to Jan. 8, 2003.
“Chapter 13-1—Anatomy of a Note ID,” Publication Unknown, 8 pages, Published prior to Jan. 8, 2003.
Cole, Barb et al., “Lotus Airs Notes-to-Database Integration Tool,” Network World, 2 pages, Oct. 2, 1995.
“CR 3483 to Release 8 TS 25.331, Rev. 2,” 3GPP TSG-RAN2 Meeting #64, Prague, Czech Republic, 11 pages, Nov. 10-14, 2008.
“CR 4100 to Release 8 TS 25.331, Rev. 1,” 3GPP TSG-RAN WG2 Meeting #69, San Francisco, U.S., 6 pages, Feb. 22-26, 2010.
Dahl, Andrew, “Lotus Notes® 4 Administrator's Survival Guide,” Sams Publishing, 64 pages, 1996.
Decker, Stefan et al., “The Social Semantic Desktop,” Digital Enterprise Research Institute, DERI Technical Report 2004-05-02, 7 pages, May 2004.
Elz, R. et al., “Clarifications to the DNS Specification,” RFC 2181, 12 pages, Jul. 1997.
European Patent Application No. EP 03705704.9, Supplementary European Search Report, 4 pages, Jun. 9, 2010.
European Patent Application No. EP 03707338.4, Supplementary European Search Report, 2 pages, Apr. 18, 2011.
European Patent Application No. EP 05815115.0, Supplementary European Search Report, 7 pages, Nov. 17, 2011.
Falkner, Mike, “How to Plan, Develop, and Implement Lotus Notes® in Your Organization,” John Wiley & Sons, Inc., 539 pages, 1996.
Freeland, Pat et al., “Lotus Notes 3-3.1 For Dummies™,” IDG Books Worldwide, 389 pages, 1994.
Frenkel, Garry, “Pumping for Info: Notes and Database Integration,” Network Computing, 10 pages, May 1, 1996.
Gameline, Advertisement, 1 page, 1982.
Gewirtz, David, “Lotus Notes 3 Revealed!,” Prima Publishing, 261 pages, 1994.
Grous, PaulJ., “Creating and Managing a Web Site With Lotus Internotes Web Publisher,” The View, vol. 1, Issue 4, 20 pages, Sep.-Oct. 1995.
GSM Association, “Network Efficiency Task Force Fast Dormancy Best Practices,” V1.0, 21 pages, May 26, 2010.
Haas, Zygmunt J. et al., “Mobile-TCP: An Asymmetric Transport Protocol for Mobile Systems,” IEEE, pp. 1054-1058, 1997.
Haas, Zygmunt J. et al., “The Design and Performance of Mobile TCP for Wireless Networks,” Journal of High Speed Networks, vol. 10, pp. 187-207, 2001.
Hajdu, Kalman et al., “Lotus Notes Release 4 in a Multiplatform Environment,” IBM Corporation, 173 pages, Feb. 1996.
Hardy, Ed, “Microsoft Proposes Two New Thumb-Driven User Interfaces,” Brighthand Consulting, Inc., 2 pages, 2003.
IBM Corporation, “The Architecture of Lotus Notes,” White Paper No. 114654, 26 pages, May 31, 1995.
IBM Corporation, “The History of Notes and Domino,” Lotus Developer Domain, 11 pages, Sep. 29, 2003.
ImTOO, “ImTOO iPod Movie Converter,” 3 pages, Nov. 9, 2005.
IntelliLink Corporation, “IntelliLink® for Windows User's Guide,” Version 3.0, 167 pages, 1994.
International Application No. PCT/US2003/000618, International Search Report, 1 page, Apr. 4, 2003.
International Application No. PCT/US2003/000624, International Search Report, 2 pages, May 13, 2003.
International Application No. PCT/US2005/037702, International Preliminary Examination Report, 6 pages, Nov. 20, 2007.
International Application No. PCT/US2005/037702, International Search Report, 1 page, Nov. 5, 2007.
International Application No. PCT/US2005/037702, Written Opinion, 6 pages, Nov. 5, 2007.
International Application No. PCT/US2005/038135, International Search Report, 2 pages, Aug. 8, 2008.
International Application No. PCT/US2005/038135, Written Opinion, 8 pages, Aug. 8, 2008.
International Application No. PCT/US2005/038135, International Preliminary Report on Patentability, 9 pages, Oct. 31, 2011.
International Application No. PCT/FI2005/050424, International Search Report, 4 pages, Mar. 2, 2006.
International Application No. PCT/FI2005/050426, International Search Report, 3 pages, Mar. 1, 2006.
International Application No. PCT/FI2005/050441, International Search Report, 3 pages, Mar. 1, 2006.
International Application No. PCT/US2006/023426, International Search Report, 1 page, Feb. 21, 2007.
International Application No. PCT/US2006/023427, International Search Report, 1 page, Oct. 12, 2006.
International Application No. PCT/US2007/014462, International Search Report, 1 page, Jul. 2, 2008.
International Application No. PCT/US2007/014497, International Search Report, 1 page, Aug. 25, 2008.
International Application No. PCT/US2011/030534, International Search Report, 10 pages, Dec. 29, 2011.
International Application No. PCT/US2011/037932, International Search Report, 9 pages, Jan. 2, 2012.
International Application No. PCT/US2011/037943, International Search Report, 11 pages, Jan. 2, 2012.
International Application No. PCT/US2011/043322, International Search Report, 9 pages, Feb. 9, 2012.
International Application No. PCT/US2011/043328, International Search Report, 12 pages, Feb. 27, 2012.
International Application No. PCT/US2011/043409, International Search Report, 11 pages, Feb. 9, 2012.
International Application No. PCT/US2011/058840, International Search Report, 10 pages, Apr. 26, 2012.
International Application No. PCT/US2011/058848, International Search Report, 10 pages, Apr. 10, 2012.
Japanese Patent Application No. 2003-558726, Office Action, 2 pages, Jun. 10, 2008.
Karlson, Amy K. et al., “AppLens and LaunchTile: Two Designs for One-Handed Thumb Use on Small Devices,” Proceedings of CHI 2005, 10 pages, Apr. 2-7, 2005.
Kent, S. et al., “Security Architecture for the Internet Protocol,” RFC 2401, The Internet Society, 62 pages, Nov. 1998.
Kleinberg, Jon, “The Small-World Phenomenon: An Algorithmic Perspective,” Cornell Computer Science Technical Report 99/1776, 14 pages, Oct. 1999.
Koeppel, Dan, “GUIs Just Want to Have Fun,” Wired Magazine, Issue 8.10, 12 pages, Oct. 2000.
Kornblith, Polly Russell, “Lotus Notes Answers: Certified Tech Support,” Covers Release 3, McGraw-Hill, Inc., 326 pages, 1994.
Kreisle, Bill, “Teach Yourself . . . Lotus Notes 4,” MIS Press, 464 pages, 1996.
Lamb, John P. et al., “Lotus Notes Network Design,” McGraw-Hill, 278 pages, 1996.
Londergan, Stephen et al., “Lotus Notes® Release 4 for Dummies®,” IDG Books Worldwide, 229 pages, 1996.
Lotus Development Corporation, “Firewall Security Overview and How Firewalls Relate to Lotus Notes,” Lotus Notes Knowledge Base, 9 pages, May 22, 1996.
Lotus Development Corporation, “How to Set Up ‘Firewall’ Protection for a Notes Domain,” Lotus Notes Knowledge Base, 2 pages, Nov. 6, 1995.
Lotus Development Corporation, “Lotus Announces Lotus NotesPump 1.0,” Lotus Notes Knowledge Base, 6 pages, Oct. 31, 1995.
Lotus Development Corporation, “Lotus Inside Notes—The Architecture of Notes and the Domino Server,” 207 pages, 2000.
Lotus Development Corporation, “Lotus NotesPump 1.0 Q & A,” Lotus Notes Knowledge Base, 3 pages, Oct. 31, 1995.
Lotus Development Corporation, “Lotus NotesPump: Database Integration for Lotus Notes,” Lotus Notes Knowledge Base, 5 pages, Oct. 31, 1995.
Lotus Development Corporation, “Lotus Notes Administration,” Release 3.3, 20 pages, 1995.
Lotus Development Corporation, “Lotus Notes Administrators Guide,” Release 4, 499 pages, 1995.
Lotus Development Corporation, “Lotus Notes Administrators Guide—Server for NetWare, OS-2, and Unix,” Release 3.1, 509 pages, 1994.
Lotus Development Corporation, “Lotus Notes Administrators Guide—Server for Windows,” Release 3.1, 345 pages, 1994.
Lotus Development Corporation, “Lotus Notes Application Developers Guide,” Release 4, 475 pages, 1995.
Lotus Development Corporation, “Lotus Notes Customer Service Application Guide,” Release 3.1, 46 pages, 1994.
Lotus Development Corporation, “Lotus Notes Customer Support Guide,” 33 pages, Published prior to Jan. 8, 2003.
Lotus Development Corporation, “Lotus Notes Customer Support Guid—North American Guide,” Release 4.1, 51 pages, Published prior to Jan. 8, 2003.
Lotus Development Corporation, “Lotus Notes Database Manager's Guide,” Release 4, 115 pages, 1995.
Lotus Development Corporation, “Lotus Notes Deployment Guide,” Release 4, 104 pages, 1995.
Lotus Development Corporation, “Lotus Notes for Windows, OS-2, and Macintosh,” Release 3.3, 89 pages, 1995.
Lotus Development Corporation, “Lotus Notes Getting Started With Application Development,” Release 3.1, 151 pages, 1994.
Lotus Development Corporation, “Lotus Notes Install Guide for Servers,” Release 4, 68 pages, 1996.
Lotus Development Corporation, “Lotus Notes Install Guide for Workstations,” Release 4, 28 pages, 1995.
Lotus Development Corporation, “Lotus Notes Install Guide for Workstations,” Release 4.1, 67 pages, 1996.
Lotus Development Corporation, “Lotus Notes Install Guide for Workstations,” Release 4.5, 81 pages, 1996.
Lotus Development Corporation, “Lotus Notes Internet Cookbook for Notes Release 3,” 21 pages, Jan. 16, 1996.
Lotus Development Corporation, “Lotus Notes Internet Cookbook for Notes Release 4,” 35 pages, Feb. 14, 1996.
Lotus Development Corporation, “Lotus Notes Internotes Web Navigator Administrator's Guide,” Release 4, 60 pages, 1995.
Lotus Development Corporation, “Lotus Notes Internotes Web Navigator User's Guide,” Release 4, 56 pages, 1995.
Lotus Development Corporation, “Lotus Notes Internotes Web Publisher Guide,” Release 4, 122 pages, 1996.
Lotus Development Corporation, “Lotus Notes LotusScript Classes for Notes,” Release 4, 6 pages, Published prior to Jan. 8, 2003.
Lotus Development Corporation, “Lotus Notes Migration Guide,” Release 4, 110 pages, 1996.
Lotus Development Corporation, “Lotus Notes Network Configuration Guide,” Release 4.5, 121 pages, 1996.
Lotus Development Corporation, “Lotus Notes Network Driver Documentation,” Release 3.1, 100 pages, 1994.
Lotus Development Corporation, “Lotus Notes Programmer's Guide—Part 1,” Release 4, 614 pages, 1995.
Lotus Development Corporation, “Lotus Notes Programmers Guide—Part 2,” Release 4, 462 pages, 1995.
Lotus Development Corporation, “Lotus Notes Quick Reference for Application Developers,” Release 3, 6 pages, Published prior to Jan. 8, 2003.
Lotus Development Corporation, “Lotus Notes Quick Reference for Macintosh,” Release 3, 6 pages, Published prior to Jan. 8, 2003.
Lotus Development Corporation, “Lotus Notes Quick Reference for SmartIcons,” Release 3.1, 4 pages, Published prior to Jan. 8, 2003.
Lotus Development Corporation, “Lotus Notes Quick Reference for Windows and Presentation Manager,” Release 3, 6 pages, Published prior to Jan. 8, 2003.
Lotus Development Corporation, “Lotus Notes Release Notes,” Release 4, 139 pages, 1995.
Lotus Development Corporation, “Lotus Notes Release Notes,” Release 4.1, 197 pages, 1996.
Lotus Development Corporation, “Lotus Notes Server for Windows,” Release 3.3, 7 pages, 1994.
Lotus Development Corporation, “Lotus Notes Server Up and Running!,” Release 4, 13 pages, 1996.
Lotus Development Corporation, “Lotus Notes Site and Systems Planning Guide,” Release 3.1, 169 pages, 1994.
Lotus Development Corporation, “Lotus Notes Start Here—Workstation Install for Windows, OS-2 and Macintosh,” Release 3.3, 47 pages, 1995.
Lotus Development Corporation, “Lotus Notes Step by Step—A Beginner's Guide to Lotus Notes,” Release 4, 179 pages, 1995.
Lotus Development Corporation, “Lotus Notes Step by Step—A Beginner's Guide to Lotus Notes,” Release 4.1, 167 pages, 1996.
Lotus Development Corporation, “Lotus Software Agreement,” 8 pages, Published prior to Jan. 8, 2003.
Lotus Development Corporation, “What Is the Notes Replicator?,” Lotus Notes Knowledge Base, 8 pages, Jul. 5, 1995.
“Lotus Notes Advisor,” Advisor Publications Inc., 55 pages, Jun. 1995.
“Lotus Notes Advisor,” Advisor Publications Inc., 55 pages, Aug. 1995.
“Lotus Notes Advisor,” Advisor Publications Inc., 55 pages, Oct. 1995.
“Lotus Notes Advisor,” Advisor Publications Inc., 55 pages, Dec. 1995.
“Lotus Notes Advisor,” Advisor Publications Inc., 63 pages, Jan.-Feb. 1996.
“Lotus Notes Advisor,” Advisor Publications Inc., 55 pages, Apr. 1996.
“Lotus Notes Advisor,” Advisor Publications Inc., 55 pages, Jun. 1996.
“Lotus Notes Advisor,” Advisor Publications Inc., 55 pages, Aug. 1996.
“Lotus Notes Advisor,” Advisor Publications Inc., 55 pages, Oct. 1996.
“Lotus Notes Advisor,” Advisor Publications Inc., 63 pages, Dec. 1996.
“Lotus Notes—Notes Administration Help,” Screen Shots, 17 pages, Published prior to Jan. 8, 2003.
MacGregor, Rob et al., “The Domino Defense: Security in Lotus Notes and the Internet,” IBM Corporation, 183 pages, Dec. 1997.
Maltz, David A. et al., “MSOCKS: An Architecture for Transport Layer Mobility,” IEEE, pp. 1037-1045, 1998.
Marmel, Elaine, “Easy Lotus® Notes Release 4.0,” Que Corporation, 237 pages, 1996.
Mason, Luke, “Windows XP: New GUI Design Shows Skin Is In,” TechRepublic, 4 pages, Apr. 4, 2001.
McMullen, Melanie, “Network Remote Access and Mobile Computing,” Miller Freeman Inc., 226 pages, 1994.
Microsoft, Definition of “Access,” Microsoft Computer Dictionary, Fifth Edition, 2 pages, May 1, 2002.
Microsoft, Definition of “Synchronization,” Microsoft Computer Dictionary, Fifth Edition, 2 pages, May 1, 2002.
Milgram, Stanley, “The Small-World Problem,” Psychology Today, vol. 2, pp. 60-67, 1967.
Miller, Victor S., “Use of Elliptic Curves in Cryptography,” Advances in Cryptology—Crypto '85 Proceedings, vol. 218, pp. 417-426, 1985.
Mockapetris, P., “Domain Names—Concepts and Facilities,” RFC 1034, 43 pages, Nov. 1987.
Mockapetris, P., “Domain Names—Implementation and Specification,” RFC 1035, 43 pages, Nov. 1987.
Myers, Brad A. et al., “Extending the Windows Desktop Interface With Connected Handheld Computers,” WSS'00 Proceedings of the 4th Conference on USENIX Windows Systems Symposium, vol. 4, 10 pages, 2000.
Myers, Brad A. et al., “User Interfaces That Span Hand-Held and Fixed Devices,” CHI'2001 Workshop on Distributed and Disappearing User Interfaces in Ubiquitous Computer, 4 pages, 2001.
National Institute of Standards and Technology, “Advanced Encryption Standard (AES),” Federal Information Processing Standards Publication 197, 52 pages, Nov. 26, 2001.
National Institute of Standards and Technology, “Secure Hash Standard,” Federal Information Processing Standards Publication 180-2, 83 pages, Aug. 1, 2002.
Netscape Communications Corporation, “Netscape Mail Server Administrator's Guide,” Version 2.0, 172 pages, 1996.
Netscape Communications Corporation, “Netscape Mail Server Installation Guide,” Version 2.0 for Unix, 62 pages, 1996.
Netscape Communications Corporation, “Netscape Mail Server User's Guide,” Version 2.0, 35 pages, 1996.
Netscape Communications Corporation, “Netscape News Server Administrator's Guide for Windows NT,” Version 2.0, 119 pages, 1996.
Niederée, Claudia et al., “A Multi-Dimensional, Unified User Model for Cross-System Personalization,” Proceedings of the AVI 2004 Workshop on Environments for Personalized Information Access, 11 pages, 2004.
Nokia, “Developer Platforms,” 3 pages, 2005.
“NotesPump 1.0 Release Notes,” Publication Unknown, 8 pages, Published prior to Jan. 8, 2003.
Opyt, Barbara et al., “Use the Internet as Your Lotus Notes WAN,” Lotus Notes Advisor, pp. 17-20, Nov.-Dec. 1996.
Ortiz, C. Enrique, “An Introduction to the Symbian OS™ Platform for Palm OS® Developers,” Metrowerks Corp., 21 pages, 2002.
“Overview—What Is Lotus NotesPump?,” Publication Unknown, 88 pages, Published prior to Jan. 8, 2003.
Perez, Sarah, “Onavo's Data-Compressing Mobile App Raises $10 Million Series B From Horizons, Motorola Ventures,” 2 pages, Jan. 24, 2012.
Phillips, Joshua et al., “Modeling the Intelligence Analysis Process for Intelligent User Agent Development,” Research and Practice in Human Resource Management, vol. 9, No. 1, pp. 59-73, 2001.
Pyle, Hugh, “The Architecture of Lotus Notes,” Lotus Notes Advisor, Premiere Issue, pp. 18-27, 1995.
Pyle, Lisa, “A Jump Start to the Top Ten R3-to-R4 Migration Considerations,” The View, vol. 1, Issue 5, 22 pages, Nov.-Dec. 1995.
Qualcomm Incorporated, “Managing Background Data Traffic in Mobile Devices,” 16 pages, Jan. 2012.
Qualcomm, “System Parameter Recommendations to Optimize PS Data User Experience and UE Battery Life,” 80-W1112-1, Revision B, 9 pages, Mar. 2007.
Ringel, Meredith et al., “iStuff: A Scalable Architecture for Lightweight, Wireless Devices for Ubicomp User Interfaces,” Proceedings of UbiComp 2002, 2 pages, 2002.
Shafran, Andrew Bryce, “Easy Lotus Notes® for Windows™,” Que Corporation, 199 pages, 1994.
Signorini, Eugene, “Seven's Service-Based Wireless Solutions Enable Enterprises to Untether E-Mail,” Wireless/Mobile Enterprise & Commerce, 16 pages, Oct. 2004.
Swedeen, Bret et al., “Under the Microscope—Domino Replication,” LDD Today, 8 pages, Oct. 1, 1998.
Tamura, Randall A., “Lotus® Notes™ 4 Unleashed,” Sams Publishing, 928 pages, 1996.
U.S. Appl. No. 60/663,463, File History, 113 pages, Mar. 18, 2005.
Vivacqua, Adriana et al., “Profiling and Matchmaking Strategies in Support of Opportunistic Collaboration,” CoopIS/DOA/ODBASE 2003, LNCS 2888, pp. 162-177, 2003.
Wainwright, Andrew, “Secrets to Running Lotus Notes: The Decisions No One Tells You How to Make,” IBM Corporation, 193 pages, Oct. 1996.
Wilcox, Adam A., “PC Learning Labs Teaches Lotus Notes 3.0,” Ziff-Davis Press, 381 pages, 1993.
Wong, Harry, “Casahl's Replic-Action: Delivering True Notes—DBMS Integration,” The View, vol. 2, Issue 1, pp. 33-50, Jan.-Feb. 1996.
European Patent Application No. EP 05813041.0, Supplementary European Search Report & Examination Report, 10 pages, Apr. 25, 2013.
European Patent Application No. EP 05813045.1, Supplementary European Search Report & Examination Report, 6 pages, Apr. 9, 2013.
Related Publications (1)
Number Date Country
20120210121 A1 Aug 2012 US
Provisional Applications (2)
Number Date Country
60346881 Jan 2002 US
60403249 Aug 2002 US
Continuations (3)
Number Date Country
Parent 12889252 Sep 2010 US
Child 13396464 US
Parent 11875785 Oct 2007 US
Child 12889252 US
Parent 10339369 Jan 2003 US
Child 11875785 US