Web Course
Web Course
Tim Berners-Lee
• In 1989, at CERN (the scientific research laboratory near Geneva, Switzerland), Tim Berners-
Lee presented a proposal for an information management system that would enable the
sharing of knowledge and resourcesover a computer network. We now know this system as
the worldwide web (theweb).
• Berners-Lee originally promoted the web as a virtuallibrary, a document control system for
sharing information resources among researchers.
• Together with Belgian systems engineer Robert Cailliau, this was formalized as a
management proposal in November 1990.
• This outlined the principal concepts and it defined important terms behind the Web. The
document described a "hypertext project" called "Worldwide Web" in which a "web" of
"hypertext documents" could be viewed by “browsers”.
• By the end of 1990, Tim Berners-Lee had the first Web server and browser up and running
at CERN, demonstrating his ideas.
• In 1991, Berners-Lee released his WWW software. It included the ‘line-mode’ browser, Web
server software and a library for developers.
• In March 1991, the software became available to colleagues using CERN computers.
• A few months later, in August 1991, he announced the WWW software on Internet
newsgroups and interest in the project spread around the world
History of Web
Date Event in the History of the Internet
1965 The first two computers are connected via packet switching at MIT
Nodes in Norway and Great Britain are connected to ARPANET, making it a global
1973
network
The National Science Foundation establishes CSNET, a network for computer scientists
1981
at research universities
The Domain Name System (DNS) establishes the naming conventions for websites,
1983
such as .com, .org, .edu, and .gov
IRC, Internet Relay Chat, was launched, a precursor of our current instant messaging
1988
apps
Tim Berners-Lee develops HTML, which has a huge impact on how people interact with
1990
the internet
1993 The first browser accessible for the general user, Mosaic, is launched
1993 The White House and the United Nations create web pages
1995 Commercial businesses begin operating on the internet, including eBay and Amazon
1998 Google goes online, revolutionizing the way users locate resources on the internet
Web 2.0, which refers to websites that are user driven and interactive, becomes
2004
popular
2010 The internet records 400 million active users for the first time
• Early web sites were just looselyconnected sets of pages, branching hierarchically from a
home page; now, a web site is much more than just a conglomeration of web pages
• A small amount of HTML knowledge (and the proper computing resources) got you
something that could be called a web site.
• The webpage is a single document on the web using a unique URL, while a website is a
collection of multiple webpages in which information on a related topic or another subject is
linked together under the same domain address.
The user of web application can read the content of The user of website only can read the
web application and also manipulate the data. content of website but not manipulate.
The web application site should be precompiled The website does not need to be
before deployment. precompiled.
The function of a web application is quite complex. The function of website is simple.
Web Application Website
Web application is interactive for users. Web site is not interactive for users.
The browser capabilities involved with a web The browser capabilities involved with
application is high. web site is high.
• The Application layer is the highest level within the TCP/IP protocol stack. Itis within this
layer that most of the services we associate with the Internet operate.
Comparison of TCP/IP with OSI model
In the OSI model, the transport layer is only A layer of the TCP/IP model is both connection-
connection-oriented. oriented and connectionless.
In the OSI model, the data link layer and In TCP, physical and data link are both combined as a
physical are separate layers. single host-to-network layer.
Session and presentation layers are a part of There is no session and presentation layer in the TCP
the OSI model. model.
It is defined after the advent of the Internet. It is defined before the advent of the internet.
The minimum size of the OSI header is 5 bytes. The minimum header size is 20 bytes.