US20110004584A1 - Multi-way, Peer-to-Peer Synchronization - Google Patents

Multi-way, Peer-to-Peer Synchronization Download PDF

Info

Publication number
US20110004584A1
US20110004584A1 US12/769,310 US76931010A US2011004584A1 US 20110004584 A1 US20110004584 A1 US 20110004584A1 US 76931010 A US76931010 A US 76931010A US 2011004584 A1 US2011004584 A1 US 2011004584A1
Authority
US
United States
Prior art keywords
data
peer
data elements
devices
synchronization
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US12/769,310
Inventor
Sidd Goyal
Francis Thomas Riddle
Frank Judge
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Qualcomm Inc
Original Assignee
Palm Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Palm Inc filed Critical Palm Inc
Priority to US12/769,310 priority Critical patent/US20110004584A1/en
Publication of US20110004584A1 publication Critical patent/US20110004584A1/en
Assigned to PALM, INC. reassignment PALM, INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: HEWLETT-PACKARD DEVELOPMENT COMPANY, L.P.
Assigned to HEWLETT-PACKARD DEVELOPMENT COMPANY, L.P. reassignment HEWLETT-PACKARD DEVELOPMENT COMPANY, L.P. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: PALM, INC.
Assigned to PALM, INC. reassignment PALM, INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: HEWLETT-PACKARD DEVELOPMENT COMPANY, L.P.
Assigned to HEWLETT-PACKARD DEVELOPMENT COMPANY, L.P. reassignment HEWLETT-PACKARD DEVELOPMENT COMPANY, L.P. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: PALM, INC.
Assigned to QUALCOMM INCORPORATED reassignment QUALCOMM INCORPORATED ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: HEWLETT-PACKARD COMPANY, HEWLETT-PACKARD DEVELOPMENT COMPANY, L.P., PALM, INC.
Abandoned legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1095Replication or mirroring of data, e.g. scheduling or transport for data synchronisation between network nodes
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/40Network security protocols

Definitions

  • the disclosed implementations relate generally to synchronizing information between various devices.
  • a person may use a desktop computer at his or her office to send and receive emails, manage a calendar, maintain personal and business contacts, and process various electronic documents and files.
  • the person may also use a laptop computer while traveling to manage the same kinds of information.
  • the person may also carry a personal digital assistant (PDA) to maintain a portable calendar.
  • PDA personal digital assistant
  • the person may also carry a cell phone or a smartphone to send and receive cellular calls.
  • the cell phone or smartphone includes PDA functionality and also provides access to office emails, calendar items and contact information.
  • the person may also use with the cell phone or smartphone an accessory I/O device that has a larger screen and keypad to more efficiently input data into or display data from the cell phone or smartphone.
  • each of the information-managing devices a person employs should provide access to the same version of information.
  • information can be synchronized between the different devices.
  • emails on a desktop computer can be synchronized with emails on a smartphone so that a person can read or respond to the same emails from either the desktop computer or the smartphone.
  • calendar items on a PDA can be synchronized with calendar items on the desktop computer so that a user can determine his or her appointments and meetings by consulting either the desktop computer or the PDA.
  • synchronization is managed with respect to a central repository.
  • the desktop computer at a person's office may connect to an enterprise server that maintains a central copy of emails and calendar items.
  • the PDA may connect to the enterprise server.
  • the smartphone may connect to the enterprise server.
  • synchronization may only be possible when the central repository is accessible to the device whose data is being synchronized.
  • a method of synchronizing data elements between devices includes directly receiving at a first device, from only one of multiple peer devices with which the first device is configured to synchronize, a remote data identifier and a corresponding change instruction; determining whether the remote data identifier is included in a mapping in the first device; and if the remote identifier is included in the mapping, applying the corresponding change instruction to a data element in the first device that is associated by the mapping to the remote data identifier; and if the remote identifier is not included in the mapping, creating a new data element to correspond to the remote data identifier.
  • a method of synchronizing data elements between devices includes receiving at a first device, from only one of multiple peer devices with which the first device is configured to synchronize, a request to synchronize data between the first device and the only one peer device; identifying data elements stored in the first device that have changed since a previous synchronization operation between the first device and the only one peer device; and transmitting, directly and solely to the only one peer device, for each of the identified data elements, a local data identifier and a corresponding change to be applied to a data element in the only one peer device that corresponds to the local data identifier.
  • Identifying the data elements can include determining whether a device table that tracks synchronization operations between the first device and other peer devices includes an entry corresponding to the only one peer device. Identifying the data elements can further include analyzing a change list that, for each change that has occurred since the previous synchronization operation, stores a data identifier that identifies the corresponding data element that has changed, a change operation that identifies the manner in which the corresponding data element has changed, and a counter value that provides a temporal reference for the change. Analyzing the change list can include comparing the counter value of each entry in the change list to a counter value associated with an entry in the device table that corresponds to the only one peer device.
  • a device includes a data store configured to store a plurality of digital data elements; a synchronization module configured to directly synchronize the plurality of data elements in the data store with corresponding data elements in any one of multiple other peer devices; and a computer-readable medium including program instructions.
  • the program instructions can perform operations that include directly receiving, from only one of multiple peer devices with which the device is configured to synchronize, a remote data identifier and a corresponding change instruction; determining whether the remote data identifier is included in a mapping in the device; and if the remote identifier is included in the mapping, applying the corresponding change instruction to a data element in the data store that is associated by the mapping to the remote data identifier; and if the remote identifier is not included in the mapping, creating a new data element in the data store to correspond to the remote data identifier.
  • FIG. 1 is a block diagram illustrating example devices that can each process information that can be synchronized with information in other devices.
  • FIGS. 2A-2E are block diagrams showing additional details of three example devices and illustrating example aspects of peer-to-peer synchronization.
  • FIGS. 3A-3F are block diagrams showing additional details of a change list, synchronization counter and device table that can be used to track and control various aspects of a synchronization operation.
  • FIG. 4 is a block diagram showing additional details of an example peer device.
  • FIG. 5 is a flow diagram of an example method of synchronizing data.
  • FIG. 1 Several example devices that a user can employ to process various kinds of information are depicted in FIG. 1 and include an enterprise computing system 101 , a smartphone 104 , an accessory input/output (I/O) device 107 , and a stand-alone computing device 110 .
  • each of the above-described electronic devices runs one or more applications (e.g., software programs) to allow the user to manage particular kinds of information (e.g., information embodied in specific data elements). Not all devices necessarily process all kinds of data elements.
  • the enterprise computer system 101 can be configured to process calendar data elements (e.g., including a calendar data element 113 , depicted in a data store 116 associated with the enterprise computing system 101 ), email message data elements (e.g., including an email message data element 119 ), contact data elements (e.g., including a contact data element 122 ) and document data elements (e.g., including a document data element 125 ).
  • calendar data elements e.g., including a calendar data element 113 , depicted in a data store 116 associated with the enterprise computing system 101
  • email message data elements e.g., including an email message data element 119
  • contact data elements e.g., including a contact data element 122
  • document data elements e.g., including a document data element 125
  • the smartphone 104 and stand-alone computing device 110 can be configured to process many of the same data elements.
  • the smartphone 104 can be configured to process voicemail data elements (e.g., including a voice
  • the information can be synchronized between devices. Synchronizing data elements between two different devices can include, for example, initially creating data elements in a first device that correspond to data elements a second device. In particular, for example, with reference to a first device having no contact data elements and a second device having three contact data elements, synchronization can include creating three contact data elements in the first device that correspond to the three contact data elements in the second device. Correspondence can include storing the same underlying information, even if the exact format in which the data is stored is different between the devices.
  • contact data elements in the first device could be stored as Microsoft Outlook Contacts and the corresponding data elements in the second device (e.g., a Palm® TreoTM) could be stored as Palm Desktop address records or business card records.
  • the same underlying data e.g., name, address and contact information for different people or organizations
  • synchronization of two data elements can include updating one or both of the data elements to reflect changes in either of the data elements since an initial or previous synchronization. For example, if contact data elements are synchronized between an enterprise computing system and a smartphone, and one of the contacts is subsequently modified in the enterprise computing system, synchronizing the contacts can include applying the same modification to the corresponding contact in the smartphone.
  • a synchronization operation is requested by one of two devices being synchronized, and the other device responds to the synchronization request. Synchronization operations can be initiated in response to different triggers. For example, in some implementations, a device can initiate a synchronization operation with another device as soon as a connection is available between the devices (e.g., a wired or wireless connection, as described in greater detail below). In some implementations, a first device can initiate a synchronization operation with a second device as soon data is changed in the first device. In such implementations, if a connection does not exist between the devices, changes to data in the first device can be logged and queued for synchronization at a time when a connection between the devices does exist.
  • an exhaustive synchronization can be performed when a first device that stores several data elements is synchronized with a second device that does not currently store any data elements.
  • an exhaustive synchronization can be performed when data elements in one of the two devices being synchronized have been corrupted.
  • an exhaustive synchronization operation can include copying all data elements in the first device to the second device.
  • an incremental synchronization can be used to update previously synchronized devices. That is, in some implementations, only differential data is sent—that is, data that captures changes to data elements relative to state of the corresponding data stores following a previous synchronization operation. Additional example details are now provided for various devices whose information can be synchronized.
  • the enterprise computing system 101 can include an enterprise server 137 and one or more user terminals (depicted by a user terminal 140 ).
  • Various application programs that the user can employ to process different data elements can be provided by either the enterprise server 137 , or the user terminal 140 , or a combination of the two devices.
  • a user can employ an email client running on the enterprise computing system 101 to receive email messages and compose replies and new email messages.
  • a user can employ a file processing application to create, view and edit electronic files on the enterprise computing system 101 .
  • the email messages or electronic files are stored on the enterprise server 137 (e.g., in a storage location depicted by the data store 116 ), and the user interacts with the email messages or electronic files through the terminal 140 .
  • email messages and electronic files are stored on the terminal 140 itself.
  • email messages, electronic files, and other data elements stored in the enterprise computing system 101 are available from a cellular network 143 , via an adapter network 146 .
  • the smartphone 104 e.g., a Palm® TreoTM
  • the smartphone 104 can be configured to send and receive emails; receive and place telephone calls; create, view and edit electronic files; and access voicemails.
  • Cellular service can be provided by the cellular network 143 , which, as indicated above, can also provide access to emails, electronic files and other data elements stored on the enterprise computing system 101 .
  • the accessory I/O device 107 can be configured to display output and receive input associated with the smartphone 104 .
  • the accessory I/O device 107 provides a larger screen and larger keyboard through which the user can more easily view and enter information on the smartphone 104 .
  • the accessory I/O device 107 includes similar resources as a laptop computer (e.g., a microprocessor, memory, persistent storage and various input/output and communication facilities) but the accessory I/O device 107 may be smaller and more portable than a laptop computer.
  • the accessory I/O device 107 does not have cellular communication resources, and thus cannot receive data elements that are stored on the enterprise computing system 101 except through another device (e.g., the smartphone 104 ).
  • the stand-alone computing device 110 does not have facilities to directly connect to the enterprise computing system 101 but is otherwise a fully functional computer device having a microprocessor, memory, persistent storage and various input and output capabilities.
  • the above-described electronic devices and features of the devices are merely exemplary.
  • the reader will appreciate that other variations in the kinds of data that can be processed and the types of devices that process the data are contemplated.
  • digital photos, videos, music files, bookmarks, preferences, and various other kinds of data can be synchronized between devices.
  • the device may be configured to store that kind of information and pass it to other peer devices. For example, as depicted in one implementation in FIG.
  • the accessory I/O device 107 is not configured to process calendar data elements (as represented by a dashed-line calendar data element 134 ), but the accessory I/O device 107 may nevertheless be configured to store and synchronize calendar data elements with other peer devices.
  • the accessory I/O device 107 can be configured to receive calendar data elements from the smartphone 104 or the stand-alone computing device 110 and transmit received calendar data elements to the other device during a synchronization operation—even though the accessory I/O device 107 may not be configured to create or modify calendar data elements.
  • An example scenario further illustrates how a user (e.g., a business executive) can employ the various above-described devices to process information.
  • the business executive works from her employer's office in the early morning; travels to the airport later in the morning to catch a flight to a customer site; flies to the customer site; and works with the customer in the afternoon to solve a problem.
  • the business executive processes various kinds of information.
  • the business executive From the enterprise terminal 140 , the business executive sends and receives emails; accepts appointments and meeting requests; and creates, views and edits various documents and electronic files.
  • the business executive uses her smartphone 104 to retrieve her emails from the enterprise computing system 101 (e.g., via a synchronization path 145 , through the cellular network 143 ), then synchronizes the retrieved emails and several documents stored on her smartphone 104 with her accessory I/O device 107 (e.g., via a synchronization path 147 ), before turning off her smartphone 104 .
  • the business executive From the aircraft, using the accessory I/O device 107 , the business executive reads several unread email messages, drafts several replies and new emails, and makes edits to some of the documents stored on the accessory I/O device 107 .
  • the business executive powers on her smartphone 104 and synchronizes emails between the smartphone 104 and the accessory I/O device 107 (e.g., via the synchronization path 147 ), allowing the draft replies and new emails to be sent from the smartphone 104 .
  • the business executive transfers documents from the accessory I/O device 107 to the stand-alone computer device 110 (e.g., via a synchronization path 148 ), from which she edits several of the documents.
  • the business executive transfers the edited documents from the stand-alone computer device 110 to the accessory I/O device 107 (e.g., via the synchronization path 148 ), then later to the smartphone 104 (e.g., via the synchronization path 147 ), from which they are transferred back to the business executive's enterprise computing system 101 (e.g., via the synchronization path 145 ).
  • Peer-to-peer synchronization can be advantageous in some implementations, such as the scenario described above, since it can allow data to be passed from one device to another device, even if one or both of the devices between which data is being transferred do not have access to a centralized server (e.g., the enterprise server 137 ). That is, in various implementations, data can be transferred from any peer device to any other peer device.
  • a centralized server e.g., the enterprise server 137
  • Peer-to-peer synchronization can include a mode of information transfer by which data elements are transferred between similarly provisioned peer node devices. That is, in some implementations, any peer node device can initiate a transfer of data with any other peer node device; in such implementations, each peer node device can both transmit synchronization requests to other peer node devices, and receive and service synchronization requests from other devices.
  • the smartphone 104 , the accessory I/O device 107 and the stand-alone computing device 110 are all peer devices.
  • each of the three devices can initiate a synchronization operation with either of the other two devices, and each of the three devices can respond to requests for a synchronization operation from either of the other two devices.
  • data can be transmitted directly from one device to another device (e.g., without having to pass through an intermediate device and without coordination with a server device).
  • data can be directly exchanged between the smartphone 104 and accessory I/O device 107 via path 147 ; data can be directly exchanged between the smartphone 104 and the stand-alone computing device via path 149 ; and data can be exchanged directly between the accessory I/O device 107 and the stand-alone computing device 110 via path 148 .
  • Each path 147 , 148 and 149 can represent a communication interface, such as, for example, a Bluetooth interface, a physical cable, removable storage media, etc., as is described in greater detail below.
  • a peer-to-peer model of data transfer is distinguished from a client-server model, in which a single server or small number of servers receives requests for data from various client devices.
  • some peer devices are configured to function as both servers and clients, depending on their context, rather than being configured to function only as a dedicated server or a dedicated client, as is the case with some client-server devices.
  • a client-server data transfer model is sometimes described as a hub-and-spoke model, in which the server is the hub and each client device is a spoke connected to the server.
  • each client can be configured to exchange data with the server through its spoke connection to the server, and data exchanges between two clients can be routed through the server hub, rather than performed directly between the clients.
  • the server tracks the state of data at each of the client devices and is directly involved in each synchronization operation.
  • synchronization of data between two client devices involves synchronization of one of the two client devices with the server, followed by synchronization of the other client device with the server.
  • peer-to-peer synchronization data is compared and synchronized between only two devices at any given time. In such implementations, no single device may track state of all data on all of the other devices. Rather, data may be propagated and synchronized from one device to another in a peer-to-peer manner.
  • peer-to-peer synchronization can be provided by a network of devices, some of which are also configured as clients or servers.
  • the smartphone 104 can be a peer with the accessory I/O device 107 and the stand-alone computing system 110 ; however, the smartphone 104 can also be configured to function as a client relative to the enterprise computing system 101 .
  • data can be synchronized among the peer devices, but certain data processing steps are handled by particular peer devices.
  • email data is processed by the peer devices 104 , 107 and 110 , but sent and received only from the smartphone 104 .
  • FIGS. 2A-2E are block diagrams showing additional details of three of the devices shown in FIG. 1 .
  • FIGS. 2A-2E illustrate how, in some implementations, information can be synchronized between multiple devices in a peer-to-peer manner.
  • the three devices in FIGS. 2A-2E are shown as the smartphone 104 , the accessory I/O device 107 and the stand-alone computing device 110 .
  • the smartphone 104 the smartphone 104
  • the accessory I/O device 107 the stand-alone computing device 110 .
  • the reader will appreciate, however, that these devices are merely representative of any kind of peer device whose information can be synchronized with corresponding information in one or more other peer devices.
  • each of the devices 104 , 107 and 110 includes a microprocessor, memory, I/O devices and a communication interface, of which the microprocessor 208 , the memory 211 , the I/O devices 214 , and the communication interface 217 are representative.
  • the microprocessor 208 can execute various programming instructions stored in the memory 211 to perform tasks such as, for example, receiving input from an input device 214 or from the communication interface 217 , providing output to an output device 214 or the communication interface 217 , or manipulating data stored in memory 211 .
  • Suitable processors for the execution of a program of instructions include, by way of example, both general and special purpose microprocessors, and the sole processor or one of multiple processors of any kind of computer.
  • the memory 211 is shown as a single block, but the memory can include multiple kinds of memory (e.g., RAM, ROM, persistent memory, volatile memory, physical memory, virtual memory, etc.) and can be provided by multiple different devices (e.g., registers within the microprocessor 208 , cache chips, RAM chips, magnetic hard drives, optical drives, standalone Flash devices, etc.).
  • multiple kinds of memory e.g., RAM, ROM, persistent memory, volatile memory, physical memory, virtual memory, etc.
  • devices e.g., registers within the microprocessor 208 , cache chips, RAM chips, magnetic hard drives, optical drives, standalone Flash devices, etc.
  • Particular programming instructions stored in the memory 211 can make up application programs, such as the application program 220 .
  • Individual application programs can be configured to enable a user to manipulate certain kinds of data, such as email messages, calendar items, electronic files, etc.
  • individual application programs can be configured to synchronize data with corresponding applications running on other devices.
  • FIG. 2A depicts a data store 223 that can store individual data elements.
  • the data store 223 is shown to store elements A, B and C, which could represent any kind of data (e.g., email data elements, calendar data elements, etc.).
  • a data store maintains a single kind of data element, such as email messages or calendar items. In other implementations, a single data store can maintain multiple different kinds of data elements.
  • a single application both processes data elements and provides functionality to synchronize the data elements with data elements in other devices (e.g., the device 104 ).
  • many separate application programs perform various discrete functions, such as processing data elements or synchronization the data elements with data elements in other devices.
  • I/O devices 214 can include a keyboard, mouse or other pointing device, voice-input processor, position sensor, display screen, indicator, audio output device, etc., to receive input or provide output to a user.
  • the communication interface 217 can be a special form of I/O device that is configured to transmit and receive information in a digital format with a corresponding communication interface (e.g., a communication interface 229 ) of another device (e.g., device 107 ).
  • the communication interface 217 can transmit and receive data in one or more of many different formats, using different media and different data protocols.
  • the communication interface 217 includes, for example, a wired interface, such as a Universal Serial Bus (USB) interface, an IEEE (Institute of Electrical and Electronics Engineers) 1394 “FireWire” or “i.Link” interface, a serial (e.g., RS-232) interface, a fiber interface (e.g., an OC-3, OC-48 or Fibre Channel connection), or a T1 or E1 telecommunications carrier interface.
  • USB Universal Serial Bus
  • IEEE 1394 Institute of Electrical and Electronics Engineers 1394 “FireWire” or “i.Link” interface
  • serial e.g., RS-232
  • fiber interface e.g., an OC-3, OC-48 or Fibre Channel connection
  • T1 or E1 telecommunications carrier interface e.g., a T1 or E1 telecommunications carrier interface.
  • the communication interface 217 includes, for example, a wireless interface, such as an IEEE 802.11 Wireless LAN (Local Area Network) interface, an IEEE 802.15 Wireless PAN (Personal Area Network) interface (e.g., a Bluetooth interface), an IEEE 802.16 broadband wireless access (“WiMAX”) interface, or an infrared interface characterized by any number of standards provided by the Infrared Data Association (IrDA).
  • a wireless interface such as an IEEE 802.11 Wireless LAN (Local Area Network) interface, an IEEE 802.15 Wireless PAN (Personal Area Network) interface (e.g., a Bluetooth interface), an IEEE 802.16 broadband wireless access (“WiMAX”) interface, or an infrared interface characterized by any number of standards provided by the Infrared Data Association (IrDA).
  • IEEE 802.11 Wireless LAN Local Area Network
  • IEEE 802.15 Wireless PAN Personal Area Network
  • WiMAX IEEE 802.16 broadband wireless access
  • IrDA Infrared Data Association
  • synchronizing data elements in the two devices 107 and 110 can include modifying data elements in one or both of the devices (including creating new data elements or deleting existing data elements) such that after the modification or synchronization operation, the data elements in each device store the same underlying information.
  • a synchronization operation is performed between two devices, and the synchronization is initiated by one of the two devices between which data is to be synchronized.
  • more than one synchronization operation can be performed to synchronize information in additional devices.
  • FIGS. 2A and 2B illustrate an example first synchronization operation between the smartphone 104 and the accessory I/O device 107 .
  • FIGS. 2C and 2D illustrate an example second synchronization operation between the accessory I/O device 107 and the stand-alone computing device 110 .
  • synchronization of data in more than two devices can be performed simultaneously.
  • a synchronization operation can be performed to synchronize data between two devices that have not been previously synchronized.
  • one of the devices is empty (e.g., initially stores no data elements that are to be synchronized with data elements in the other device).
  • both devices store data elements that have no initial correspondence with data elements in the other device.
  • the data in each device matches (e.g., stores the same underlying information) at the end of the synchronization process, in some implementations.
  • Example processes by which data in two devices can be made to match (e.g., be synchronized) is described with continued reference to FIG. 2A .
  • the smartphone 104 includes a data store 223 , which stores data elements A, B and C.
  • the accessory I/O device 107 is depicted as also having a data store 226 that initially stores no data elements. To synchronize data between the two devices, the first device 104 can identify its data elements that should be included in the synchronization operation. In this example, since the smartphone 104 and the accessory I/O device 107 have not been previously synchronized, all data elements in the smartphone 104 (A, B and C) are identified and sent to the accessory I/O device 107 .
  • the first device e.g., the smartphone 104
  • the second device e.g., the accessory I/O device 107
  • only those data elements that have changed in the first device may be identified and sent to the second device during a current synchronization operation.
  • the devices are configured to process different types of data elements (e.g., email data elements, calendar data elements, contact data elements, voice mail data elements, etc.), only those data elements that are processed by both devices may be synchronized.
  • the actual changes to data elements in the first device are transmitted to the second device in the form of change instructions in a synchronization message 232 .
  • Change instructions can include, for example, instructions to add a new data element, delete a data element or modify an existing data element.
  • the synchronization message 232 can include instructions to add data elements to the data store 226 to correspond to the data elements A, B and C in the data store 223 .
  • An example in which a different synchronization message includes instructions to modify a data element is depicted in and described with reference to FIG. 2E .
  • each data element in each device has an identifier by which the data element can be referenced.
  • Change instructions that are included in a synchronization message can include the data identifier of the element being changed, in order, for example, to uniquely specify the intended change.
  • A, B and C are data identifiers corresponding to the data elements in the data store 223 .
  • actual content can be provided along with the instruction (e.g., add A [content of A], where [content of A] includes the underlying information that is to be added to a newly created data element in a corresponding peer device).
  • each data store in each device maintains its own version of data identifiers for its data elements.
  • a specific peer device can maintain a mapping table that tracks relationships between data elements in the specific peer device itself and corresponding data elements in other peer devices with which this specific peer device synchronizes.
  • a table is used as an example, but the reader will appreciate that any other mechanism capable of tracking correspondence between data elements can be employed (e.g., a mapping function, a look-up table, a relational database, etc.).
  • each data element has a global identifier (e.g., a system-wide, unique identifier) in addition to a local identifier, and the mapping correlates the local identifier to the global identifier to allow data elements to be synchronized using their global identifiers.
  • a server device may maintain mappings of global-local identifiers for each client device with which the server synchronizes.
  • no global identifier may be maintained by the peer devices; rather a specific peer device may maintain a mapping that correlates local identifiers of data elements within the specification peer device itself to local identifiers of data elements in other peer devices with which the specific peer device synchronizes.
  • An example of this latter method of mapping local identifiers to other local identifiers is further described with reference to FIG. 2B .
  • FIG. 2B illustrates an example application of the synchronization message 232 to the accessory I/O device 107 .
  • data elements i, ii and iii have been added to the data store 226 (e.g., in response to change instructions included in the synchronization message 232 ).
  • i, ii and iii are local identifiers maintained by the accessory I/O device 107
  • A, B and C are local identifiers maintained by the smartphone 104 .
  • each peer device 104 and 107 can maintain a mapping table that correlates the data elements in the two devices.
  • the accessory I/O device 107 can maintain a mapping table 235 that correlates data elements i and A, data elements ii and B and data elements iii and C.
  • the mapping table can then be used in subsequent synchronization operations to identify specific data elements to which changes should be applied.
  • the accessory I/O device 107 can employ the mapping table 235 to determine that element B in the smartphone 104 corresponds to element ii in the accessory I/O device 107 ; accordingly, the change can be applied by the accessory I/O device 107 to the data element ii.
  • the accessory I/O device 107 can send a mapping message 238 to the smartphone 104 , after executing the changes included in the original synchronization message 232 .
  • the mapping message 238 can include the mapping information that the accessory I/O device 107 has stored in its mapping table 235 .
  • the smartphone 104 can update a mapping table 241 of its own. With the mapping table 241 , the smartphone 104 can receive a subsequent synchronization message from the accessory I/O device 107 and appropriately update data elements in its data store 223 .
  • the smartphone 104 could receive a “modify iii” change instruction from the accessory I/O device 107 . Based on the mapping table 241 , the smartphone 104 could determine that its data element C corresponds to data element iii in the accessory I/O device 107 , and the smartphone 104 could accordingly update its element C in response to the subsequent synchronization message.
  • each peer device maintains its own mapping table, and each mapping table stores relationship information regarding data elements in other devices with which the peer device directly synchronizes.
  • each peer device can synchronize its data elements with other peer devices using synchronization messages that specify the data elements by their local data identifiers only.
  • some implementations require no system-wide global identifiers for data elements.
  • no translation from a local identifier to a global identifier may be performed.
  • data identifiers described above are relatively short and simple, but the reader will appreciate that data identifiers can be longer and more complicated, and can encode more information.
  • data identifiers follow a hierarchical namespace organization.
  • data element identifiers could include “smartphone.email.A,” “smartphone.contact.B” or “IODevice.rolodex.ii.”
  • [item type] specifies a MIME type of the data element (Multipurpose Internet Mail Extension), such as “text/plain” or “application” or “multipart.”
  • the item type can specify an encoding format, such as XML (eXtensible Markup Language), WBXML (WAP (Wireless Application Protocol) binary XML), or some other format.
  • namespace identifiers can be encoded in some manner.
  • “IODevice.rolodex.ii.” may be represented electronically as a number, such as 3895204, or as a series of hexadecimal digits, such as 3AB6.52C1.9801.
  • FIG. 2C depicts an additional peer-to-peer synchronization operation between the accessory I/O device 107 and the stand-alone computing device 110 .
  • no previous synchronization operation has been performed to synchronize data elements in the accessory I/O device 107 and the stand-alone computing device 110 .
  • the data store 245 initially has no data elements. Accordingly, in this example, synchronization of data elements between the accessory I/O device 107 and the stand-alone computing device 110 includes adding data elements to the stand-alone computing device 110 that correspond to data elements i, ii and iii in the accessory I/O device 107 .
  • the accessory I/O device 107 can transmit a synchronization message 248 that includes a number of additional change instructions (e.g., “add”), data identifiers (e.g., the data identifiers i, ii and iii that are local to the accessory I/O device 107 ) and underlying content of the data elements to be added to the stand-alone computing device 110 (underlying content not shown).
  • additional change instructions e.g., “add”
  • data identifiers e.g., the data identifiers i, ii and iii that are local to the accessory I/O device 107
  • underlying content of the data elements to be added underlying content not shown.
  • the stand-alone computing device 110 can create corresponding data elements 1 , 2 and 3 , in response to receiving the synchronization message 248 .
  • the stand-alone computing device 110 can also create a mapping table 251 to store relationships between data elements 1 and i, 2 and ii and 3 and iii. So that the accessory I/O device 107 can also track the relationships between its data elements i, ii and iii and the newly created data elements 1 , 2 and 3 in the stand-alone computing device 110 , the stand-alone computing device 110 can send a mapping message 254 with the relationships described above. In response to receiving the mapping message 254 , the accessory I/O device 107 can update its mapping table 235 (as shown).
  • the mapping table 235 reflects previous synchronization operations between the accessory I/O device 107 and the smartphone 104 , and accessory I/O device 107 and the stand-alone computing device 110 .
  • relationships between data elements in the accessory I/O device 107 and data elements in multiple other peer devices can be tracked in a single row of the mapping table 235 . That is, for each new device with which the accessory I/O device 107 synchronizes, a new column can be added to the mapping table 235 . In this manner, relationship information can be efficiently tracked by a device.
  • FIG. 2E depicts one implementation in which a data element that has been previously synchronized with a corresponding data element in one or more peer devices is changed.
  • FIG. 2E depicts a change to data element 3 in the stand-alone computing device 110 that is subsequently applied to the accessory I/O device 107 .
  • the stand-alone computing device 110 sends a synchronization message 257 including the change instruction “Modify 3 ” to the accessory I/O device 107 .
  • the accessory I/O device 107 can query its mapping table 235 to determine that the change is to be applied to its data element iii. The accessory I/O device 107 can then apply the change.
  • the accessory I/O device 107 acknowledges the synchronization message 257 to indicate that the corresponding change has been successfully applied.
  • corresponding data elements that have been changed in both devices can be handled separately from changes that have been made to only one device's version of corresponding data elements.
  • one of the corresponding data elements in the two devices is selected (e.g., by an algorithm, or manually, by a user), and the changes in that version take precedence over and replace the changes in the other version.
  • reconcilable changes in both of the corresponding data elements are applied to yield synchronized corresponding data elements that incorporate changes from both versions of the unsynchronized corresponding data elements.
  • the data elements in the accessory I/O device 107 and stand-alone computing device 110 will be synchronized, but the data elements in the smartphone 104 will not be synchronized with the accessory I/O device 107 and the stand-alone computing device 110 .
  • the data element C in the smartphone 104 will require the same change to be applied as was made in element 3 , and applied to element iii. In some implementations, this change is applied to the smartphone 104 as soon as a connection exists between the smartphone 104 and the accessory I/O device 107 .
  • a change list 261 , device table 268 and synchronization counter 266 can be employed by each peer device to track changes to data elements in other devices with which the peer device synchronizes, such as the change to data element C as described above.
  • An example change list 261 , device table 268 and synchronization counter 266 are shown in the accessory I/O device 107 in FIG. 2E and further illustrated in and described with reference to FIGS. 3A-3F .
  • a change list 261 can track changes to data elements in a device, for example, since a previous synchronization operation between data elements in the device and corresponding data elements in another device.
  • the change list 261 is a table with one row for each change entry, and three columns in each row to store a change operation (e.g., add, delete, modify, etc.), an identifier for a data element whose change is logged in the change list 261 , and a counter value.
  • the counter value corresponds to a current value of the synchronization counter 266 when the change is applied.
  • the change list 261 that is shown in FIG. 3A corresponds to the scenario that is depicted in FIGS. 2A and 2 B, in which the data elements i, ii, and iii are added to the data store 226 .
  • the elements are added when the synchronization counter 266 has an exemplary value of 29857; accordingly, in this example, the counter value 29857 has been included in each row of the change list 261 .
  • the synchronization counter 266 is a counter that is incremented or decremented each time an event occurs, such as, for example, a successful synchronization operation.
  • the device table 268 can be employed in some implementations to track synchronization operations between the corresponding device (e.g., the accessory I/O device 107 ) and other devices (e.g., the smartphone 104 or the stand-alone computing device 110 ). Separate entries in the device table 268 can be included for each other device. Each entry can include a device identifier and a current value of the synchronization counter 266 as of the time of the most recent synchronization with the corresponding other device. As depicted in FIG. 3A and in FIGS. 2A and 2B , the accessory I/O device 107 has not previously synchronized with any other devices, so the device table 268 is initially empty.
  • FIG. 3B depicts the completion of the synchronization operation described above with reference to FIG. 3A .
  • the synchronization counter 266 can be incremented upon successful completion of a synchronization operation, as shown in FIG. 3B .
  • Successful completion of the synchronization operation can be determined in different ways. For example, in some implementations, a synchronization operation is successfully completed when a mapping message is transmitted to a remote device after the corresponding local device receives and applies a synchronization message (e.g., as depicted in FIG. 2B ). In some implementations, two synchronizing devices can exchange acknowledgement messages indicating that each respective device has completed all aspects of a synchronization operation.
  • the device table 268 is updated each time the synchronization counter 266 is incremented.
  • the accessory I/O device 107 initially has not synchronized with other devices. Once a synchronization operation has been completed with another device (e.g., the smartphone 104 ), an entry can be added to the device table 268 that includes an identifier for the other device and a post-incremented value of the synchronization counter, as shown in FIG. 3B .
  • the change list 261 is analyzed, and entries that are no longer needed are deleted.
  • a change entry is deemed to not be needed any longer when it has been applied to all known peer deices (e.g., all peer devices for which corresponding entries are included in the device table 268 ).
  • a determination can be made as to whether a change entry has been applied to all known peer devices by comparing the counter value associated with the change entry with the counter value(s) associated with entries in the device table 268 .
  • any change entry in the change list 261 having a counter value that is less than all counter values in the device table 268 can be deleted.
  • all change entries have counter values that are less than the one counter value in the device table 268 ; accordingly, in this implementation, the change entries can be deleted (as depicted by strike-through text).
  • FIG. 3C depicts a synchronization operation with another device.
  • FIG. 3C depicts the synchronization operation between the accessory I/O device 107 and the stand-alone computing device 110 that is illustrated in and described with reference to FIGS. 2C and 2D .
  • the device table 268 is queried at the beginning of a synchronization operation to determine whether the other device being synchronized has a corresponding entry in the device table 268 . In some implementations, if an entry for the other device is included in the device table 268 , then specific changes to be applied to the other device are obtained from the change list 261 ; if an entry for the other device is not included in the device table 268 , then a previous synchronization operation with the other device is deemed to have not occurred, and all data elements can be provided to the other device. For example, with reference to FIGS.
  • the accessory I/O device 107 and the stand-alone computing device 110 have not previously synchronized, so all data elements in the data store 226 of the accessory I/O device 107 (i.e., i, ii, and iii) can be provided to the stand-alone computing device 110 .
  • the synchronization counter 266 can be again incremented, and an entry can be added to the device table 268 for the stand-alone computing device 110 , as depicted in FIG. 3C .
  • FIG. 3D depicts an example scenario in which data elements are changed in the accessory I/O device 107 following initial synchronization operations between the accessory I/O device 107 and the smartphone 104 and between the accessory I/O device 107 and the stand-alone computing device 110 .
  • data elements i and ii have been modified in the data store 226 of the accessory I/O device 107 , and these changes are logged in the change list 261 , along with a current value of the synchronization counter 266 .
  • the changes to data elements i and ii are first synchronized with data elements in the stand-alone computing device 110 ( FIG. 3E ) and then synchronized with the smartphone 104 ( FIG. 3F ).
  • the device table 268 can be queried to determine whether the accessory I/O device 107 has been previously synchronized with the stand-alone computing device 110 (e.g., to determine whether to obtain changes from the change list 261 or to create elements in the stand alone computing device 110 that correspond to all data elements in the accessory I/O device 107 ).
  • the change list 261 can be queried for changes to provide to the stand-alone computing device 110 .
  • changes can be identified whose counter values are equal to or greater than the counter value associated with the entry in the device table 268 for the stand-alone computing device 110 .
  • Both entries shown in FIG. 3D meet the example criterion, so both changes can be provided to the stand-alone computing device 110 (i.e., “modify i” and “modify ii”).
  • the synchronization counter 266 can be incremented and the counter value associated with the stand-alone computing device entry in the device table 268 can be updated, as shown in FIG. 3E .
  • the change list 261 can be analyzed at this point to determine whether any entries can be deleted. Since both entries in the change list 261 have counter values that are greater than the lowest counter value in the device table 268 , the entries can be preserved.
  • the accessory I/O device 107 can be subsequently synchronized with the smartphone 104 .
  • the device table 268 can be queried to determine if an entry exists that corresponds to the smartphone 104 . Since, in this example, such an entry exists, a previous synchronization operation is deemed to have occurred between the accessory I/O device 107 and the stand-alone computing device 110 , and the change list 261 can be processed for changes to be provided to the smartphone 104 .
  • change entries in the change list 261 can be identified whose counter values are greater than the counter value in the device table 268 that corresponds to the smartphone 104 . In this example, since both entries have counter values that are greater than the counter value associated with the smartphone entry in the device table 268 , both corresponding changes can be provided to the smartphone 104 .
  • the synchronization counter 266 can again be updated, the device table 268 can also be updated, and the change list 261 can be processed as described above to determine whether entries can be deleted, as shown in FIG. 3F .
  • all entries in the change list 261 have, at this point, counter values that are less than the lowest counter value in the device table 268 , all entries in the change list 261 can be deleted (as depicted by strike-through text).
  • the synchronization counter 266 can be decremented rather than incremented, and comparison operations can be made in the opposite manner as described.
  • the synchronization counter 266 can be advanced (e.g., incremented or decremented) with each change to a data element and each synchronization event (e.g., such that no two entries have the same counter value).
  • Similar information can be stored in data structures other than tables. Additional information can be stored in one or more of the tables (e.g., an actual change, such as underlying data that is being added, modified or deleted). Additional tables can be employed.
  • FIGS. 3A-3F depict one-half of a typical synchronization operation, in which changes to data elements in a local device are provided to a remote device. Another half of a typical synchronization operation can include receiving changes from the remote device and applying them to the local device.
  • a synchronization operation is not complete until both halves of the synchronization operation have been successfully completed.
  • the synchronization counter 266 is advanced at the beginning of a synchronization operation, such that changes to data elements during the synchronization operation are not applied until a subsequent synchronization operation. Other variations are contemplated.
  • FIG. 4 is a block diagram showing additional details of another example device 401 .
  • the device 401 in FIG. 4 is representative of any of the peer devices (e.g., including the smartphone 104 , the accessory I/O device 107 , and the stand-alone computing device 110 ) that are shown in FIG. 1 .
  • the device 401 includes different applications 403 and 406 , each of which can process a different kind of data element.
  • the application 403 processes document data elements
  • the application 406 processes calendar data elements.
  • each application or data element type has a corresponding data adapter module 412 and 409 that can provide an interface between the corresponding application and actual data elements that are processed by the applications 403 and 406 .
  • the data adapter 409 can include a data store 415 , and a change processor 421 .
  • the data store 415 maintains a particular kind of data element (e.g., email data elements, voicemail data elements, calendar data elements, etc.).
  • the example data store 415 is depicted as being configured to store calendar data elements.
  • examples of a data store include a variety of storage mechanisms for data, such as files, databases and tables.
  • a device can include more or fewer than two data stores.
  • the data adapter 409 employs the change processor to maintain the change list 261 , synchronization counter 266 and device table 268 , which are described above.
  • a change processor in each data adapter can be employed in conjunction with a synchronization engine 430 to ensure that each change to data elements in the device 401 is applied to appropriate peer devices.
  • the synchronization engine 430 can be configured to generically handle synchronization of different kinds of data elements (e.g., data elements from multiple different data adapters, such as the data adapters 409 and 412 ). In some implementations, the synchronization engine 430 can track which types of data elements have been synchronized with various other devices. For example, with reference to FIG. 1 , the synchronization engine 430 can track whether email messages in the accessory I/O device 107 have been synchronized with emails in the smartphone 104 , or whether documents in the accessory I/O device 107 have been synchronized with documents in the stand-alone computing device 110 .
  • the synchronization engine 430 employs a configuration file 433 to track which data elements have been synchronized with data elements in other devices.
  • the configuration file 433 stores similar information as is stored in the change list(s) described above.
  • a single change list, synchronization counter and device table can be maintained in the synchronization engine 430 (e.g., as part of the configuration file 433 ), in place of multiple, distributed change lists, synchronization counters and device tables.
  • the synchronization engine 430 can send and receive messages to and from a synchronization engine in a corresponding device. To do so, the synchronization engine 430 can operate in conjunction with one of the data adapter's change processors (e.g., change processor 421 ) to identify changes that should be applied to data elements in the corresponding device based on data elements in the device 401 that have changed since a previous synchronization.
  • the data adapter's change processors e.g., change processor 421
  • the synchronization engine 430 can generate an appropriately formatted synchronization message with a group of identified changes (e.g., data elements identifiers and change instructions), and transmit the message, via an appropriate communication interface (e.g., communication interface 439 ).
  • the synchronization engine 430 can also receive synchronization messages, decode their contents and interact with an appropriate data adaptor to apply the changes to appropriate data elements.
  • the synchronization engine 430 can also generate and receive acknowledgements to indicate that specific changes have been applied.
  • the synchronization engine 430 can maintain mapping information (e.g., in a mapping file 434 ) between data elements stored in the device 401 and corresponding data elements stored in other peer devices.
  • the synchronization engine 430 can, in some implementations, receive mapping messages and update the mapping file 434 based on the content of a received mapping message; and generate mapping messages with mapping information to convey to another peer device.
  • the device 401 includes two communication interfaces 436 and 439 .
  • a device can have more or less than two communication interfaces.
  • each communication interface can implement a different type of communication.
  • the communication interface 436 may be a radio interface that can be employed to communicate, for example, with a cellular network (e.g., the network 143 , shown in FIG. 1 ), and the communication interface 439 may be another, different radio interface, such as a Bluetooth interface.
  • the device 401 employs one communication interface to exchange data with certain devices, and the device 401 employs another communication interface to exchange data with other devices.
  • the device 401 may employ the communication interface 436 to exchange data with the enterprise computing system 101 , via the cellular network 143 ; and the device 401 may employ the interface 439 to exchange data with the accessory I/O device 107 .
  • Multiple communication interfaces can implement different communication protocols or the same communication protocol, and the communication interfaces and protocols implemented can depend on the device itself.
  • the enterprise computing system 101 can employ a wired USB interface via the enterprise terminal 140 , and a wireless CDMA interface via the cellular network 143 .
  • the smartphone 104 can employ a wireless CDMA interface and a wireless Bluetooth interface
  • the accessory I/O device 107 can employ a wireless Bluetooth interface and a wired IEEE 1394 interface.
  • the interfaces described above are merely exemplary, and the reader will appreciate that any kind of data interface can be employed by the device to transfer data from one device to another device, or to synchronize data with the other device.
  • the device 401 has a modular design, in which different software applications, modules and protocols can be employed to implement different components. For example, some implementations adopt a layered approach to software or hardware design, where each layer has its own protocol or format it uses to communicate to a corresponding layer in another device. In particular, each layer, starting with an application layer and working down to lower-level protocols at a physical layer, can have its own communication protocol that abstracts the details of lower-level protocols.
  • each layer can be handled by different software or hardware modules.
  • the application 403 can comprise one software module
  • the synchronization engine 430 can comprise another module
  • each data adapter 409 or 412 can comprise another module
  • each communication interface 436 or 439 can comprise another module.
  • Such modularization can, in some implementations, yield efficiencies by facilitating reuse of various software modules.
  • such modularization can be based on whether corresponding functions are device-specific (e.g., specific to particular hardware or software components in the device 401 ) or device-independent.
  • certain modules can be pre-optimized and pre-compiled software modules provided by third parties.
  • At least a portion of the synchronization engine 430 can be implemented by a SyncML component (Synchronization Markup Language—a platform-independent information synchronization standard), and can accordingly adopt a SyncML protocol of data exchange.
  • a SyncML component Synchronization Markup Language—a platform-independent information synchronization standard
  • Components other than the synchronization engine 430 can also exchange data according to specific, possibly layered, protocols.
  • applications in one device can exchange data with applications in another device using WBXML, which is a binary representation of XML that can be used to compactly transfer files over mobile networks.
  • WBXML is a binary representation of XML that can be used to compactly transfer files over mobile networks.
  • Software modules at transport or network levels e.g., according to the Open Systems Interconnection (OSI) basic reference model of communications
  • OSI Open Systems Interconnection
  • Data and physical layers may employ appropriate protocols for specific communication interfaces (e.g., CDMA, Bluetooth, IrDA, etc.).
  • protocols are merely exemplary; any suitable protocol can be employed to facilitate synchronization of data between devices, and various layers of protocols can be employed based on any layering of components that perform synchronization of data between various applications.
  • the above description assumes software-based modules, but in some implementations, hardware-based modules can be used in place of or in addition to software-based modules.
  • FIG. 5 illustrates an example method 500 by which data elements in a first device can be synchronized with data elements in a peer device.
  • the method 500 includes actions performed by the first device; other actions are performed by the peer device.
  • the method 500 could be performed by the accessory I/O device 107 in response to receiving a synchronization message from the smartphone 104 .
  • the method 500 can include receiving ( 501 ) a remote date identifier and corresponding change instruction that a peer device has transmitted ( 504 ).
  • the accessory I/O device 107 can receive ( 501 ) the synchronization message 232 that includes these change instructions and corresponding remote data identifiers (“Add A,” “Add B” and “Add C”).
  • A, B and C are remote data identifiers (e.g., in the sense that they are not local to the accessory I/O device 107 , although they can be local to the smartphone 104 ).
  • each change instruction in the synchronization message 232 can be processed separately, starting with the “Add A” change instruction.
  • the method 500 can include determining ( 507 ) whether the remote identifier is included in a mapping maintained by the first device.
  • the accessory I/O device 107 can determine ( 507 ) whether the data identifier A is included in the mapping table 235 .
  • the smartphone 104 the example peer device
  • the accessory I/O device 107 the example first device
  • the mapping table 235 does not yet store relationship information about data identifier A.
  • the accessory I/O device 107 determines ( 507 ) that the remote identifier A is not included in the mapping table 235 , and the method 500 includes creating ( 510 ) a new data element to correspond to the remote identifier.
  • the accessory I/O device 107 can create ( 510 ) the data element i to correspond to the remote identifier A.
  • an entry can be added ( 513 ) to the mapping, for example, to track the relationship between the remote data identifier (e.g., A) and the newly added element (or more particularly, a data identifier i associated with the newly created element).
  • the remote data identifier e.g., A
  • the newly added element or more particularly, a data identifier i associated with the newly created element.
  • the method 500 can include determining ( 516 ) whether there are additional data identifiers and changes to process. For example, the accessory I/O device 107 can determine ( 516 ) that two other change instructions (Add B and Add C) in the synchronization message 238 must be processed. Accordingly, the method 500 can include processing these change as described above.
  • the change corresponding to the remote identifier can be applied ( 519 ) to an appropriate local data element that is associated with the remote data identifier.
  • accessory I/O device 107 can receive the synchronization message 257 that includes the remote data identifier 3 , which is included in the mapping table 235 . Accordingly the accessory I/O device 107 can apply the change (“Modify 3 ”) to the data element that corresponds to the remote identifier 3 (data element iii).
  • the accessory I/O device 107 can query its mapping table 235 to locate the remote identifier 3 , then identify the local data element (data element iii) that is associated with the remote identifier by the mapping table 235 , and apply the corresponding change to the identified local data element.
  • the method 500 can be applied to other types of changes with only little or no modification (e.g., deleting data elements or marking data elements for archival on a peer device). Moreover, the method 500 can be performed sequentially, in different devices, to pass a synchronized version of data from one device to another. As described in the example scenario above, such a passing of data from one device to another device in a peer-to-peer manner can enable a user to employ various electronic devices to manage different kinds of information, even when one or more of the devices does not have access to a central repository of information, or when such a central repository of information is not maintained.
  • peer-to-peer synchronization methods described in this document can enable a user to employ various similarly provisioned peer devices to manage his or her information, without forcing the user to install special server-client software on any of the devices or to specially configure any of the devices as either servers or clients.

Abstract

A method of synchronizing data elements between devices can include receiving at a first device, from only one of multiple peer devices with which the first device is configured to synchronize, a request to synchronize data between the first device and the only one peer device; identifying data elements stored in the first device that have changed since a previous synchronization operation between the first device and the only one peer device; and transmitting, directly and solely to the only one peer device, for each of the identified data elements, a local data identifier and a corresponding change to be applied to a data element in the only one peer device that corresponds to the local data identifier. In some implementations, each local data identifier is transmitted in a format in which it is maintained in the first device.

Description

    TECHNICAL FIELD
  • The disclosed implementations relate generally to synchronizing information between various devices.
  • BACKGROUND
  • People use various devices to manage different kinds of information. For example, a person may use a desktop computer at his or her office to send and receive emails, manage a calendar, maintain personal and business contacts, and process various electronic documents and files. The person may also use a laptop computer while traveling to manage the same kinds of information. The person may also carry a personal digital assistant (PDA) to maintain a portable calendar. The person may also carry a cell phone or a smartphone to send and receive cellular calls. In some cases, the cell phone or smartphone includes PDA functionality and also provides access to office emails, calendar items and contact information. In such cases, the person may also use with the cell phone or smartphone an accessory I/O device that has a larger screen and keypad to more efficiently input data into or display data from the cell phone or smartphone.
  • To be most useful, each of the information-managing devices a person employs should provide access to the same version of information. To enable access to the same version of information from different devices, information can be synchronized between the different devices. For example, emails on a desktop computer can be synchronized with emails on a smartphone so that a person can read or respond to the same emails from either the desktop computer or the smartphone. As another example, calendar items on a PDA can be synchronized with calendar items on the desktop computer so that a user can determine his or her appointments and meetings by consulting either the desktop computer or the PDA.
  • Frequently, synchronization is managed with respect to a central repository. For example, the desktop computer at a person's office may connect to an enterprise server that maintains a central copy of emails and calendar items. To synchronize calendar items between the desktop computer and the PDA, the PDA may connect to the enterprise server. Similarly, to synchronize emails between the desktop computer and a smartphone, the smartphone may connect to the enterprise server. In such implementations, synchronization may only be possible when the central repository is accessible to the device whose data is being synchronized.
  • SUMMARY
  • In some implementations, a method of synchronizing data elements between devices includes directly receiving at a first device, from only one of multiple peer devices with which the first device is configured to synchronize, a remote data identifier and a corresponding change instruction; determining whether the remote data identifier is included in a mapping in the first device; and if the remote identifier is included in the mapping, applying the corresponding change instruction to a data element in the first device that is associated by the mapping to the remote data identifier; and if the remote identifier is not included in the mapping, creating a new data element to correspond to the remote data identifier.
  • In some implementations, a method of synchronizing data elements between devices includes receiving at a first device, from only one of multiple peer devices with which the first device is configured to synchronize, a request to synchronize data between the first device and the only one peer device; identifying data elements stored in the first device that have changed since a previous synchronization operation between the first device and the only one peer device; and transmitting, directly and solely to the only one peer device, for each of the identified data elements, a local data identifier and a corresponding change to be applied to a data element in the only one peer device that corresponds to the local data identifier.
  • Identifying the data elements can include determining whether a device table that tracks synchronization operations between the first device and other peer devices includes an entry corresponding to the only one peer device. Identifying the data elements can further include analyzing a change list that, for each change that has occurred since the previous synchronization operation, stores a data identifier that identifies the corresponding data element that has changed, a change operation that identifies the manner in which the corresponding data element has changed, and a counter value that provides a temporal reference for the change. Analyzing the change list can include comparing the counter value of each entry in the change list to a counter value associated with an entry in the device table that corresponds to the only one peer device.
  • In some implementations, a device includes a data store configured to store a plurality of digital data elements; a synchronization module configured to directly synchronize the plurality of data elements in the data store with corresponding data elements in any one of multiple other peer devices; and a computer-readable medium including program instructions. When executed, the program instructions can perform operations that include directly receiving, from only one of multiple peer devices with which the device is configured to synchronize, a remote data identifier and a corresponding change instruction; determining whether the remote data identifier is included in a mapping in the device; and if the remote identifier is included in the mapping, applying the corresponding change instruction to a data element in the data store that is associated by the mapping to the remote data identifier; and if the remote identifier is not included in the mapping, creating a new data element in the data store to correspond to the remote data identifier.
  • The details of one or more implementations are set forth in the accompanying drawings and the description below. Other features, objects, and advantages will be apparent from the description and drawings, and from the claims.
  • DESCRIPTION OF DRAWINGS
  • FIG. 1 is a block diagram illustrating example devices that can each process information that can be synchronized with information in other devices.
  • FIGS. 2A-2E are block diagrams showing additional details of three example devices and illustrating example aspects of peer-to-peer synchronization.
  • FIGS. 3A-3F are block diagrams showing additional details of a change list, synchronization counter and device table that can be used to track and control various aspects of a synchronization operation.
  • FIG. 4 is a block diagram showing additional details of an example peer device.
  • FIG. 5 is a flow diagram of an example method of synchronizing data.
  • Like reference symbols in the various drawings indicate like elements.
  • DETAILED DESCRIPTION
  • Several example devices that a user can employ to process various kinds of information are depicted in FIG. 1 and include an enterprise computing system 101, a smartphone 104, an accessory input/output (I/O) device 107, and a stand-alone computing device 110. In some implementations, each of the above-described electronic devices runs one or more applications (e.g., software programs) to allow the user to manage particular kinds of information (e.g., information embodied in specific data elements). Not all devices necessarily process all kinds of data elements. For example, the enterprise computer system 101 can be configured to process calendar data elements (e.g., including a calendar data element 113, depicted in a data store 116 associated with the enterprise computing system 101), email message data elements (e.g., including an email message data element 119), contact data elements (e.g., including a contact data element 122) and document data elements (e.g., including a document data element 125). As another example, the smartphone 104 and stand-alone computing device 110 can be configured to process many of the same data elements. In addition, the smartphone 104 can be configured to process voicemail data elements (e.g., including a voicemail data element 128, depicted in a data store 131 associated with the smartphone 104).
  • To enable a user to process the same underlying information (e.g., information embodied in specific data elements), the information can be synchronized between devices. Synchronizing data elements between two different devices can include, for example, initially creating data elements in a first device that correspond to data elements a second device. In particular, for example, with reference to a first device having no contact data elements and a second device having three contact data elements, synchronization can include creating three contact data elements in the first device that correspond to the three contact data elements in the second device. Correspondence can include storing the same underlying information, even if the exact format in which the data is stored is different between the devices. For example, contact data elements in the first device (e.g., an enterprise computing system) could be stored as Microsoft Outlook Contacts and the corresponding data elements in the second device (e.g., a Palm® Treo™) could be stored as Palm Desktop address records or business card records. In this example, even though the exact format of the data elements is different in each device, the same underlying data (e.g., name, address and contact information for different people or organizations) can be the same.
  • Subsequent to initially creating data elements in the first device that correspond to data elements in the second device, synchronization of two data elements can include updating one or both of the data elements to reflect changes in either of the data elements since an initial or previous synchronization. For example, if contact data elements are synchronized between an enterprise computing system and a smartphone, and one of the contacts is subsequently modified in the enterprise computing system, synchronizing the contacts can include applying the same modification to the corresponding contact in the smartphone.
  • In some implementations, a synchronization operation is requested by one of two devices being synchronized, and the other device responds to the synchronization request. Synchronization operations can be initiated in response to different triggers. For example, in some implementations, a device can initiate a synchronization operation with another device as soon as a connection is available between the devices (e.g., a wired or wireless connection, as described in greater detail below). In some implementations, a first device can initiate a synchronization operation with a second device as soon data is changed in the first device. In such implementations, if a connection does not exist between the devices, changes to data in the first device can be logged and queued for synchronization at a time when a connection between the devices does exist.
  • In some implementations, two different kinds of synchronization operations can be performed—an exhaustive synchronization operation, and an incremental synchronization operation. For example, an exhaustive synchronization can be performed when a first device that stores several data elements is synchronized with a second device that does not currently store any data elements. As another example, an exhaustive synchronization can be performed when data elements in one of the two devices being synchronized have been corrupted. In some implementations, an exhaustive synchronization operation can include copying all data elements in the first device to the second device. Subsequent to an initial exhaustive synchronization operation, an incremental synchronization can be used to update previously synchronized devices. That is, in some implementations, only differential data is sent—that is, data that captures changes to data elements relative to state of the corresponding data stores following a previous synchronization operation. Additional example details are now provided for various devices whose information can be synchronized.
  • For purposes of the examples that follow, the enterprise computing system 101 can include an enterprise server 137 and one or more user terminals (depicted by a user terminal 140). Various application programs that the user can employ to process different data elements can be provided by either the enterprise server 137, or the user terminal 140, or a combination of the two devices. For example, a user can employ an email client running on the enterprise computing system 101 to receive email messages and compose replies and new email messages. As another example, a user can employ a file processing application to create, view and edit electronic files on the enterprise computing system 101.
  • In some implementations, the email messages or electronic files are stored on the enterprise server 137 (e.g., in a storage location depicted by the data store 116), and the user interacts with the email messages or electronic files through the terminal 140. In other implementations, email messages and electronic files are stored on the terminal 140 itself. In some implementations, email messages, electronic files, and other data elements stored in the enterprise computing system 101 are available from a cellular network 143, via an adapter network 146.
  • The smartphone 104 (e.g., a Palm® Treo™) can be configured to send and receive emails; receive and place telephone calls; create, view and edit electronic files; and access voicemails. Cellular service can be provided by the cellular network 143, which, as indicated above, can also provide access to emails, electronic files and other data elements stored on the enterprise computing system 101.
  • The accessory I/O device 107 can be configured to display output and receive input associated with the smartphone 104. In some implementations, the accessory I/O device 107 provides a larger screen and larger keyboard through which the user can more easily view and enter information on the smartphone 104. In some implementations, the accessory I/O device 107 includes similar resources as a laptop computer (e.g., a microprocessor, memory, persistent storage and various input/output and communication facilities) but the accessory I/O device 107 may be smaller and more portable than a laptop computer. In some implementations, the accessory I/O device 107 does not have cellular communication resources, and thus cannot receive data elements that are stored on the enterprise computing system 101 except through another device (e.g., the smartphone 104).
  • In some implementations, the stand-alone computing device 110 does not have facilities to directly connect to the enterprise computing system 101 but is otherwise a fully functional computer device having a microprocessor, memory, persistent storage and various input and output capabilities.
  • The above-described electronic devices and features of the devices are merely exemplary. The reader will appreciate that other variations in the kinds of data that can be processed and the types of devices that process the data are contemplated. For example, digital photos, videos, music files, bookmarks, preferences, and various other kinds of data can be synchronized between devices. Moreover, even if a device is not configured to create or manipulate a particular kind of data, the device may be configured to store that kind of information and pass it to other peer devices. For example, as depicted in one implementation in FIG. 1, the accessory I/O device 107 is not configured to process calendar data elements (as represented by a dashed-line calendar data element 134), but the accessory I/O device 107 may nevertheless be configured to store and synchronize calendar data elements with other peer devices. In particular, in such implementations, the accessory I/O device 107 can be configured to receive calendar data elements from the smartphone 104 or the stand-alone computing device 110 and transmit received calendar data elements to the other device during a synchronization operation—even though the accessory I/O device 107 may not be configured to create or modify calendar data elements.
  • An example scenario further illustrates how a user (e.g., a business executive) can employ the various above-described devices to process information. In this example scenario, the business executive works from her employer's office in the early morning; travels to the airport later in the morning to catch a flight to a customer site; flies to the customer site; and works with the customer in the afternoon to solve a problem. Throughout the day, the business executive processes various kinds of information.
  • From the enterprise terminal 140, the business executive sends and receives emails; accepts appointments and meeting requests; and creates, views and edits various documents and electronic files. At the airport, just before boarding her aircraft, the business executive uses her smartphone 104 to retrieve her emails from the enterprise computing system 101 (e.g., via a synchronization path 145, through the cellular network 143), then synchronizes the retrieved emails and several documents stored on her smartphone 104 with her accessory I/O device 107 (e.g., via a synchronization path 147), before turning off her smartphone 104. From the aircraft, using the accessory I/O device 107, the business executive reads several unread email messages, drafts several replies and new emails, and makes edits to some of the documents stored on the accessory I/O device 107. When the aircraft lands, the business executive powers on her smartphone 104 and synchronizes emails between the smartphone 104 and the accessory I/O device 107 (e.g., via the synchronization path 147), allowing the draft replies and new emails to be sent from the smartphone 104. Later in the day, at the customer site, the business executive transfers documents from the accessory I/O device 107 to the stand-alone computer device 110 (e.g., via a synchronization path 148), from which she edits several of the documents. At the end of the customer visit, the business executive transfers the edited documents from the stand-alone computer device 110 to the accessory I/O device 107 (e.g., via the synchronization path 148), then later to the smartphone 104 (e.g., via the synchronization path 147), from which they are transferred back to the business executive's enterprise computing system 101 (e.g., via the synchronization path 145).
  • Peer-to-peer synchronization can be advantageous in some implementations, such as the scenario described above, since it can allow data to be passed from one device to another device, even if one or both of the devices between which data is being transferred do not have access to a centralized server (e.g., the enterprise server 137). That is, in various implementations, data can be transferred from any peer device to any other peer device.
  • Peer-to-peer synchronization can include a mode of information transfer by which data elements are transferred between similarly provisioned peer node devices. That is, in some implementations, any peer node device can initiate a transfer of data with any other peer node device; in such implementations, each peer node device can both transmit synchronization requests to other peer node devices, and receive and service synchronization requests from other devices.
  • As depicted in one implementation in FIG. 1, the smartphone 104, the accessory I/O device 107 and the stand-alone computing device 110 are all peer devices. In particular, each of the three devices can initiate a synchronization operation with either of the other two devices, and each of the three devices can respond to requests for a synchronization operation from either of the other two devices. As depicted, data can be transmitted directly from one device to another device (e.g., without having to pass through an intermediate device and without coordination with a server device). In particular, for example, data can be directly exchanged between the smartphone 104 and accessory I/O device 107 via path 147; data can be directly exchanged between the smartphone 104 and the stand-alone computing device via path 149; and data can be exchanged directly between the accessory I/O device 107 and the stand-alone computing device 110 via path 148. Each path 147, 148 and 149 can represent a communication interface, such as, for example, a Bluetooth interface, a physical cable, removable storage media, etc., as is described in greater detail below.
  • In some implementations, a peer-to-peer model of data transfer is distinguished from a client-server model, in which a single server or small number of servers receives requests for data from various client devices. Put another way, some peer devices are configured to function as both servers and clients, depending on their context, rather than being configured to function only as a dedicated server or a dedicated client, as is the case with some client-server devices. A client-server data transfer model is sometimes described as a hub-and-spoke model, in which the server is the hub and each client device is a spoke connected to the server. In this model, each client can be configured to exchange data with the server through its spoke connection to the server, and data exchanges between two clients can be routed through the server hub, rather than performed directly between the clients.
  • In some client-server implementations, the server tracks the state of data at each of the client devices and is directly involved in each synchronization operation. Thus, in some implementations, synchronization of data between two client devices involves synchronization of one of the two client devices with the server, followed by synchronization of the other client device with the server. In contrast, in some implementations of peer-to-peer synchronization, data is compared and synchronized between only two devices at any given time. In such implementations, no single device may track state of all data on all of the other devices. Rather, data may be propagated and synchronized from one device to another in a peer-to-peer manner.
  • The reader will appreciate that peer-to-peer synchronization can be provided by a network of devices, some of which are also configured as clients or servers. For example, as described above with reference to FIG. 1, the smartphone 104 can be a peer with the accessory I/O device 107 and the stand-alone computing system 110; however, the smartphone 104 can also be configured to function as a client relative to the enterprise computing system 101. In some implementations, data can be synchronized among the peer devices, but certain data processing steps are handled by particular peer devices. In particular, for example, in some implementations, email data is processed by the peer devices 104, 107 and 110, but sent and received only from the smartphone 104.
  • FIGS. 2A-2E are block diagrams showing additional details of three of the devices shown in FIG. 1. FIGS. 2A-2E illustrate how, in some implementations, information can be synchronized between multiple devices in a peer-to-peer manner. For purposes of illustration, the three devices in FIGS. 2A-2E are shown as the smartphone 104, the accessory I/O device 107 and the stand-alone computing device 110. The reader will appreciate, however, that these devices are merely representative of any kind of peer device whose information can be synchronized with corresponding information in one or more other peer devices. As shown in FIG. 2A, each of the devices 104, 107 and 110 includes a microprocessor, memory, I/O devices and a communication interface, of which the microprocessor 208, the memory 211, the I/O devices 214, and the communication interface 217 are representative.
  • The microprocessor 208 can execute various programming instructions stored in the memory 211 to perform tasks such as, for example, receiving input from an input device 214 or from the communication interface 217, providing output to an output device 214 or the communication interface 217, or manipulating data stored in memory 211. Suitable processors for the execution of a program of instructions include, by way of example, both general and special purpose microprocessors, and the sole processor or one of multiple processors of any kind of computer.
  • The memory 211 is shown as a single block, but the memory can include multiple kinds of memory (e.g., RAM, ROM, persistent memory, volatile memory, physical memory, virtual memory, etc.) and can be provided by multiple different devices (e.g., registers within the microprocessor 208, cache chips, RAM chips, magnetic hard drives, optical drives, standalone Flash devices, etc.).
  • Particular programming instructions stored in the memory 211 can make up application programs, such as the application program 220. Individual application programs can be configured to enable a user to manipulate certain kinds of data, such as email messages, calendar items, electronic files, etc. Moreover, individual application programs can be configured to synchronize data with corresponding applications running on other devices.
  • In some implementations, as depicted in FIG. 2, actual data elements (e.g., individual email messages, calendar items, etc.) can be stored separately from the programming code that makes up the application program(s) used to process the data elements. In particular, FIG. 2A depicts a data store 223 that can store individual data elements. For purposes of example, the data store 223 is shown to store elements A, B and C, which could represent any kind of data (e.g., email data elements, calendar data elements, etc.). In some implementations, a data store maintains a single kind of data element, such as email messages or calendar items. In other implementations, a single data store can maintain multiple different kinds of data elements.
  • Only one application program 220 is shown, but the reader will appreciate that multiple application programs can be included in the memory 211. In some implementations, as depicted in FIG. 2A, a single application both processes data elements and provides functionality to synchronize the data elements with data elements in other devices (e.g., the device 104). In other implementations, many separate application programs perform various discrete functions, such as processing data elements or synchronization the data elements with data elements in other devices.
  • I/O devices 214 can include a keyboard, mouse or other pointing device, voice-input processor, position sensor, display screen, indicator, audio output device, etc., to receive input or provide output to a user. In the implementation that is depicted in FIG. 2A, the communication interface 217 can be a special form of I/O device that is configured to transmit and receive information in a digital format with a corresponding communication interface (e.g., a communication interface 229) of another device (e.g., device 107).
  • In some implementations, the communication interface 217 can transmit and receive data in one or more of many different formats, using different media and different data protocols. In some implementations, the communication interface 217 includes, for example, a wired interface, such as a Universal Serial Bus (USB) interface, an IEEE (Institute of Electrical and Electronics Engineers) 1394 “FireWire” or “i.Link” interface, a serial (e.g., RS-232) interface, a fiber interface (e.g., an OC-3, OC-48 or Fibre Channel connection), or a T1 or E1 telecommunications carrier interface. These wired interfaces are merely exemplary, and other wired interfaces are contemplated. In some implementations, the communication interface 217 includes, for example, a wireless interface, such as an IEEE 802.11 Wireless LAN (Local Area Network) interface, an IEEE 802.15 Wireless PAN (Personal Area Network) interface (e.g., a Bluetooth interface), an IEEE 802.16 broadband wireless access (“WiMAX”) interface, or an infrared interface characterized by any number of standards provided by the Infrared Data Association (IrDA). These wireless interfaces are merely exemplary, and other wireless interfaces are contemplated.
  • Through the communication interfaces 217 and 229, data elements can be synchronized between the two devices 104 and 107. In some implementations, synchronizing data elements in the two devices 107 and 110 can include modifying data elements in one or both of the devices (including creating new data elements or deleting existing data elements) such that after the modification or synchronization operation, the data elements in each device store the same underlying information.
  • In some implementations, a synchronization operation is performed between two devices, and the synchronization is initiated by one of the two devices between which data is to be synchronized. In such implementations, more than one synchronization operation can be performed to synchronize information in additional devices. For example, FIGS. 2A and 2B illustrate an example first synchronization operation between the smartphone 104 and the accessory I/O device 107. FIGS. 2C and 2D illustrate an example second synchronization operation between the accessory I/O device 107 and the stand-alone computing device 110. In other implementations (not depicted in the figures), synchronization of data in more than two devices can be performed simultaneously.
  • A synchronization operation can be performed to synchronize data between two devices that have not been previously synchronized. In some implementations, one of the devices is empty (e.g., initially stores no data elements that are to be synchronized with data elements in the other device). In other implementations, both devices store data elements that have no initial correspondence with data elements in the other device. Whatever the state is of the data in the two devices at the beginning of the synchronization, the data in each device matches (e.g., stores the same underlying information) at the end of the synchronization process, in some implementations. Example processes by which data in two devices can be made to match (e.g., be synchronized) is described with continued reference to FIG. 2A.
  • As depicted in FIG. 2A, the smartphone 104 includes a data store 223, which stores data elements A, B and C. The accessory I/O device 107 is depicted as also having a data store 226 that initially stores no data elements. To synchronize data between the two devices, the first device 104 can identify its data elements that should be included in the synchronization operation. In this example, since the smartphone 104 and the accessory I/O device 107 have not been previously synchronized, all data elements in the smartphone 104 (A, B and C) are identified and sent to the accessory I/O device 107. In other situations, only a subset of data elements stored in the first device (e.g., the smartphone 104) are identified and transmitted to the second device (e.g., the accessory I/O device 107) during the synchronization operation. For example, if the devices have previously been synchronized, only those data elements that have changed in the first device may be identified and sent to the second device during a current synchronization operation. As another example, if the devices are configured to process different types of data elements (e.g., email data elements, calendar data elements, contact data elements, voice mail data elements, etc.), only those data elements that are processed by both devices may be synchronized.
  • In some implementations, the actual changes to data elements in the first device are transmitted to the second device in the form of change instructions in a synchronization message 232. Change instructions can include, for example, instructions to add a new data element, delete a data element or modify an existing data element. In the example depicted in FIG. 2A, the synchronization message 232 can include instructions to add data elements to the data store 226 to correspond to the data elements A, B and C in the data store 223. An example in which a different synchronization message includes instructions to modify a data element is depicted in and described with reference to FIG. 2E.
  • In some implementations, each data element in each device has an identifier by which the data element can be referenced. Change instructions that are included in a synchronization message can include the data identifier of the element being changed, in order, for example, to uniquely specify the intended change. For example, in the implementation shown in FIGS. 2A, A, B and C are data identifiers corresponding to the data elements in the data store 223. In the case of an add change instruction, actual content can be provided along with the instruction (e.g., add A [content of A], where [content of A] includes the underlying information that is to be added to a newly created data element in a corresponding peer device).
  • In some implementations, each data store in each device maintains its own version of data identifiers for its data elements. To facilitate synchronization with data elements in other devices, a specific peer device can maintain a mapping table that tracks relationships between data elements in the specific peer device itself and corresponding data elements in other peer devices with which this specific peer device synchronizes. A table is used as an example, but the reader will appreciate that any other mechanism capable of tracking correspondence between data elements can be employed (e.g., a mapping function, a look-up table, a relational database, etc.). In some implementations (e.g., some client-server implementations), each data element has a global identifier (e.g., a system-wide, unique identifier) in addition to a local identifier, and the mapping correlates the local identifier to the global identifier to allow data elements to be synchronized using their global identifiers. In such implementations, a server device may maintain mappings of global-local identifiers for each client device with which the server synchronizes. In some other implementations (e.g., implementations in which data is synchronized in a peer-to-peer manner), no global identifier may be maintained by the peer devices; rather a specific peer device may maintain a mapping that correlates local identifiers of data elements within the specification peer device itself to local identifiers of data elements in other peer devices with which the specific peer device synchronizes. An example of this latter method of mapping local identifiers to other local identifiers is further described with reference to FIG. 2B.
  • FIG. 2B illustrates an example application of the synchronization message 232 to the accessory I/O device 107. In particular, as depicted in one implementation, data elements i, ii and iii have been added to the data store 226 (e.g., in response to change instructions included in the synchronization message 232). In this example, i, ii and iii are local identifiers maintained by the accessory I/O device 107, and A, B and C are local identifiers maintained by the smartphone 104.
  • In order to facilitate future synchronization operations, each peer device 104 and 107 can maintain a mapping table that correlates the data elements in the two devices. For example, as depicted in one implementation in FIG. 2B, the accessory I/O device 107 can maintain a mapping table 235 that correlates data elements i and A, data elements ii and B and data elements iii and C. The mapping table can then be used in subsequent synchronization operations to identify specific data elements to which changes should be applied. For example, upon receipt of a subsequent synchronization message from the smartphone 104 including the change instruction “modify B,” the accessory I/O device 107 can employ the mapping table 235 to determine that element B in the smartphone 104 corresponds to element ii in the accessory I/O device 107; accordingly, the change can be applied by the accessory I/O device 107 to the data element ii.
  • To enable the smartphone 104 to also maintain a mapping between its data elements and corresponding data elements in the accessory I/O device 107, the accessory I/O device 107 can send a mapping message 238 to the smartphone 104, after executing the changes included in the original synchronization message 232. The mapping message 238 can include the mapping information that the accessory I/O device 107 has stored in its mapping table 235. In response to receiving the mapping message 238, the smartphone 104 can update a mapping table 241 of its own. With the mapping table 241, the smartphone 104 can receive a subsequent synchronization message from the accessory I/O device 107 and appropriately update data elements in its data store 223. In particular, for example, the smartphone 104 could receive a “modify iii” change instruction from the accessory I/O device 107. Based on the mapping table 241, the smartphone 104 could determine that its data element C corresponds to data element iii in the accessory I/O device 107, and the smartphone 104 could accordingly update its element C in response to the subsequent synchronization message.
  • In some implementations, each peer device maintains its own mapping table, and each mapping table stores relationship information regarding data elements in other devices with which the peer device directly synchronizes. In implementations in which each peer device maintains its own mapping table, a peer device can synchronize its data elements with other peer devices using synchronization messages that specify the data elements by their local data identifiers only. Put differently, some implementations require no system-wide global identifiers for data elements. Moreover, no translation from a local identifier to a global identifier may be performed.
  • For purposes of illustration, the data identifiers described above are relatively short and simple, but the reader will appreciate that data identifiers can be longer and more complicated, and can encode more information. For example, in some implementations, data identifiers follow a hierarchical namespace organization. One example namespace organization is [device ID].[item type].[item ID], where [device ID] can identify the device that stores the data elements (e.g., the smartphone 104, the accessory I/O device 107, etc.); [item type] can specify a category of data element (e.g., email data elements, calendar data elements (more particularly, appointment data elements, task data elements, etc.), voicemail data elements, etc.); and [item ID] can uniquely a specific data element of the identified category and stored in the identified device. Thus, specific examples of data element identifiers could include “smartphone.email.A,” “smartphone.contact.B” or “IODevice.rolodex.ii.”
  • In some implementations, certain portions of a data identifier are consistent across devices, even when the device identifiers are local (possibly unique) to each device. For example, in some implementations, [item type] specifies a MIME type of the data element (Multipurpose Internet Mail Extension), such as “text/plain” or “application” or “multipart.” As another example, the item type can specify an encoding format, such as XML (eXtensible Markup Language), WBXML (WAP (Wireless Application Protocol) binary XML), or some other format. In some implementations, namespace identifiers can be encoded in some manner. Thus, “IODevice.rolodex.ii.” may be represented electronically as a number, such as 3895204, or as a series of hexadecimal digits, such as 3AB6.52C1.9801.
  • FIG. 2C depicts an additional peer-to-peer synchronization operation between the accessory I/O device 107 and the stand-alone computing device 110. In the example depicted in FIG. 2C, no previous synchronization operation has been performed to synchronize data elements in the accessory I/O device 107 and the stand-alone computing device 110. Moreover, as depicted in the example, the data store 245 initially has no data elements. Accordingly, in this example, synchronization of data elements between the accessory I/O device 107 and the stand-alone computing device 110 includes adding data elements to the stand-alone computing device 110 that correspond to data elements i, ii and iii in the accessory I/O device 107. To add such data elements, the accessory I/O device 107 can transmit a synchronization message 248 that includes a number of additional change instructions (e.g., “add”), data identifiers (e.g., the data identifiers i, ii and iii that are local to the accessory I/O device 107) and underlying content of the data elements to be added to the stand-alone computing device 110 (underlying content not shown).
  • As is depicted by FIG. 2D, the stand-alone computing device 110 can create corresponding data elements 1, 2 and 3, in response to receiving the synchronization message 248. The stand-alone computing device 110 can also create a mapping table 251 to store relationships between data elements 1 and i, 2 and ii and 3 and iii. So that the accessory I/O device 107 can also track the relationships between its data elements i, ii and iii and the newly created data elements 1, 2 and 3 in the stand-alone computing device 110, the stand-alone computing device 110 can send a mapping message 254 with the relationships described above. In response to receiving the mapping message 254, the accessory I/O device 107 can update its mapping table 235 (as shown).
  • As depicted in one implementation in FIG. 2D, the mapping table 235 reflects previous synchronization operations between the accessory I/O device 107 and the smartphone 104, and accessory I/O device 107 and the stand-alone computing device 110. In some implementations, as shown, relationships between data elements in the accessory I/O device 107 and data elements in multiple other peer devices can be tracked in a single row of the mapping table 235. That is, for each new device with which the accessory I/O device 107 synchronizes, a new column can be added to the mapping table 235. In this manner, relationship information can be efficiently tracked by a device.
  • FIG. 2E depicts one implementation in which a data element that has been previously synchronized with a corresponding data element in one or more peer devices is changed. In particular, FIG. 2E depicts a change to data element 3 in the stand-alone computing device 110 that is subsequently applied to the accessory I/O device 107. In the synchronization operation depicted, the stand-alone computing device 110 sends a synchronization message 257 including the change instruction “Modify 3” to the accessory I/O device 107. Upon receipt of the synchronization message 257, the accessory I/O device 107 can query its mapping table 235 to determine that the change is to be applied to its data element iii. The accessory I/O device 107 can then apply the change. Because this change applies to a data element that already exists on both the accessory I/O device 107 and the stand-alone computing device 110, no mapping information need be communicated, in some implementations, between the devices 107 and 110. However, in some implementations, the accessory I/O device 107 acknowledges the synchronization message 257 to indicate that the corresponding change has been successfully applied.
  • In the example depicted in FIG. 2E and described above, only one of the two corresponding data elements (i.e., data element 3 and data element iii) in the two peer devices has changed. In some implementations, corresponding data elements that have been changed in both devices can be handled separately from changes that have been made to only one device's version of corresponding data elements. For example, in some implementations, one of the corresponding data elements in the two devices is selected (e.g., by an algorithm, or manually, by a user), and the changes in that version take precedence over and replace the changes in the other version. In other implementations, reconcilable changes in both of the corresponding data elements are applied to yield synchronized corresponding data elements that incorporate changes from both versions of the unsynchronized corresponding data elements.
  • After the example change depicted in FIG. 2E is applied to the accessory I/O device 107, the data elements in the accessory I/O device 107 and stand-alone computing device 110 will be synchronized, but the data elements in the smartphone 104 will not be synchronized with the accessory I/O device 107 and the stand-alone computing device 110. In particular, in this example, the data element C in the smartphone 104 will require the same change to be applied as was made in element 3, and applied to element iii. In some implementations, this change is applied to the smartphone 104 as soon as a connection exists between the smartphone 104 and the accessory I/O device 107. In some implementations, a change list 261, device table 268 and synchronization counter 266 can be employed by each peer device to track changes to data elements in other devices with which the peer device synchronizes, such as the change to data element C as described above. An example change list 261, device table 268 and synchronization counter 266 are shown in the accessory I/O device 107 in FIG. 2E and further illustrated in and described with reference to FIGS. 3A-3F.
  • As depicted in FIG. 3A, a change list 261 can track changes to data elements in a device, for example, since a previous synchronization operation between data elements in the device and corresponding data elements in another device. In some implementations as shown, the change list 261 is a table with one row for each change entry, and three columns in each row to store a change operation (e.g., add, delete, modify, etc.), an identifier for a data element whose change is logged in the change list 261, and a counter value.
  • In some implementations, the counter value corresponds to a current value of the synchronization counter 266 when the change is applied. For example, the change list 261 that is shown in FIG. 3A corresponds to the scenario that is depicted in FIGS. 2A and 2B, in which the data elements i, ii, and iii are added to the data store 226. As depicted in FIG. 3A, the elements are added when the synchronization counter 266 has an exemplary value of 29857; accordingly, in this example, the counter value 29857 has been included in each row of the change list 261. In some implementations, the synchronization counter 266 is a counter that is incremented or decremented each time an event occurs, such as, for example, a successful synchronization operation.
  • The device table 268 can be employed in some implementations to track synchronization operations between the corresponding device (e.g., the accessory I/O device 107) and other devices (e.g., the smartphone 104 or the stand-alone computing device 110). Separate entries in the device table 268 can be included for each other device. Each entry can include a device identifier and a current value of the synchronization counter 266 as of the time of the most recent synchronization with the corresponding other device. As depicted in FIG. 3A and in FIGS. 2A and 2B, the accessory I/O device 107 has not previously synchronized with any other devices, so the device table 268 is initially empty.
  • FIG. 3B depicts the completion of the synchronization operation described above with reference to FIG. 3A. In particular, in some implementations, the synchronization counter 266 can be incremented upon successful completion of a synchronization operation, as shown in FIG. 3B. Successful completion of the synchronization operation can be determined in different ways. For example, in some implementations, a synchronization operation is successfully completed when a mapping message is transmitted to a remote device after the corresponding local device receives and applies a synchronization message (e.g., as depicted in FIG. 2B). In some implementations, two synchronizing devices can exchange acknowledgement messages indicating that each respective device has completed all aspects of a synchronization operation.
  • In some implementations, the device table 268 is updated each time the synchronization counter 266 is incremented. In the example scenario described above, the accessory I/O device 107 initially has not synchronized with other devices. Once a synchronization operation has been completed with another device (e.g., the smartphone 104), an entry can be added to the device table 268 that includes an identifier for the other device and a post-incremented value of the synchronization counter, as shown in FIG. 3B.
  • In some implementations, each time the device table 268 is updated, the change list 261 is analyzed, and entries that are no longer needed are deleted. In some implementations, a change entry is deemed to not be needed any longer when it has been applied to all known peer deices (e.g., all peer devices for which corresponding entries are included in the device table 268). A determination can be made as to whether a change entry has been applied to all known peer devices by comparing the counter value associated with the change entry with the counter value(s) associated with entries in the device table 268. For example, in the case of a synchronization counter 266 that increments with each synchronization operation, any change entry in the change list 261 having a counter value that is less than all counter values in the device table 268 can be deleted. In FIG. 3B, all change entries have counter values that are less than the one counter value in the device table 268; accordingly, in this implementation, the change entries can be deleted (as depicted by strike-through text).
  • FIG. 3C depicts a synchronization operation with another device. In particular, FIG. 3C depicts the synchronization operation between the accessory I/O device 107 and the stand-alone computing device 110 that is illustrated in and described with reference to FIGS. 2C and 2D.
  • In some implementations, the device table 268 is queried at the beginning of a synchronization operation to determine whether the other device being synchronized has a corresponding entry in the device table 268. In some implementations, if an entry for the other device is included in the device table 268, then specific changes to be applied to the other device are obtained from the change list 261; if an entry for the other device is not included in the device table 268, then a previous synchronization operation with the other device is deemed to have not occurred, and all data elements can be provided to the other device. For example, with reference to FIGS. 3B and 2C, the accessory I/O device 107 and the stand-alone computing device 110 have not previously synchronized, so all data elements in the data store 226 of the accessory I/O device 107 (i.e., i, ii, and iii) can be provided to the stand-alone computing device 110. Once the synchronization operation is complete, the synchronization counter 266 can be again incremented, and an entry can be added to the device table 268 for the stand-alone computing device 110, as depicted in FIG. 3C.
  • FIG. 3D depicts an example scenario in which data elements are changed in the accessory I/O device 107 following initial synchronization operations between the accessory I/O device 107 and the smartphone 104 and between the accessory I/O device 107 and the stand-alone computing device 110. As depicted in one implementation, data elements i and ii have been modified in the data store 226 of the accessory I/O device 107, and these changes are logged in the change list 261, along with a current value of the synchronization counter 266.
  • In this example, the changes to data elements i and ii are first synchronized with data elements in the stand-alone computing device 110 (FIG. 3E) and then synchronized with the smartphone 104 (FIG. 3F). Upon initiation of a synchronization operation with the stand-alone computing device 110, the device table 268 can be queried to determine whether the accessory I/O device 107 has been previously synchronized with the stand-alone computing device 110 (e.g., to determine whether to obtain changes from the change list 261 or to create elements in the stand alone computing device 110 that correspond to all data elements in the accessory I/O device 107). Since, in this example, the accessory I/O device 107 and stand-alone computing device 110 have previously synchronized, the change list 261 can be queried for changes to provide to the stand-alone computing device 110. In particular, changes can be identified whose counter values are equal to or greater than the counter value associated with the entry in the device table 268 for the stand-alone computing device 110. Both entries shown in FIG. 3D meet the example criterion, so both changes can be provided to the stand-alone computing device 110 (i.e., “modify i” and “modify ii”).
  • Upon successful completion of this synchronization operation between the accessory I/O device 107 and the stand-alone computing device 110, the synchronization counter 266 can be incremented and the counter value associated with the stand-alone computing device entry in the device table 268 can be updated, as shown in FIG. 3E. As described above, the change list 261 can be analyzed at this point to determine whether any entries can be deleted. Since both entries in the change list 261 have counter values that are greater than the lowest counter value in the device table 268, the entries can be preserved.
  • Continuing with this example, the accessory I/O device 107 can be subsequently synchronized with the smartphone 104. Upon initiation of a synchronization operation with the smartphone 104, the device table 268 can be queried to determine if an entry exists that corresponds to the smartphone 104. Since, in this example, such an entry exists, a previous synchronization operation is deemed to have occurred between the accessory I/O device 107 and the stand-alone computing device 110, and the change list 261 can be processed for changes to be provided to the smartphone 104. In particular, change entries in the change list 261 can be identified whose counter values are greater than the counter value in the device table 268 that corresponds to the smartphone 104. In this example, since both entries have counter values that are greater than the counter value associated with the smartphone entry in the device table 268, both corresponding changes can be provided to the smartphone 104.
  • Upon successful completion of the synchronization operation between the smartphone 104 and the accessory I/O device 107, the synchronization counter 266 can again be updated, the device table 268 can also be updated, and the change list 261 can be processed as described above to determine whether entries can be deleted, as shown in FIG. 3F. In this example, since all entries in the change list 261 have, at this point, counter values that are less than the lowest counter value in the device table 268, all entries in the change list 261 can be deleted (as depicted by strike-through text).
  • The reader will appreciate that the above description is merely exemplary and that many variations can be made without departing from the spirit and scope of the disclosed implementations. For example, the synchronization counter 266 can be decremented rather than incremented, and comparison operations can be made in the opposite manner as described. The synchronization counter 266 can be advanced (e.g., incremented or decremented) with each change to a data element and each synchronization event (e.g., such that no two entries have the same counter value). Similar information can be stored in data structures other than tables. Additional information can be stored in one or more of the tables (e.g., an actual change, such as underlying data that is being added, modified or deleted). Additional tables can be employed. The tables illustrated and described above can be employed in both devices between which a synchronization operation is performed. For example, FIGS. 3A-3F depict one-half of a typical synchronization operation, in which changes to data elements in a local device are provided to a remote device. Another half of a typical synchronization operation can include receiving changes from the remote device and applying them to the local device. In some implementations, a synchronization operation is not complete until both halves of the synchronization operation have been successfully completed. In some implementations, the synchronization counter 266 is advanced at the beginning of a synchronization operation, such that changes to data elements during the synchronization operation are not applied until a subsequent synchronization operation. Other variations are contemplated.
  • FIG. 4 is a block diagram showing additional details of another example device 401. In some implementations, the device 401 in FIG. 4 is representative of any of the peer devices (e.g., including the smartphone 104, the accessory I/O device 107, and the stand-alone computing device 110) that are shown in FIG. 1. As shown in one implementation in FIG. 4, the device 401 includes different applications 403 and 406, each of which can process a different kind of data element. For example, in one implementation, the application 403 processes document data elements, and the application 406 processes calendar data elements. In some implementations, each application or data element type has a corresponding data adapter module 412 and 409 that can provide an interface between the corresponding application and actual data elements that are processed by the applications 403 and 406.
  • As shown in one implementation in FIG. 4, the data adapter 409 can include a data store 415, and a change processor 421. In some implementations, the data store 415 maintains a particular kind of data element (e.g., email data elements, voicemail data elements, calendar data elements, etc.). The example data store 415 is depicted as being configured to store calendar data elements. The reader will appreciate that examples of a data store include a variety of storage mechanisms for data, such as files, databases and tables. In addition, the reader will appreciate that a device can include more or fewer than two data stores. In some implementations, the data adapter 409 employs the change processor to maintain the change list 261, synchronization counter 266 and device table 268, which are described above. In some implementations, a change processor in each data adapter can be employed in conjunction with a synchronization engine 430 to ensure that each change to data elements in the device 401 is applied to appropriate peer devices.
  • The synchronization engine 430 can be configured to generically handle synchronization of different kinds of data elements (e.g., data elements from multiple different data adapters, such as the data adapters 409 and 412). In some implementations, the synchronization engine 430 can track which types of data elements have been synchronized with various other devices. For example, with reference to FIG. 1, the synchronization engine 430 can track whether email messages in the accessory I/O device 107 have been synchronized with emails in the smartphone 104, or whether documents in the accessory I/O device 107 have been synchronized with documents in the stand-alone computing device 110.
  • In some implementations, the synchronization engine 430 employs a configuration file 433 to track which data elements have been synchronized with data elements in other devices. In some implementations, the configuration file 433 stores similar information as is stored in the change list(s) described above. In some implementations, a single change list, synchronization counter and device table can be maintained in the synchronization engine 430 (e.g., as part of the configuration file 433), in place of multiple, distributed change lists, synchronization counters and device tables.
  • In some implementations, the synchronization engine 430 can send and receive messages to and from a synchronization engine in a corresponding device. To do so, the synchronization engine 430 can operate in conjunction with one of the data adapter's change processors (e.g., change processor 421) to identify changes that should be applied to data elements in the corresponding device based on data elements in the device 401 that have changed since a previous synchronization. Once the synchronization engine 430 and appropriate change processor (e.g., change processor 421) have identified changes, the synchronization engine 430 can generate an appropriately formatted synchronization message with a group of identified changes (e.g., data elements identifiers and change instructions), and transmit the message, via an appropriate communication interface (e.g., communication interface 439). The synchronization engine 430 can also receive synchronization messages, decode their contents and interact with an appropriate data adaptor to apply the changes to appropriate data elements.
  • The synchronization engine 430 can also generate and receive acknowledgements to indicate that specific changes have been applied. In addition, the synchronization engine 430 can maintain mapping information (e.g., in a mapping file 434) between data elements stored in the device 401 and corresponding data elements stored in other peer devices. Moreover, the synchronization engine 430 can, in some implementations, receive mapping messages and update the mapping file 434 based on the content of a received mapping message; and generate mapping messages with mapping information to convey to another peer device.
  • As shown in one implementation in FIG. 4, the device 401 includes two communication interfaces 436 and 439. A device can have more or less than two communication interfaces. In implementations having multiple communication interfaces, each communication interface can implement a different type of communication. For example, in one implementation, the communication interface 436 may be a radio interface that can be employed to communicate, for example, with a cellular network (e.g., the network 143, shown in FIG. 1), and the communication interface 439 may be another, different radio interface, such as a Bluetooth interface.
  • In some implementations, the device 401 employs one communication interface to exchange data with certain devices, and the device 401 employs another communication interface to exchange data with other devices. In particular, for example, with reference to FIG. 1, the device 401 may employ the communication interface 436 to exchange data with the enterprise computing system 101, via the cellular network 143; and the device 401 may employ the interface 439 to exchange data with the accessory I/O device 107.
  • Multiple communication interfaces can implement different communication protocols or the same communication protocol, and the communication interfaces and protocols implemented can depend on the device itself. For example, with reference to FIG. 1, the enterprise computing system 101 can employ a wired USB interface via the enterprise terminal 140, and a wireless CDMA interface via the cellular network 143. As additional examples, the smartphone 104 can employ a wireless CDMA interface and a wireless Bluetooth interface, and the accessory I/O device 107 can employ a wireless Bluetooth interface and a wired IEEE 1394 interface. The interfaces described above are merely exemplary, and the reader will appreciate that any kind of data interface can be employed by the device to transfer data from one device to another device, or to synchronize data with the other device.
  • In some implementations, the device 401 has a modular design, in which different software applications, modules and protocols can be employed to implement different components. For example, some implementations adopt a layered approach to software or hardware design, where each layer has its own protocol or format it uses to communicate to a corresponding layer in another device. In particular, each layer, starting with an application layer and working down to lower-level protocols at a physical layer, can have its own communication protocol that abstracts the details of lower-level protocols.
  • To implement such a layered approach, each layer can be handled by different software or hardware modules. For example, the application 403 can comprise one software module, the synchronization engine 430 can comprise another module, each data adapter 409 or 412 can comprise another module, and each communication interface 436 or 439 can comprise another module. Such modularization can, in some implementations, yield efficiencies by facilitating reuse of various software modules. Moreover, such modularization can be based on whether corresponding functions are device-specific (e.g., specific to particular hardware or software components in the device 401) or device-independent. In some implementations, certain modules can be pre-optimized and pre-compiled software modules provided by third parties. For example, in some implementations, at least a portion of the synchronization engine 430 can be implemented by a SyncML component (Synchronization Markup Language—a platform-independent information synchronization standard), and can accordingly adopt a SyncML protocol of data exchange.
  • Components other than the synchronization engine 430 can also exchange data according to specific, possibly layered, protocols. For example, in some implementations, applications in one device can exchange data with applications in another device using WBXML, which is a binary representation of XML that can be used to compactly transfer files over mobile networks. Software modules at transport or network levels (e.g., according to the Open Systems Interconnection (OSI) basic reference model of communications) may employ HTTP or TCP, over IP. Data and physical layers may employ appropriate protocols for specific communication interfaces (e.g., CDMA, Bluetooth, IrDA, etc.). The above-described protocols are merely exemplary; any suitable protocol can be employed to facilitate synchronization of data between devices, and various layers of protocols can be employed based on any layering of components that perform synchronization of data between various applications. Moreover, the above description assumes software-based modules, but in some implementations, hardware-based modules can be used in place of or in addition to software-based modules.
  • FIG. 5 illustrates an example method 500 by which data elements in a first device can be synchronized with data elements in a peer device. The method 500 includes actions performed by the first device; other actions are performed by the peer device. For purposes of example, the method 500 could be performed by the accessory I/O device 107 in response to receiving a synchronization message from the smartphone 104.
  • In one implementation as shown, the method 500 can include receiving (501) a remote date identifier and corresponding change instruction that a peer device has transmitted (504). For example, with reference to FIG. 2A, the accessory I/O device 107 can receive (501) the synchronization message 232 that includes these change instructions and corresponding remote data identifiers (“Add A,” “Add B” and “Add C”). In this example, A, B and C are remote data identifiers (e.g., in the sense that they are not local to the accessory I/O device 107, although they can be local to the smartphone 104). For purposes of example, each change instruction in the synchronization message 232 can be processed separately, starting with the “Add A” change instruction.
  • The method 500 can include determining (507) whether the remote identifier is included in a mapping maintained by the first device. For example, the accessory I/O device 107 can determine (507) whether the data identifier A is included in the mapping table 235. As depicted in FIG. 2A, the smartphone 104 (the example peer device) and the accessory I/O device 107 (the example first device) have not been synchronized before, so the mapping table 235 does not yet store relationship information about data identifier A. As a result, the accessory I/O device 107 determines (507) that the remote identifier A is not included in the mapping table 235, and the method 500 includes creating (510) a new data element to correspond to the remote identifier. In particular, for example, the accessory I/O device 107 can create (510) the data element i to correspond to the remote identifier A.
  • After the new data element is created (510), an entry can be added (513) to the mapping, for example, to track the relationship between the remote data identifier (e.g., A) and the newly added element (or more particularly, a data identifier i associated with the newly created element).
  • The method 500 can include determining (516) whether there are additional data identifiers and changes to process. For example, the accessory I/O device 107 can determine (516) that two other change instructions (Add B and Add C) in the synchronization message 238 must be processed. Accordingly, the method 500 can include processing these change as described above.
  • When a remote identifier is received (501), and it is determined (507) that the remote identifier is included in the mapping, then the change corresponding to the remote identifier can be applied (519) to an appropriate local data element that is associated with the remote data identifier. For example, with reference to FIG. 2E, accessory I/O device 107 can receive the synchronization message 257 that includes the remote data identifier 3, which is included in the mapping table 235. Accordingly the accessory I/O device 107 can apply the change (“Modify 3”) to the data element that corresponds to the remote identifier 3 (data element iii). To identify the appropriate corresponding data element, the accessory I/O device 107 can query its mapping table 235 to locate the remote identifier 3, then identify the local data element (data element iii) that is associated with the remote identifier by the mapping table 235, and apply the corresponding change to the identified local data element.
  • Two types of changes (addition of new data elements and modification of existing data elements) have been described, but the reader will appreciate that the method 500 can be applied to other types of changes with only little or no modification (e.g., deleting data elements or marking data elements for archival on a peer device). Moreover, the method 500 can be performed sequentially, in different devices, to pass a synchronized version of data from one device to another. As described in the example scenario above, such a passing of data from one device to another device in a peer-to-peer manner can enable a user to employ various electronic devices to manage different kinds of information, even when one or more of the devices does not have access to a central repository of information, or when such a central repository of information is not maintained. Moreover, the peer-to-peer synchronization methods described in this document can enable a user to employ various similarly provisioned peer devices to manage his or her information, without forcing the user to install special server-client software on any of the devices or to specially configure any of the devices as either servers or clients.
  • A number of implementations have been described. Nevertheless, it will be understood that various modifications may be made without departing from the spirit and scope of the described implementations. Accordingly, other implementations are within the scope of the following claims:

Claims (20)

1. A method of synchronizing data elements between devices, the method comprising:
directly receiving at a first device, from only one of multiple peer devices with which the first device is configured to synchronize, a remote data identifier and a corresponding change instruction;
determining whether the remote data identifier is included in a mapping in the first device; and
if the remote identifier is included in the mapping, applying the corresponding change instruction to a data element in the first device that is associated by the mapping to the remote data identifier; and if the remote identifier is not included in the mapping, creating a new data element to correspond to the remote data identifier.
2. The method of claim 1, wherein the remote data identifier references a data element in the only one peer device that has changed since a previous synchronization operation between the first device and the only one peer device.
3. The method of claim 2, wherein the corresponding change instruction specifies the manner in which the referenced data element has changed.
4. The method of claim 3, wherein the change instruction specifies that the referenced data element has been added to, deleted from or modified in the only one peer device.
5. The method of claim 1, wherein the new data element is created to have a local data identifier.
6. The method of claim 5, further comprising adding to the mapping a correspondence between the remote data identifier and the local data identifier.
7. The method of claim 1, wherein the remote data identifier is received at the first device in a format in which it is maintained by the only one peer device.
8. The method of claim 1, wherein the first device and each of the multiple peer devices are included in a group of devices, wherein each device in the group is similarly configured to a) initiate a synchronization operation with any one of the other devices in the group and b) respond to a synchronization operation that is initiated by any one of the other devices in the group.
9. A method of synchronizing data elements between devices, the method comprising:
receiving at a first device, from only one of multiple peer devices with which the first device is configured to synchronize, a request to synchronize data between the first device and the only one peer device;
identifying data elements stored in the first device that have changed since a previous synchronization operation between the first device and the only one peer device; and
transmitting, directly and solely to the only one peer device, for each of the identified data elements, a local data identifier and a corresponding change to be applied to a data element in the only one peer device that corresponds to the local data identifier.
10. The method of claim 9, wherein each local data identifier is transmitted in a format in which it is maintained in the first device.
11. The method of claim 9, wherein identifying the data elements comprises determining whether a device table that tracks synchronization operations between the first device and other peer devices includes an entry corresponding to the only one peer device.
12. The method of claim 11, wherein identifying the data elements further comprises identifying all data elements stored in the first device if the device table does not include an entry corresponding to the only one peer device.
13. The method of claim 11, wherein identifying the data elements further comprises analyzing a change list that, for each change that has occurred since the previous synchronization operation, stores a data identifier that identifies the corresponding data element that has changed, a change operation that identifies the manner in which the corresponding data element has changed, and a counter value that provides a temporal reference for the change.
14. The method of claim 13, wherein analyzing the change list comprises comparing the counter value of each entry in the change list to a counter value associated with an entry in the device table that corresponds to the only one peer device.
15. The method of claim 14, further comprising updating the counter value associated with the entry in the device table upon initiation of a synchronization event between the first device and the only one peer device.
16. The method of claim 14, further comprising updating the counter value associated with the entry in the device table upon completion of a synchronization event between the first device and the only one peer device.
17. The method of claim 16, further comprising processing the change list to determine whether any entries in the change list can be deleted, wherein processing the change list comprises comparing the counter value of each entry in the change list to a counter value associated with the entry in the device table that corresponds to the only one peer device.
18. The method of claim 17, wherein processing the change list further comprises deleting an entry in the change list whose counter value is less than a lowest counter value stored in the device table.
19. The method of claim 9, further comprising advancing a synchronization counter each time a synchronization operation occurs between the first device and another device.
20. A device comprising:
a data store configured to store a plurality of digital data elements;
a synchronization module configured to directly synchronize the plurality of data elements in the data store with corresponding data elements in any one of multiple other peer devices; and
a computer-readable medium comprising program instructions that, when executed, perform operations comprising:
directly receiving, from only one of multiple peer devices with which the device is configured to synchronize, a remote data identifier and a corresponding change instruction;
determining whether the remote data identifier is included in a mapping in the device; and
if the remote identifier is included in the mapping, applying the corresponding change instruction to a data element in the data store that is associated by the mapping to the remote data identifier; and if the remote identifier is not included in the mapping, creating a new data element in the data store to correspond to the remote data identifier.
US12/769,310 2007-02-02 2010-04-28 Multi-way, Peer-to-Peer Synchronization Abandoned US20110004584A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US12/769,310 US20110004584A1 (en) 2007-02-02 2010-04-28 Multi-way, Peer-to-Peer Synchronization

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US11/670,881 US7738503B2 (en) 2007-02-02 2007-02-02 Multi-way, peer-to-peer synchronization
US12/769,310 US20110004584A1 (en) 2007-02-02 2010-04-28 Multi-way, Peer-to-Peer Synchronization

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US11/670,881 Continuation US7738503B2 (en) 2007-02-02 2007-02-02 Multi-way, peer-to-peer synchronization

Publications (1)

Publication Number Publication Date
US20110004584A1 true US20110004584A1 (en) 2011-01-06

Family

ID=39677130

Family Applications (2)

Application Number Title Priority Date Filing Date
US11/670,881 Expired - Fee Related US7738503B2 (en) 2007-02-02 2007-02-02 Multi-way, peer-to-peer synchronization
US12/769,310 Abandoned US20110004584A1 (en) 2007-02-02 2010-04-28 Multi-way, Peer-to-Peer Synchronization

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US11/670,881 Expired - Fee Related US7738503B2 (en) 2007-02-02 2007-02-02 Multi-way, peer-to-peer synchronization

Country Status (1)

Country Link
US (2) US7738503B2 (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100250594A1 (en) * 2009-03-31 2010-09-30 Brother Kogyo Kabushiki Kaisha Node device, information communication system, method for retrieving content data, and computer readable medium
US20120177031A1 (en) * 2011-01-10 2012-07-12 Vtech Telecommunications Limited Peer-to-peer, internet protocol telephone system with auto-attendant
US20140012813A1 (en) * 2011-03-14 2014-01-09 Samsung Electronics Co., Ltd. Method and apparatus for synchronizing personal information
US20140047516A1 (en) * 2012-08-07 2014-02-13 International Business Machines Corporation Cache sharing of enterprise data among peers via an enterprise server
US20140059296A1 (en) * 2012-08-27 2014-02-27 Synchronoss Technologies, Inc. Storage technology agnostic system for persisting software instantiated objects
US20140222951A1 (en) * 2013-02-05 2014-08-07 Samsung Electronics Co. Ltd. Apparatus and method for syncing device notifications
WO2016040311A1 (en) * 2014-09-12 2016-03-17 Lineage Labs, Inc. Media sharing device
US20160344808A1 (en) * 2015-05-20 2016-11-24 Preventice, Inc. Device data synchronization
US9678978B2 (en) 2012-12-31 2017-06-13 Carbonite, Inc. Systems and methods for automatic synchronization of recently modified data

Families Citing this family (46)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7103906B1 (en) 2000-09-29 2006-09-05 International Business Machines Corporation User controlled multi-device media-on-demand system
KR20130066712A (en) 2000-10-11 2013-06-20 유나이티드 비디오 프로퍼티즈, 인크. Systems and methods for delivering media content
US7493646B2 (en) 2003-01-30 2009-02-17 United Video Properties, Inc. Interactive television systems with digital video recording and adjustable reminders
US9681105B2 (en) 2005-12-29 2017-06-13 Rovi Guides, Inc. Interactive media guidance system having multiple devices
KR100754227B1 (en) * 2006-10-31 2007-09-03 삼성전자주식회사 Method and apparatus for preventing duplicate saving of resource between universal plug and play devices providing content directory service
US7738503B2 (en) * 2007-02-02 2010-06-15 Palm, Inc. Multi-way, peer-to-peer synchronization
US8885832B2 (en) * 2007-03-30 2014-11-11 Ricoh Company, Ltd. Secure peer-to-peer distribution of an updatable keyring
US8046328B2 (en) * 2007-03-30 2011-10-25 Ricoh Company, Ltd. Secure pre-caching through local superdistribution and key exchange
US7818292B2 (en) * 2007-04-05 2010-10-19 Anil Kumar Nori SQL change tracking layer
US8824686B1 (en) * 2007-04-27 2014-09-02 Netapp, Inc. Cluster key synchronization
US20090019492A1 (en) * 2007-07-11 2009-01-15 United Video Properties, Inc. Systems and methods for mirroring and transcoding media content
US20090100134A1 (en) * 2007-10-12 2009-04-16 Sony Ericsson Mobile Communications Ab System and Method for Customized Sharing of Multimedia Content in a Communications Network
KR101430517B1 (en) * 2008-01-31 2014-08-19 삼성전자주식회사 Device and mehtod for synchronizing data in data communication devices
US9402277B2 (en) * 2008-03-03 2016-07-26 Qualcomm Incorporated Proxy server for facilitating power conservation in wireless client terminals
US8478360B2 (en) * 2008-03-03 2013-07-02 Qualcomm Incorporated Facilitating power conservation in wireless client terminals
US8934404B2 (en) * 2008-03-03 2015-01-13 Qualcomm Incorporated Access point with proxy functionality for facilitating power conservation in wireless client terminals
US9141483B1 (en) 2008-03-27 2015-09-22 Dropbox, Inc. System and method for multi-tier synchronization
US8170988B2 (en) * 2008-04-17 2012-05-01 The Boeing Company System and method for synchronizing databases
EP2136534A1 (en) * 2008-06-17 2009-12-23 THOMSON Licensing System, sharing node, server, and method for content distribution
US8204853B2 (en) 2008-11-17 2012-06-19 Microsoft Corporation Maintaining client data integrity in a distributed environment using asynchronous data submission
US20100161689A1 (en) * 2008-12-23 2010-06-24 Creative Technology Ltd. Method of updating/modifying a stand alone non-network connectible device
US8639273B2 (en) * 2009-02-06 2014-01-28 Qualcomm Incorporated Partitioned proxy server for facilitating power conservation in wireless client terminals
US20110010643A1 (en) * 2009-07-07 2011-01-13 Samsung Electronics Co., Ltd. Device and method for performing reomote internet browsing between portable devices
FR2949584A1 (en) * 2009-08-27 2011-03-04 Dmailer DUAL SYNCHRONIZATION METHOD FOR A MOBILE ELECTRONIC DEVICE
KR20110039993A (en) * 2009-10-13 2011-04-20 삼성전자주식회사 Method for displaying calendar data
US20110179358A1 (en) * 2010-01-19 2011-07-21 Rajesh Gautam System For Managing A Plurality of Appointments, Events, and Reminders
US8761064B2 (en) 2010-04-14 2014-06-24 Qualcomm Incorporated Power savings through cooperative operation of multiradio devices
US8527017B2 (en) 2010-04-14 2013-09-03 Qualcomm Incorporated Power savings through cooperative operation of multiradio devices
US8566594B2 (en) 2010-04-14 2013-10-22 Qualcomm Incorporated Power savings through cooperative operation of multiradio devices
WO2012056487A1 (en) * 2010-10-25 2012-05-03 株式会社日立製作所 Computer system
KR101755421B1 (en) * 2011-01-10 2017-07-10 삼성전자주식회사 Method and system for editing file information system of host device using client device
US9361286B2 (en) * 2011-05-05 2016-06-07 Business Objects Software Limited Visual tracking of report changes
WO2013069946A1 (en) * 2011-11-13 2013-05-16 엘지전자 주식회사 Control device, control target device, and method for transmitting content information thereof
US9116971B2 (en) 2012-05-08 2015-08-25 Softframe, Inc. Data synchronization using a composite change clock
US20140033057A1 (en) * 2012-07-23 2014-01-30 Tencent Technology (Shenzhen) Company Limited Method, apparatus, and system for managing information in a mobile device
US20140052793A1 (en) * 2012-08-15 2014-02-20 Microsoft Corporation Message synchronization with extended properties
US9311041B2 (en) * 2013-02-22 2016-04-12 Blackberry Limited Device, system and method for generating data
US9229620B2 (en) * 2013-05-07 2016-01-05 Kobo Inc. System and method for managing user e-book collections
US9015062B2 (en) * 2013-06-20 2015-04-21 Aol Advertising Inc. Systems and methods for cross-browser advertising ID synchronization
WO2015198287A1 (en) * 2014-06-27 2015-12-30 Pplconnect Inc. Method and system for synchronizing text messages
US9158785B1 (en) * 2014-09-22 2015-10-13 Edifire LLC Managing and synchronizing content between a document sharing platform and an enterprise social platform
US10007491B2 (en) * 2014-12-18 2018-06-26 Software Ag Usa, Inc. Systems and/or methods for cloud-based event-driven integration
US10270849B2 (en) * 2015-02-26 2019-04-23 Microsoft Technology Licensing, Llc Scalable peer matching
US20160342670A1 (en) * 2015-05-20 2016-11-24 Preventice, Inc. Device data synchronization
US10320950B2 (en) 2016-12-29 2019-06-11 Microsoft Technology Licensing, Llc Optimized syncing of metadata changes using chunked response
US10951703B1 (en) 2019-10-15 2021-03-16 Microsoft Technology Licensing, Llc Peer-to-peer email content replication and synchronization

Citations (41)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5870680A (en) * 1994-09-23 1999-02-09 Alcatel N.V. Method and an apparatus for placing devices on standby in a system including a portable mobile telephone connected to a peripheral device
US5884323A (en) * 1995-10-13 1999-03-16 3Com Corporation Extendible method and apparatus for synchronizing files on two different computer systems
US5892210A (en) * 1996-10-10 1999-04-06 Coin Acceptors, Inc. Smart card reader with liquid diverter system
US6006274A (en) * 1997-01-30 1999-12-21 3Com Corporation Method and apparatus using a pass through personal computer connected to both a local communication link and a computer network for indentifying and synchronizing a preferred computer with a portable computer
US6311209B1 (en) * 1997-07-16 2001-10-30 Microsoft Corporation Methods for performing client-hosted application sessions in distributed processing systems
US6324544B1 (en) * 1998-10-21 2001-11-27 Microsoft Corporation File object synchronization between a desktop computer and a mobile device
US20020151283A1 (en) * 2001-04-02 2002-10-17 Pallakoff Matthew G. Coordinating images displayed on devices with two or more displays
US20030046434A1 (en) * 2001-08-14 2003-03-06 Microsoft Corporation Method and system for synchronizing mobile devices
US6611849B1 (en) * 2000-09-29 2003-08-26 Palm Source, Inc. System for synchronizing databases on multiple devices utilizing a home base
US20030172070A1 (en) * 2002-03-06 2003-09-11 Sawadsky Nicholas Justin Synchronous peer-to-peer multipoint database synchronization
US6622759B2 (en) * 2002-01-07 2003-09-23 I Chiang Yang Balloon neck fitting
US6633759B1 (en) * 1999-09-30 2003-10-14 Kabushiki Kaisha Toshiba Communication system, and mobile communication device, portable information processing device, and data communication method used in the system
US20040006551A1 (en) * 2002-04-17 2004-01-08 Nokia Corporation Method and network device for synchronization of database data routed through a router
US20040139097A1 (en) * 1995-04-11 2004-07-15 Kinetech, Inc. Identifying data in a data processing system
US20040267741A1 (en) * 2003-06-24 2004-12-30 Microsoft Corporation System and method for database change notification
US20050135429A1 (en) * 2003-11-19 2005-06-23 Bingham David T. Time and data synchronization between network devices
US20050229093A1 (en) * 2004-04-13 2005-10-13 Campbell Bruce N Auto-updating reader program for document files
US20050256909A1 (en) * 2002-04-03 2005-11-17 Aboulhosn Amir L Peer-to-peer file sharing
US6999792B2 (en) * 2001-09-20 2006-02-14 Peter Warren Input-output device with universal phone port
US20060069809A1 (en) * 2004-07-01 2006-03-30 Bertrand Serlet State based synchronization
US20060149828A1 (en) * 2004-12-16 2006-07-06 Dan Kikinis Method and system for conducting client-to-server or peer-to-peer or mixed mode data synchronization
US20060218224A1 (en) * 2004-12-23 2006-09-28 Anish Agrawal Systems and methods for continuous PIM synchronization between a host computer and a client handheld device
US20060242278A1 (en) * 2003-04-02 2006-10-26 Jeffrey Hawkins System and method for enabling a person to switch use of computing devices
US20060288053A1 (en) * 2005-06-21 2006-12-21 Apple Computer, Inc. Apparatus and method for peer-to-peer N-way synchronization in a decentralized environment
US20070002011A1 (en) * 2005-06-30 2007-01-04 Microsoft Corporation Seamless integration of portable computing devices and desktop computers
US20070014314A1 (en) * 2005-07-13 2007-01-18 Bellsouth Intellectual Property Corporation Peer-to-peer synchronization of data between devices
US20070019682A1 (en) * 2003-12-31 2007-01-25 Openpeak Inc. Device control system, method, and apparatus for server-based or peer-to-peer network environments
US20070140241A1 (en) * 2005-12-16 2007-06-21 General Instrument Corporation Fast processing of multicast data
US20070179989A1 (en) * 2006-01-10 2007-08-02 Oracle International Corporation Data synchronization via three or more paths
US20070180075A1 (en) * 2002-04-25 2007-08-02 Doug Chasman System and method for synchronization of version annotated objects
US7320010B2 (en) * 2002-11-18 2008-01-15 Innopath Software, Inc. Controlling updates of electronic files
US20080028000A1 (en) * 2006-07-31 2008-01-31 Microsoft Corporation Synchronization operations involving entity identifiers
US7366792B2 (en) * 2000-05-25 2008-04-29 Microsoft Corporation Method and system for proxying telephony messages
US7366099B2 (en) * 2003-12-01 2008-04-29 Cisco Technology, Inc. Method and apparatus for synchronizing a data communications network
US20080104277A1 (en) * 2005-10-27 2008-05-01 Huawei Technologies Co., Ltd. Method, system, client and server for implementing data sync
US20080168183A1 (en) * 2007-01-08 2008-07-10 Apple Computer, Inc. N-way synchronization of data
US20080301197A1 (en) * 2002-05-02 2008-12-04 Palmsource, Inc. Generating coherent global identifiers for efficient data identification
US20090157802A1 (en) * 2006-01-26 2009-06-18 Huawei Technologies Co., Ltd. Method and system for data synchronization, and apparatus thereof
US20090164667A1 (en) * 2007-12-21 2009-06-25 General Instrument Corporation Synchronizing of Personal Content
US7561551B2 (en) * 2006-04-25 2009-07-14 Motorola, Inc. Method and system for propagating mutual authentication data in wireless communication networks
US7738503B2 (en) * 2007-02-02 2010-06-15 Palm, Inc. Multi-way, peer-to-peer synchronization

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4676060B2 (en) 1997-11-14 2011-04-27 マイクロソフト コーポレーション Server operating system that supports multiple client-server sessions and dynamic reconnection of users to previous sessions
US7080159B2 (en) 2000-12-15 2006-07-18 Ntt Docomo, Inc. Method and system for effecting migration of application among heterogeneous devices
US6892210B1 (en) * 2000-12-29 2005-05-10 Worldsync, Inc. Database management and synchronization across a peer-to-peer network
EP1330098A1 (en) 2002-01-21 2003-07-23 BRITISH TELECOMMUNICATIONS public limited company Method and communication system for data web session transfer
US7366796B2 (en) * 2002-11-05 2008-04-29 Microsoft Corporation Method and levels of ping notification

Patent Citations (48)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5870680A (en) * 1994-09-23 1999-02-09 Alcatel N.V. Method and an apparatus for placing devices on standby in a system including a portable mobile telephone connected to a peripheral device
US20040139097A1 (en) * 1995-04-11 2004-07-15 Kinetech, Inc. Identifying data in a data processing system
US20110225177A1 (en) * 1995-04-11 2011-09-15 Kinetech, Inc. Accessing Data In A Content-Addressable Data Processing System
US5884323A (en) * 1995-10-13 1999-03-16 3Com Corporation Extendible method and apparatus for synchronizing files on two different computer systems
US6000000A (en) * 1995-10-13 1999-12-07 3Com Corporation Extendible method and apparatus for synchronizing multiple files on two different computer systems
US5892210A (en) * 1996-10-10 1999-04-06 Coin Acceptors, Inc. Smart card reader with liquid diverter system
US6006274A (en) * 1997-01-30 1999-12-21 3Com Corporation Method and apparatus using a pass through personal computer connected to both a local communication link and a computer network for indentifying and synchronizing a preferred computer with a portable computer
US6330618B1 (en) * 1997-01-30 2001-12-11 Palm, Inc. Method and apparatus for synchronizing a portable computer system with a desktop computer system
US20020073139A1 (en) * 1997-01-30 2002-06-13 Hawkins Jeffrey C. Method and apparatus for synchronizing a portable computer system with a desktop computer system
US6728786B2 (en) * 1997-01-30 2004-04-27 Palmsource, Inc. Method and apparatus for synchronizing a portable computer system with a desktop computer system
US6311209B1 (en) * 1997-07-16 2001-10-30 Microsoft Corporation Methods for performing client-hosted application sessions in distributed processing systems
US6324544B1 (en) * 1998-10-21 2001-11-27 Microsoft Corporation File object synchronization between a desktop computer and a mobile device
US6633759B1 (en) * 1999-09-30 2003-10-14 Kabushiki Kaisha Toshiba Communication system, and mobile communication device, portable information processing device, and data communication method used in the system
US7366792B2 (en) * 2000-05-25 2008-04-29 Microsoft Corporation Method and system for proxying telephony messages
US6611849B1 (en) * 2000-09-29 2003-08-26 Palm Source, Inc. System for synchronizing databases on multiple devices utilizing a home base
US20020151283A1 (en) * 2001-04-02 2002-10-17 Pallakoff Matthew G. Coordinating images displayed on devices with two or more displays
US20030046434A1 (en) * 2001-08-14 2003-03-06 Microsoft Corporation Method and system for synchronizing mobile devices
US6999792B2 (en) * 2001-09-20 2006-02-14 Peter Warren Input-output device with universal phone port
US6622759B2 (en) * 2002-01-07 2003-09-23 I Chiang Yang Balloon neck fitting
US20030172070A1 (en) * 2002-03-06 2003-09-11 Sawadsky Nicholas Justin Synchronous peer-to-peer multipoint database synchronization
US20050256909A1 (en) * 2002-04-03 2005-11-17 Aboulhosn Amir L Peer-to-peer file sharing
US20040006551A1 (en) * 2002-04-17 2004-01-08 Nokia Corporation Method and network device for synchronization of database data routed through a router
US20070180075A1 (en) * 2002-04-25 2007-08-02 Doug Chasman System and method for synchronization of version annotated objects
US20080301197A1 (en) * 2002-05-02 2008-12-04 Palmsource, Inc. Generating coherent global identifiers for efficient data identification
US7320010B2 (en) * 2002-11-18 2008-01-15 Innopath Software, Inc. Controlling updates of electronic files
US20060242278A1 (en) * 2003-04-02 2006-10-26 Jeffrey Hawkins System and method for enabling a person to switch use of computing devices
US20040267741A1 (en) * 2003-06-24 2004-12-30 Microsoft Corporation System and method for database change notification
US7542485B2 (en) * 2003-11-19 2009-06-02 Avaya, Inc. Time and data synchronization between network devices
US20050135429A1 (en) * 2003-11-19 2005-06-23 Bingham David T. Time and data synchronization between network devices
US7366099B2 (en) * 2003-12-01 2008-04-29 Cisco Technology, Inc. Method and apparatus for synchronizing a data communications network
US20070019682A1 (en) * 2003-12-31 2007-01-25 Openpeak Inc. Device control system, method, and apparatus for server-based or peer-to-peer network environments
US20050229093A1 (en) * 2004-04-13 2005-10-13 Campbell Bruce N Auto-updating reader program for document files
US20060069809A1 (en) * 2004-07-01 2006-03-30 Bertrand Serlet State based synchronization
US20060149828A1 (en) * 2004-12-16 2006-07-06 Dan Kikinis Method and system for conducting client-to-server or peer-to-peer or mixed mode data synchronization
US20060218224A1 (en) * 2004-12-23 2006-09-28 Anish Agrawal Systems and methods for continuous PIM synchronization between a host computer and a client handheld device
US20060288053A1 (en) * 2005-06-21 2006-12-21 Apple Computer, Inc. Apparatus and method for peer-to-peer N-way synchronization in a decentralized environment
US7523146B2 (en) * 2005-06-21 2009-04-21 Apple Inc. Apparatus and method for peer-to-peer N-way synchronization in a decentralized environment
US20070002011A1 (en) * 2005-06-30 2007-01-04 Microsoft Corporation Seamless integration of portable computing devices and desktop computers
US20070014314A1 (en) * 2005-07-13 2007-01-18 Bellsouth Intellectual Property Corporation Peer-to-peer synchronization of data between devices
US20080104277A1 (en) * 2005-10-27 2008-05-01 Huawei Technologies Co., Ltd. Method, system, client and server for implementing data sync
US20070140241A1 (en) * 2005-12-16 2007-06-21 General Instrument Corporation Fast processing of multicast data
US20070179989A1 (en) * 2006-01-10 2007-08-02 Oracle International Corporation Data synchronization via three or more paths
US20090157802A1 (en) * 2006-01-26 2009-06-18 Huawei Technologies Co., Ltd. Method and system for data synchronization, and apparatus thereof
US7561551B2 (en) * 2006-04-25 2009-07-14 Motorola, Inc. Method and system for propagating mutual authentication data in wireless communication networks
US20080028000A1 (en) * 2006-07-31 2008-01-31 Microsoft Corporation Synchronization operations involving entity identifiers
US20080168183A1 (en) * 2007-01-08 2008-07-10 Apple Computer, Inc. N-way synchronization of data
US7738503B2 (en) * 2007-02-02 2010-06-15 Palm, Inc. Multi-way, peer-to-peer synchronization
US20090164667A1 (en) * 2007-12-21 2009-06-25 General Instrument Corporation Synchronizing of Personal Content

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8315979B2 (en) * 2009-03-31 2012-11-20 Brother Kogyo Kabushiki Kaisha Node device, information communication system, method for retrieving content data, and computer readable medium
US20100250594A1 (en) * 2009-03-31 2010-09-30 Brother Kogyo Kabushiki Kaisha Node device, information communication system, method for retrieving content data, and computer readable medium
US8737384B2 (en) * 2011-01-10 2014-05-27 Vtech Telecommunications Limited Peer-to-peer, internet protocol telephone system with auto-attendant
US20120177031A1 (en) * 2011-01-10 2012-07-12 Vtech Telecommunications Limited Peer-to-peer, internet protocol telephone system with auto-attendant
US9374473B2 (en) 2011-01-10 2016-06-21 Vtech Telecommunications Limited Peer-to-peer, internet protocol telephone system with auto-attendant
US20140012813A1 (en) * 2011-03-14 2014-01-09 Samsung Electronics Co., Ltd. Method and apparatus for synchronizing personal information
US8875254B2 (en) * 2012-08-07 2014-10-28 International Business Machines Corporation Cache sharing of enterprise data among peers via an enterprise server
US20140047516A1 (en) * 2012-08-07 2014-02-13 International Business Machines Corporation Cache sharing of enterprise data among peers via an enterprise server
US20140059296A1 (en) * 2012-08-27 2014-02-27 Synchronoss Technologies, Inc. Storage technology agnostic system for persisting software instantiated objects
US9678978B2 (en) 2012-12-31 2017-06-13 Carbonite, Inc. Systems and methods for automatic synchronization of recently modified data
US10496609B2 (en) 2012-12-31 2019-12-03 Carbonite, Inc. Systems and methods for automatic synchronization of recently modified data
US20140222951A1 (en) * 2013-02-05 2014-08-07 Samsung Electronics Co. Ltd. Apparatus and method for syncing device notifications
WO2016040311A1 (en) * 2014-09-12 2016-03-17 Lineage Labs, Inc. Media sharing device
US20160344808A1 (en) * 2015-05-20 2016-11-24 Preventice, Inc. Device data synchronization

Also Published As

Publication number Publication date
US20080189440A1 (en) 2008-08-07
US7738503B2 (en) 2010-06-15

Similar Documents

Publication Publication Date Title
US7738503B2 (en) Multi-way, peer-to-peer synchronization
US7715444B2 (en) Resuming a previously interrupted peer-to-peer synchronization operation
US10956404B2 (en) Method and apparatus for a file sharing synchronization system
KR100994139B1 (en) Method and apparatus for synchronizing how data is stored in different data stores
US6694335B1 (en) Method, computer readable medium, and system for monitoring the state of a collection of resources
US9015248B2 (en) Managing updates at clients used by a user to access a cloud-based collaboration service
US8195714B2 (en) Context instantiated application protocol
AU2014213556B2 (en) Employing user-context in connection with backup or restore of data
US20060123010A1 (en) System and method for managing data in a distributed computer system
US20110087738A1 (en) System and method for distributing shared storage for collaboration across multiple devices
US20070129014A1 (en) Information synchronization
AU2004290419A1 (en) Synchronization and merge engines
Lim et al. Design and implementation of a collaborative team-based cloud storage system

Legal Events

Date Code Title Description
AS Assignment

Owner name: PALM, INC., CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:HEWLETT-PACKARD DEVELOPMENT COMPANY, L.P.;REEL/FRAME:030341/0459

Effective date: 20130430

AS Assignment

Owner name: HEWLETT-PACKARD DEVELOPMENT COMPANY, L.P., TEXAS

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:PALM, INC.;REEL/FRAME:031837/0239

Effective date: 20131218

Owner name: HEWLETT-PACKARD DEVELOPMENT COMPANY, L.P., TEXAS

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:PALM, INC.;REEL/FRAME:031837/0659

Effective date: 20131218

Owner name: PALM, INC., CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:HEWLETT-PACKARD DEVELOPMENT COMPANY, L.P.;REEL/FRAME:031837/0544

Effective date: 20131218

AS Assignment

Owner name: QUALCOMM INCORPORATED, CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:HEWLETT-PACKARD COMPANY;HEWLETT-PACKARD DEVELOPMENT COMPANY, L.P.;PALM, INC.;REEL/FRAME:032177/0210

Effective date: 20140123

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION