Table of Contents
Introduction
Internet-based communication is a core part of daily life and modern education, so UGC NET checks whether you understand the exact meaning of common terms.
This tutorial covers Internet, WWW, websites, web pages, browsers, search engines, URL, domain, IP, DNS, upload/download, cookies, cache, and safe browsing.
Most mistakes happen because we use these words casually, but the exam expects precise differences and basic processes.
In Real Life: You may say “I opened Google,” but the exam asks whether you used a browser, a search engine, or the WWW.
Exam Point of View: Focus on clear pairs like Internet vs WWW, Browser vs Search engine, Cookies vs Cache, Upload vs Download, and the DNS name resolution idea.
Basics of Internet and WWW
Internet: Concept
The Internet is a global system that connects many smaller networks into one huge network.
It enables communication between devices using standard rules called protocols (protocol means fixed rules for communication), mainly the TCP/IP family.
Features of the Internet
The Internet has some key characteristics that make communication possible at scale:
- Network of networks: many networks are connected together
- Packet switching: data travels in small units called packets (packet means a small data piece)
- Standard protocols: devices talk using common rules like TCP/IP
- Scalable: more users and networks can join without redesigning everything
- Decentralized: it does not have one single controlling center
Internet Services (Where WWW Fits)
Many services run on the Internet. WWW is only one of them.
- WWW: web pages and websites opened in a browser
- Email: sending messages (example: Gmail)
- File transfer: sharing files (example: FTP/SFTP concept)
- VoIP: voice/video calls over internet (example: internet calling)
- Streaming: audio/video content delivery (example: online video streaming)
Exam Point of View: If the question asks “infrastructure or network,” it points to Internet. If it asks “web pages and hyperlinks,” it points to WWW.
WWW: Concept, Websites, and Web Pages
WWW (World Wide Web) is a system of interlinked web resources that you access using a web browser.
It works on top of the Internet, mainly using web standards like HTTP/HTTPS (HTTP means rules for web communication).
Clear terms:
- Website: a collection of related web pages under one domain
- Web page: a single page/document inside a website
Internet vs WWW
| Internet | WWW | |
|---|---|---|
| What it is | Network infrastructure | Web service on Internet |
| Used for | Email, calls, apps, file transfer, WWW | Websites, web pages, hyperlinks |
| Example | Sending an email | Opening a web page |
Web Browsers and Search Engines
Web Browser: Meaning and Examples
A web browser is software that helps you request, receive, and display web pages from the WWW.
Common examples: Google Chrome, Mozilla Firefox, Microsoft Edge, Safari, Opera.
Key Features of a Web Browser
Most browsers provide these useful features:
- Address bar: type a URL or search text
- Tabs: open multiple pages together
- Navigation controls: back, forward, refresh
- Bookmarks/Favorites: save important pages
- Download manager: view and manage downloads
- History: record visited pages (unless cleared)
- Private mode: reduces local history storage on the device
- Extensions/Add-ons: add extra tools and features
- Security indicators: HTTPS lock, warnings for risky pages
Search Engine: Meaning and Working (Basic Idea)
A search engine is a service that helps you find information on the WWW using keywords.
It does not “open the Internet.” It searches web pages that are already available online.
Basic working steps (simple and sufficient):
- Crawling: automated programs visit web pages and collect information
- Indexing: collected information is organized in a searchable index (index means a structured list like a library catalog)
- Ranking: results are arranged based on relevance and quality signals
Examples: Google, Bing, DuckDuckGo, Yahoo.
Search Operators (Simple but Powerful)
These operators help you search smarter:
- “exact phrase” → finds the exact phrase
- -word → removes a word from results
- site:domain → search within a particular website
- filetype:pdf → search only a file type
- OR → either one or the other
- intitle:word → word must be in the title
Situational Example: If you need only PDF study material from a single site, use site:jrfnet.com filetype:pdf internet basics.
Web Addressing
URL: Meaning and Why It Matters
A URL (Uniform Resource Locator) is the address of a resource on the web.
It tells the browser what to open and where to find it.
URL Structure (Parts You Must पहचानना)
Example: https://www.example.com:443/docs/page.html?x=10#top
URL parts (in hierarchy order):
- Scheme/Protocol:
https - Domain/Host:
www.example.com - Port (optional):
443 - Path:
/docs/page.html - Query (optional):
?x=10 - Fragment (optional):
#top
| URL Part | Example | What it shows |
|---|---|---|
| Protocol | https | secure web rule |
| Domain | example.com | website identity |
| Port | 443 | service port (optional) |
| Path | /docs/page.html | specific location |
| Query | ?x=10 | extra data to server |
| Fragment | #top | within-page section |
Domain Name Basics
A domain name is a human-friendly name for a website.
It is easier to remember than an IP address.
Common points:
- Domain is mapped to an IP through DNS
- Domain names are unique
- Domain has a suffix called TLD
TLD Types (Top-Level Domains)
TLD means the last part like .com, .in.
- gTLD (generic): .com, .org, .net, .edu
- ccTLD (country-code): .in, .uk, .us, .au
- Other modern TLDs: .app, .dev, .online
IP Address and DNS
IP Address: Meaning
An IP address is a numeric label given to a device on a network.
It works like a destination address so data packets can reach the correct device.
IPv4 vs IPv6 (Clear Difference)
- IPv4: 32-bit address, written in dotted decimal form
- Example:
192.168.1.10
- IPv6: 128-bit address, written in hexadecimal with “:”
- Example:
2001:db8::10
| Point | IPv4 | IPv6 |
|---|---|---|
| Size | 32-bit | 128-bit |
| Writing style | numbers with dots | hex with colons |
| Address space | limited | very large |
| Example | 10.0.0.1 | 2001:db8::1 |
Static IP vs Dynamic IP (Common Concept)
- Static IP: fixed address, mostly used for servers and special needs
- Dynamic IP: changes over time, commonly given to home/mobile users
Public IP vs Private IP (Basic Clarity)
- Public IP: visible on the Internet, used to identify your network globally
- Private IP: used inside local networks (home/office), not directly visible outside
DNS: Meaning and Role
DNS (Domain Name System) converts a domain name into an IP address.
It is like a phonebook where a person’s name maps to a phone number.
DNS Name Resolution (Simple Step Flow)
- You type a domain name in the browser
- Browser checks stored records (DNS cache)
- If not found, a DNS resolver is asked
- Resolver finds the correct IP from DNS records
- Browser connects to that IP and loads the website
Common DNS Record Types (Basic but Useful)
You do not need deep networking, but these are common terms:
- A record: domain → IPv4 address
- AAAA record: domain → IPv6 address
- CNAME: one name → another canonical name
- MX: mail server information for email delivery
Exam Point of View: “Name resolution” directly points to DNS, and “unique device address” points to IP.
Using the Internet
Downloading vs Uploading
These two are opposite directions of data movement.
- Downloading: Internet → your device
- Examples: saving a PDF, downloading a video, installing an app
- Uploading: your device → Internet
- Examples: uploading a photo, submitting an assignment, sending a file attachment
| Term | Direction | Example |
|---|---|---|
| Download | Internet → device | download notes PDF |
| Upload | device → Internet | upload assignment |
Cookies: Meaning, Types, and Uses
Cookies are small pieces of data stored in your browser by websites.
They help websites remember you and your preferences.
Common uses:
- Keep you logged in
- Store language/theme preference
- Maintain shopping cart items
- Track session details
Types (basic understanding):
- Session cookies: deleted when browser closes (often)
- Persistent cookies: stay for a set time
- First-party cookies: set by the site you visit
- Third-party cookies: set by other domains (often used for tracking)
Cache: Meaning and Why It Exists
Cache stores copies of web content like images, scripts, and pages on your device.
It makes websites load faster because the browser does not download the same files again and again.
Where cache appears:
- Browser cache: stores website files
- DNS cache: stores domain-to-IP results for quicker access
Cookies vs Cache (Do Not Mix)
| Point | Cookies | Cache |
|---|---|---|
| Main goal | remember user/session | speed up loading |
| Stores | small data (text) | files (images/scripts) |
| Example | login remains | site opens faster |
| Risk/issue | tracking/privacy | old content |
Safe Browsing Basics
HTTPS and the Lock Icon
HTTPS means the connection is encrypted (encrypted means data is converted into a secret form for safety).
It reduces the chance of data being read by attackers during transfer.
Common Online Risks
- Phishing: fake messages/pages to steal passwords
- Malware: harmful software that can damage or spy
- Fake downloads: software that looks real but is dangerous
- Public Wi-Fi risks: easy to intercept data if you are careless
Safe Browsing Habits
- Check HTTPS for login/payment pages
- Do not click unknown links from messages
- Download from trusted sources only
- Use strong passwords and 2-step verification
- Keep browser and system updated
- Log out on shared computers
- Avoid saving passwords on public devices
Exam Point of View: Many questions test your ability to link “phishing” with “fake login page” and “HTTPS” with “secure web communication.”
Quick Exam Cues (Most Asked Differences)
Internet vs WWW
- Internet: the global network infrastructure that connects devices
- WWW: a web service on the Internet that provides web pages and hyperlinks
Browser vs Search Engine
- Browser: installed software to open and display web pages
- Search engine: online service that helps you find web pages using keywords
Key Points – Takeaways
- Internet is a network of networks; WWW is a service running on it.
- WWW is about web pages, websites, and hyperlinks accessed through a browser.
- A website is a collection of pages; a web page is one document.
- Browser opens web pages; search engine finds web pages.
Exam Point of View: If the statement says “WWW is the Internet,” treat it as incorrect. WWW uses the Internet, but it is not the whole Internet.
- URL is the address of a web resource and has clear parts like protocol, domain, and path.
- Domain name is human-friendly; IP address is device-friendly.
- TLD can be gTLD (.com) or ccTLD (.in).
- IPv4 and IPv6 differ mainly by address size and format.
Exam Point of View: Remember keywords: “name resolution” = DNS, “unique address” = IP, “secure web” = HTTPS, “faster loading” = cache, “remember me” = cookies.
- Download is Internet to device; upload is device to Internet.
- Cookies store small user/session info; cache stores files for speed.
- Search operators like
site:andfiletype:improve accuracy. - Safe browsing means careful clicking, trusted downloads, and updated software.
DNS and Web Page Loading Process
How DNS Helps Before a Website Opens
Before a site opens, your device must know the server’s IP address.
DNS provides that IP so the browser can connect to the correct server.
Browser to Server Communication (Client–Server Idea)
A browser acts as a client (client means requester) and the website computer acts as a server (server means provider).
The browser requests a page, and the server sends back files like HTML, CSS, and JavaScript.
Simple Web Page Load Steps
- User enters URL in browser
- DNS converts domain to IP (if needed)
- Browser sends HTTP/HTTPS request to the server
- Server responds with page content (HTML/CSS/JS/images)
- Browser renders the page (renders means converts code into visible page)
- Cache may store files for faster next visit
| Stage | Input | Output | Key Term |
|---|---|---|---|
| DNS step | domain name | IP address | name resolution |
| Web request | URL | server response | HTTP/HTTPS |
| Rendering | page files | visible web page | browser rendering |
Examples
Example 1
In a classroom, a teacher shares a website link for study material.
Students open it using Chrome or Firefox, which are web browsers.
When students type the domain name, DNS helps translate it into the IP address so the page can load.
Example 2
In a computer lab, a student wants only PDF notes from a specific site.
The student uses search operators like site: and filetype: to reduce irrelevant results.
This shows the difference between a browser (opens pages) and a search engine (finds pages).
Example 3
At home, you upload a passport-size photo to a form and then download the submitted acknowledgement PDF.
Uploading sends your file from your device to the website server.
Downloading brings the PDF from the server to your device.
Example 4
Ravi typed a website name and the page did not open.
He thought the website was removed, but the real issue was DNS not giving the correct IP at that moment.
After changing the network, DNS resolution worked, and the browser connected to the server quickly.
Ravi understood that a domain name is not the destination itself; DNS must translate it into an IP first.
Quick One-shot Revision Notes
- Internet: network of networks for global communication
- WWW: web service that provides web pages on the Internet
- Website: collection of web pages under one domain
- Web page: single page inside a website
- Browser: software to open and display web pages
- Search engine: service to find web pages using keywords
- Search working: crawling, indexing, ranking
- URL: web address of a resource
- URL parts: protocol, domain, path, query, fragment
- Domain name: easy-to-remember website name
- TLD: .com (gTLD), .in (ccTLD)
- IP address: network address of a device
- IPv4: 32-bit dotted format
- IPv6: 128-bit hex format
- DNS: domain to IP conversion system
- Download: Internet to device
- Upload: device to Internet
- Cookies: remember user/session data
- Cache: stores files for faster loading
- HTTPS: secure encrypted web communication
Mini Practice
Q1) A student types a website name, but the browser shows “Server IP address could not be found.” Which component is mainly involved?
A) Cache
B) DNS
C) Cookies
D) Fragment
Answer: B
Explanation: DNS converts a domain name into an IP address. If IP is not found, it points to DNS resolution failure.
Q2) Which statement is correct?
A) WWW is the entire Internet
B) Internet is a service on WWW
C) WWW is a service running on the Internet
D) DNS is a type of browser
Answer: C
Explanation: Internet is the infrastructure network; WWW is one service that runs on it to provide web pages.
Q3) A website loads faster the second time because the browser saved images and scripts locally. Which term matches this best?
A) Cache
B) DNS
C) IPv6
D) Domain
Answer: A
Explanation: Cache stores copies of files to reduce downloading again, so pages load faster next time.
Q4) Assertion–Reason
Assertion (A): A web browser and a search engine are the same thing.
Reason (R): Both are online services that crawl and rank web pages.
A) A is true, R is true
B) A is true, R is false
C) A is false, R is true
D) A is false, R is false
Answer: C
Explanation: A browser is installed software to open pages, so Assertion is false. Search engines do crawl and rank pages, so Reason is true.
Q5) Which URL part usually starts after “?” and sends extra information to the server?
A) Path
B) Query string
C) TLD
D) Fragment
Answer: B
Explanation: The query string starts after “?” and passes parameters like ?q=ugc+net.
FAQs
What is the simplest difference between Internet and WWW?
Internet is the network infrastructure; WWW is a web service that runs on the Internet.
Is Chrome a browser or a search engine?
Chrome is a browser. Google Search is a search engine.
What does DNS do?
DNS translates a domain name into an IP address so the browser can connect.
What is the main use of cookies?
Cookies store small user/session data like login status, preferences, and cart items.
What is cache used for?
Cache stores files like images and scripts to load websites faster next time.
Why is HTTPS important?
HTTPS encrypts data during transfer, improving safety for logins and payments.
