A replication occurs upon the re-configuration of a partial database to update an additional attribute of an object, and is divided into two sub-requests for replication. The first requests the new attribute from update sequence number zero and the second requests the existing attributes according to their known up-to-date vectors. To facilitate this request, a destination server sends an up-to-date vector table to a source server along with the request for replication. Because the existing attributes are requested from their known up-to-date vectors, rather than from update sequence number zero, this replication request results in less attributes being sent between servers and therefore, provides a more efficient replication.
|
1. A method in combination with a computer system comprising:
a plurality of servers; and a database distributed across the plurality of servers, the database including a plurality of objects, each object having a first attribute and a second attribute, each server periodically replicating values of attributes from another server thereto during a replication, each server maintaining an increasing update sequence number that is increased upon each revision to the attributes of the objects of the database on such server, each server maintaining an attribute value table that includes for each attribute of each object at such server a value of the attribute for the object, the update sequence number of such server when the value was revised, each server maintaining a vector table that includes for each other server from which the server replicates, the update sequence number of such other server at a time of a most recent replication from such other server, wherein the database at a source server includes the first attribute and the second attribute for each object, wherein the database at a destination server originally includes the first attribute and not the second attribute for each object, and wherein the database at the destination server is changed to include the first attribute and the second attribute for each object, the method comprising, upon such change: requesting, by the destination server from the attribute value table of the source server, the value of the second attribute for each object at such source server; receiving, by the destination server into the attribute value table thereof, the value of the second attribute for each object at such source server and the current update sequence number of the destination server to be associated with the value; requesting, by the destination server from the attribute value table of the source server, the value of the first attribute for each object at such source server, if the update sequence number of the source server associated with the value in the attribute value table of the source server is greater than the update sequence number associated with the source server in the vector table of the destination server; receiving, by the destination server into the attribute value table thereof, the value of the first attribute for each object at such source server, if the update sequence number of the source server is greater than the update sequence number associated with the source server in the vector table of the destination server. 4. A computer-readable medium having computer-executable modules/components thereon for replication of a distributed database in a computer system, the computer system comprising:
a plurality of servers; and a database distributed across the plurality of servers, the database including a plurality of objects, each object having a first attribute and a second attribute, each server periodically replicating values of attributes from another server thereto during a replication, each server maintaining an increasing update sequence number that is increased upon each revision to the attributes of the objects of the database on such server, each server maintaining an attribute value table that includes for each attribute of each object at such server a value of the attribute for the object, the update sequence number of such server when the value was revised, each server maintaining a vector table that includes for each other server from which the server replicates, the update sequence number of such other server at a time of a most recent replication from such other server, wherein the database at a source server includes the first attribute and the second attribute for each object, wherein the database at a destination server originally includes the first attribute and not the second attribute for each object, and wherein the database at the destination server is changed to include the first attribute and the second attribute for each object, the modules/components performing upon such change, the steps of: requesting, by the destination server from the attribute value table of the source server, the value of the second attribute for each object at such source server; receiving, by the destination server into the attribute value table thereof, the value of the second attribute for each object at such source server and the current update sequence number of the destination server to be associated with the value; requesting, by the destination server from the attribute value table of the source server, the value of the first attribute for each object at such source server, if the update sequence number of the source server associated with the value in the attribute value table of the source server is greater than the update sequence number associated with the source server in the vector table of the destination server; receiving, by the destination server into the attribute value table thereof, the value of the first attribute for each object at such source server, if the update sequence number of the source server is greater than the update sequence number associated with the source server in the vector table of the destination server. 2. The method of
3. The method of
5. The computer readable medium of
6. The computer readable medium of
|
The present invention relates generally to a distributed database system, and more particularly to data replication upon re-configuration of a partial database to update an additional attribute of an object in a distributed database.
With a distributed database, copies of data objects may exist on several servers and the servers may be geographically dispersed. The objects of the distributed database each include attributes that may be modified on at least some of the servers. However, when a modification is made to an attribute of an object of the database on one of the servers, the copies of the objects in the other servers retain the old data until such copies are updated to reflect the modification. The typical way of updating the copies of the objects in other servers is called replication.
During a replication, a "source" server sends data to a "destination" server, and the destination server updates its database with the objects that were modified. A server is a "source" server or a "destination" server only with reference to a particular replication. For example, a first server may receive data from a second server during a replication. With respect to such replication, the first server is a destination server and the second server is a source server. However, the first server may later send data to a third server during a second replication. With respect to the second replication, the first server is a source server and the third server is a destination server.
A server on which a modification to an object is initially made, rather than an update received through a replication, is referred to as an "originating" server. A server is an "originating" server with respect to a modification, rather than a replication. For example, if an object is modified on a first server, the first server is an originating server with reference to such modification. The originating server may be a source server, a destination server, or neither during a later replication.
To facilitate replication, each server capable of being a source server includes an update sequence number (USN). The USN is a number increasing by at least one for each revision to the database on a server. The USN typically is a monotonically increasing number. The USN of a server may increase upon a modification made on such server (i.e., a modification made on an originating server) or upon receiving an update from a replication.
To facilitate replication, each server includes an up-to-date (UTD) vector table. The UTD vector table includes a data field corresponding to each other server in the networked computer system having a portion of the database. Corresponding to each server in the table, the UTD vector table includes a data field representing a USN of the corresponding server and together, the data fields represent a server-USN pair and represent how up-to-date the server is with respect to the other servers in the system. When a destination server receives data through replication from a source server, such destination server records the highest USN of the source server in the UTD vector table of the destination server. In this manner, each destination server maintains how up-to-date it is with respect to each server acting as a source server to such destination server.
In some cases, a server contains a portion of a database that is a subset of the entire database, the server being referred to herein as a partial replica server. The portion of the database with the subset of the entire database is referred to herein as the partial database. In particular, the partial database may be configure to update only a portion of the attributes of each object of the entire database. For example, a database may contain objects having attributes A, B, C and D. However, the partial database maybe configured to update only attributes A and B. Therefore, such partial database includes only the attributes that such partial database is configured to update (e.g., A and B), and replicates only such attributes during a replication.
A partial replica server updates the partial database in the same way that other servers perform updating, i.e., through replication as described above. For example, the partial replica server (i.e., the server containing the partial database) may replicate attributes A and B but not replicate attributes C and D.
However, when the partial database is re-configured to update an additional attribute, a conventional replication system assumes that all UTD vectors are invalid, and therefore, requests all attributes from a source server from USN zero. USN zero is defined herein as the first USN occurring on a server. Therefore, a request of all attributes from a source server from USN zero, is in fact a request for all revisions on such server. For example, if a partial replica server containing a partial database is originally configured to update attributes A and B, but then is re-configured to update attribute C, the partial replica server requests all revisions to attributes A, B and C from a source server during a replication.
The revision on the server may be from a modification made on such server or from updates received during a replication. This method of requesting all attributes from USN zero may significantly increase the amount of transactions that occur during the replication process. For large databases, this operation may generate excessive network traffic and significant replication and server operational delays, especially if the servers in the computer system are geographically dispersed.
In view of the foregoing, there is a need for a method for allowing for efficient replication to a partial replica server upon re-configuring a partial database to update an additional attribute of an object in a distributed database.
The present invention is directed to systems and methods for efficient data replication upon re-configuration of a partial database to update an additional attribute in a distributed database.
According to aspects of the present invention, a computer system comprises a plurality of servers. A database is distributed across the plurality of servers. The database includes a plurality of objects, each object has a first attribute and a second attribute. Each server periodically replicates values of attributes from another server thereto during a replication.
Each server maintains an increasing update sequence number that is increased upon each revision to the attributes of the objects of the database on such server. Each server maintains an attribute value table that includes for each attribute of each object at such server a value of the attribute for the object, the update sequence number of such server when the value was updated locally or replicated thereto. Each server maintains a vector table that includes for each other server from which the server replicates, the update sequence number of such other server at a time of a most recent replication from such other server. The database at a source server includes the first attribute and the second attribute for each object. The database at a destination server originally includes the first attribute and not the second attribute for each object. The database at the destination server is changed to include the first attribute and the second attribute for each object.
Upon such change, the destination server requests from the attribute value table of the source server, the value of the second attribute for each object at such source server. The destination server receives into the attribute value table thereof, the value of the second attribute for each object at such source server and the current update sequence number of the destination server to be associated with the value. The destination server requests from the attribute value table of the source server, the value of the first attribute for each object at such source server, if the update sequence number of the source server associated with the value in the attribute value table of the source server is greater than the update sequence number associated with the source server in the vector table of the destination server. The destination server receives into the attribute value table thereof, the value of the first attribute for each object at such source server, if the update sequence number of the source server is greater than the update sequence number associated with the source server in the vector table of the destination server.
The above-listed features, as well as other features, of the present invention will be more fully set forth hereinafter.
The present invention is further described in the detailed description that follows, by reference to the noted drawings by way of non-limiting examples of embodiments of the present invention, in which like reference numerals represent similar elements throughout the several views of the drawings, and wherein:
FIG. 3 and the following discussion are intended to provide a brief general description of a suitable computing environment in which the present invention and/or portions thereof may be implemented. Although not required, the invention is described in the general context of computer-executable instructions, such as program modules, being executed by a computer, such as a client workstation or a server. Generally, program modules include routines, programs, objects, components, data structures and the like that perform particular tasks or implement particular abstract data types. Moreover, it should be appreciated that the invention and/or portions thereof may be practiced with other computer system configurations, including hand-held devices, multi-processor systems, microprocessor-based or programmable consumer electronics, network PCs, minicomputers, mainframe computers and the like. The invention may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in both local and remote memory storage devices.
As shown in
The personal computer 120 may further include a hard disk drive 127 for reading from and writing to a hard disk (not shown), a magnetic disk drive 128 for reading from or writing to a removable magnetic disk 129, and an optical disk drive 130 for reading from or writing to a removable optical disk 131 such as a CD-ROM or other optical media. The hard disk drive 127, magnetic disk drive 128, and optical disk drive 130 are connected to the system bus 123 by a hard disk drive interface 132, a magnetic disk drive interface 133, and an optical drive interface 134, respectively. The drives and their associated computer-readable media provide non-volatile storage of computer readable instructions, data structures, program modules and other data for the personal computer 120.
Although the exemplary environment described herein employs a hard disk, a removable magnetic disk 129, and a removable optical disk 131, it should be appreciated that other types of computer readable media which can store data that is accessible by a computer may also be used in the exemplary operating environment. Such other types of media include a magnetic cassette, a flash memory card, a digital video disk, a Bernoulli cartridge, a random access memory (RAM), a read-only memory (ROM), and the like.
A number of program modules may be stored on the hard disk, magnetic disk 129, optical disk 131, ROM 124 or RAM 125, including an operating system 135, one or more application programs 136, other program modules 137 and program data 138. A user may enter commands and information into the personal computer 120 through input devices such as a keyboard 140 and pointing device 142. Other input devices (not shown) may include a microphone, joystick, game pad, satellite disk, scanner, or the like. These and other input devices are often connected to the processing unit 121 through a serial port interface 146 that is coupled to the system bus, but may be connected by other interfaces, such as a parallel port, game port, or universal serial bus (USB). A monitor 147 or other type of display device is also connected to the system bus 123 via an interface, such as a video adapter 148. In addition to the monitor 147, a personal computer typically includes other peripheral output devices (not shown), such as speakers and printers. The exemplary system of
The personal computer 120 may operate in a networked environment using logical connections to one or more remote computers, such as a remote computer 149. The remote computer 149 may be another personal computer, a server, a router, a network PC, a peer device or other common network node, and typically includes many or all of the elements described above relative to the personal computer 120, although only a memory storage device 150 has been illustrated in FIG. 3. The logical connections depicted in
When used in a LAN networking environment, the personal computer 120 is connected to the LAN 151 through a network interface or adapter 153. When used in a WAN networking environment, the personal computer 120 typically includes a modem 154 or other means for establishing communications over the wide area network 152, such as the Internet. The modem 154, which may be internal or external, is connected to the system bus 123 via the serial port interface 146. In a networked environment, program modules depicted relative to the personal computer 120, or portions thereof, maybe stored in the remote memory storage device. It will be appreciated that the network connections shown are exemplary and other means of establishing a communications link between the computers may be used.
The servers may be any appropriate server, for example, a central server or a client server, although any particular server may be employed without departing from the spirit and scope of the present invention. Servers are generally known to the relevant public and therefore need not be described herein in any detail.
The data links 5 may be any appropriate data link, for example, a local area network, a wide area network, or the Internet, although any particular data link maybe employed without departing from the spirit and scope of the invention. Data links are generally known to the relevant public and therefore need not be described herein in any detail.
A distributed database resides across the plurality of servers. With a distributed database, copies of the database or portions thereof may exist on several of the servers. The distributed database includes a plurality of objects. Each object includes a plurality of attributes and the plurality of attributes maybe modified from several of the servers. The database maybe any particular type of database without departing from the spirit and scope of the invention. One copy of the database on server #0 is, at least initially, a partial database. A partial database is a database on a server in which the database contains a subset of the attributes of the objects of the database. In one embodiment, the database is a MICROSOFT ACTIVE DIRECTORY directory service (a product of Microsoft Corp. of Redmond, Wash.) and the partial database is a Global Catalog.
The server #0 containing the partial database is referred to herein as a partial replica server. A server containing a complete database is referred to herein as a complete replica server. As shown in
When a modification is made to an attribute of an object of the database on one of the servers, the copies of the database in the other servers retain old data until the other servers are updated to reflect the modification. Replication is typically used to update the other copies of the databases on the other servers.
As shown in
As shown in
It should be appreciated that not all entries in the attribute value table 30 need to be retained by the local server but are shown for illustrative purposes only. For example, old values associated with an attribute that have been revised may be deleted or over-written. Additionally, it should be appreciated that not all fields in the attribute value table 30 are required in all cases. For example, the data field 35 representing the USN of the originating server upon the modification of an attribute at such originating server is not required in the attribute value table 30 of the originating server because it is identical to the data field 33 representing the USN of such originating server.
In the networked computer system shown in
As shown in
As shown in
As shown in
As shown in
As shown in
As shown in step 210, the partial replica server selects a source server for replication. A desired source for replication is a source server in which there is a good probability that the replication will complete relatively smoothly and quickly. An intra-network site, if available, is desired over an inter-network site. A read-write source is desired over a read-only source. An Internet Protocol (IP) transport is desired over a Simple Mail Transfer Protocol (SMTP) transport. As shown in
As shown in step 220, the partial replica server requests replication from the selected source server. In the example of
As shown in step 220b and 220c, a replication that occurs upon the addition of an attribute to a partial database is divided into two sub-requests for replication. The first requests the existing attributes already present at server #0 according to known UTD vectors, shown at step 220b, and the second requests the new attribute, newly present at server #0, from USN zero, shown at step 220c. To facilitate the request, the destination server (i.e., server #0) sends the UTD vector table 20 thereof to the source server (i.e., server #1) with the request for replication, as shown at step 220a. Because the existing attributes are requested from known UTD vectors, rather than from UTD zero, the replication request likely results in less data being sent from the source server to the destination server and therefore, likely provides a more efficient replication.
In the example shown in
As a result, server #1 sends server #0 the value for attribute C, c0, as obtained at USN 70 of server #1, and as originating at USN 230 of originating server #3. It should be noted that server #1 does not send the value of c1 to server #0, because server #1 has not been updated to reflect the revision of attribute C to the value of c1.
As shown in step 230, the UTD vector table 20 on the partial replica server (server #0) is updated to reflect the replication. In particular, the UTD value (i.e., USN) corresponding to server #1 is updated to reflect the replication from server #1. However, because the partial replica server has not previously replicated the value for the new attribute C, the partial replica server must take special care to adjust the UTD values for the other servers (server #2, server #3) in the UTD vector table 20 on the partial replica server (server #0).
In particular, and as is seen in
Importantly, in the present invention, the remaining USNs in the UTD vector table 20 of the destination server (server #0) are set according to the UTD vector table 20 of the source server (server #1), as shown in step 230b. In the example of
The destination server (server #0) obtains the USN associated with each server (server #2 and server #3) for the UTD vector table 20 of the source server (server #1), and stores each obtained USN as the USN associated with the respective server (server #2 and server #3) in the UTD vector table 20 of the destination server (server #0). In this manner, the USNs are rolled back and in future replications from server #2 and server #3, the destination server (server #0) eventually receives all the updates to the value of the new attribute C.
To illustrate why this occurs, it is seen in
Likewise, and with respect to server #2, prior to the replication, server #0 was up-to-date to USN 93 of server #2. However, server #0 was not previously asking for replications regarding values of attribute C, because server #0 was replicating values for attributes A and B only. Significantly, modifications to attribute C may have occurred prior to USN 93 of server #2. In fact, in the example of
In this manner, when server #0 replicates from server #2 at a later time, server #0 will receive the value of c1, at USN 87 of server #2. If server #0 had not revised the UTD vector table 20 of server #0, server #0 would not have received the value of cl from server #2, because server #0 would have requested all revisions from USN 93 of server #2 and onward. Since, the value of c1 was received at USN 87 of server #2, server #0 would not have received the value of c1.
In sum, by rolling back the USNs for server #2 and server #3 in the UTD vector table 20 of server #0, server #0 is ensured of getting all updates to the value of attribute C from such server #2 and/or server #3 during future replications therewith. Note that rolling back may cause duplication of updates to values of attributes other than attribute C. Nevertheless, such duplications are acceptable in view of the alternative, complete replication from a server from USN zero.
The present invention may be embodied in the form of program code (i.e., instructions) stored on a computer-readable medium, such as a magnetic, electrical, or optical storage medium, including without limitation a floppy diskette, CD-ROM, CD-RW, DVD-ROM, DVD-RAM, magnetic tape, flash memory, hard disk drive, or any other machine-readable storage medium, wherein, when the program code is loaded into and executed by a machine, such as a computer, the machine becomes an apparatus for practicing the invention. The present invention may also be embodied in the form of program code that is transmitted over some transmission medium, such as over electrical wiring or cabling, through fiber optics, over a network, including the Internet or an intranet, or via any other form of transmission, wherein, when the program code is received and loaded into and executed by a machine, such as a computer, the machine becomes an apparatus for practicing the invention. When implemented on a general-purpose processor, the program code combines with the processor to provide a unique apparatus that operates analogously to specific logic circuits.
It is noted that the foregoing examples have been provided merely for the purpose of explanation and are in no way to be construed as limiting of the present invention. While the invention has been described with reference to exemplary embodiments, it is understood that the words which have been used herein are words of description and illustration, rather than words of limitations. Further, although the invention has been described herein with reference to particular embodiments, the invention is not intended to be limited to the particulars disclosed herein; rather, the invention extends to all functionally equivalent structures, methods and uses, such as are within the scope of the appended claims. Those skilled in the art, having the benefit of the teachings of this specification, may effect numerous modifications thereto and changes may be made without departing from the scope and spirit of the invention in its aspects.
Parham, Jeffrey B., Lees, William B., Schwartz, Eyal
Patent | Priority | Assignee | Title |
10171239, | Dec 12 2011 | Microsoft Technology Licensing, LLC; Microsoft Technology Licensing | Single use recovery key |
10866965, | Apr 04 2012 | Nectar Holdings, Inc. | Data replicating systems and data replicating methods |
11392541, | Mar 22 2019 | Hewlett Packard Enterprise Development LP | Data transfer using snapshot differencing from edge system to core system |
6941310, | Jul 17 2002 | Oracle International Corporation | System and method for caching data for a mobile application |
7035922, | Nov 27 2001 | Microsoft Technology Licensing, LLC | Non-invasive latency monitoring in a store-and-forward replication system |
7346633, | Jun 10 2004 | SYBASE, Inc.; SYBASE, INC | System providing methodology for replication subscription resolution |
7430744, | Jul 01 1996 | Microsoft Technology Licensing, LLC | Urgent replication facility |
7499413, | Feb 28 2001 | Microsoft Technology Licensing, LLC | Method for designating communication paths in a network |
7519736, | Nov 27 2001 | Microsoft Technology Licensing, LLC | Non-invasive latency monitoring in a store-and-forward replication system |
7526513, | Jun 21 2000 | Microsoft Technology Licensing, LLC | Multi-level replication and conflict resolution |
7555493, | Mar 08 2004 | TransReplicator, Inc.; TRANSREPLICATOR, INC | Apparatus, systems and methods for relational database replication and proprietary data transformation |
7587435, | Nov 10 2006 | SYBASE, Inc.; SYBASE, INC | Replication system with methodology for replicating database sequences |
7617522, | Dec 21 2001 | Microsoft Technology Licensing, LLC | Authentication and authorization across autonomous network systems |
7640324, | Apr 15 2003 | Microsoft Technology Licensing, LLC | Small-scale secured computer network group without centralized management |
7653640, | Jul 31 2006 | Microsoft Technology Licensing, LLC | Two-way and multi-master synchronization over web syndications |
7743022, | Feb 28 2003 | Microsoft Technology Licensing, LLC | Method and system for synchronizing data shared among peer computing devices |
7814499, | Jul 01 1996 | Microsoft Technology Licensing, LLC | Urgent replication facility |
8037181, | Jun 28 2002 | Microsoft Technology Licensing, LLC | Re-partitioning directories |
8121978, | Nov 15 2002 | SYBASE, Inc.; SYBASE, INC | Database system providing improved methods for data replication |
8561209, | Dec 19 2011 | Microsoft Technology Licensing, LLC | Volume encryption lifecycle management |
8660017, | Mar 20 2001 | Verizon Patent and Licensing Inc | Systems and methods for updating IP communication service attributes using an LDAP |
8769303, | Dec 05 2011 | Microsoft Technology Licensing, LLC | Infrastructure independent recovery key release |
8909814, | Oct 13 2004 | Progress Software Corporation | Replication horizon determination with an independent distributed database system |
9020888, | Apr 04 2012 | NECTAR HOLDINGS, INC | Data replicating systems and data replication methods |
9185165, | Apr 04 2012 | NECTAR HOLDINGS, INC | Data replicating systems and data replicating methods |
9323758, | Dec 22 2009 | EMC IP HOLDING COMPANY LLC | Efficient migration of replicated files from a file server having a file de-duplication facility |
9401957, | Sep 14 2007 | International Business Machines Corporation | System and method for synchronization between servers |
9489528, | Dec 12 2011 | Microsoft Technology Licensing, LLC | Single use recovery key |
9892181, | Apr 04 2012 | NECTAR HOLDINGS, INC | Data replicating systems and data replicating methods |
Patent | Priority | Assignee | Title |
5758337, | Aug 08 1996 | Microsoft Technology Licensing, LLC | Database partial replica generation system |
5829001, | Jan 21 1997 | JPMORGAN CHASE BANK, N A , AS SUCCESSOR AGENT | Database updates over a network |
6012059, | Aug 21 1997 | Oracle International Corporation | Method and apparatus for replicated transaction consistency |
6243715, | Nov 09 1998 | WSOU Investments, LLC | Replicated database synchronization method whereby primary database is selected queries to secondary databases are referred to primary database, primary database is updated, then secondary databases are updated |
6256634, | Jun 30 1998 | Microsoft Technology Licensing, LLC | Method and system for purging tombstones for deleted data items in a replicated database |
6374283, | Mar 31 1998 | International Business Machines Corporation | Apparatus, method & computer program product for client/server computing with client selectable location of transaction objects |
6457011, | Jul 23 1999 | Microsoft Technology Licensing, LLC | Method of updating a shared database in a computer network |
6516327, | Dec 24 1998 | International Business Machines Corporation | System and method for synchronizing data in multiple databases |
6529921, | Jun 29 1999 | Microsoft Technology Licensing, LLC | Dynamic synchronization of tables |
Executed on | Assignor | Assignee | Conveyance | Frame | Reel | Doc |
Feb 02 2001 | PARHAM, JEFFREY B | Microsoft Corporation | RE-RECORD TO CORRECT THE RECORDATION DATE OF 02 22 2001 TO 02 27 2001 PREVIOUSLY RECORDED AT REEL 011582 FRAME 0865 | 011688 | /0399 | |
Feb 22 2001 | PARHAM, JEFFREY B | Microsoft Corporation | INVALID RECORDING DOCUMENT RE-RECORDED TO CORRECT THE RECORDATION DATE SEE DOCUMENT AT REEL 11688, FRAME 0399 | 011582 | /0865 | |
Feb 22 2001 | SCHWARTZ, EYAL | Microsoft Corporation | INVALID RECORDING DOCUMENT RE-RECORDED TO CORRECT THE RECORDATION DATE SEE DOCUMENT AT REEL 11688, FRAME 0399 | 011582 | /0865 | |
Feb 22 2001 | LEES, WILLIAM B | Microsoft Corporation | INVALID RECORDING DOCUMENT RE-RECORDED TO CORRECT THE RECORDATION DATE SEE DOCUMENT AT REEL 11688, FRAME 0399 | 011582 | /0865 | |
Feb 22 2001 | SCHWARTZ, EYAL | Microsoft Corporation | RE-RECORD TO CORRECT THE RECORDATION DATE OF 02 22 2001 TO 02 27 2001 PREVIOUSLY RECORDED AT REEL 011582 FRAME 0865 | 011688 | /0399 | |
Feb 22 2001 | LEES, WILLIAM B | Microsoft Corporation | RE-RECORD TO CORRECT THE RECORDATION DATE OF 02 22 2001 TO 02 27 2001 PREVIOUSLY RECORDED AT REEL 011582 FRAME 0865 | 011688 | /0399 | |
Feb 27 2001 | Microsoft Corporation | (assignment on the face of the patent) | / | |||
Oct 14 2014 | Microsoft Corporation | Microsoft Technology Licensing, LLC | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 034541 | /0001 |
Date | Maintenance Fee Events |
Apr 06 2007 | M1551: Payment of Maintenance Fee, 4th Year, Large Entity. |
Apr 07 2011 | M1552: Payment of Maintenance Fee, 8th Year, Large Entity. |
Apr 24 2015 | M1553: Payment of Maintenance Fee, 12th Year, Large Entity. |
Date | Maintenance Schedule |
Nov 04 2006 | 4 years fee payment window open |
May 04 2007 | 6 months grace period start (w surcharge) |
Nov 04 2007 | patent expiry (for year 4) |
Nov 04 2009 | 2 years to revive unintentionally abandoned end. (for year 4) |
Nov 04 2010 | 8 years fee payment window open |
May 04 2011 | 6 months grace period start (w surcharge) |
Nov 04 2011 | patent expiry (for year 8) |
Nov 04 2013 | 2 years to revive unintentionally abandoned end. (for year 8) |
Nov 04 2014 | 12 years fee payment window open |
May 04 2015 | 6 months grace period start (w surcharge) |
Nov 04 2015 | patent expiry (for year 12) |
Nov 04 2017 | 2 years to revive unintentionally abandoned end. (for year 12) |