Latest Post

Computer Network | Computer Operator Loksewa Preparation

Computer Operator Loksewa Preparation

Computer Networking — Complete Notes

Covers: Network Types · Topologies · Cables · Devices · IP Addressing · Commands · Internet · Cloud

1. Definition of Networking

Networking is the process of connecting multiple devices — computers, servers, smartphones — to share resources, data, and communication. It enables efficient collaboration across personal, business, and government settings.

2. Types of Networks

A. Based on Geographical Scope

Type Full Form Description Example
PANPersonal Area NetworkConnects personal devices within short rangeBluetooth, USB Tethering
LANLocal Area NetworkCovers homes, offices, or schoolsOffice Wi-Fi, School Labs
MANMetropolitan Area NetworkCovers a city, connects multiple LANsISP networks in a city
WANWide Area NetworkCovers large geographical areasThe Internet, VPN
WLANWireless LANLAN using Wi-Fi instead of wired connectionsOffice/home Wi-Fi
SANStorage Area NetworkDedicated network for storing dataCloud Storage Centers
VPNVirtual Private NetworkSecure encrypted connection over public networkRemote company access

B. Based on Functionality

Client-Server

Central server manages resources; clients request services.

Peer-to-Peer (P2P)

Computers share resources directly without a central server.

Cloud Network

Uses cloud computing for networking. E.g. Google Drive, OneDrive.

Enterprise Network

Large-scale private network for organizational communication.

3. Network Topologies

Network topology refers to the physical or logical arrangement of devices in a network.

Topology Description Advantages Disadvantages
BusAll devices share a single communication lineSimple and cost-effectiveWhole network fails if main cable fails
StarAll devices connected to a central hub/switchEasy to troubleshoot and expandNetwork fails if central hub fails
RingDevices connected in a circular loopReduces data collisionsSingle failure can break the network
MeshEach device connected to multiple devicesHigh redundancy and reliabilityExpensive and complex to set up
TreeCombination of bus and star topologyScalable and hierarchicalFailure of main cable affects segments
HybridMix of two or more topologiesFlexible and efficientHigh cost and complexity

4. Network Cables and Connectors

A. Wired Cables

Cable Type Description Speed & Distance Usage
Twisted PairPairs of wires twisted to reduce interference10 Mbps – 10 Gbps, up to 100mLAN, office networks
CoaxialSingle copper core with shieldingUp to 10 Mbps, up to 500mCable TV, broadband
Fiber OpticUses light signals for high-speed data100 Mbps – 100 Gbps, up to 100 kmISPs, long-distance networks

B. Wireless Media

Radio WavesWi-Fi, Bluetooth, satellite
Infrared (IR)Remote controls, short-range transfer
MicrowaveSatellite, point-to-point communication

C. Network Connectors

Connector Description Used For
RJ-45Standard connector for Ethernet cablesLAN connections
RJ-11Smaller connector for telephone linesDial-up internet
BNCConnector for coaxial cablesOld Ethernet, CCTV systems
SC & LCFiber optic connectors for high-speed dataLong-distance networking
USBUniversal Serial Bus connectorUSB modems and routers

5. Network Devices

Device Description Function / Usage
HubBroadcasts data to all connected devicesUsed in small networks; less efficient
SwitchSends data only to the intended deviceImproves network performance and efficiency
RouterConnects different networks, manages internet trafficConnects local network to the internet
GatewayConnects two different network types and protocolsEnterprise networks, cloud services
ModemConverts digital ↔ analog signals for internet accessDSL, fiber, and cable internet
RepeaterAmplifies weak signals to extend network rangeLong-distance communication
Access PointProvides wireless connectivity to a networkWi-Fi networks
FirewallFilters incoming and outgoing trafficProtects against cyber threats

6. Cable Testing

After installation, cables must be tested to ensure proper data transmission.

Cable Tester
Checks continuity, wiring errors, and signal strength.
Fluke Network Tester
Advanced tool for network diagnostics.
Toner and Probe
Helps locate cables in walls and patch panels.
Network Analyzer
Identifies network performance issues.

Common Cable Issues and Fixes

Problem Cause Fix
No connectionLoose or broken wiresCheck cable continuity
Slow speedPoor-quality cable or interferenceUse shielded cables and proper routing
Data lossFaulty connectorsRe-crimp and test connectors

7. IP Addressing

An IP address is a unique identifier assigned to each device in a network.

Types of IP Addresses

Type Example Description
IPv4192.168.1.1Most common format; 32-bit address
IPv62001:db8::ff00:42:8329Future-proof; 128-bit; supports more devices
Public IPAssigned by ISPUsed to connect to the internet
Private IP192.168.x.x / 10.x.x.xUsed within LAN networks

Subnet Mask

Determines network vs host portion. Example: 255.255.255.0 (Class C)

Default Gateway

Connects local network to external networks. E.g. 192.168.1.1

DNS

Translates domain names to IPs. Google: 8.8.8.8 · Cloudflare: 1.1.1.1

Static vs Dynamic IP

Static: Manually set, fixed (servers, printers).
Dynamic: Auto-assigned by DHCP server.

8. Network Utility Commands

IPCONFIG / IFCONFIG

Shows IP address, subnet mask, and default gateway.
ipconfig (Windows) · ifconfig (Linux)

PING

Tests network connectivity by sending packets to a destination.
ping google.com

TRACERT / TRACEROUTE

Traces packet route to destination; identifies bottlenecks.
tracert google.com

NSLOOKUP

Queries DNS to resolve a domain name to its IP address.
nslookup google.com

NETSTAT

Displays active connections, listening ports, and network stats.
netstat -an

ARP

Address Resolution Protocol — displays MAC-to-IP mapping.
arp -a

9. E-Mail, Internet, and WWW

E-Mail (Electronic Mail)

A digital method of sending messages and files over the internet.

  • SMTP (Simple Mail Transfer Protocol) — Sends emails
  • POP3 / IMAP — Retrieves emails
  • Providers: Gmail, Outlook, Yahoo Mail

Internet

A global network connecting millions of devices using TCP/IP protocols. Provides web browsing, email, VoIP, cloud computing, and online gaming.

Intranet vs. Extranet

Feature Intranet Extranet
DefinitionPrivate network within an organizationPrivate network accessible by external users
AccessEmployees onlyPartners, suppliers, selected users
ExampleInternal HR and payroll portalsVendor portals, supply chain management

World Wide Web (WWW)

  • A service that runs on the internet using HTTP/HTTPS
  • Websites accessed via browsers: Chrome, Firefox, Edge
  • Built with HTML, CSS, JavaScript
  • Search Engines: Google, Bing, DuckDuckGo

10. Web Browsers

A web browser is a software application used to access and navigate the World Wide Web.

Browser Developer Key Features
Google ChromeGoogleFast browsing, extensions, Incognito mode
Mozilla FirefoxMozilla FoundationPrivacy-focused, open-source, customizable
Microsoft EdgeMicrosoftWindows integration, Read Aloud, Collections
SafariAppleOptimized for macOS/iOS, privacy protection
OperaOpera SoftwareBuilt-in VPN, ad blocker, speed dial
BraveBrave SoftwarePrivacy-focused, no ads, built-in crypto wallet

Features of Modern Browsers

Tabbed Browsing Incognito Mode Extensions & Add-ons Bookmarking Sync Across Devices Developer Tools

11. Cloud Computing

Cloud computing allows users to store and access data over the internet instead of on local devices, offering on-demand storage, computing power, and application hosting.

Service Provider Key Features
Google DriveGoogleFile storage, integrates with Google Docs & Gmail
DropboxDropbox Inc.File sharing, storage and backup service
iCloudAppleStores and syncs iPhone, iPad, and Mac data
OneDriveMicrosoftStores Office files, integrated with Windows
AWSAmazonCloud storage, AI, virtual machines (EC2, S3)
Google Cloud (GCP)GoogleCloud hosting, machine learning, big data

Benefits of Cloud Services

Access Anywhere Automatic Backup Easy Collaboration Scalability Data Encryption & Security
📝 Exam Tips: For Loksewa, focus on definitions of PAN/LAN/MAN/WAN, topology advantages/disadvantages, the difference between Hub/Switch/Router, IP classes, and key commands like ping, ipconfig, tracert, and nslookup.

Comments