Hey all,in a web applications,i am typing the URL in the
browser and entering the Username & password.After clicking
Login button,where the authentication will happen & how (i
mean how is the process goes on...browser,web server,DB
server level)...Pls answer...

Answers were Sorted based on User's Feedback



Hey all,in a web applications,i am typing the URL in the browser and entering the Username & p..

Answer / porteck

ur authentication will be done at DB server level using ur
web server.. that means ur web server will send ur request
to db server to check will the login id n password exist in
the database or not.

Is This Answer Correct ?    7 Yes 0 No

Hey all,in a web applications,i am typing the URL in the browser and entering the Username & p..

Answer / mk

if u enter the user id and password in the user field and
Password field and click on the Login button then firstly
browser given the instruction to the web -server to send
this request to Application application has responsibility
to send this request to database server for authentication
the it is the responsibility of DB server check the
authenticate then it given the response to the Application
then Application has responsibility to this response to
given the web server

Dig:-
Web Application:-
Request Request
Web-server-------->Application----------->DB-Server
<------ <--------
Response Response

Is This Answer Correct ?    1 Yes 0 No

Hey all,in a web applications,i am typing the URL in the browser and entering the Username & p..

Answer / sathish kumar

Once you enter you user name and password it will be
encrypted in your server level and sent for decryption
before it reaches the databases and authentication is
ensured.

Is This Answer Correct ?    0 Yes 0 No

Hey all,in a web applications,i am typing the URL in the browser and entering the Username & p..

Answer / ranjith

All types of authentication verifications are done in
database.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Manual Testing Interview Questions

hi tell me different testing methodologies

7 Answers  


1. can u explain about testing levels and its type with example? 2. First explain about both testing.then difference B/W sanity and smoke testing? 3. Explain about integration , functional , system testing? 4. what are methods use to writing test cases?

2 Answers   Wipro,


while reading srs document if you will get any doubt, what you will do?

7 Answers   IBM,


Give Proper Example for following situations 1. Sevirity 'Low' Priority 'Urgent' 2. Sevirity 'Urgent' Priority 'Low' 3. Sevirity 'Urgent' Priority 'Urgent' ? Also explain what is sevirity & Priority if A Printer suppose to print out 1000 Print outs for 1 refill of cartage But actually it is taking 1100?

4 Answers  


What are the different strategies for rollout to end users?

0 Answers  






usecases are prepared by whom?

5 Answers  


How will you find out Root Cause of any defect?

2 Answers  


what is a Bug, Defect, Error & Failure ?

10 Answers  


What you do whenever reported defect rejected?

2 Answers  


1.Alpha testing done by develping environment. Testing is done by before release or After release builds ?

2 Answers  


Explain briefly your project.

0 Answers   ING,


What is Resprint and Patch?

1 Answers  


Categories