Distributed Computer Systems
Autor: Jing Jie Leim • April 16, 2015 • Research Paper • 2,208 Words (9 Pages) • 1,198 Views
[pic 1]
DISTRIBUTED COMPUTER SYSTEMS
(CTO24-3.5-3- DCOMS)
UC3F1402IT {NC}
NAME: GOODHAKHESHNI LAUTAN
TPNUMBER: TP028156
TITLE: VOTING AND ELECTION SYSTEM FOR STUDENT COMMITTEE
HAND IN DATE: 24 November 2014
HAND OUT DATE:
LECTURER NAME: MOHAMMAD REZA HASELI
Table of Contents
TABLE OF FIGURES
INTRODUCTION
1.0 CORE COMPONENTS
1.1RMI
1.1.1 Three main components of the RMI:
1.1.2 Interface:
1.1.3 Server
1.1.4 Client
1.2 Multiple Threads and Socket Programming
1.3 Transaction Management Methods
2.0Database
3.0 System Limitation
4.0 Future Enhancement
5.0 User Manual
6.0 Conclusion
7.0 Multiple thread
8.0 Use Case
9.0 FUTURE ENHANCEMENT
10.0LIMITATIONS
TABLE OF FIGURES
Figure 1: RMI Interface
Figure 2:RMI Server
Figure 3:RMI Server Continued
Figure 4:RMI Client
Figure 5: Use Case of Election and Voting System
INTRODUCTION
This report will describe on the implementation of a voting and election system for student committee with the usage of RMI technology. The application will compose of two components the server and the client which will be connecting remotely with each other and taking into consideration the distributed environment. The system was developed in such a way so that it can support multiple clients at a time. The server acts as a data handler that is serving the requests from the clients at a time.
...