SEC -Computer Hardware and Networking Notes
1. Peripheral Device Management
Peripheral devices are external devices connected to a computer system such as keyboard,
mouse, printer, etc.
1.1 Installing Device Drivers
A device driver is software that allows the OS to communicate with hardware.
Steps to install drivers:
1. Connect the device to the computer
2. OS may auto-detect and install drivers
3. If not:
o Use CD/DVD provided with device OR
o Download from manufacturer website
4. Install manually via:
o Device Manager (Windows)
o “Add Hardware” option
1.2 Updating Device Drivers
Improves performance and compatibility
Fixes bugs and security issues
Steps:
Open Device Manager
Right-click device → Update Driver
Choose:
o Search automatically
o Browse manually
2. File Organization and Permissions
2.1 File Operations
Basic file handling operations:
Copying: Creates duplicate file
Moving: Transfers file to another location
Renaming: Changes file name
Deleting: Removes file (temporary/permanent)
Common methods:
Right-click menu
Keyboard shortcuts:
o Ctrl + C (Copy)
o Ctrl + X (Cut)
o Ctrl + V (Paste)
o Delete key
2.2 Managing Hidden/System Files
Hidden files are not visible by default
System files are critical OS files
To show hidden files:
Go to File Explorer
View → Show → Hidden items
Precautions:
Do not modify system files unless necessary
May cause system instability
2.3 File Permissions
Permissions control access to files.
Types:
Read (R): View content
Write (W): Modify content
Execute (X): Run file/program
Usage:
Protect sensitive data
Control user access
2.4 Sharing Folders & Network Drives
Folder Sharing:
Right-click folder → Properties → Sharing
Enable “Share”
Set permissions (Read/Write)
Network Drives:
Access shared folders over network
Assign drive letter (e.g., Z:)
Benefits:
Easy file sharing
Centralized storage
3. Installing & Connecting Accessories
3.1 Common Devices
Keyboard
Mouse
Monitor
Printer
Optical drive (CD/DVD)
3.2 Installation Steps
1. Connect device (USB, HDMI, etc.)
2. Power on device
3. Install drivers if required
4. Configure settings
3.3 Basic Troubleshooting
Device Issue Solution
Keyboard Not working Check USB port, restart
Mouse Cursor not moving Replace batteries, reconnect
Monitor No display Check cable, power
Printer Not printing Check driver, paper, ink
Optical drive Not detected Check BIOS, cables
4. Common Hardware Faults & Troubleshooting
4.1 No Display
Causes:
Loose cable
Faulty monitor
GPU issue
Solutions:
Check connections
Test with another monitor
Reseat RAM/GPU
4.2 Boot Failure
Symptoms:
System not starting
OS not loading
Causes:
Corrupt OS
Faulty hardware
Solutions:
Check BIOS settings
Repair/reinstall OS
Check hard disk
4.3 Beeping Codes
Beep sounds indicate hardware errors.
Common meanings:
Continuous beep → RAM issue
Short beeps → POST success/failure
Pattern beeps → Specific hardware fault
4.4 Overheating Issues
Causes:
Dust accumulation
Faulty fan
Poor ventilation
Solutions:
Clean system
Replace cooling fan
Ensure proper airflow
4.5 Memory Faults (RAM)
Symptoms:
System crashes
Blue screen
Slow performance
Solutions:
Reseat RAM
Replace faulty module
Run memory diagnostics
4.6 Hard Disk Failures
Symptoms:
Slow performance
Clicking noise
Data loss
Causes:
Physical damage
Bad sectors
Solutions:
Run disk check tools
Backup data immediately
Replace hard disk
1. Connecting Computers in a Network
A computer network is a group of interconnected computers that can communicate and share
resources.
1.1 Types of Networks
LAN (Local Area Network): Covers small areas (home, office, lab)
WAN (Wide Area Network): Covers large geographical areas (Internet)
1.2 Requirements for Networking
Computers (nodes)
Network Interface Card (NIC)
Transmission media:
o Wired (Ethernet cable)
o Wireless (Wi-Fi)
Network device:
o Switch / Hub / Router
1.3 Methods to Connect Computers
Wired Connection:
Use Ethernet cables
Connect through switch/router
Provides stable and fast connection
Wireless Connection:
Use Wi-Fi
Connect via router
Provides mobility
1.4 Steps to Set Up a Basic Network (LAN)
1. Connect computers using cables or Wi-Fi
2. Assign IP addresses:
o Automatically (DHCP)
o Manually (Static IP)
3. Ensure all devices are in same network range
4. Test connection using:
o Ping command
2. Sharing Files, Printers, and Resources
2.1 File Sharing
Allows users to access files from another computer.
Steps:
1. Select folder → Right-click → Properties
2. Go to Sharing tab
3. Click Share / Advanced Sharing
4. Set permissions (Read/Write)
5. Access from another system using:
o Network section
o IP address
2.2 Printer Sharing
Allows multiple users to use one printer.
Steps:
1. Connect printer to one computer
2. Enable printer sharing:
o Control Panel → Devices and Printers
3. Share printer
4. Other computers:
o Add network printer
2.3 Sharing Other Resources
Storage devices
Internet connection
Applications (in advanced networks)
2.4 Benefits of Resource Sharing
Cost saving
Efficient resource utilization
Easy collaboration
3. Configuring Router or Modem
A router connects multiple devices and manages network traffic.
A modem connects your network to the Internet.
3.1 Steps to Configure a Router
1. Connect router to power supply
2. Connect modem to router (WAN port)
3. Connect computer to router (LAN/Wi-Fi)
4. Open browser and enter router IP (e.g., [Link])
5. Login using default credentials
6. Configure:
o Network name (SSID)
o Password
o Internet settings
3.2 Configuring Internet Connection
Use ISP-provided details:
o Username & password (PPPoE)
o Dynamic IP / Static IP
4. Setting Up a Secure Internet Connection
4.1 Wi-Fi Security Settings
Use strong encryption:
o WPA2 / WPA3 (recommended)
Avoid outdated security:
o WEP (not secure)
4.2 Password Management
Use strong password:
o Minimum 8–12 characters
o Mix of letters, numbers, symbols
4.3 Additional Security Measures
Change default router username/password
Disable WPS (Wi-Fi Protected Setup)
Enable firewall
Hide SSID (optional)
Limit connected devices
4.4 Network Security Best Practices
Update router firmware regularly
Use antivirus software
Avoid public network risks
Monitor connected devices
5. Troubleshooting Network Issues
Problem Cause Solution
No Internet ISP issue / cable loose Restart modem/router
Slow speed Network congestion Limit users / upgrade plan
Problem Cause Solution
Cannot connect to Wi-Fi Wrong password Re-enter credentials
Device not detected IP issue Check IP settings
Printer not accessible Sharing disabled Enable sharing
Virtualization, Server Consolidation & Efficient Networking – UG Notes
1. Virtualization
1.1 Definition
Virtualization is a technology that allows multiple virtual systems (called Virtual Machines or VMs) to
run on a single physical machine.
It is widely used in Cloud Computing and modern data centers.
1.2 How Virtualization Works
A hypervisor (software layer) manages virtual machines
It allocates CPU, memory, and storage to each VM
Types of Hypervisors:
Type 1 (Bare-metal): Runs directly on hardware
Type 2: Runs on top of an operating system
1.3 Advantages of Virtualization
Better resource utilization
Reduced hardware costs
Easy backup and recovery
Isolation between systems
Scalability
1.4 Disadvantages
Initial setup complexity
Performance overhead (in some cases)
Requires skilled management
2. Server Consolidation
2.1 Definition
Server consolidation is the process of reducing the number of physical servers by running multiple
virtual servers on fewer machines.
2.2 Purpose
Minimize hardware usage
Reduce energy consumption
Simplify management
2.3 Benefits
Lower operational costs
Reduced power and cooling needs
Improved efficiency
Easier maintenance
2.4 Example
Instead of running:
10 physical servers → Use 1 powerful server with 10 virtual machines
3. Efficient Networking Design
3.1 Definition
Efficient networking design focuses on building networks that are:
Reliable
Scalable
Cost-effective
High-performing
3.2 Key Principles
1. Scalability
Network should support future growth
2. Reliability
Use redundancy (backup links/devices)
3. Performance Optimization
Reduce latency and congestion
Use high-speed devices
4. Security
Protect data using firewalls and encryption
5. Simplicity
Avoid unnecessary complexity
3.3 Network Design Techniques
Proper IP addressing scheme
Use of VLANs (Virtual LANs)
Load balancing
Network segmentation
3.4 Topologies
Star topology (most common)
Mesh topology (high reliability)
Bus and ring (less common today)
4. Sustainable Networking Practices
4.1 Definition
Sustainable networking focuses on reducing environmental impact while maintaining performance.
4.2 Importance
Reduces energy consumption
Minimizes electronic waste
Supports eco-friendly IT practices
4.3 Key Practices
1. Energy-Efficient Devices
Use low-power routers, switches, and servers
2. Virtualization
Reduces physical hardware usage
3. Proper Cooling Systems
Efficient airflow in data centers
4. Recycling & E-Waste Management
Dispose of old equipment responsibly
5. Power Management
Turn off unused devices
Use sleep/hibernate modes
4.4 Green Networking Concepts
Use of renewable energy
Smart network management
Reducing carbon footprint
5. Relationship Between Concepts
Virtualization → Enables → Server Consolidation
Server Consolidation → Supports → Sustainable Networking
Efficient Network Design → Improves → Performance & Energy Efficiency
Quick Revision Summary
Virtualization allows multiple VMs on one system
Server consolidation reduces physical servers
Efficient network design ensures scalability and reliability
Sustainable networking reduces environmental impact
All concepts work together in modern IT infrastructure