You are on page 1of 5

Ex.No.

Web Based User Identification System


Date

Procedures:
Web usage mining has become a popular research area, used for capturing web user
interests. This information can be used for several purposes such as web structure
enhancement, web navigation prediction, web personalization etc. One of the key issues in
the web mining is to identify web users. Identifying users based on web log files is a
straightforward problem, thus various methods have been developed.
 IP Address
 Cookies Based Information
 User Registration
1. IP Address:
Each computer on internet can be identified by it address known as Internet Protocol
Address or IP address. The IP address is personally identifiable information that is
automatically captured by another computer when any communication is made over the
www. The other computer may be a web server or any other computer. This includes
browsing a website, sending requests to server or receiving response, sending or receiving e-
mail etc.

Fig. ER Diagram For IP Address Based Information.


2. Cookies Based Information:
A web cookie or Internet cookie is a small piece of data sent from a web server to a
web browser and stored on the user’s computer while the user is browsing. The browser
stores the message in a content document. The message is then sent back to the server each
time the user requests a page from the server. The main purpose of a cookie is to identify
users and possibly personalize web pages for them. When you browse a website using
cookies means you are providing some information or interests and preferences such as
language, country etc. This information is bundled into a cookie and sent back to your
browser which stores it for later use.

Fig. ER Diagram For Cookies Based Information.

3. User Registration:
It prompts user to authenticate him/her with username and password pair. For it,
websites need to maintain a database to store each user’s information. Each time user opens a
website, he needs to enter username and password. It is one of the most sophisticated
methods for identification.

Fig. ER Diagram For User Registration Based Information.


QUERY:
CREATE TABLE Website (
User_Name varchar2(10),
User_Mail_Id varchar2(20) PRIMARY KEY,
User_Mob_Num number(10),
Country varchar2(20)
);
Table created.

INSERTING VALUES:
OUTPUT:
ASSESMENT:
S.No DESCRIPTION WEIGHTAGE MARKS
AWARDED
1 Implementation 5
2 Result 5
3 Viva-voce 5
Total

RESULT:
The above SQL query Web based User Identification System is executed and
verified successfully

You might also like