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

give five problems in software devlopment process?

1 Answers   Millennium,


Describe some staff conflicts you have handled.

0 Answers  


what is JAVA TESTING? What Testers will do in JAVA Testing. Can any one Give suitable Ans Pls. it's urgent

0 Answers   IBM,


1...DIFF BETWEEN QTP AND WIN RUNNER? 2... CHECKPOINTS AND EXPLAIN EACH OF THEM? 3...WHY IS STEP GENERATOR? 4... WHAT IS THE DIFF BETWEEN FUNCTIONS AND SUB ROUTINE?

0 Answers   Wipro,


write test case for gmail sign up page ?

0 Answers  






what is boudarary value analysis? what is the use of it?

4 Answers   Syntel,


How do you detemine wat to be tested?

3 Answers  


What is OSS and BSS?

1 Answers   Cap Gemini,


If I have a dialog in which there is a text field that when I enter “abcd”, hit <enter> and the output comes out “8”, how do you test it?

1 Answers  


what is seviority and priority, and who will assign seviority and priority and High seviority and high priority , High seviority and Low priority and Low seviority and High priority and Low seviority and Low priority-- pls, if you know really give the answer,because in every interview they are asking plssssssss

8 Answers   Deloitte, QuinStreet,


why sanity testing and why smoke testing?

6 Answers  


What is Performance Testing?

2 Answers  


Categories