Internet, IoT, HTML, WWW & Browsers
📑 सामग्री सूची
What is the Internet?
The Internet is a worldwide network of interconnected computers that communicate using the TCP/IP protocol suite. It allows users to share information, send emails, browse websites, watch videos, use cloud services, and conduct online transactions.
Internet vs World Wide Web (WWW)
| Internet | WWW |
|---|---|
| Physical network of computers | Collection of web pages |
| Uses TCP/IP | Uses HTTP/HTTPS |
| Developed before WWW | Introduced in 1989 |
| Provides many services | One service of Internet |
What is WWW?
WWW (World Wide Web) is a system of interlinked web pages connected using hyperlinks. It allows users to access information through browsers.
Components of WWW
- Web Browser
- Web Server
- HTML
- URL
- HTTP/HTTPS
What is HTML?
HTML stands for HyperText Markup Language. It is the standard language used to create web pages and describes the structure of a webpage using tags.
Basic Structure of HTML
Important HTML Tags
| Tag | Purpose |
|---|---|
<html> | Root element |
<head> | Metadata |
<title> | Page title |
<body> | Visible content |
<h1> to <h6> | Headings |
<p> | Paragraph |
<a> | Hyperlink |
<img> | Image |
<table> | Table |
<form> | Form |
<input> | Input field |
<button> | Button |
<ul> | Unordered list |
<ol> | Ordered list |
<li> | List item |
<iframe> | Inline frame (HTML5) |
<audio> | Audio (HTML5) |
<video> | Video (HTML5) |
Hyperlink
The href attribute specifies the destination URL.
HTML Versions
| Version | Year |
|---|---|
| HTML 1.0 | 1993 |
| HTML 2.0 | 1995 |
| HTML 3.2 | 1997 |
| HTML 4.01 | 1999 |
| XHTML | 2000 |
| HTML5 | 2014 (Current Standard) |
Web Browsers
A Web Browser is software that retrieves and displays web pages from web servers. Examples include Google Chrome, Mozilla Firefox, Microsoft Edge, Safari, Opera, and Brave.
Functions of Browser
- Opens websites
- Downloads files
- Executes JavaScript
- Renders HTML and CSS
- Stores cookies
- Saves browsing history
Browser Components
- Address Bar
- Back/Forward Buttons
- Refresh Button
- Tabs
- Bookmarks
- Download Manager
Popular Browsers
| Browser | Company |
|---|---|
| Chrome | |
| Edge | Microsoft |
| Firefox | Mozilla |
| Safari | Apple |
| Opera | Opera Software |
What is IoT?
IoT stands for Internet of Things. It connects physical devices to the Internet for communication and automation.
Components of IoT
- Sensors
- Internet Connectivity
- Cloud
- Data Processing
- User Interface
IoT Protocols
| Protocol | Transport | Use Case |
|---|---|---|
| MQTT | TCP (Port 1883) | Lightweight publish-subscribe for constrained devices |
| CoAP | UDP | RESTful communication for IoT |
| HTTP | TCP (Port 80) | Standard web communication (overhead-heavy) |
| HTTPS | TCP (Port 443) | Secure web communication |
Advantages of IoT
- Automation
- Remote monitoring
- Energy efficiency
- Smart healthcare
- Smart agriculture
- Smart cities
HTTP, HTTPS & URL
| Concept | Full Form | Default Port | Key Feature |
|---|---|---|---|
| HTTP | HyperText Transfer Protocol | 80 | Stateless protocol for web transfers |
| HTTPS | HTTP Secure | 443 | HTTP over TLS/SSL encryption |
| DNS | Domain Name System | 53 (UDP) | Translates domain names to IP addresses |
| URL | Uniform Resource Locator | — | https://www.example.com/about.html |
Previous Year Questions (PYQs)
<iframe> tag specifies an inline frame embedded within the current HTML document.<audio> and <video>.GATE / DSSSB / KVS Important One-Liners
Quick Revision Cards
Internet & WWW
- Internet — Physical network of computers
- WWW — Collection of web pages (1989, Tim Berners-Lee)
- HTTP — Port 80 (unencrypted)
- HTTPS — Port 443 (encrypted)
- DNS — Port 53 (UDP) — Domain → IP
- URL — Uniform Resource Locator
HTML Basics
- HTML — HyperText Markup Language
- HTML5 — Latest standard (2014)
- <html> — Root element
- <head> — Metadata
- <body> — Visible content
- <a href=""> — Hyperlink
- <iframe> — Inline frame
- <audio> / <video> — HTML5 media
Browsers & IoT
- Chrome — Google
- Firefox — Mozilla
- Edge — Microsoft
- Safari — Apple
- IoT — Internet of Things
- MQTT — Lightweight IoT protocol (TCP, Port 1883)
- CoAP — UDP-based IoT protocol
MCQ Dashboard 6 per page
Click an option to check your answer. Use pagination to view more questions.
- ✅ HTML: HyperText Markup Language (Markup, not programming)
- ✅ WWW: Invented by Tim Berners-Lee in 1989
- ✅ HTTP Port: 80 · HTTPS Port: 443
- ✅ DNS: Port 53 (UDP) — Domain → IP
- ✅ HTML5: Latest standard (2014) with
<audio>,<video>,<iframe> - ✅ Browsers: Chrome (Google), Firefox (Mozilla), Edge (Microsoft)
- ✅ IoT: Internet of Things — MQTT (TCP, Port 1883) is lightweight
- ✅ Internet ≠ WWW: WWW is a service on the Internet
Master these concepts to score high marks in GATE, DSSSB, KVS & other CS exams. Good luck!