- Understand the evolution of the internet and web
- Learn about key internet protocols and technologies
- Explore how the web works behind the scenes
BMC201 - Web Technology
2026-01-27
Lecture 2
History of Web & Internet
Week 1 | Unit I: Web Page Designing
BMC201 - Web Technology
Mr. Prashant Kumar Nag, Assistant Professor
Learning Objectives
History of the Internet
1969: ARPANET - First packet-switching network
1983: TCP/IP protocol standardized
1989: Tim Berners-Lee proposes World Wide Web
1991: First web page goes live
1993: Mosaic browser released - made web accessible
Evolution of the Web
Web 1.0 (1991-2004)
Web 2.0 (2004-present)
Key Internet Protocols
HTTP/HTTPS: HyperText Transfer Protocol (secure)
TCP/IP: Transmission Control Protocol / Internet Protocol
DNS: Domain Name System (translates domain names to IP addresses)
FTP: File Transfer Protocol
SMTP: Simple Mail Transfer Protocol
How HTTP Works
HTTP Request
HTTP Response
Both encrypted with HTTPS for security
How the Web Works
Client-Server Architecture
Client (Browser)
Server
Domain Name System (DNS)
User enters: www.example.com
↓
Browser queries DNS resolver
↓
Resolver asks Root nameserver
↓
Root responds with TLD nameserver
↓
Resolver queries TLD nameserver
↓
TLD responds with Authoritative nameserver
↓
Resolver gets IP address
↓
Browser connects to 93.184.216.34
This usually takes milliseconds!
Web Technologies Timeline
1991: HTML - Created by Tim Berners-Lee
1996: CSS - Added styling capabilities
1995: JavaScript - Made web interactive
1999: PHP 3 - Server-side scripting
2006: jQuery - Simplified JavaScript
2010: AngularJS - Web applications framework
2013: React - Component-based UI
2014: Vue.js - Progressive framework
Internet Growth Milestones
2000s
2010s
2020s
Web is Built on Open Standards
W3C (World Wide Web Consortium)
Standards and guidelines for web technologies
IETF (Internet Engineering Task Force)
Internet protocols like HTTP, TCP/IP
WHATWG (Web Hypertext Application Technology Working Group)
Living standards for HTML
✓ This openness enabled global web growth
Resources
Questions?
Next: Lecture 3 - HTML Basics & Structure