Computer Presentation
Computer Presentation
WHAT IS A WEBSITE?
• A website is a collection of various web pages, images, videos,
audios or any other digital assets that are hosted on one or several
web servers.
WHAT DOES A WEBSITE CONSIST OF?
• The first page of a website is called the HOME PAGE – where are the
links related to other webpages are displayed.
HOW ARE THE WEB PAGES DISPLAYED?
• The web pages of a website is written using HTML.
• The information is transferred over the internet through HTTP
protocol.
• The HTML documents consists of several hyperlinks that are
accessed through HTTP protocol.
1. cbse.nic.in
Examples of 2. google.com
various 3. amazon.in
websites
…etc.
WEB PAGE
WHAT IS A WEB PAGE?
A web page is an electronic document/page designed using
HTML. It displays information in textual or graphical form.
Traversal from one web page to another webpage is possible
through hyperlinks.
A WEB PAGE CAN BE CLASSIFIED INTO TWO TYPES:
1. Static web page: Displays the same kind of information whenever a
user visits it. Generally has .htm or .html extension
2. Dynamic web page: Interactive web page; Uses a scripting language
to display changing content on the web page. Generally has .php, .asp, or
.jsp as extension.
WEB BROWSER
It is a software that helps in
accessing web pages and,
thus is also called web client.
It helps the user to navigate
through the World Wide Web
and display web pages. Some
popular web browsers are:
1. Netscape enterprise
web server.
2. Microsoft Internet
information server
…etc.
WEB HOSTING
WHAT IS WEB HOSTING?
• Web hosting is a service which is provided by companies to its
clients to allow them to construct their own websites which
are accessible to the internet users via World Wide Web. Such
companies are known as the WEB HOSTS.
WHAT DO THE CONTRUCTED WEBSITES DO?
• The constructed websites display information for their
organization in the form of web pages.
• The host may also provide an interface of control panel for
managing the web server so as to add news and events
related to their organization or for uploading some
information which may be valuable for the internet users.
WEB HOSTING
AND,
• A client can also use the control panel for installing scripts as
well as other modules and service applications like email.
In India:
DOMAIN NAME RESOLUTION (DNR)
• By using domain name resolution (DNR). DNR is the name given to the
process by which your computer finds the address of the domain
names.
The DNR process takes place in the background and can be explained in
the following steps :
• 1. Enter the domain name of the website that you want to access in the
web browser.
• 2. The web browser issues a command to the operating system of your
computer to generate the IP address of the given domain name.
The domain name is resolve
according to the
configuration of the
operating system you are
using .Different operating
systems , such as windows
XP, windows 7, windows 10,
Linux and Unix have
different
configuration.
This is done in the
following manner::
• Generally the operation system maintains a HOSTS file, which contains a list of IP
addresses of some domain names. Therefore the operating system first checks this
file to find the IP address of the given domain name .
• If the IP address in not found in the hosts file, the operating system connects to the
DNS server on the network . the DNS server maintains a directory containing a list
of all the domains names and the IP addresses that are registered on the
internet . the DNS server finds the IP address of the given domain name and
returns it to the operating system.
• After obtaining the IP address, the operating system send it to the web browser
that has requested it.