Vigyan Heritage | Prepared by Vikas
Comprehensive Study Notes:
Network Hardware & Computer Memory
Hardware of Communication (Networking Devices)
1. Repeater
Basic Function: A repeater is a networking device that works to regenerate or replicate a signal.
Detailed Explanation: When data travels over a network cable, the signal gradually degrades and
loses its strength over long distances—a process known as attenuation. If a connection becomes
weak, a repeater receives the degraded signal, boosts or amplifies it, and retransmits it at its original
strength. This allows the signal to cover greater distances without losing data. Amplifiers and signal
transformers often use this concept to maintain clear communication lines.
2. Router
Basic Function: A router is used to connect multiple connections from a single LAN (Local Area
Network) cable or to connect different networks together.
Detailed Explanation: A router acts as a dispatcher or a traffic director for data. When data packets
are sent across a network, the router analyzes the destination IP address of each packet and
determines the fastest and most efficient path for it to reach its target. It connects multiple devices to
the internet and facilitates communication between your local home/school network and the wider
internet (Wide Area Network or WAN).
3. Gateway
Basic Function: A gateway performs the task of connecting two different types of networks or
signals.
Page 1 of 4
Detailed Explanation: Unlike a router that connects similar networks, a gateway acts as a
translator between completely different network architectures that use different communication
protocols. For example, it can connect a standard local network to a mainframe network, converting
the data formats so both sides can understand each other. It serves as the "entry and exit point" for
a network.
4. MODEM (Modulator-Demodulator)
Basic Function: It converts an Analog signal into a Digital signal, and a Digital signal back into an
Analog signal.
Detailed Explanation: Computers operate on digital signals (0s and 1s), but traditional telephone
lines and cable wires transmit data using analog waves.
• Modulation: When your computer sends data to the internet, the modem converts the
computer's digital signal into an analog signal so it can travel over the phone lines.
• Demodulation: When receiving data from the internet, the modem takes the incoming analog
signal and converts it back into a digital signal that your computer can process.
Signals and Currents
• Alternating Current (A.C.): This is the standard electricity used in homes. The flow of electric
charge periodically reverses direction. It travels in a continuous, wave-like pattern (sine wave).
• Direct Current (D.C.): Found in batteries and electronic device power supplies. The flow of electric
charge is strictly in one direction, represented by a straight line.
• Analog Signal: A continuous, time-varying signal that represents physical measurements. It travels
in smooth, continuous waves and can have an infinite number of values within a range (like human
voice or traditional radio waves).
• Digital Signal: A non-continuous signal that carries information in discrete binary values—
specifically 0s and 1s. Computer systems exclusively understand digital signals, represented visually
as square waves.
Computer Memory
Memory is required in a computer to store data, instructions, and information. It is broadly divided into
two categories: Primary and Secondary.
Page 2 of 4
Primary Memory (Main Memory)
This is the internal memory of the computer that the CPU accesses directly. It is generally faster but has
less storage capacity than secondary memory.
1. RAM (Random Access Memory) - Volatile Memory
Basic Function: It is the primary, temporary workspace of the computer. Any data that is currently
being processed or programs that are currently running are stored here.
Detailed Explanation: The term "Random Access" means the CPU can access any part of the
memory directly and instantly, without having to read through previous data. It is constructed using
semiconductor technology (specifically flip-flops and transistors). It relies on continuous electrical
power. If the computer is turned off or the power fails, all the data stored in the RAM is immediately
permanently lost (which is why it is called Volatile).
Types of RAM:
• SRAM (Static RAM): Built using a circuit component called a "Flip-Flop." It holds its data firmly
as long as power is supplied and does not need to be constantly refreshed. Very fast and
expensive; commonly used for Cache memory.
• DRAM (Dynamic RAM): Built using microscopic capacitors and transistors. Capacitors slowly
leak their electronic charge. To prevent data loss, the DRAM must be electronically "refreshed"
thousands of times per second. Slower than SRAM but cheaper, making it standard main
memory.
2. ROM (Read-Only Memory) - Non-Volatile Memory
Basic Function: It stores crucial, permanent instructions required to start and boot up the computer
(like the BIOS).
Detailed Explanation: It is called "Non-Volatile" because the data is permanently written onto the
chip. Even if the power goes out, the data remains safely stored. As the name suggests, a computer
can normally only read data from it, not write new data to it easily.
Types of ROM:
• PROM (Programmable ROM): Manufactured as a blank chip. A user can write data onto it
exactly once. Cannot be erased.
Page 3 of 4
• EPROM (Erasable Programmable ROM): Data can be erased and reprogrammed by exposing
the chip to strong Ultraviolet (UV) light for a specific duration.
• EEPROM (Electrically Erasable Programmable ROM): The most flexible type. Data can be
erased and rewritten electronically without removing the chip. Modern flash drives use this
technology.
Secondary Memory (Auxiliary Memory)
This is external, permanent storage. The CPU does not access it directly; data must first be loaded into
RAM. It is slower than primary memory but offers massive storage capacities.
• CD (Compact Disc): An optical storage medium typically holding about 700 MB of data, read by a
laser.
• DVD (Digital Video Disc): An optical disc similar to a CD but with a much higher capacity (usually
4.7 GB to 8.5 GB).
• BD (Blu-ray Disc): A high-density optical disc designed for high-definition video and massive data
storage (25 GB to 50+ GB), utilizing a blue-violet laser.
• Floppy Disk: An older, obsolete magnetic storage medium that held very little data (typically 1.44
MB).
• Hard Disk Drive (HDD): The primary magnetic storage device consisting of rapidly spinning
magnetic platters. Offers huge storage capacities (Terabytes).
• Memory Card & Pen Drive: Portable solid-state storage devices using EEPROM technology. They
have no moving parts, making them durable and fast.
Page 4 of 4
Vigyan Heritage | Prepared by Vikas
Comprehensive Study Notes:
Advanced Memory & Hardware Generations
Advanced RAM Types
3. NV-RAM (Non-Volatile Random Access Memory)
Basic Concept: This RAM is primarily used in networking environments and is considered one of
the most expensive types of RAM.
Detailed Explanation: NV-RAM combines the best features of RAM and ROM. It offers the high-
speed read/write capabilities of standard RAM but retains its data even when the power is turned off
(non-volatile). In networking devices like enterprise routers and switches, NV-RAM is crucial for
saving startup configurations and routing tables so that network settings are not lost during a power
outage.
4. SD-RAM (Synchronous Dynamic RAM)
Basic Concept: Unlike standard DRAM, SD-RAM operates synchronously with the computer
system's central clock.
Detailed Explanation: Because it is strictly synchronized with the system's clock speed, SD-RAM
can queue up instructions and transfer data much faster and more efficiently than older,
asynchronous types of RAM, perfectly matching the pace of the CPU to prevent bottlenecks.
ROM (Read-Only Memory) & Its Types
Basic Concept: ROM is a primary, permanent memory that holds the fundamental settings and
programs required to start (boot up) the computer. It is known as Non-Volatile Memory.
Page 1 of 3
Detailed Explanation: The data stored in ROM is crucial for the computer's existence. It contains the
BIOS or UEFI firmware. When you press the power button, the computer reads the instructions from the
ROM to wake up the hardware components and load the Operating System.
• 1. PROM (Programmable ROM): A blank chip where a program can be stored only once. If an error
occurs during the programming process, the chip is permanently ruined because the data cannot be
erased or corrected.
• 2. EPROM (Erasable Programmable ROM): If an error occurs in the stored program, the data can
be wiped clean by exposing the chip's quartz window to strong Ultraviolet (UV) rays for a specific
duration. This resets the memory cells so new data can be written.
• 3. EEPROM (Electrically Erasable Programmable ROM): The most advanced type of ROM. If an
error occurs or an update is needed, the data can be erased and rewritten electronically using
electrical signals. This can be done without removing the chip from the computer's motherboard,
making firmware updates very easy.
Generations of Computer Hardware
1. First Generation (1944 - 1955)
• Core Technology: Vacuum Tubes.
• Details: Relied entirely on machine language (binary). Utilized magnetic tape for memory
storage.
• Expansion: These machines were massive, consumed immense amounts of electricity, and
generated a lot of heat, which frequently caused the vacuum tubes to burn out.
2. Second Generation (1955 - 1964)
• Core Technology: Transistors (Developed by William Shockley).
• Details: Transistors replaced vacuum tubes, while magnetic tape continued to be used for
memory storage.
• Expansion: Computers became significantly smaller, faster, cheaper, and more reliable.
Assembly languages began to replace pure binary machine code.
Page 2 of 3
3. Third Generation (1964 - 1975)
• Core Technology: Integrated Circuits / I.C. (Developed by Jack Kilby).
• Details: Magnetic tape was still used alongside emerging magnetic disk technologies.
• Expansion: An integrated circuit placed dozens of miniaturized transistors onto a single silicon
chip. This drastically increased processing speed. Keyboards and monitors replaced punch
cards.
4. Fourth Generation (1975 - 1989)
• Core Technology: VLSI (Very Large Scale Integration).
• Details: Introduced the widespread use of High-Level Languages.
• Expansion: VLSI technology allowed thousands of integrated circuits to be compressed onto a
single microchip, creating the Microprocessor. This gave birth to affordable Personal Computers
(PCs).
5. Fifth Generation (1989 - Present)
• Core Technology: ULSI (Ultra Large Scale Integration).
• Details: Features ultra-high-speed processing and advanced high-level programming
languages.
• Expansion: ULSI packs millions of electronic components onto a single microscopic chip. This
generation focuses on parallel processing, artificial intelligence, machine learning, and
supercomputing.
Page 3 of 3
Vigyan Heritage | Prepared by Vikas
Comprehensive Study Notes:
E-Commerce & Digital Banking
E-Commerce (Electronic Commerce)
Basic Definition: E-commerce refers to the buying and selling of goods, services, or digital products
over the internet. It involves the transfer of money and data to execute these transactions.
Types of E-Commerce Models:
• 1. B2B (Business-to-Business): This involves electronic transactions of goods and services
between two businesses. For example, a manufacturer selling wholesale goods to a retailer.
There is no direct consumer involvement here.
• 2. B2C (Business-to-Consumer): The most common e-commerce model. It involves
businesses selling products or services directly to individual end consumers over the internet
(e.g., buying a pair of shoes from an online store).
• 3. C2C (Consumer-to-Consumer): A model where consumers sell their personal goods or
services to other consumers, usually through a third-party online platform that facilitates the
transaction (e.g., selling a used phone on OLX or eBay).
• 4. B2G (Business-to-Government): Occurs when a business provides goods or services to a
government agency or public administration, often through bidding on government contracts
online.
• 5. G2B (Government-to-Business): When government agencies use online platforms to
provide services, information, or collect fees and taxes from businesses (e.g., online corporate
tax filing, e-procurement portals).
E-Commerce Examples & Facts:
• Major Platforms in India: Flipkart, Amazon India, Meesho, Myntra, Snapdeal, Shopclues, and
Shopsy are among the dominant players in the Indian e-commerce market.
• Global Fact: Alibaba (based in China) is recognized as one of the world's largest e-commerce and
retail companies, especially dominant in B2B and massive-scale global retail.
Page 1 of 3
Net-Banking & Digital Payments
Digital banking allows customers to conduct financial transactions via the internet instead of visiting a
physical bank branch. Below are key Indian banking and payment protocols:
1. NEFT (National Electronic Funds Transfer)
Function: A nationwide payment system facilitating one-to-one funds transfer. It operates in half-
hourly batches rather than strictly instantly.
• Minimum Amount: ₹0 (No minimum limit).
• Maximum Amount: No maximum limit set by the RBI (though individual banks may set their
own daily limits).
2. RTGS (Real Time Gross Settlement)
Function: Designed for high-value transactions. "Real-Time" means the processing of instructions
at the time they are received; "Gross Settlement" means the settlement of funds occurs individually
on an order-by-order basis, without bunching. It is the fastest possible money transfer system
through the banking channel.
• Minimum Amount: ₹2 Lakh.
• Maximum Amount: No upper limit.
Page 2 of 3
3. Modern Digital Interfaces
• UPI (Unified Payments Interface): An instant real-time payment system that enables inter-bank
peer-to-peer (P2P) and person-to-merchant (P2M) transactions. It instantly transfers funds
between two bank accounts using a mobile platform.
• NPCI (National Payments Corporation of India): The umbrella organization that operates
retail payments and settlement systems in India. It is an initiative of the Reserve Bank of India
(RBI) and the Indian Banks' Association (IBA) and is the creator of UPI, RuPay, and BHIM.
• BHIM (Bharat Interface for Money): An Indian mobile payment app developed by the NPCI
based on the UPI system. It was named in honor of B. R. Ambedkar and allows users to make
quick, direct bank transactions using just a UPI ID or scanning a QR code.
Page 3 of 3
Vigyan Heritage | Prepared by Vikas
Comprehensive Study Notes:
Electronic Mail & Internet Basics
10. E-mail (Electronic Mail)
Historical Context: The concept of web-based email was pioneered and introduced globally (and in
India) by Sabeer Bhatia, an Indian-American entrepreneur who co-founded Hotmail
( [Link] ) in 1996, which was one of the world's first free webmail services.
Rules for Email Addresses
When creating a valid email address, there are strict syntax rules. You cannot use blank spaces.
While capital letters are technically recognized by some servers, standard practice dictates using
strictly lowercase letters to avoid delivery issues. Furthermore, certain special characters like *, #, !,
+, -, etc., are generally restricted.
Examples:
• ravi.1925@[Link] (Valid format)
• ravi . ahu@[Link] (Invalid: contains a blank space)
• ravi_1925@[Link] (Valid: underscores '_' and dots '.' are usually allowed)
Page 1 of 3
Core Components of an Email Message
• To: This is the primary recipient field. You enter the exact email address of the person (or
persons) who are the direct intended audience for your message.
• CC (Carbon Copy): This field is used when you want to send a copy of the email to additional
people who need to be kept in the loop. Crucial detail: Everyone listed in the "To" and "CC"
fields can see the email addresses of everyone else who received the message.
• BCC (Blind Carbon Copy): This field is used for sending a copy of the email to multiple people
while keeping their identities hidden. Crucial detail: Recipients placed in the BCC field cannot
see each other's email addresses. This protects the privacy of the recipients.
• Subject: This is the title or heading of the email. It provides a brief, clear summary of what the
email contains so the recipient knows its importance before opening it.
Email Folders & Features
• Inbox: The primary incoming folder. All new, successfully delivered emails addressed to you will
land here.
• Draft / Outbox:
◦ Draft: If you are writing an email but decide to finish it later, you save it here. It holds unsent,
work-in-progress messages.
◦ Outbox: If you hit "Send" but the email cannot be delivered immediately (e.g., lost internet
connection), it rests here until transmission is successful.
• Sent Mail: A historical archive of every email you have successfully transmitted from your
account.
• Spam (Junk Mail): An automated filtering folder that catches unsolicited, mass-produced, or
unwanted emails. Spam emails are highly dangerous as they frequently contain malicious
phishing links, computer viruses, or hacking attempts.
• Attachment: Represented universally by a paperclip icon, this allows you to attach external
digital files to your text email (e.g., PDFs, MS Word, Excel, images).
Page 2 of 3
Common Web Terminology
• WWW: Stands for World Wide Web, the interconnected system of public webpages accessible
through the internet.
• .COM: Stands for Commercial. It is a top-level domain (TLD) originally intended for commercial
organizations, but now used universally.
Page 3 of 3