final year project |
FINAL YEAR PROJECT: micropayment
protocol design
Homepaper:
:
Abstract: Intuitively, hashing is a pnuemonic used for quick data retrieval. It consists of a hash function and collision resolution function. This paper descrides various hash functions, their properties and suitability. An analytical study of chaining and open addressing is done on both quantitative and qualitative basis. The performance of algorithms is determined in terms of load factor. Chaining methods with its variants LICH, VICH, EICH out perform open addressing in general applications. Other alternative methods such as predicators are also dealt with. Predicators perform mediocarly. Finally a latest application of hashing to route protocols is described to highlight the importance of this paradigm.[top]
Design of Online Stock Exchanges Abstract: The stock trading scene has been changing around the world for quite some time. The Indian Stock Exchanges also have come abreast in terms of technology usage and now we can say that they are at par with the best Online Stock Exchanges in the world. In this paper we describe a model of an Online Stock Exchange based on the practical implementation of the National Stock Exchange and Bombay Stock Exchange. We describe the system as a whole, explore alternative technologies and analyze their relevance to network design from a practical point of view. We have made a sincere attempt to answer some questions which may arise while designing such system. The selection criteria for design of a client-server based system are described and subsequently the choice of appropriate component systems is made. Client side is a Windows NT LAN while the server consist of fault tolerant mainframes and RISC based UNIX systems. The network standard selected is X.25 as it is widespread, relatively cheap and guarantees data delivery with minimum overload. The communication links consist of lease lines, Public Switched Telephone Networks (PSTN) and Very Small Aperture Terminals based satellite communication. Such a wide range of links ensures connectivity from remote places. The trading software is based on the Versatile Engine for Online Trading and Reporting (VECTOR) developed by CMC ltd. It consists of four modules viz. Market mode, Trading session, Surveillance operations and Market operations. For effective disaster management elaborate back-up setting is recommended. Moreover, the paper also suggests future upgradations in the system like enhanced security measures, implementation of active network technology and shift of network paradigm from X.25 to ATM.[top] |