logo

Evaluation Report on Registration Process

   

Added on  2022-12-15

12 Pages2447 Words173 Views
Design and CreativityWeb Development
 | 
 | 
 | 
REGISTRATION PROCESS EVALUATION REPORT.
Table of contents:
1. Introduction
.....................................................................................................................
....2
2. Client-server
relationship................................................................................................
....2
a) Client security
issues.................................................................................................
....4
b) Advantages of n’tier
architecture................................................................................5
c) Disadvantages of n’tier
architecture...........................................................................6
3 Basic technology for mobile
devices.................................................................................6
4 Solutions for optimizing responsive web registration
service........................................7
5 Reviewing deliverables
........................................................................................................8
6 References................................................................................................
..............................8
7 Appendix...................................................................................................
..............................9
Evaluation Report on Registration Process_1

1. INTRODUCTION.
Upon the growth and wide usability of a client- server network in the networking
environment, its worth practicing and developing a simple web based
registration process. Described below is an implementation of registration
process referring to client server networks.
2. Client-server relationship.
It involves end-users, namely clients, who sends request for grant of resources
from a centrally located server. To necessitate this, a network is required to
provide a connection to the server (Palmer, 2002). The server uses network too,
to provide two-way communications concerning the request. The server can then
check up on: status of the client or for authentication or to check if security
patches were installed (Orfali, 2007).
Based on the client-server relationship explained above, the registration project
involves a user prompted to log in by an end-user device i.e. mobile. Using
JavaScript and PHP, the inputs are validated from an SQL database. If the log in
credentials were correct, the user is granted access else a log in error is
displayed. This involves a combination of client and database communications
as illustrated below.
Database(SQL)
Mobile phone Http Request internet Http Request server
Intern
et
Evaluation Report on Registration Process_2

A block diagram illustrating the client server network.
Evaluation Report on Registration Process_3

A flow-chart illustrating the client side of client-server network
Server-side end of the client-server network.
Receives the details from the client browser
Loads urlStart
Load
registration
page
Is the
url
correc
t?
Fill detailsSubmit Details
correct?
End
Are
details
correct?
Server
validates details
Evaluation Report on Registration Process_4

End of preview

Want to access all the pages? Upload your documents or become a member.

Related Documents
Restaurant Web Application Development
|8
|1593
|56

System Architecture and Security Requirements
|7
|751
|78

Strong Authentication and Authorization
|4
|803
|52

Computer Networking Assignment
|16
|2887
|22

Security Measures for Hybrid Cloud Implementation
|14
|3889
|22

System Analysis and Design
|17
|3255
|302