major project presentation

8
MAJOR PROJECT PRESENTATION By- Syed Jibranuddin Siddharth Das Rahul Maravi Movie Ticket Reservatio n

Upload: syed-jibran-uddin

Post on 21-Nov-2014

141 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Major Project Presentation

MAJOR PROJECT PRESENTATION

By-Syed Jibranuddin

Siddharth DasRahul Maravi

Movie Ticket

Reservation

Page 2: Major Project Presentation

M VIE TICKET RESERVATION

THROUGH MOBILE MESSAGING

Page 3: Major Project Presentation

INTRODUCTION

Presently there are two ways for reserving a movie ticket, namely◦One is the traditional way of queuing

at the movie theatres ◦The other is using an advanced

technology internet.

The former is ‘very time consuming’ and has several overheads whereas the latter one is ‘expensive and less secure’.

Page 4: Major Project Presentation

PURPOSE :

If a customer wants to reserve a ticket, he needs to send a SMS in a fixed format.

For an invalid SMS format customer won`t be able to reserve a ticket.

For a valid format only the details will be verified in database and the tickets would be reserved.

Page 5: Major Project Presentation

CONCEPT

User Sends SMS in FiXED format(USER MOBILE)

Database of tickets & seats(Cinema Hall

SERVER )

SMS Transmission

Acknowledgement

Page 6: Major Project Presentation

KEY POINTS :

DatabaseSerial Port ControllingSMS TransmissionSMS ReceptionMessage ParsingAutomatic Message DeletionCancellation & Updating

Page 7: Major Project Presentation

FLOWCHART

Start ServerInitialize Connected

Mobile

Wait for SMS

Is SMS Received?

Get SMS from SIM and Parse it

Is Valid? Reject Request

Process the Request

Yes

Yes

No

No

Page 8: Major Project Presentation