0% found this document useful (0 votes)
2 views15 pages

Computer Presentation

A website consists of a collection of web pages that are hosted on web servers and accessed via HTTP. The home page displays links to other pages on the site. Web pages are written in HTML and can be static or dynamic. A web browser is used to view pages by sending requests to a web server, which responds with the requested pages. Web hosting services allow clients to publish their own websites by providing server space and administration tools. Domain names are resolved to IP addresses through DNS servers so that users can access websites using URLs instead of hard-to-remember IP addresses.
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
Download as pptx, pdf, or txt
0% found this document useful (0 votes)
2 views15 pages

Computer Presentation

A website consists of a collection of web pages that are hosted on web servers and accessed via HTTP. The home page displays links to other pages on the site. Web pages are written in HTML and can be static or dynamic. A web browser is used to view pages by sending requests to a web server, which responds with the requested pages. Web hosting services allow clients to publish their own websites by providing server space and administration tools. Domain names are resolved to IP addresses through DNS servers so that users can access websites using URLs instead of hard-to-remember IP addresses.
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1/ 15

WEBSITE

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:

Mozilla Firefox, Opera, AOL,


Webkit, Iceweasel, etc.
WEB SERVER
• WHAT IS A WEB SERVER?
A web server is a server that stores web pages and when a web
client sends any request to a serer, the server responds to the
request and displays the requested web pages.
• Web server waits for a request, find the documents and
generates information and sends its back to the browser that
requested for it.
• A single web server can support multiple websites or a single
website may be hosted on several linked or mirrored web
servers.
Sends request
WEB
Sends response WEB SERVER
BROWSER
Examples of web servers:

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.

EXAMPLE OF A WEB HOSTING COMPANY:


• webhostingsitesindia.co is one of the top domain name
registration and web hosting companies in India.
• It is the only hosting company which provides support in
regional languages.
In Abu Dhabi:

In India:
DOMAIN NAME RESOLUTION (DNR)

• We know that communication between computers on a


network takes place with the help of IP addresses.
However, to access a particular website, you use its URL
(letter addressing) because it is much easier to
remember than the IP address (number addressing ).

• When you use URL to access a website , your computer


needs to find its matching IP addresses.
HOW DOES IT FIND ITS ADDRESS?

• 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.

You might also like