Picture
Believe it or not

Database Server


• The Database server is a key component in a client/server
environment. Specially the Websites which have a User Login
Architecture.
• Database Server holds the Database Management System
(DBMS) and the Data Records. Upon requests from the client
machines, it searches the database for selected records and
passes them back over the network.
• Software to setup a Database Server:
– Oracle
– SQL Server
– MySql

Login Process on the Website

Let's say that you are sitting at your computer, surfing the Web, and you
open a Website to Login to your account.
1: You type in the Login Username and Password and clicks on Sign in
and you get in to your account.
2: Web Server receives the Username and Password and forwards it to the
Database server.
3: Database server receives the Username and Password from the Web
Server and checks its tables for that Username and Password and
sends the result of the authentication to the Web Server.
4: Web Server receives the Authentication result from the Database Server
and on the basis of the result, redirects the User to the proper
Webpage.




Picture
• If the Authentication is True, User gets signed in to the Account, andif it fails User is asked to Sign In again.

Being an IT i suggest you to change your password after 30 days continuously.
because you never know when someone peep into your  account.