₹499 ₹999 · Full access — all mocks, practice sets & books · Unlock now
← Index: Computer Awareness — Complete Guide for Competitive ExamsChapter 6
Study Guide · Chapter 6

Internet Basics, WWW, URLs & Web Browsers

Free study material · concepts, shortcuts & solved questions

✍️ Select any text to highlight or save it

Introduction: The Internet Is Not the Web

This is the most common confusion in competitive exams. Students use "Internet" and "Web" interchangeably, but they're fundamentally different:

  • Internet = The global network of computers connected by cables and wireless signals. It's the infrastructure—roads, telephone wires, and postal system combined.
  • Web (World Wide Web) = A service running on the Internet using HTTP/HTTPS protocol. It's like email—one application among many using the Internet. Think of the Internet as electricity grid and the Web as one appliance plugged into it.

Exam Trap: A question might ask "Is email part of the Internet or the Web?" Answer: Internet. Email predates the Web and uses different protocols (SMTP, POP3, IMAP).


Section 1: History of the Internet & Web

The Internet's Birth: ARPANET (1969)

In the 1960s, the U.S. Department of Defense funded a project to create a resilient communication network that could survive a nuclear war. The result: ARPANET (Advanced Research Projects Agency Network)—the predecessor of today's Internet.

Key Milestone:

  • 1969: First ARPANET message sent from UCLA to Stanford University: "LO" (they intended to send "LOGIN" but the system crashed)
  • Significance: Proved packet-switching technology worked—data split into small packets, sent separately, and reassembled at destination

Memory Hook: "ARPANET = Advanced Resilient Packet network" = The first network that survived fragmentation

TCP/IP Protocol Suite (1970s-1980s)

As ARPANET grew, different networks needed to communicate. Vint Cerf and Bob Kahn developed the TCP/IP protocol suite:

  • TCP (Transmission Control Protocol): Ensures reliable, ordered delivery of data
  • IP (Internet Protocol): Routes packets to correct destination using IP addresses

TCP/IP standardization in 1983 was the moment the Internet truly became global and standardized.

Exam Tip: TCP/IP is the foundation of modern Internet. Every device on the Internet uses it.

The World Wide Web: Tim Berners-Lee (1989)

Fast forward to 1989. Tim Berners-Lee, a physicist at CERN (European particle physics lab), proposed a system to share research documents globally. He created:

  1. HTTP (HyperText Transfer Protocol) = Protocol for transferring web pages
  2. HTML (HyperText Markup Language) = Format for structuring documents
  3. URL (Uniform Resource Locator) = Address system for locating resources
  4. Web Browser = Software to view documents

Timeline:

  • 1989: Berners-Lee proposes the Web
  • 1993: First graphical browser (Mosaic) released; Web becomes user-friendly
  • 1995: Internet goes commercial; ISPs become mainstream
  • 2004 onward: Web 2.0 (interactive, user-generated content)

Memory Hook: "Web = 1989 Berners-Lee; Internet = 1969 ARPANET. Web is 20 years younger."


Section 2: How the Internet Works: Addresses & Domains

IP Addresses: Finding Devices on the Internet

Every device on the Internet needs a unique address, just like houses need postal codes. That address is an IP Address (Internet Protocol Address).

IPv4 (Internet Protocol Version 4): The standard for decades

  • Format: Four numbers separated by dots (e.g., 192.168.1.1)
  • Range: Each number is 0-255 (8 bits × 4 = 32 bits total)
  • Example: 8.8.8.8 (Google's public DNS server)
  • Total possible addresses: 2^32 ≈ 4.3 billion
  • Problem: We ran out! (Too many devices now)

IPv6 (Internet Protocol Version 6): The modern replacement

  • Format: Eight groups of hexadecimal numbers (e.g., 2001:0db8:85a3::8a2e:0370:7334)
  • Total possible addresses: 2^128 ≈ 340 undecillion (enough for millennia)
  • Adoption: Slow but steadily growing (Apple, Google support it heavily)

Exam Tip: If a question shows four numbers with dots (192.168.1.1), it's IPv4. If it shows hexadecimal with colons, it's IPv6.

Memory Hook: "IPv4 = 4 numbers (4-part address); IPv6 = 6 colons separate 8 groups"

Domain Names & DNS: Making Addresses Human-Readable

Humans can't remember 8.8.8.8. We remember domain names like www.google.com. The Domain Name System (DNS) is the translator:

DNS Functions:

  • Translates human-readable domain names → IP addresses
  • Works like a phone directory: you look up "Pizza Palace" and get its phone number

Process:

  1. User types www.google.com in browser
  2. Browser queries DNS server: "What's the IP for google.com?"
  3. DNS server responds: "142.250.185.46"
  4. Browser connects to that IP address
  5. Google's server sends back the web page

DNS Servers:

  • Google DNS: 8.8.8.8, 8.8.4.4 (public, free to use)
  • Cloudflare DNS: 1.1.1.1, 1.0.0.1
  • ISP usually provides default DNS, but you can change it for faster speeds or privacy

Exam Trap: DNS is crucial but often overlooked. A question might ask "If you forget a website's IP address, what translates domain to IP?" Answer: DNS


Section 3: Understanding URLs

A URL (Uniform Resource Locator) is an address for a resource on the Web.

URL Anatomy

https://www.example.com:8080/products/laptops?sort=price#reviews

Breaking this down:

Component Meaning Example
Protocol How to retrieve the resource https:// (secure), http:// (insecure), ftp:// (file transfer)
Subdomain Specifies which service www (most common; World Wide Web)
Domain Name The website's name example.com
Top-Level Domain (TLD) Type of organization .com (commercial), .org (organization), .edu (education), .gov (government), .in (India)
Port Specific gateway on server :8080 (optional; default is 80 for HTTP, 443 for HTTPS)
Path Location of resource on server /products/laptops
Query String Parameters passed to server ?sort=price (filter results by price)
Fragment Section within page (client-side) #reviews (jump to reviews section)

Memory Hook: "HTTPS = HTTP Secure" (s = security/SSL encryption)

Protocol Importance: HTTP vs. HTTPS

  • HTTP (HyperText Transfer Protocol): Data sent in plain text (anyone can intercept and read)
  • HTTPS (HTTP + SSL/TLS): Data encrypted (even if intercepted, unreadable)

Exam Tip: Login forms, payment pages, and sensitive data always use HTTPS. If you see http:// on a login page—don't trust it; it's a red flag for phishing.


Section 4: Internet Service Providers (ISPs)

An ISP (Internet Service Provider) is your gateway to the Internet. They own the physical infrastructure (cables, towers, routers) connecting your device to the wider Internet.

How ISP Works:

  1. ISP connects your home/office with fiber, cable, or DSL lines
  2. ISP connects to larger "backbone" networks (global Internet)
  3. You pay ISP monthly for access
  4. ISP assigns you a public IP address (which can change)

Common ISPs:

  • In India: Jio, Airtel, BSNL, ACT, Spectranet
  • Globally: Comcast, Verizon, AT&T, BT, Deutsche Telekom

Internet Speed Measurements:

  • Mbps (Megabits per second): Common speed measurement (e.g., "100 Mbps")
  • Gbps (Gigabits per second): 1 Gbps = 1000 Mbps (fiber optic)
  • Bandwidth: Maximum data that can be transmitted (e.g., "100 Mbps bandwidth")
  • Latency: Delay in data transmission (measured in milliseconds; lower is better for gaming/video calls)

Exam Tip: Speed (Mbps) ≠ Latency (ms). A 100 Mbps connection with 200ms latency is fast but laggy.


Section 5: Web Browsers & Browser Market

A web browser is software that retrieves, formats, and displays web pages. It's your window into the Web.

Major Browsers & Market Share

Google Chrome (~65% market share)

  • Released: 2008
  • Advantages: Fast, minimal interface, excellent JavaScript performance, synchronizes with Google Account
  • Disadvantage: Collects user data for Google
  • Built on: Chromium (open-source engine)

Safari (~25% market share, growing)

  • Developer: Apple
  • Exclusivity: Default on macOS, iOS, iPadOS
  • Performance: Highly optimized for Apple devices
  • Note: iOS App Store requirement: all browsers on iPhone/iPad must use WebKit engine (Apple's engine)

Mozilla Firefox (~5-10% market share)

  • Philosophy: Privacy-focused, open-source
  • Advantages: Privacy controls, customizable, no corporate tracking
  • Strong in: Developer community, privacy advocates

Microsoft Edge (~5% market share, growing)

  • History: Replaced Internet Explorer (now deprecated)
  • Built on: Chromium (like Chrome), but integrated with Windows
  • Improvements: Better Windows integration, less data collection than Chrome

Older/Declining:

  • Internet Explorer (IE): Deprecated June 2022; known for poor security and slow performance
  • Opera: Niche browser with unique features

Exam Tip: Chrome dominates; Safari is strong on Apple devices; Firefox prioritizes privacy; Edge is Microsoft's answer to Chrome.

Browser Functions (Beyond Just Displaying Pages)

Modern browsers do far more than display HTML:

  • JavaScript Execution: Runs interactive code
  • Form Processing: Handles login forms, searches
  • Caching: Stores pages locally for faster loading
  • Cookie Management: Stores user preferences and tracking data
  • Add-ons/Extensions: Third-party software (ad blockers, password managers)
  • Security: Certificate verification (HTTPS), sandboxing

Section 6: Speed & Latency: Why Your Internet Feels Slow

Two completely different metrics are often confused:

Bandwidth (Speed in Mbps):

  • How much data can be transferred per second
  • Like the width of a highway: wider = more cars simultaneously
  • If you're downloading a 10MB file at 10 Mbps, it takes ~8 seconds

Latency (Delay in milliseconds):

  • Time for data to travel from your device to server and back
  • Like distance to the pizza restaurant: farther = longer wait
  • Affects real-time responsiveness (video calls, gaming)
  • Typical: 10-50ms (good), 50-100ms (acceptable), 100ms+ (noticeable lag)

Analogy:

  • Bandwidth = Thickness of pipe (how much water flows)
  • Latency = Length of pipe (how long water takes to arrive)

You can have high bandwidth but high latency (satellite internet: fast downloads, laggy gaming). You can have low bandwidth but low latency (older DSL with nearby server).

Exam Tip: Questions asking "Why is video call laggy?" = Usually latency issue. Questions asking "Why downloads slow?" = Usually bandwidth issue.


Section 7: Web 2.0 & Modern Internet Concepts

Web 1.0 (1990s-2000s): Static websites; users only consumed content (read-only)

Web 2.0 (2000s-present): Interactive, user-generated content

  • Users create and share (YouTube, Facebook, Twitter)
  • Real-time updates (news feeds, live chat)
  • Cloud-based apps (Google Docs, Figma)

Emerging: Web 3.0 (decentralized, blockchain-based—discussed in Chapter 11)


Exam Revision Checklist

Before exam, ensure you can:

  1. Distinguish Internet vs. Web vs. Intranet
  2. Recall ARPANET (1969), Web (1989), Timeline key dates
  3. Explain IP address: IPv4 format (4 parts, dots), IPv6 format (hexadecimal, colons)
  4. Describe DNS function: translates domain names to IP addresses
  5. Parse a URL: identify protocol, domain, path, query string
  6. Distinguish HTTP vs. HTTPS (encrypted)
  7. Name 3 ISPs and what they do
  8. Explain bandwidth vs. latency (different issues)
  9. List 4 major browsers and their market shares
  10. Define Web 2.0 (user-generated, interactive)

MCQs (23 Questions)

1. Which of the following best describes the Internet?

  • A) A software program for creating web pages
  • B) A global network of computers connected by cables and wireless signals
  • C) A service for sending emails only
  • D) The same as the World Wide Web

2. The World Wide Web was invented by:

  • A) Vint Cerf and Bob Kahn
  • B) Tim Berners-Lee in 1989
  • C) ARPANET developers in 1969
  • D) Steve Jobs in 1997

3. ARPANET was first successfully tested in:

  • A) 1969
  • B) 1989
  • C) 1999
  • D) 2009

4. Which protocol is the foundation of the modern Internet?

  • A) HTTP only
  • B) TCP/IP
  • C) DNS only
  • D) FTP

5. An IP address in the format 192.168.1.1 is an example of:

  • A) IPv6
  • B) A domain name
  • C) IPv4
  • D) A URL

6. IPv6 was developed primarily to address which limitation of IPv4?

  • A) Slow speed
  • B) Inability to encrypt data
  • C) Insufficient number of available addresses
  • D) Incompatibility with modern browsers

7. The Domain Name System (DNS) serves what primary function?

  • A) Encrypts data during transmission
  • B) Translates domain names to IP addresses
  • C) Routes emails to correct servers
  • D) Stores all web pages

8. In the URL "https://www.example.com:8080/products?sort=price", what does "8080" represent?

  • A) The IP address
  • B) The port number
  • C) The domain name
  • D) The protocol version

9. HTTPS differs from HTTP primarily in that:

  • A) HTTPS is faster
  • B) HTTPS is older
  • C) HTTPS encrypts data during transmission
  • D) HTTPS works only on mobile devices

10. When you type a web address in your browser, what happens first?

  • A) The browser connects directly to the website
  • B) Your ISP blocks the request
  • C) DNS translates the domain name to an IP address
  • D) Your computer stores the page locally

11. An ISP (Internet Service Provider) provides:

  • A) Web pages only
  • B) Email services only
  • C) Connectivity to the Internet through physical infrastructure
  • D) Operating system software

12. Which browser has the largest market share as of 2024?

  • A) Safari
  • B) Firefox
  • C) Google Chrome
  • D) Internet Explorer

13. Safari is the default browser on which platform?

  • A) Windows
  • B) Linux
  • C) Apple devices (macOS, iOS, iPadOS)
  • D) Android

14. Internet Explorer was deprecated in:

  • A) 2018
  • B) 2020
  • C) June 2022
  • D) 2024

15. Firefox is particularly known for emphasizing:

  • A) Speed and market dominance
  • B) Privacy and open-source principles
  • C) Exclusive use on Apple devices
  • D) Integration with Windows

16. The difference between bandwidth and latency is:

  • A) They are the same thing
  • B) Bandwidth is speed; latency is delay
  • C) Latency is speed; bandwidth is delay
  • D) Bandwidth is only for video; latency for audio

17. If a download is very slow but video calls work smoothly, the issue is likely:

  • A) High latency and high bandwidth
  • B) Low latency and low bandwidth
  • C) Low bandwidth but acceptable latency
  • D) High bandwidth but high latency

18. Typical acceptable latency for online gaming is:

  • A) 500+ milliseconds
  • B) 200-300 milliseconds
  • C) 50-100 milliseconds or less
  • D) 1000+ milliseconds

19. What does the "www" in "www.example.com" stand for?

  • A) World Wide Web (subdomain)
  • B) The website's name
  • C) The IP address prefix
  • D) Windows Web Wizard

20. In the URL "https://www.example.com/pages/contact?id=5#top", what does "/pages/contact" represent?

  • A) The domain name
  • B) The protocol
  • C) The path to a resource on the server
  • D) A query string parameter

21. The default port number for HTTPS is:

  • A) 80
  • B) 443
  • C) 8080
  • D) 25

22. Which is NOT part of the TCP/IP protocol suite?

  • A) TCP (Transmission Control Protocol)
  • B) IP (Internet Protocol)
  • C) HTTP (HyperText Transfer Protocol)
  • D) HTTPS (HyperText Transfer Protocol Secure)

23. Web 2.0 is characterized by:

  • A) Static websites with read-only content
  • B) Interactive, user-generated content and real-time updates
  • C) Slower internet speeds
  • D) Declining use of browsers

Answer Key: 1-B, 2-B, 3-A, 4-B, 5-C, 6-C, 7-B, 8-B, 9-C, 10-C, 11-C, 12-C, 13-C, 14-C, 15-B, 16-B, 17-C, 18-C, 19-A, 20-C, 21-B, 22-D, 23-B

Page 1 of 1
← Chapter 5TOC IndexChapter 7