HTML Lecture1
HTML Lecture1
Resources
Department Of GIS
1
Internet Technologies and Protocols
3
Comparison of Internet and WWW
Internet
The Internet is a massive network or
networks, a networking
infrastructure.
It connects millions of computers
together globally using ICP/IP
protocol suite.
4
Cont…
Internet was developed first.
It is a network in which any computer can
communicate with any other computer as long
as they are both connected to the Internet.
5
World Wide Web(WWW)
The World Wide Web is a way of accessing
information over the Internet.
It is an information-sharing model that is built on
top of the internet.
WWW is a middleware that uses the HTTP
protocol to transmit data.
WWW was developed later and uses the Internet
infrastructure.
WWW is distributed system that consists of layers of
software, applications, services and web pages.
6
Client Server architecture
A network architecture in which each
computer or process one the network is either
client or server is called client server
architecture.
7
Cont..
8
Components
Clients
Servers
Communication Network
Server
Client
9
Client
Applications that run on Computers
Rely on Servers for
– Files
– Devices
– Processing power
example: E-mail client, web browsers, online
chat clients.
– E-mail client An application that enables you to send and
receive e-mail
10
Servers
Computers or processes that manage network
resources
• Disk Drives(file servers )
• Printers(print servers )
• Network traffic( Network servers)
Example: Database Server, FTP servers, application
servers, names servers, mail servers, file servers. Print
servers, and terminal servers.
• Database Server A computer system that
processes database queries
11
Communication Networks
• Networks connect clients and servers.
12
Cont..
13
Application Functions
Software applications are separated into
three distinct parts.
14
2-tier Architecture
2-tier architecture is where a client talks
directly to a server.
15
3-Tier Architecture
• 3-Tier Architecture used a middleware
16
Web - How it Works ?
• On the simplest level, the Web physically
consists of the following components −
• Your personal computer − This is the PC at
which you sit to see the web.
• A Web browser − A software installed on your
PC which helps you to browse the Web.
• An internet connection − This is provided by an
ISP and connects you to the internet to reach to
any Website.
17
Cont..
• A Web server − This is the computer on which a
website is hosted.
• Routers & Switches − They are the combination
of software and hardware who take your request
and pass to appropriate Web server.
• The Web is known as a client-server system. Your
computer is the client and the remote computers
that store electronic files are the servers.
18
Cont…
• When you enter something like Google.com the
request goes to one of many special computers on
the Internet known as Domain Name
Servers (DNS). All these requests are routed
through various routers and switches. The domain
name servers keep tables of machine names and
their IP addresses, so when you type in
Google.com it gets translated into a number, which
identifies the computers that serve the Google
Website to you.
19
Cont..
• When you want to view any page on the Web,
you must initiate the activity by requesting a
page using your browser. The browser asks a
domain name server to translate the domain
name you requested into an IP address. The
browser then sends a request to that server
for the page you want, using a standard called
Hypertext Transfer Protocol or HTTP.
20
Cont...
• The server should constantly be connected to
the Internet, ready to serve pages to visitors.
When it receives a request, it looks for the
requested document and returns it to the
Web browser. When a request is made, the
server usually logs the client's IP address, the
document requested, and the date and time it
was requested. This information varies server
to server.
21
Cont…
• An average Web page actually requires the Web
browser to request more than one file from the
Web server and not just the HTML / XHTML page,
but also any images, style sheets, and other
resources used in the web page. Each of these files
including the main page needs a URL to identify
each item. Then each item is sent by the Web
server to the Web browser and Web browser
collects all this information and displays them in
the form of Web page.
22
In Short
24
Web - Browser Types
29
Safari
30
Opera
33
What is protocol and Hypertext Transfer Protocol (HTTP 1.0/HTTP 1.1/secure HTTP)
34