ClassRoomThinker.com
ClassRoom Thinkerclassroomthinker.com
UGC NET Paper 1
Unit VIII · ICT
🛰️ Digital Campus Control Room

Decode the system.
Control the signal.

Premium exam-focused revision notes on ICT terminology, computer and network basics, Internet, e-mail, conferencing, Indian digital initiatives and e-governance.

यह unit रटने के लिए नहीं—device से data, data से network, network से services और services से governance तक पूरा system समझने के लिए है।

✓ Full syllabus map⚡ Technical traps🧪 7 interactive labs🇮🇳 Current initiatives
Digital campus control roomDEVICEDATANETWORK🧠 Hardware + software🌐 Internet protocols🎓 Digital education🏛️ E-governance
01

ICT Foundations — From Data to Decision

Technology becomes useful when information moves with purpose

Captureinput raw data
Processorganize/compute
Storeretain securely
Communicatetransmit/share
Uselearn/decide/act

Information Technology

Computing systems used to process, store and manage information.

Communication Technology

Networks and media that transmit voice, text, image, video and data.

ICT

The integration of both—devices, software, networks, content, people and processes.

ICT = information को बनाना, संभालना और पहुँचाना—तीनों।

StrengthRisk / condition
Access, speed, scale and collaborationDigital divide, accessibility and affordability
Automation and data-informed decisionsPrivacy, surveillance, bias and poor-quality data
Flexible multimedia learningDistraction, screen fatigue and weak pedagogy
Remote services and transparencyCybersecurity, outage and exclusion
NET trap: ICT is wider than “computer use.” A computer without relevant content, connectivity, people and process does not produce effective communication.
02

Binary Lab — The Language Beneath the Screen

Every digital object ultimately becomes patterns of bits

🔢 Decimal → binary converter

13₁₀ = 1101₂

2 से divide करते जाएँ; remainders को नीचे से ऊपर पढ़ें।

00001101

Bit

Binary digit: 0 or 1; smallest data unit.

Nibble

4 bits.

Byte

8 bits; common addressable unit.

Word

Processor-sized group of bits; size depends on architecture.

Exam conventionValueModern precise binary term
1 KB1024 bytes1 KiB
1 MB1024 KB1 MiB
1 GB1024 MB1 GiB
1 TB1024 GB1 TiB
Teacher says: SI prefixes kB/MB/GB can mean powers of 1000 in storage marketing; traditional exams often use powers of 1024. Read the question’s convention.
Binary place values: … 2³, 2², 2¹, 2⁰ = 8, 4, 2, 1. Thus 1101₂ = 8 + 4 + 0 + 1 = 13₁₀.
03

Computer System — The IPO Engine

Input → processing → output, supported by memory and storage

CPUALU + CU + registers
⌨ Input🖥 Output💾 Storage🧠 Memory

ALU

Arithmetic and logic operations: addition, comparison, AND/OR/NOT.

Control Unit

Coordinates fetch–decode–execute and directs other components.

Registers

Tiny, fastest CPU storage holding immediate instructions/data.

ComponentRoleExam cue
MotherboardMain circuit board connecting componentsSystem board
System busData, address and control pathwaysCommunication inside computer
ClockSynchronizes operationsFrequency measured in hertz
GPUParallel graphics/general computationGraphics Processing Unit
False full-form trap: “COMPUTER” has no official expansion. Phrases such as “Commonly Operated Machine…” are invented backronyms, not technical definitions.
04

Input & Output Devices — Sense and Respond

Classify by direction of data flow

Input → computer

Keyboard, mouse, touchpad, scanner, camera, microphone, biometric sensor, barcode/QR reader, OCR, OMR, MICR.

Output ← computer

Monitor, projector, printer, plotter, speaker, headphones and haptic devices.

TechnologyReadsTypical use
OCRPrinted/handwritten character images → editable textDigitizing documents
OMRDark marks at fixed positionsObjective answer sheets
MICRMagnetic-ink charactersCheque processing
Barcode / QRMachine-readable coded patternItems, links, IDs
Trap: Touchscreen is both input and output. A scanner captures an image; OCR is the recognition process/software that turns character images into text.
05

Memory Hierarchy — Faster Nearer, Larger Farther

Speed, cost and capacity trade off

Registers · fastest · tiniest · CPU
Cache · L1/L2/L3 · frequent data
RAM · active programs · volatile
SSD / HDD · persistent secondary storage
Archive / cloud / tape · large, slower access
MemoryVolatile?Key fact
RAMYesRead/write working memory; contents lost without power
SRAMYesFaster/costlier; commonly used for cache
DRAMYesNeeds refresh; common main memory
ROMNoStores stable instructions/firmware
PROMNoProgrammable once
EPROMNoErased using ultraviolet light
EEPROMNoElectrically erasable/reprogrammable
FlashNoBlock-erasable EEPROM family; SSD/USB storage
Virtual memory: Uses secondary storage to extend the apparent working memory. It increases capacity, not speed; excessive paging causes slowdown.
Trap: RAM is primary memory, while HDD/SSD are secondary storage. “Primary” does not mean permanent.
06

Software Stack — Instructions Above Hardware

Operating system mediates user, applications and machine

Usergoal/command
Applicationbrowser/editor
Operating systemresources/files/UI
Driversdevice control
Hardwarephysical execution

System software

OS, drivers, utilities and language translators that run/manage the system.

Application software

Programs for user tasks: word processor, browser, spreadsheet, LMS.

Firmware

Software stored in non-volatile memory controlling embedded hardware.

TranslatorInputTypical behavior
AssemblerAssembly languageConverts mnemonics to machine code
CompilerHigh-level sourceTranslates program to target/executable form before execution
InterpreterHigh-level sourceExecutes via ongoing translation/evaluation
Trap: “Compiler translates the whole program; interpreter line by line” is an exam-friendly simplification. Modern language implementations may combine compiling, bytecode and just-in-time execution.
07

Abbreviation Decoder — High-Yield Signal Bank

Learn by family, not an alphabet dump

⌨ Select a family

Core computing

CPU · ALU · CU · RAM · ROM · OS · GUI · BIOS

Central Processing Unit; Arithmetic Logic Unit; Control Unit; Random Access Memory; Read-Only Memory; Operating System; Graphical User Interface; Basic Input/Output System.

DBMSDatabase Management System
RDBMSRelational Database Management System
SQLStructured Query Language
APIApplication Programming Interface
AI / MLArtificial Intelligence / Machine Learning
NLPNatural Language Processing
OCR / OMROptical Character / Mark Recognition
UPSUninterruptible Power Supply
HDD / SSDHard Disk Drive / Solid-State Drive
USBUniversal Serial Bus
PDFPortable Document Format
IoTInternet of Things
Two famous traps: URL = Uniform Resource Locator. Wi‑Fi is a brand name with no official full form; “Wireless Fidelity” is a popular backronym.
08

Networks — Devices That Agree to Communicate

Scope, architecture and topology

PAN

Personal Area Network; a few metres around a person.

LAN

Local Area Network; building/campus/local site.

MAN

Metropolitan Area Network; city-scale.

WAN

Wide Area Network; large geographic area.

Bus

Shared backbone; break can disrupt segment.

Star

Central device; easy isolation, central point critical.

Ring

Closed loop; data follows ring path.

Mesh

Multiple paths; resilient but complex/costly.

DevicePrimary function
HubRepeats incoming signal to all ports; no intelligent forwarding
SwitchForwards frames within LAN using MAC addresses
RouterRoutes packets between networks using IP addresses
ModemModulates/demodulates for communication medium/access link
NICNetwork Interface Card/controller connects device to network
Trap: Internet is a network of networks, not a single WAN owned by one organization.
09

Internet, Intranet & Extranet — Same Technology, Different Doors

Access policy defines the network context

🌐 Access selector

Internet

Internet · public global network

Open network of interconnected networks using the TCP/IP suite. Anyone with suitable connectivity may access public services, subject to service controls.

FeatureInternetIntranetExtranet
UsersGeneral/publicAuthorized members of organizationOrganization + selected outsiders
ScopeGlobalInternal/privateControlled external collaboration
ExamplePublic university websiteEmployee/student internal portalVendor/research-partner portal
ControlDistributed across providersOrganization-managedOrganization-managed permissions
Analogy: Internet = public city; intranet = staff-only campus; extranet = guarded visitor pass for partners.
10

Web Navigation — Address, Browser, Server

The Web is one service running over the Internet

https://learn.example.edu/ict/protocols?unit=8&mode=quiz

Scheme/protocol

How to access: https.

Domain

Human-readable host identity resolved by DNS.

Path

Resource location on the host.

Query

Parameters sent to the application.

TermMeaningDo not confuse with
Web pageSingle hypertext document/resourceWhole website
WebsiteCollection of related web pages/resourcesWeb server
BrowserClient software that requests/renders web contentSearch engine
Web serverServes web resources over HTTP(S)User’s browser
Search engineCrawls/indexes and retrieves web informationThe Internet itself

Web 1.0

Mostly read/static publishing.

Web 2.0

Participation, platforms, user-generated content.

“Web 3.0”

Ambiguous label; often semantic/intelligent or decentralized visions.

Trap: Internet ≠ WWW. Internet is infrastructure/networking; the Web uses URLs, browsers, servers and HTTP(S) over that infrastructure.
11

Protocol Control — Rules That Move Packets

Different protocols solve different communication jobs

📦 Opening a secure web page

Name → address → secure request
1 · URLBrowser reads address
2 · DNSName → IP address
3 · RoutePackets cross networks
4 · TCPReliable connection
5 · TLSEncrypted session
6 · HTTPRequest/response
Protocol / termMain jobExam memory cue
IPAddressing and routing packetsWhere packets go
TCPReliable, ordered, connection-oriented deliveryAccuracy/sequence
UDPConnectionless datagrams with low overheadSpeed; app handles loss
DNSMaps domain names to network information such as IP addressesInternet phonebook analogy
DHCPDynamically assigns network configurationGets an IP automatically
HTTPWeb request/response protocolHypertext transfer
HTTPSHTTP protected by TLSEncrypted + authenticated channel
FTPFile transferClassic file protocol
SFTPSecure file transfer over SSHNot simply “secure FTP mode”

IPv4

32-bit addressing; dotted decimal such as 192.0.2.1.

IPv6

128-bit addressing; vastly larger space, hexadecimal notation.

Public vs private IP: Public addresses are globally routable; private addresses work inside private networks and commonly reach the Internet through NAT.
Trap: HTTPS does not guarantee that a website is truthful or harmless. It protects the connection to the identified endpoint.
12

E-mail Studio — Compose, Send, Retrieve

Message anatomy plus the invisible protocol team

✉ Message anatomy

Fromteacher@university.edu
Toclass@university.edu
CCVisible copy recipients
BCCHidden from other recipients
SubjectUnit VIII revision session
BodyPurpose, context, action, courteous close
AttachFile + type + size

📨 Protocol switch

SMTP · send

SMTP sends and relays

Simple Mail Transfer Protocol moves outgoing mail from client to server and between mail servers. Think S = Send.

CC

Carbon Copy: recipients visible to all; informational audience.

BCC

Blind Carbon Copy: addresses hidden from other recipients; useful for privacy in mass mail.

Phishing alert

Check sender/domain, urgency, link destination, attachment and requests for credentials/OTP.

Netiquette: Specific subject, concise body, appropriate recipients, descriptive attachment, respectful tone, and “reply all” only when everyone needs the reply.
Trap: SMTP sends mail. POP3 and IMAP retrieve/access it. IMAP keeps server synchronization across devices; POP3 traditionally downloads for local handling.
13

Audio & Video Conferencing — Quality of Presence

Real-time communication is a network performance problem too

👩‍🏫
Host
👨‍🎓
Participant
👩‍💻
Presenter
👥
Class

🎛 Signal diagnosis

Latency

Latency · late arrival

End-to-end delay creates awkward pauses and people speaking over one another. Reduce network path/congestion; audio often remains usable before video.

ModeMediaBest useLimitation
Audio conferenceVoiceLow-bandwidth discussionFew non-verbal cues
Video conferenceVoice + moving imageVisual demonstrations/presenceHigher bandwidth/device demand
Web conference/webinarAudio/video + screen/chat/pollsPresentation and interactionCan become one-way; platform access
Asynchronous recordingRecorded mediaFlexible replayNo immediate dialogue

Codec

Encodes/compresses and decodes media for transmission/playback.

VoIP

Voice over Internet Protocol carries voice as IP data.

Good practice

Headset, mute discipline, captions, agenda, consent for recording and backup channel.

Trap: Bandwidth is capacity; latency is delay; jitter is variation in delay; packet loss is missing data. They are related but not interchangeable.
14

Cyber Hygiene — Protect the Digital Campus

Security is confidentiality, integrity and availability

Confidentiality

Only authorized people can access information.

Integrity

Data remains accurate and unauthorized changes are detectable.

Availability

Authorized users can access systems when needed.

ThreatDefining clue
VirusAttaches to host file/program and spreads when executed
WormSelf-propagates across networks
TrojanDisguises malicious function as legitimate software
RansomwareBlocks/encrypts data and demands payment
SpywareSecretly observes/collects user information
PhishingFraudulent message/site seeks credentials or action
Spear phishingTargeted, personalized phishing

🛡️ Suspicious message: first move?

Pause + verify

Do not click under pressure

Open the organization’s known website/app independently or verify through a trusted channel. Inspect the full domain—not just display text.

Layered protection: Updates + strong unique passwords + MFA + least privilege + safe backups + encryption + awareness + incident reporting.
15

Digital Learning Ecosystem

Technology should expand learning—not merely digitize lectures

E-learning

Learning supported/delivered through electronic technologies.

Blended

Designed integration of face-to-face and online learning.

MOOC

Massive Open Online Course; scalable online participation.

LMS

Learning Management System organizes content, activity, assessment and records.

DimensionOption AOption B
TimeSynchronous: same-time interactionAsynchronous: flexible-time participation
PlaceOn-siteRemote/online
AccessClosed institutional courseOpen course/resource
ControlTeacher-pacedLearner/self-paced

OER

Open Educational Resources carry permissions for reuse/adaptation under an open licence—not simply “free to view.”

Digital divide

Gaps in device, connectivity, affordability, accessibility, language, skill and meaningful use.

Accessible design

Captions, transcripts, alt text, keyboard access, readable contrast and downloadable/low-bandwidth options.

Trap: Online does not automatically mean open; open does not automatically mean free of copyright conditions; blended does not mean randomly adding a video to a classroom course.
16

India’s Digital Learning Grid

Courses, television, labs and open skill ecosystems

🇮🇳 Initiative matcher

SWAYAM

SWAYAM · national MOOC platform

Four quadrants: video lecture, downloadable reading material, self-assessment tests/quizzes and online discussion forum. Multiple national coordinators serve different sectors.

SWAYAM

Online courses/MOOCs; four-quadrant design; credit-related use subject to regulations/institution.

SWAYAM Prabha

Group of DTH channels telecasting educational programmes 24×7; also online archive/schedule.

NPTEL

IITs/IISc-led technology-enhanced learning; SWAYAM coordinator for engineering.

e-PG Pathshala

Open-access postgraduate e-content under NME-ICT; executed by UGC/INFLIBNET.

Virtual Labs

Remote/simulation-based access to laboratory learning and experiment resources.

FOSSEE / Spoken Tutorial

Open-source software education and self-learning IT skill tutorials, associated with IIT Bombay/NME-ICT.

SWAYAM 4 quadrants: Watch → Read → Test → Discuss.
Current check: SWAYAM’s official portal still describes the same four quadrants and lists nine national coordinators as of July 2026.
17

India’s Digital Knowledge & Credential Grid

Find resources, researchers, theses, journals and verified records

NDLI

National Digital Library of India: integrated discovery/access to learning resources across levels and disciplines; implemented by IIT Kharagpur.

e-ShodhSindhu

Consortium for higher-education e-resources; merged earlier consortia/services including UGC-INFONET, N-LIST and INDEST-AICTE.

ONOS

One Nation One Subscription: country-wide access to international scholarly journals for eligible government HEIs and central R&D institutions.

Shodhganga

INFLIBNET open repository of Indian electronic theses and dissertations.

VIDWAN

Expert database and national researchers network; profiles expertise and scholarship.

NAD / DigiLocker

Digital issue, access and verification of authentic academic awards/credentials.

ABC

Academic Bank of Credits supports accumulation, transfer and redemption of academic credits under applicable rules.

APAAR

Permanent student identity connecting academic records; integrates DigiLocker and ABC functions.

AISHE / NIRF

AISHE collects higher-education statistics; NIRF is the national institutional ranking framework.

Memory map: Learn = SWAYAM; Watch TV = SWAYAM Prabha; Read resources = NDLI/e-PG; Journals = eSS/ONOS; Thesis = Shodhganga; Expert = VIDWAN; Credits/awards = ABC/NAD.
Current note: ONOS is now operational and its official portal reports access for 6,500+ eligible institutions; treat it as a newer addition alongside classic exam initiatives.
18

ICT & Governance — Services as Digital Journeys

Technology enables governance; institutions determine its quality

G2C

Government to Citizen: certificates, taxes, benefits, grievance status.

G2B

Government to Business: licences, filings, procurement, compliance.

G2G

Government to Government: interdepartmental data/process coordination.

G2E

Government to Employee: payroll, leave, service records and training.

🏛️ Governance outcome selector

Efficiency

Efficiency · fewer avoidable steps

Integrated records, automation, online payment, status tracking and once-only data capture can reduce time, travel and duplication—when processes are redesigned rather than merely scanned.

Informationpublish rules/forms
Interactionqueries/feedback
Transactionapply/pay/receive
Integrationjoined-up services
Participationco-create/monitor
Trap: E-government focuses on electronic service/administration; e-governance is broader—relationships, participation, transparency, accountability and decision processes.
19

Responsible Digital Governance — Trust by Design

Convenience without rights is not good governance

SAMARTH e-Gov Suite

Open-source/open-standards-enabled platform tailored to HEIs for planning, administration and services—from admission and examination to employee, finance and records workflows.

Governance design test

Accessible? Secure? Minimal data? Transparent rule? Appeal channel? Audit trail? Human help? Offline alternative for exclusion risk?

ChallengeDesign response
Digital divideAssisted access, multilingual/accessible design, low-bandwidth and offline channel
Privacy/surveillancePurpose limitation, data minimization, consent/legal basis, retention control
Cyberattack/outageSecure architecture, MFA, backup, monitoring, incident/continuity plan
Siloed systemsStandards, interoperability, clean master data and accountable sharing
Algorithmic error/biasValidation, explainability, human review and appeal
Low trustStatus tracking, reasoned decisions, audit logs and grievance redressal
Best principle: Digitize the service journey, not the paperwork burden. A bad process on a screen remains a bad process.
Verified: SAMARTH’s official description presents it as a purpose-built digital governance framework for Indian higher-education institutions.
20

Final Signal Check — NET Retrieval Quiz

Answer before inspecting the highlighted key

Machine

Binary → hardware → memory → software.

Network

Scope → Web → protocols → mail → conferencing.

Public value

Digital education → governance → trust.

1. One byte normally contains:
2. Which memory is commonly used for CPU cache?
3. Which device routes packets between networks?
4. DNS primarily performs:
5. Which protocol sends outgoing e-mail?
6. Variation in packet arrival delay is:
7. SWAYAM’s four quadrants include video, reading, self-assessment and:
8. The repository for Indian electronic theses is:
9. Online licence services for firms are mainly:
10. Which statement is technically correct?
Score guide: 9–10 = control-room ready; 7–8 = revisit protocols and initiatives; below 7 = revise modules 2, 5, 7, 11, 16–19. Revised-section progress stays in this browser.
Support the work

Help us sustain serious learning.

Research, content development and hosting all carry real costs. If this work has supported your preparation, a voluntary contribution helps it keep growing.

Support ClassRoom Thinker →Every contribution is voluntary and directly supports the platform.
Feedback & collaboration

Share ideas. Build something meaningful.

Found an error, noticed something unclear, or have a useful idea? Educators, writers, designers and developers are always welcome to reach out.

Corrections, suggestions and genuine collaboration are always welcome.