Chapter 10 Web Application
Chapter 10 Web Application
Introduction
A Web Application refers an application which
sends and receive information through Word
Wide Web over Internet or Intranet.
A typical Web Application may include-
What is Internet?
In simple words, an Internet is a network of networks,
spread over world-wide network of computers with
millions of users.
Access to Internet is provided through Internet Service
Provider (ISP) such as MTNL, BSNL, Reliance, Airtel and Tata
etc. (in India).
Internet begins with Advanced Research Project Agency
Network (ARPANet) in 1969 under American Defense Deptt.
In 1986, the National Science Foundation establishes
NSFNet, which works as a backbone of Internet.
In 1990, the British Programmer Tim Berners-Lee devised
Hypertext and HTML to create WWW.
There is no owner of Internet. The Internet Society (IS) and
Internet Engineering Task Force (IETF) regulates the
Internet.
Web-Client
(Browser)
Web-Server
2. Server locates the file and
sends to client.
3. The Browser displays the
web page.
Web-Client
(Browser)
Web-Server
2. Server locates the CGI
script and passes request to it.
3. The CGI processes the request
and sends data/page to the
server.
4. The server sends the data/page
to the Web client (browser).
5. The Browser displays the
data/page at Client PC.
Web-Client
(Browser)
4. The Browser
displays the
document.
Web-Server
3. The final formatted document
sends to the browser.