0% found this document useful (0 votes)
35 views

Client Serversidefunc

The document discusses the client-side and server-side functions of a web application. The client-side is where users interact with and make requests to the application. The server-side processes the client requests, performs tasks like saving data to a database, and returns responses. For a car rental application, the client-side allows users to search for cars, enter rental details, and book a rental. The server-side receives these requests, validates the data, calculates rental charges, and saves the booking to a database.

Uploaded by

VixivTom
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views

Client Serversidefunc

The document discusses the client-side and server-side functions of a web application. The client-side is where users interact with and make requests to the application. The server-side processes the client requests, performs tasks like saving data to a database, and returns responses. For a car rental application, the client-side allows users to search for cars, enter rental details, and book a rental. The server-side receives these requests, validates the data, calculates rental charges, and saves the booking to a database.

Uploaded by

VixivTom
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

WAD

Written by
Nyi Hein Htet
Batch - 12 Nyi Hein Htet
Contents
Introduction ........................................................................................................................ 2
2.2 Task 5 .................................................................................................................... 2

Page | 1
Batch - 12 Nyi Hein Htet

Introduction
I am a senior programmer of Golden Owl Software Company and I will be responsible for
analyzing and solving the requirements for Myanmar Car Rental Application System.

2.2 Task 5
The web application nature is all about client-side working together with server-side or vice-
versa. This means that the client (user) who uses the application stands at the client-side and server
which will be standing at the server-side to perform detail processes to supply and serve what the
client needs. This means that there are two functionary sides in detail for the current application.
They are client-side and server-side.

What is Client-side?

In general, the client-side is the partition where the user will be using (interacting) the
application. The client will be looking for information or requesting something that the application
(server-side) can provide. Therefore, the client side is where the user will be using and interacting
with the application.

What is Server-side?

To be direct, the server-side is the partition where the application is installed and the server
machine dealing with the requests coming from the client-side. This means the server will be
accepting the requests from the client, then process what needs to be processes (e.g. saving
information) and in some cases return the processes information to the client-side. The server will
be working together with the installed application, process and serve the client-side back based on
the request coming from clients.

Functions of Client-side

The functions of client-side are as follows. They are:

1. The client will be requesting the web page of Myanmar-Nadi to the server.
2. The client will be requesting the car rental types, prices for display to the server.
3. The client will be selecting the car, car-rental types provided by the server, and enter
number of rent days, enter arrival city, date and departure city, date and register date to
submit to the server.
4. The client will be filling the customer information like name, nrc, phone, address, and
email to submit to the server.
5. The client will be reviewing the filled data again to finalize and confirm the booking process
at last stage to submit at last to the server.
Page | 2
Batch - 12 Nyi Hein Htet
6. The client will be finalizing the booking process to send request to server for final saving
of booking detail information.

Functions of Server-side

The functions of server-side are as follows. They are:

1. The server will be posting back the request to display the Myanmar-Nadi web page to the
client.
2. The server will be receiving the client request and post back the display page of car, car
rental types and display form to the user to enter rental details of arrival date, city, rent
days, etc.
3. The server will use state management to store filled rental information received from web
page form of client after doing validating process temporarily.
4. The server will be receiving the client request and post back the registration form to the
allow the client to enter customer information like name, address, nrc, phone, and Email.
5. The server will use state management to store filled customer information received from
web page form of client after doing validating process temporarily.
6. The server will do processing after client booking request to calculate the rent charges
and payment amount detail based all on the validated information entered by client earlier.
7. The server will be receiving the client request and post back the confirm web page to
notify the client again for final confirmation of booking detail like calculated payment
charges, etc.
8. The server will be receiving the final booking information when confirmation is submitted
by client and the server will perform saving process in the database inside it to keep the
booking information.
9. The server will post back the home page again after booking process complete when
requested by the client.

Page | 3

You might also like