Chapter-1 Introduction
Chapter-1 Introduction
Chapter-1 Introduction
and Applications
1. Introduction
Web Technology
Importance of Web Technology
Internet and the Web
How internet and the web work together?
History of Internet
Client/server computing paradigm
How the browser interacts with the servers?
Chapter - 1
Web Technology
Web technology refers to the collection of tools, protocols, programming
languages, and frameworks used to build and operate web applications.
Web:
The web, also known as the World Wide Web, is an information system built on top of the
internet.
It is a collection of interconnected documents and resources, including web pages,
multimedia content, and applications, that are accessed using web browsers.
Sir Tim Berners-Lee
1971: FTP (File Transfer Protocol) was established. FTP was designed to enable the transfer of
files between computers on a network.
1973:
Telenet was established in 1973 and became operational in 1974, providing a commercial
alternative to ARPANET.
It utilized packet-switching technology to transmit data over its network, similar to how data
is transmitted over the internet today.
Internet - 1980s
1983:
TCP/IP became the standard networking protocol for the ARPANET.
This marked a significant milestone in the history of the internet, as it provided a unified and
standardized approach to network communication.
TCP (Transmission Control Protocol) is responsible for reliable and ordered delivery of data
packets, while IP (Internet Protocol) handles the addressing and routing of packets across the
network.
1986:
NSFNET (National Science Foundation Network created
It was a high-speed network funded by the National Science Foundation (NSF) in the United
States.
NSFNET was initially established to support research and academic collaboration within the
scientific community.
Internet - 1990s
1990:
World Wide Web is invented - Tim Berners-Lee, a British computer scientist, developed the
World Wide Web, a system of interlinked hypertext documents accessible via the internet.
This breakthrough greatly popularizes the internet and makes it accessible to non-
technical users.
1993:
Web browsers emerge - Mosaic, the first popular web browser, is released, providing a
user-friendly interface for navigating the World Wide Web.
1995:
The internet started to become commercialized, and private internet service providers
(ISPs) emerged, offering internet access to the general public.
Present: The internet has become an integral part of everyday life, with billions of people
connected globally.
How internet and the web work together
Internet Protocol (IP) Addressing:
IP addresses are numerical values that allow devices to send and receive data across the
internet.
Web Browsers:
Web browsers, such as Chrome, Firefox, or Safari, are applications that send HTTP requests
to web servers, receive the corresponding responses, and display the retrieved resources to
the user.
How the internet and the web work together
In summary, the internet provides the infrastructure and connectivity necessary for devices to
communicate globally, while the web builds on top of the internet by using protocols like HTTP and
technologies like HTML to deliver and display web resources through web servers and web
browsers. Together, they enable users to access and navigate the vast amount of information
available on the World Wide Web.
Difference between Internet and the Web
While the terms "internet" and "web" are often used interchangeably, they represent
distinct concepts with key differences.
The internet is the vast network of interconnected devices and infrastructure that
enables global connectivity, while the web is a subset of the internet that focuses on
the presentation and retrieval of information through websites and web browsers.
The internet forms the foundation for various services and technologies, of which the
web is one prominent application.
Client/server computing paradigm
A web server process usually runs 24 hours a day, 7 days a week. If the server is unavailable,
the site or sites it is hosting cannot be accessed. The server process is associated with an
open port on the computer; for a web server, port 80 needs to be open for standard HTTP
requests. Servers are passive and listen (wait) for incoming requests. When a request is
received, the server responds by sending the resource that was requested.
A client is the service that makes the request. If you want to look at a web page, you use a
browser; a browser is a client software service. If you want to collect emails, you use an email
client. The client process makes a request in the appropriate format and waits for the
response from the server.
Process:
Server provides one service
Waits for requests for that service
Client initiates a request
Server replies to the request
Information may flow in both directions
Many clients may make requests with just the one type of server
Syntax:
protocol://hostname/filename
Protocol: A protocol is the standard set of rules that are used to allow electronic devices to
communicate with each other.
Hostname: It describes the name of the server on the network.
Filename: It describes the pathname to the file on the server.
Example:
https://www.linkedin.com/learning/advanced-snowflake
Difference between Internet and WWW :
S.No. Internet WWW
Internet is a means of connecting a computer to any World Wide Web which is a collection of
1
other computer anywhere in the world. information which is accessed via the Internet.
The first version of the Internet was known as The first version of web was developed by Sir Tim
6
ARPANET. Berners Lee, "read-only web", Web1.0.
Port:
A port is a communication endpoint or interface through which data is sent and received
between different devices on a network.
Examples include port 80 for HTTP, port 443 for HTTPS, port 21 for file transfers, port 587
SMTP email services.
0 - 1023 : Dedicated ports
1024 - 49151 : Registered ports
49152 - 65535 : Dynamic ports
Thank you!