http://www.cs.cornell.edu/Info/People/vitrano/cs519.html
Week | Goals | Methods |
1. |
Single Client and Single Server
Fault Tolerance. |
2 or 3 Phase Commit. TCPIP with encryption layered on top of it. |
2. | Multiple Client and Single Server | Forking on the Server side. |
3. | Multiple Client and Multiple Server |
Randomized load balancing on the client's side. i.e. Clients will randomly choose a Transaction Server. |
4. | Testing/Debugging. * | |
5. | Preparation for Presentation. * |