| |
|
|
DATABASE OR FILE ACCESSING |
Notification protocol for establishing synchronization mode for use in synchronizing databases7007003
Abstract
A method for reducing message traffic during synchronization between a database residing on a first computer (e.g., a remote computer) and another database residing on a second computer (e.g., a central computer) is disclosed. The first computer transmits to the second computer a proposed synchronization mode and at least one operation that operates on a record stored in the other database. The operation is transmitted to the second computer before the second computer returns to the first computer a confirmation message accepting the proposed synchronization mode. Synchronization is essentially independent of latency in the communication channel.
Claims
What is claimed is:
1. A method for synchronizing a first database residing on a first computer with a second database residing on a second computer, wherein there are a plurality of synchronization modes specifying the procedure to be used for synchronizing the first and second databases, the method comprising:
the first computer making a choice of a proposed synchronization mode from among the plurality of synchronization modes, and transmitting to the second computer a notification of the proposed synchronization mode and at least one operation operative on a record stored in the second database; and
the second computer returning to the first computer a confirmation message accepting the proposed synchronization mode,
wherein the at least one operation is transmitted to the second computer before the second computer returns to the first computer the confirmation message accepting the proposed synchronization mode.
2. A computer program, residing on a computer-readable medium, for synchronizing a first database residing on a first computer with a second database residing on a second computer, wherein there are a plurality of synchronization modes specifying the procedure to be used for synchronizing the first and second databases, comprising instructions for causing:
the first computer to make a choice of a proposed synchronization mode from among the plurality of synchronization modes, and to transmit to the second computer a notification of the proposed synchronization mode and at least one operation operative on a record stored in the second database; and
the second computer to return to the first computer a confirmation message accepting the proposed synchronization mode,
wherein the at least one operation is transmitted to the second computer before the second computer returns to the first computer the confirmation message accepting the proposed synchronization mode.
3. The subject matter of 2, wherein the first computer transmits the proposed synchronization mode and the at least one operation as a single message.
4. The subject matter of 2, wherein the first computer and the second computer communicate via a message layer having a latency and wherein the first and the second databases are synchronized independently of the latency of the message layer.
5. The subject matter of claim 3, wherein a plurality of the operations are concatenated in the single message.
6. The subject matter of 2, wherein each of the operations is associated with at least one record in at least one of the first and second databases.
7. The subject matter of 2, wherein each of the records comprises a unique record identifier.
8. The subject matter of 2, wherein the second computer returns to the first computer a confirmation message confirming a successful execution of the synchronization.
9. The subject matter of claim 8, wherein the second computer returns the confirmation message to the first computer not before receiving a subsequent synchronization request from the first computer.
10. The subject matter of claim 8, wherein the second computer confirms a successful execution of only the last received operation and wherein the confirmation of the last received operation is indicative of the successful execution of all operations received by the second computer.
11. The subject matter of 2, wherein the operations comprise at least one of adding, deleting, archiving and modifying records in at least one of the first and second databases.
12. The subject matter of 2, wherein the confirmation message comprises at least one operation operative on a record stored in the first database.
13. The subject matter of claim 12, wherein the operations comprise at least one of adding, deleting, archiving or modifying records in at least one of the first and second databases.
14. The subject matter of 2, wherein the second computer proposes to the first computer a second synchronization mode if the first proposed synchronization mode transmitted by the first computer is unacceptable to the second computer.
15. The subject matter of 2, wherein the first computer is a mobile computer.
16. The subject matter of 2, wherein the second computer is a host computer.
17. The subject matter of 2, wherein the first computer comprises at least one first broker for managing the first database.
18. The subject matter of 2, wherein the second computer comprises at least one second broker for managing the second database.
19. The subject matter of claim 18, wherein the second broker is capable of interpreting and executing the proposed synchronization mode and the at least one operation received from the first computer.
Description
BACKGROUND OF THE INVENTION
The invention relates to synchronizing and updating records in databases.
Often, data and information maintained on a number of remote database systems must be transferred to and consolidated on a central database. Since the data and information stored in the various databases change, e.g., through addition and deletion of data, the central database and the remote database systems have to be "synchronized." Synchronization is defined as a process by which two disparate application databases exchange data so that their contents become substantially identical.
Typically, during synchronization, changes in the remote database and the central database are transferred between the remote database and the central database. For example, after the central database is updated, the central database sends to the remote database a confirmation of the changes made. During the same message exchange, the central database may also transmit to the remote database changes in the central database that are of interest to the remote database.
The remote and central devices performing the synchronization of the databases are typically "connected." Connected devices have a predetermined turnaround latency. In other words, once a device sends a request for synchronization to another device, the connection will time out if the other device does not acknowledge the synchronization request from the first device within the predetermined latency time period. Examples for connected environments are the Starfish™ multi-point synchronization protocols and the active synchronization protocol from Microsoft® that operates in a Windows CE™ environment.
Before the databases can be synchronized, a synchronization mode is negotiated. Four different synchronization modes are typically available: (1) Fast Sync mode (both sides agree to send only additions, modifications, and deletions that occurred in the respective databases since the last synchronization was exchanged); (2) Semi-fast Sync mode (both sides agree to send to a database only additions and modifications, but not deletions; the responder is responsible for determining deletions that occurred since the last synchronization based on differences in the list of records); (3) Slow Sync mode (all records are exchanged; synchronization is performed based on unique record IDs and contains a full history file of previous synchronizations; a comparison of the full records themselves is not required; even applications capable of supporting Fast Sync may need to perform Slow Sync synchronization in certain cases); and (4) Full Re-Sync mode (all records are compared based on the full record contents, rather than on the history file as in "Slow Sync" mode and exchanged, except for records excluded by a filter; filters exclude, e.g., records that exceed a certain size).
Database updates have four important features: (1) consistency (a database is transformed or updated from one consistent state to another consistent state); (2) isolation (a transaction remains invisible to a user until successfully executed); (3) durability (the update survives even if this system subsequently crashes), and, more importantly, (4) atomicity (all changes are made or no changes are made at all). With atomicity, a successful execution of the last change request ensures that all requested changes were executed successfully.
SUMMARY OF THE INVENTION
The invention is directed to reducing message traffic during synchronization between a first database residing on a first computer (e.g., a remote computer or initiator) and a second database residing on a second computer (e.g., a central computer or responder). Unlike conventional synchronization that operates in a connected environment, the invention is capable of synchronizing the databases essentially independently of any latency in the communication channel.
In general, the first computer transmits to the second computer a proposed synchronization mode and at least one operation operative on a record stored in the second database. The second computer returns to the first computer a confirmation message accepting the proposed synchronization mode. The operation is transmitted to the second computer before the second computer returns to the first computer the confirmation message accepting the proposed synchronization mode.
Embodiments of the invention may include one or more of the following features. The first computer may transmit the proposed synchronization mode and the operations as a single message. The operations alone or in combination with the proposed synchronization mode may be concatenated into a single message. Each of the operations can be associated with one or more records stored in the first and second databases. The operations may control, e.g., the addition, deletion, archiving and modification of records in the first and second databases. Each of the records may have a unique record identifier.
The first computer and the second computer may communicate via a message layer having a latency; synchronization between the first and the second databases occurs independently of the latency of the message layer. The second computer may return to the first computer a confirmation message confirming a successful execution of the synchronization. The confirmation message may be returned at a later time, e.g., when the second computer receives a subsequent synchronization request from the first computer. The second computer may only have to confirm a successful execution of the last received operation since a confirmation of the last received operation is indicative of the successful execution of all operations received by the second computer. The confirmation message may also include one or more operations to be executed on the first computer.
The second computer may propose to the first computer a different synchronization mode if the initially proposed synchronization mode transmitted by the first computer is unacceptable to the second computer.
The first and second computers may each include one or more brokers that manage the respective databases. The respective brokers of one computer may be capable of interpreting and executing the proposed synchronization mode and the operations received from the respective other computer.
Further features and advantages of the present invention will be apparent from the following description of preferred embodiments and from the claims.
BRIEF DESCRIPTION OF THE DRAWINGS
FIG. 1 shows synchronization between an initiator and a responder;
FIG. 2 is a flow diagram of synchronization in a connected environment;
FIGS. 3 and 4 show details of the flow diagram of FIG. 2;
FIG. 5 is a flow diagram of synchronization in a connectionless environment;
FIG. 6 shows message elements and sample data exchanged in a notification; and
FIGS. 7A-7D show message elements and sample data exchanged during the processes of FIGS. 2 and 5.
DESCRIPTION OF THE PREFERRED EMBODIMENTS
The invention is embodied in a new lightweight protocol, referred to as Notification Transport Protocol (NotifyXP) 10. The NotifyXP protocol requires relatively little network traffic and is useful for communicating notification messages between an initiator 14 and applications running on a responder 16. NotifyXP also defines some procedural frameworks that allow the notification messages 18, 20 to be used for data synchronization. NotifyXP is particularly efficient in connectionless operation.
Referring now to FIG. 1, NotifyXP depends on a messaging layer transport 12 which is not part of the invention. NotifyXP assumes that the messaging layer transport 12 guarantees:
1. Message segmentation and re-assembly as required by any packet size limitations of the underlying media. This includes a guarantee that a message 18, 20 is delivered in its entirety or not at all, also referred to as "atomization". 2. Message routing to a specified responder on the target device or Network Server. 3. Any necessary authentication, encryption and/or compression to provide a secure and efficient transfer of NotifyXP message contents. NotifyXP does not perform the actual encryption, compression or data integrity check of the message contents.
If the message layer support that is built into the initiator 14 cannot support this functionality, the implementer of the NotifyXP application may have to provide an extra layer between the NotifyXP software and the internal messaging transport to extend its capabilities. Some message transport layers 12 cannot be extended to provide the level of support required by NotifyXP. For example, a one-way wireless-paging network with a small packet size may not be able to support the segmentation and re-assembly requirement. A initiator 14 and a responder 16 can be connected to more than one message transport layer 12 (not shown) to exchange data using NotifyXP. Moreover, a number of message transport layers can be combined to provide the NotifyXP required level of support.
NotifyXP can primarily be used to communicate messages 18, 20 containing operations 22, 24, respectively, between the initiator 14 and the responder 16, as illustrated in FIG. 1. The initiator 14 is responsible for packaging and sending the operations 22 on the message transport layer 12. The server or responder 16 is responsible for receiving the operations 24 from the message transport layer 12 and processing them.
Each message is associated with a "broker" 26, 28 that interprets and manages a certain set of operations 24 at the initiator 14 and responder site 16, respectively. A broker can be responsible for more than one operation. Different brokers 28 may interpret different operations differently. For example, the initiator Broker #126 handling an application "Schedule" interprets an "Add" operation (e.g., Operation 2 of Message 1) as a command to add a "Schedule" item to the "Schedule" database of the responder 16. Broker #2 handling an application "Alert" may interpret the same Operation 2 as a command to display a message to a user or to sound a beep on a speaker to alert the user to an upcoming meeting.
The operations 22 illustrated in FIG. 1 can be concatenated. Responder addressing is the responsibility of the messaging layer 12. Only one responder 16 can be defined in a single NotifyXP message 18. Additional details of these operations are listed in the Appendix. Operations within a message are arranged and interpreted in order. The responder Brokers 28 are responsible for handling NotifyXP operations 24 at the responder 16. NotifyXP uses the Operation Brokers 26, 28 for both synchronization and for processing application data.
The Brokers 26, 28 are also responsible for defining the formats of the application data to be processed, if these data are to be stored. The databases store the application data in the form of records. Each record must have an identifier that must be unique for that record within the application database and for the lifetime of the database. The identifier contains data that is specific to the type of data stored within a database. The identifier is understood by both the initiator and responder brokers that operate on the record. In certain NotifyXP operations, the record unique identifier (also called a unique ID) is represented as a reserved field with an identifier of zero (0). Each record also has one or more fields in which the contents of the record are stored. Each database will define whatever fields are required to represent the record data. With the exception of the reserved "Unique ID" zero field identifier, these definitions are opaque to NotifyXP.
NotifyXP Notifications occur between two brokers 26 and 28. For the purposes of a single notification, the broker 26 is defined to be the initiator and the other broker 28 is defined to be the responder. The procedure for notification is as follows:
1. The initiator (client) 14 offers data to the responder (server) 16.
2. There is an optional responder's response (if required for unique ID assignment or error reporting).
Advantageously, the responder's response does not have to happen immediately, i.e., there can be considerable latency. The responder's response also does not have to be transmitted via the same underlying message layer transport. Certain operations, however, require responses. For example, an Add operation of a record to a initiator requires a response mapping of the temporary record identifier to the application database unique identifier for the record. Even though the Add operation information is communicated using a notification procedure, the unique identifier is required by the synchronization procedure. As long as the identifier is present before the next synchronization begins, the synchronization procedure can use this data. This means the data can be logged/queued and prepended to the next synchronization message that is sent. A second example is error reporting which can be logged/queued or sent immediately depending upon cost of routing and/or severity of the error.
Since the databases in question may have very different capabilities for storage (e.g., a first device vs. a server running GroupWare applications), the broker for either database can specify preferences or limitations on the data stored. Since the cost of routing data to these applications can be expensive (particularly wireless network access of first devices), these preferences are preferably enforced at the initiator. These preferences are often enforced as filters (i.e., no records above a certain size).
NotifyXP Synchronization occurs between two operation brokers 26 and 28, with a NotifyXP reserved Operation Broker involved to control the synchronization procedure in some cases (see below). For the purposes of any one synchronization operation, e.g., for Notification, one broker is defined to be the initiator and the other is defined to be the responder.
The different modes for synchronization were described above: Fast Sync mode, Semi-fast Sync mode, Slow Sync mode and Full Re-Sync mode. NotifyXP supports all these synchronization modes. The synchronization mode that two applications will use, depends upon the properties of the applications. Note that application in this context means the application and any other broker(s) which have access to the application database.
Synchronization can occur by two different methods, Connected Synchronization and Connectionless Synchronization.
Connected Synchronization assumes that the messaging layer that NotifyXP uses to transfer its data is fundamentally connected and that initiators can expect a short latency for a response from responders.
A connected link allows the protocol to carry more traffic than a link that was trying to conserve the number of messages sent and received. A connected link is assumed to have less turnaround latency, but requires a higher bandwidth. Connected Synchronization requires the presence of Operation Brokers 32, 34 referred to as "Synchronization Manager Operation Broker" on the responder 16 and the initiator 14. The Synchronization Manager Operation Broker arbitrates responder resources that are responsible for handling the synchronization procedure and handles only two operations: "Begin Sync" and "End Sync". "Begin Sync" and "End Sync" bracket the individual section synchronization procedures, with the "End Sync" indicating the end of anticipated latencies in the connected synchronization procedure.
The Synchronization Manager Operation Broker can also arbitrate the synchronization process by returning an ordered list of sections that the device should use to offer its synchronization data in response to a "Begin Sync" operation. This is an optimization to allow the device section data to arrive at the responder in the order expected by the Synchronization Manager. If there is no list, the sections can be sent in any order. Additional details of the Return Status operation are listed in the Appendix.
Referring now to FIG. 2, in the procedure 100 for Connected Synchronization, the initiator Synchronization Manager Broker 32 initiates synchronization negotiations with the responder Synchronization Manager Broker 34 by sending to the responder Synchronization Manager Broker 34 a request for synchronization. The responder responds to this request, for example, by defining an ordered list of brokers for the synchronization, step 102. A so identified initiator broker 26 in the negotiated ordered list sends a request to negotiate a specific synchronization mode, and the responder broker 28 identified in the negotiated ordered list responds to this request, step 103. If the responder fails to supply a list of brokers in step 102, the initiator selects the next broker 26 in step 103. After the negotiation of the synchronization mode is successfully completed, initiator broker 26 sends changes in the initiator's database consistent with the negotiated synchronization mode to the responder broker 28, step 104. Responder broker 28 confirms the changes, step 106. Responder broker 28 sends changes in the responder's database consistent with the negotiated synchronization mode to initiator broker 26 and the initiator broker 26 confirms these changes, step 107. If the ordered list of brokers negotiated in step 102 contains other brokers, the procedure 100 returns to step 103.
Otherwise, the procedure 100 terminates when the initiator Synchronization Manager Broker 32 sends an End Sync command to the responder Synchronization Manager Broker 34, step 109.
Details of the negotiation of the synchronization protocol are illustrated in FIG. 3. The initiator Synchronization Manager Broker 32 starts the synchronization procedure for one or more operation brokers, step 120, by sending a "Begin Sync" operation to the Synchronization Manager Operation Broker 34, step 122. The "Begin Sync" operation proposes a list of sections to be synchronized.
The responder checks if an error code was detected, step 124, and sends either an error message, step 126, or a "Return Status" operation to the initiator, step 128. If no error code was detected, the "Return Status" operation allows the procedure to continue with a list of sections to be synchronized. The following steps are implemented for each pair of operation brokers that must synchronize their data.
The initiator requests synchronization from the responder broker by sending a "Begin Section" operation which specifies the requested synchronization mode(s) to be used, step 130, explicitly requests a "Return Status" operation in response. The responder can accept the requested synchronization mode or specify a mutually acceptable mode in the extra data associated with the "Return Status" operation, step 132. The responder then sends the appropriate "Return Status" operation to the
Referring now to FIG. 4, after receiving the "Return Status" operation in step 134 of FIG. 3, the initiator 14 sends all changes to the responder broker 28 of the local single operation 22, 24 and all operations explicitly request a response from the responder broker, as discussed below. These operations can be concatenated in single message for efficiency.
The responder 16 then processes each operation, step 146, and after processing, step 148, sends an acknowledgment to the initiator 14 that the operation has been successfully processed, step 152. The initiator then transmits the next operation, step 158, or transmits an "End Section" operation. If the operation was not successfully processed, then the responder removes the operation from the reply and notifies the initiator that the operation was not processed, step 154. Note that transmission of these acknowledgements by the responder indicates that the operation was successfully processed and not merely received. The responder can wait until it has received the "End Section" operation from the initiator to send the requested "Return Status" operations to reduce the number of messages sent.
Once the initiator has transmitted all of the changes, it transmits an "End Section" operation, step 142. This is the way the responder broker is informed that the synchronization changes have been completely transmitted. The responder then computes the changes on its own local database, step 156 and retransmits the operations to the initiator to inform the initiator responder of the changes. The responder retransmits the operations following the same steps as the initiator. The responder, of course, does not have to negotiate the synchronization mode when it offers its data and can therefore use a form of the "Begin Section" operation which does not specify a requested synchronization mode.
Returning now to FIG. 2, the synchronization steps 104 and 106 are performed for all Operation Brokers required by the initiator. The initiator then sends an "End Sync" operation to the Synchronization Manager Operation Broker to indicate that synchronization has been completed.
Synchronization can be negotiated for the mode to be used with each database section/ broker. In addition, each broker can supply a list of possible modes to use during synchronization in order of preference. This allows the responder broker to use some intelligence to propose a different sync mode if the first preference for a synchronization mode is not available on the responder. Further details about the "Begin Section" operation are provided in the Appendix.
The responder controls the details for synchronizing the database. An initiator may propose some sections in a "Begin Sync" operation that are not supported on the responder. The responder then removes these operations from the list sent as a reply. Conversely, the responder may not return any database sections in its reply that are not present in the initiator's "Begin Sync" operation.
The second approach is called Connectionless Synchronization and makes no assumption (or has no knowledge about) the turnaround latency of the messaging layer. The goal is to minimize the number of messages exchanged. This approach can also be used on a "connected" messaging layer. Since turnaround latency is not an issue for connectionless synchronization, no Synchronization Manager Operation Brokers are required.
Referring now to FIG. 5, in the procedure for Connectionless Synchronization 110, the initiator transmits a single message which contains both the proposed synchronization mode and the operation to be performed, step 112. In step 112, the initiator requests synchronization from the responder broker by sending a "Begin Section" operation which includes all of the following: the requested synchronization mode to be used, the operations specifying all of the changes appropriate for the requested synchronization mode, and an "End Section" operation to indicate the end of the offered data. These operations are sent as a single concatenated message. Note that not every individual operation has to be confirmed separately since the message layer guarantees that a message will be delivered in its entirety or not delivered at all.
Once the responder has received the "End Section" operation from the initiator and accepts the synchronization mode, step 113, the responder begins building its response message to the initiator, but transmits the message only after the information to be transmitted in the message is complete. The first operations contained in the message of the responder are the "Return Status" operations to the initiator's offered operations. The responder then adds a "Begin Section" operation to the outgoing message. Since in the present example the responder accepted the requested synchronization mode, the responder's "Begin Section" operation does not have to specify a synchronization mode. The responder appends all changes to the message that were executed by the responder, including a request for a response from the initiator for the last operation. Finally, the "End Section" operation is added to the end of the message and the message is sent to the initiator, step 116. Once the initiator has received the "End Section" operation from the responder, the initiator may respond by acknowledging that the responder's offered data have been processed. The initiator may send this response either immediately after receiving the message from the responder or, alternatively, with the next synchronization of the database. Sending the confirmation with the next synchronization request advantageously reduces message traffic on the message transport layer.
If the responder, however, does not accept the synchronization mode proposed by the initiator, step 113, then the responder must renegotiate the synchronization mode by specifying the desired synchronization mode, step 114. The initiator must prepare supplemental operations to offer back to the responder. The operations required to satisfy the responder's newly requested synchronization mode can omit those operations that were already sent in the initial initiator operation offer. The initiator brackets all these operations with "Begin Section" and "End Section" operations and sends the message.
Under the most favorable conditions, Connectionless Synchronization requires only two (2) NotifyXP messages. This is the case if none of the initiator's operations require a response from the responder and if the responder does not have to transmit any operations to the initiator, except to indicate the end of the synchronization procedure. These are short messages.
As mentioned above, the initiator does not have to acknowledge receipt of the responder's operation until the next required contact with the responder, which can be a subsequent synchronization procedure or a notification procedure.
In the worst case, a maximum of four (4) NotifyXP messages are required when the responder redefines the synchronization mode.
The following discussion will explain the structure of the NotifyXP protocol in more detail. Although NotifyXP is defined to function as a connectionless protocol, its client and server are stateful. As described above, each NotifyXP message includes one or more NotifyXP operations. Each operation that is sent by the NotifyXP client, changes either the state of the NotifyXP server or the state of the application data to which the NotifyXP server interfaces. NotifyXP operations consist of a byte opcode followed by two bytes of the length of optional additional data in network byte order followed by any optional additional data. These aspects of NotifyXP are discussed in greater detail in the Appendix.
As also discussed above, NotifyXP operations may or may not require a response from the operation responder. NotifyXP operations that require a response have the most significant bit of the opcode byte set. It is possible to request that a single operation be performed with or without an expected response operation. If an operation fails, a NotifyXP broker must return a non-successful status for an operation regardless of whether a response was explicitly requested. NotifyXP servers do not have to return status for operations that were performed successfully unless a response is explicitly requested.
NotifyXP clients can use this feature to ensure successful positive acknowledgement of operations while minimizing message traffic. For example, a NotifyXP initiator sends a series of operations. The initiator needs to know about the success of each and every operation, but only the last operation sent in a message requires an explicit response, because the messaging layer guarantees complete delivery of messages. The responder is also required by NotifyXP to process operations in order of receipt and must return error status even if a status return is not explicitly requested. Therefore, the absence of a "Return Status" operation with an error before the final "Return Status" operation indicates that all operations up to the final operation were processed successfully.
Referring now to FIG. 6, a NotifyXP message notifies a responder broker of a request to add of a new record and to delete an existing record. The "Date Book" broker processes these requests.
This message requests a response to the "Add" operation. The first line of data specifies an "Add" operation, the second line the lengths of the operation including the data to be added and the third line a temporary record ID. Line four specifies that a total of three fields will be added (Field 1: the name; Field 2: the telephone number; and Field 3: the date and time of the appointment), lines 5-13. As discussed in the Appendix, the server will return a unique ID (line 16) after each successful "Add" operation to allow record ID mapping. Depending upon the device rules for cost of routing, available messaging layer transports, etc., the device can respond immediately or queue the response until the next time the response can be transmitted. The responder may, but is not required to, return a "Return Status" operation with a unique ID to indicate success if the device supports Unique ID assignment.
Referring now to FIG. 7A to 7D and also to FIGS. 2 and 5, Connected Synchronization is compared with Connectionless Synchronization for a single section. The initiator operations are in boldface and the responder operations are in italic. Blank lines are used for readability but do not imply message boundaries. For example, the most efficient message coding of the Connected Synchronization contains four (4) initiator messages to the responder (FIG. 7A with 2 messages and FIGS. 7B and 7D with 1 message each) and three (3) responder messages to the initiator (FIG. 7A with 2 messages and FIG. 7C with 1 message). The Connectionless Synchronization reduces the minimal number of required messages for synchronization to one (1) initiator messages to the responder (1 message concatenated from the operations of FIGS. 7A and 7B, respectively) and one (1) responder message to the initiator (FIG. 7C).
As seen in FIG. 7A, the synchronization procedure in the connected mode begins with a request from the device to the Synchronization Manager operation broker to begin synchronization. The request specifies two sections: Date Book and Address Book. In the selected example, the responder only supports synchronization to the Date Book. Therefore, the request is accepted with the "Return Status" operation that indicates that the only section to be synchronized is the Date Book. Note that the identifier for this section is provided for example only—it is the responsibility of the Synchronization Manager brokers on the initiator and responder to agree on values for the section identifiers.
This section is absent in the connectionless mode.
In both modes, the procedure continues with a request from the device to synchronize all changes to the records for the responder broker since Dec. 30th, 1997 at 8:30 am using Fast Sync.
In the connected mode, the initiator also explicitly advertises Slow Sync as a fallback option. The responder broker acknowledges the request with a "Return Status" operation. The response indicates that the Fast Sync mode requested can be used since no other mode was suggested.
This section is absent in the connectionless mode.
Referring now to FIG. 7B, the device then offers in both modes the full range of proposed changes to the responder broker. The proposed changes in the present example are identical. In this case, there are two appointment additions ("John Smith" and "Mary Jones"), which include the respective names, telephone numbers and the date and time of the appointment. Also requested is one deletion. The device then sends an "End Section" operation to signal that it has transmitted the last of its data and that the responder should process the data it received and return its own data back to the device.
Referring now to FIG. 7C, in the connected mode, the responder processes the offered device data and generates "Return Status" operations. Then the responder performs synchronization on the new change data received from the device and on its own data that have changed since the last synchronization. The responder brackets the results of the synchronization with "Begin Section" and "End Section" operations. In this case, the changes resulting from the synchronization consist of one modification (a telephone number) and one addition (the entry "Terry Adams"). Note that the Modify operation does not send all fields, only those fields that have changed. The "End Section" operation contains the new "last sync time" that the device stores and uses in its next Fast-Sync procedure.
In the connectionless mode, only the last successful change (0x82; Delete) is transmitted from the responder to the initiator, since its successful execution indicates that all previous changes have also been successfully executed. The responder also transmits, like in the connected mode, the changes in its own database since the last synchronization.
Referring now to FIG. 7D, in the connected mode, the device then acknowledges receipt of the data from the responder, including receipt of the new "last sync time" from the responder Operation Broker. Finally, the device sends the End Section message to the responder to indicate that all sections have been synchronized.
In contrast, in the connectionless mode, the device confirms only that the update was successfully completed. This confirmation can be postponed until the next synchronization or notification, as mentioned above.
In other words, in the connectionless mode, when the initiator sends its operations, only the last operation in a message requires a response. This reduces the number of operations the responder must send to the device to properly acknowledge the device's operations. Only an error encountered by the responder broker on the responder while processing the operation would require a response from the device.
The connectionless Synchronization Procedure, unlike the connected Synchronization Procedure, does not enforce a fixed response time for each sent message. The time between messages can also vary over a wide range. However, unless the device and responder brokers have "agreed" upon a delayed delivery of responses to outstanding messages and operations, synchronization times should be kept as short as possible.
It is to be understood that the embodiments and variations shown and described above are illustrative of the principles of this invention only and that various modifications may be implemented by those skilled in the art without departing from the scope and spirit of the invention. | APPENDIX | | | 1. NotifyXP operations | | The supported NotifyXP operations are described in the | | table below. | | Operation | | | | | Name | Operation ID | Description | Response? | | | Return Status | 0x00 | Return status for a | No | | | | previous operation | | Add | 0x01 | Add/Create a record | Only for Status | | Delete | 0x02 | Delete a record | Only for Status | | Delete and | 0x03 | Delete a record after | Only for Status | | Modify | 0x04 | Modify an existing | Only for Status | | | | record | | Unmodified | 0x05 | Declare list of | No | | Records | | unmodified records | | Begin Section | 0x06 | Tag beginning of sync | Only for Status | | | | offer data stream/ | | | | request sync mode | | End Section | 0x07 | Tag end of sync data | Only for Status | | | | stream | | Cancel | 0x08 | Cancel a currently | Only for Status | | Procedure | | pending procedure | | Request | 0x89 | Request operational | Advertise or | | Properties | | properties | Status | | Advertise | 0x0A | Advertise operational | No | | Properties | | properties | | Begin Sync | 0x0B | Tag beginning of sync | Only for Status | | | | procedure | | End Sync | 0x0C | Tag end of sync | Only for Status | | | | procedure | | Reserved | 0x0D-0x2F | Reserved for future use | No | | User Defined | 0x30-0x3F | Range for user defined | No | | | | extensions | | Reserved | 0x40-0x7F | Reserved for future use | No | |
Each operation is encoded as a single byte and may have additional data bytes associated with it. The following sections provide a description of each operation including any additional data that the operation specifies. Each section also provides a definition of the operation structure using modified Backus-Naur Notation (BNF). The BNF definitions use the following terms that are defined for use by any operation. | | | | | The unique-id | = | id-length id-data | | | id-length | = | BYTE | | | id-data | = | binary | | | temp-record-id | = | DWORD | | | field-count | = | BYTE (value zero is reserved B see | | | | | below) | | | op-data-length | = | (depends on value of Operation Size | | | | | Property) | | | record-field | = | field-id field-length field-value | | | field-id | = | BYTE | | | field-length | = | (same size as op-data-length) | | | field-value | = | binary | boolean | date-time | text | | | | | | rrule | exdate | | | binary | = | BYTE *[BYTE] | | | boolean | = | "0" | "1" | | | date-time | = | ISO 8601 time and date ASCII | | | | | representation | | | text | = | <ASCII or Unicode characters> | | | rrule | = | <vCalendar Recurrence Rule> | | | exdate | = | <vCalendar Exception Dates/Times> | | | BYTE | = | <any 8-bit value> | | | WORD | = | <2-byte unsigned number in network | | | | | byte order> | | | DWORD | = | <4-byte unsigned number in network | | | | | byte order> | | | |
The sizes of the op-data-length and field-length terms are defined by the Operation Size Property. Details are provided in section "Advertise Properties" in this Appendix. The formats of the rule and exdate properties are consistent with those defined in the vCalendar™ specification, The Electronic Calendaring and Scheduling Exchange Format, Version 1.0. vCalendar™ is a trademark of Apple Computer, Inc., AT&T Corp., International Business Machines Corp., and Siemens.
Additional information regarding the format of these rules can be found in the sections 2.1.11 (Basic Recurrence Rule Grammar (e.g., "W1 TU TH")) and 2.3.12 Exception Date/Times (e.g., "19960402; 19960403")) of the vCalendar™ specifications version 1.0.
There is one field-id which is reserved for use by NotifyXP. This is the "Unique ID" field (field-id ==0). This field can be used to communicate a record's unique identifier as one of its fields. This convention is used by the "Add" and "Modify" operations. For this reason, the zero field-id value is reserved and should not be used for any other field identifier.
2. Return Status The "Return Status" operation is used to inform the responder about the status of a previous operation. The "Return Status" operation is defined below using BNF. | | | | | rs-operation | = | rs-command op-data-length | | | | | status-header | | | rs-command | = | BYTE (0x00) | | | status-header | = | operation-status operation-id | | | | | [operation-data] | | | operation-status | = | BYTE (see below) | | | operation-id | = | BYTE | | | operation-data | = | (see below) | | | |
The following table shows the supported values for the operation-status term. | | Status | Value | Meaning | | | Success | 0x00 | OK - Success | | Bad Operation | 0x01 | Operation contains malformed syntax | | Unauthorized | 0x02 | Operation needs authentication | | Operation | | Conflict | 0x03 | Database may be locked | | Unsupported Operation | 0x04 | Operation Not Supported | | Unknown Target | 0x05 | Operation specified unknown target | | Operation Refused | 0x06 | Operation was refused by user | | Responder Busy | 0x07 | Operation could not be processed, | | | | responder was busy | |
The following table shows the method for interpreting the operation-id and corresponding operation-data term. | | Operation-ID | Operation-data | Description | | | Add | Temp-record-id | Temporary and optional Unique | | | [Unique-id] | record ID of Add | | Delete | Unique-id | Unique record ID of Delete | | Delete and | Unique-id | Unique record ID of Delete and | | Archive | | Archive | | Modify | Unique-id | Unique record ID of Modify | | Unmodified | None | None | | Records | | Begin Section | Sync Mode (BYTE) | Highest supported level of | | | | synchronization | | End Section | None | None | | Cancel | None | None | | Procedure | | Request | None | None | | Properties | | Advertise | None | None | | Properties | | Begin Sync | Section-list | Ordered List of enabled sections | | | | to synchronize | | End Sync | None | None | |
The operation data for an Add operation is the temporary record identifier followed by the optional Unique ID for the added record. Some brokers do not support the assignment of temporary record identifiers to Unique IDs (e.g., brokers on an responder might not need to return a unique ID for a record which was added for their initiator client). Other brokers may want to indicate that an error occurred on the Add operation that resulted in a failure to assign a Unique ID. These brokers do not have to include the optional Unique ID when responding to the Add operation. Like any optional final term in a NotifyXP operation, the Unique ID can be omitted by excluding it from the operation data using the correct value for op-data-length.
The Operation data for the "Begin Sync" opcode can specify an optional ordered list of enabled sections as its operation data. The order in which the section identifiers appear in the list is the order in which the responder expects to receive the section data. The format of the list is described below using BNF. | | | | | operation-data | = | section-list | | | section-list | = | num-sections *section-id | | | num-sections | = | BYTE | | | section-id | = | WORD | | | |
The section-id term must be defined between the Synchronization Manager operation broker on the initiator and the Enterprise Server. NotifyXP does not specify an identifier for database sections. "Begin Section" only returns a different sync mode from what was requested if the responder broker is unable to process the requested sync mode. See the section "Begin Section" for an interpretation of the value of the Sync Mode BYTE.
3. Add
The "Add" operation is used to specify that a record to be added by the responder broker. The "Add" operation is defined below using BNF. | | | | | add-operation | = | add-command op-data-length add- | | | | | header *[record-field] | | | add-command | = | BYTE (0x01) | | | add-header | = | temp-record-id field-count | | | |
The temp-record-id is assigned by the NotifyXP client for the add request. A NotifyXP client will receive a successful "Return Status" operation with a unique ID back from the server for every successful "Add" operation to allow it to perform record ID mapping. Not all NotifyXP brokers support unique identifier assignment. For example, a broker that performed transient alerts on the data would not need to assign an ID to the data since it would never be stored on the device.
There is one other requirement for the Add operation. If the responder broker requires the record's unique ID, this can be sent using the reserved "Unique ID" field (field-id==0). This is commonly the case when a initiator communicates a record addition to a responder (e.g., during synchronization). Generally, the responder does not send unique IDs for the new records it adds to the initiator client because of storage constraints and because the initiator rarely cares about a unique ID for a record in a database section other than its own. The decision is left up to the implementer.
4. Delete
The "Delete" operation is used to specify a record to be deleted by the responder broker. The "Delete" operation is defined below using BNF. | | | | | del-operation | = | del-command op-data-length | | | | | unique-id | | | del-command | = | BYTE (0x02) | | | | 5. Delete and Archive
The "Delete and Archive" operation is used to specify a record to be archived and deleted by the responder broker. The "Delete and Archive" operation is defined below using BNF. | | | | | da-operation | = | da-command op-data-length unique- | | | | | id | | | da-command | = | BYTE (0x03) | | | |
Before deletion, the record should be archived if the application database supports archiving. If the database does not support archiving a status for the record must be returned indicating what actions were performed on the database.
6. Modify
The "Modify" operation is used to update the contents of a specified record with the responder broker. The "Modify" operation is defined below using BNF. | | | | | mod-operation | = | mod-command op-data-length field- | | | | | count * [record-field] | | | mod-command | = | BYTE (0x04) | | | |
There is one restriction on records used in the Modify operation. The record must contain a value for the reserved "Unique ID" field (field-id ==0). This is to allow the responder broker to know which record is being modified.
7. Unmodified Records
The "Unmodified Records" operation is used to indicate that the specified record list has not been modified since the last synchronization in the application database that is managed by the responder broker. The "Unmodified Records" operation is defined below using BNF. | | | | | ur-operation | = | ur-command op-data-length num- | | | | | records *unique-id | | | ur-command | = | BYTE (0x05) | | | num-records | = | DWORD | | | |
The num-records term defines how many unique-id terms follow.
8. Begin Section
The operation "Begin Section" is used in both types of synchronization procedures to tag the beginning of an operation stream that will be part of a synchronization procedure and, optionally, to request what synchronization mode that procedure will use. The operation "Begin Section" is defined below using BNF. | | | | | beg-operation | = | beg-command op-data-length [sync- | | | | | header] | | | beg-command | = | BYTE (0x06) | | | num-records | = | WORD | | | sync-header | = | num-records [sync-mode-list] | | | sync-mode-list | = | num-modes *(sync-mode [mode-len | | | | | mode-data]) | | | num-modes | = | BYTE | | | sync-mode | = | BYTE see below) | | | mode-len | = | BYTE | | | mode-data | = | (see below) | | | |
The num-records term is a signed value indicating the number of records that will be sent as the synchronization data for the section. If the number of records is unknown, the value 0xFFFF (-1) can be sent.
As mentioned in the Synchronization Procedure section, a broker may specify that it can operate in more than one synchronization mode when negotiating a connected synchronization procedure. This is to allow the responder broker a greater deal of flexibility in deciding which type of synchronization to perform. The number of sync modes the initiator can support is contained in the num-modes term. (Note that in a connectionless procedure, only a single mode can be specified since the initiator offers all data before the responder can respond with its requested sync mode.) The following table shows the supported values for the sync-mode term and the method for interpreting the corresponding optional mode-data term. | | | | Optional Mode- | | | Sync-mode | Value | data | Mode-data meaning | | | Fast Sync | 0x00 | Date-time term | Date and time of the last | | | | | synchronization | | Semi-fast | 0x01 | Date-time term | Date and time of the last | | Sync | | | synchronization | | Slow Sync | 0x02 | None | None | | Full Re-Sync | 0x03 | None | None | | The date-time term is in ISO 8601 format.
In a connected synchronization procedure, the modes appear in the order of preference of the initiator. For example, assume an initiator that supported Fast Sync and used a time stamped change log to track changes to the database. The first sync mode in the list might be a Fast Sync with the last sync time to the current remote, the second would be a Fast sync with the time stamp of the oldest change in the change log, and the third mode would be Slow Sync. It is worthy of note in this case that the broker would be capable of handling a Fast Sync request for any date between the oldest change in the log and the last sync time inclusive although a Fast Sync with the last sync time is its first choice.
9. End Section The operation "End Section" is used to tag the end of a synchronization operation stream for the section. This operation indicates that the responder broker must apply all received operations for the current synchronization procedure and transition to the next step in the procedure.
The operation "End Section" is defined below using BNF. | | | | | es-operation | = | es-command op-data-length [sync- | | | | | date] | | | es-command | = | BYTE (0x07) | | | sync-date | = | date-time | | | |
The date-time term is the new synchronization date and time for the section in ISO 8601 format. This is sent only from the initiator to the responder and is usually the time on the initiator at which the corresponding "Begin Section" operation was sent. The initiator and responder will use this time as the "last sync time" for the next "Fast Sync" they perform on this section.
10. Cancel Procedure
The "Cancel Procedure" operation is used to request that the current procedure (e.g., synchronization) be terminated. The "Cancel Procedure" operation is defined below using BNF. | | | | | cp-operation | = | cp-command op-data-length | | | cp-command | = | BYTE (0x08) | | | |
Note that op-data-length for this operation is always zero. If this operation succeeds, the current procedure is considered cancelled and both the transmitting and responder brokers are responsible for recovering their state.
11. Request Properties
The "Request Properties" operation is used to request the operational properties of the responder broker. The "Request Properties" operation is defined below using BNF. | | | | | rp-operation | = | rp-command op-data-length | | | rp-command | = | BYTE (0x89) | | | |
The response to this operation is an "Advertise Properties" operation and is always required. Note that op-data-length for this operation is always zero.
12. Advertise Properties
The "Advertise Properties" operation is used to inform the responder about the operational properties of a broker. The "Advertise Properties" operation is defined below using BNF. | | | | | ap-operation | = | ap-command op-data-length | | | | | num-properties * [property] | | | ap-command | = | BYTE (0x0A) | | | num-properties | = | BYTE | | | property | = | property-id property-length | | | | | property-value | | | property-id | = | BYTE (see below) | | | property-length | = | WORD | | | property-value | = | (see below) | | | |
The following table shows the supported values for the property-id term and the method for interpreting the corresponding property-value term. This table can be extended in the future. If a responder does not understand any property-id value, it may be skipped in property parsing. | | | Property- | | | | Property Name | Id | Value | Description | | | Sync mode | 0x00 | BYTE | Highest level of sync | | | | | support | | Supported | 0x01 | Array of | Enumeration of supported | | Operations | | BYTEs | operations | | Version | 0x02 | 3 BYTEs | Supported version of | | | | | NotifyXP | | Operation Size | 0x03 | BYTE | Size of op-data-length | | | | | and field-length | |
The Sync Mode property describes the highest level of synchronization supported by the broker. The values for the BYTE are described in the "End Section" operation section. The Supported Operations property is an array of the operation byte codes the broker supports. The Version property is the version of NotifyXP that the broker supports. The three bytes are interpreted in the following manner: the first byte is the major version, the second byte is the minor version, and the third byte is the revision.
The Operation Size property is the size in bytes of the op-data-length and field-length terms used by the sender. The default value for this property is two (2) which means that by default, these two terms are WORDs. This default value is re-initialized with every new message. A NotifyXP initiator that wishes to override this default (e.g., it needs to send a record which contains a field which is longer than 65535 bytes) may do so in the following way. The initiator includes an Advertise Properties operation that specifies a new value for the Operation Size property in the message prior to any operations that require the larger size. The Operation Size value then remains as specified until either a subsequent Advertise Properties operation changes it again or it reverts back to default at the end of the message.
NotifyXP does not require that remote clients keep track of servers to which they connect. However, if a client does keep track of servers, it can cache the non-transient capabilities of each responder server. It is only necessary to advertise the properties of a NotifyXP client when: 1. Previously advertised properties have changed. 2. The remote specifically requests properties by issuing a "Request Properties" operation. 13. Begin Sync
The "Begin Sync" operation is used to initiate a connected synchronization procedure. The "Begin Sync" operation is defined below using BNF. | | | | | begsync-operation | = | begsync-command op-data- | | | | | length section-list | | | begsync-command | = | BYTE (0x0B) | | | section-list | = | num-sections *section-id | | | num-sections | = | BYTE | | | section-id | = | WORD | | | |
The section-id term must be defined between the Synchronization Manager operation broker on the initiator and the Enterprise Server. NotifyXP does not specify an identifier for database sections.
14. End Sync
The "End Sync" operation is used to signal the successful termination of a connected synchronization procedure. The "End Sync" operation is defined below using BNF. | | | | | endsync-operation | = | endsync-command op-data- | | | | | length | | | endsync-command | = | BYTE (0x0C) | | | |
| «Previous |
Next» |
| Method of encoding a dataset |
Concurrent operation of a state machine family |
|
- Inventors
Rybicki, Stephen G.;
- Assignee
Intellisync Corporation (San Jose, CA)
- Published
Feb-28-2006
- Current US Classes:
707/1 709/200
- Application #
205020
- International Classes
G06F 17/30 (20060101)
- Field of Search
707/101 707/7 707/102 707/103 707/104 707/8-10 709/200-207 709/238-244 709/400
- Examiner
Trammell; James P.
- Agent
Fish & Richardson P.C.
- US Patent References:
4162610 4432057 4807154 4807155 4807182 4817018 4819156 4819191 4827423 4831552 4866611 4875159 4939689 4956809 4980844 5065360 5124912 5134564 5136707 5142619 5155850 5170480 5187787 5197000 5201010 5210868 5220540 5228116 5237678 5251151 5251291 5261045 5261094 5272628 5276876 5278978 5278982 5283887 5293627 5315709 5323314 5327555 5333252 5333265 5333316 5339392 5339434 5355476 5375234 5392390 5396612 5412801 5421012 5434994 5444851 5455945 5463735 5475833 5511188 5519606 5530853 5530939 5557518 5560005 5568402 5581753 5581754 5583793 5596574 5600834 5608865 5613113 5615109 5615364 5619689 5623540 5630081 5649182 5649195 5659741 5666530 5666553 5671407 5682524 5684984 5684990 5689706 5701423 5704029 5706429 5706452 5706509 5708812 5708840 5710922 5727202 5729735 5737539 5740433 5745712 5758083 5758150 5758337 5758355 5778388 5781908 5790789 5794252 5809494 5813009 5813013 5819272 5819274 5832218 5832489 5835908 5838923 5845293 5857201 5870759 5870765 5875242 5877760 5878415 5884323 5884324 5884325 5892909 5892949 5897640 5924094 5926816 5926824 5928329 5943676 5956508 5966714 5974238 5978813 5995980 5999947 6018303 6044381 6081806 6098078 6125369 6141664 6212221 6233452 6247135 6272074 6324542 6330568 6405218
|