Telecommunication & Key TermsThe Language of Networking
Telecommunication simply means sending information (voice, data, video) over a distance
using electronic signals. Every time you make a phone call, send a WhatsApp message, or watch YouTube —
that's telecommunication happening!
๐ก Think of it like this…
Imagine a post office. You write a letter (data), put it in an envelope (packet), and a postman
(network) delivers it across the city (communication). Telecommunication is just a super-fast digital
version of this!
Bandwidth
How much data can travel through a connection at once. Think of it like a road
— a wider road (more bandwidth) means more cars (data) can travel at the same time. Measured in
Mbps or Gbps.
Broadband
High-speed internet connection that handles large amounts of data. Unlike old
"dial-up" connections, broadband is always on and very fast — like a highway vs. a single-lane
road.
Throughput
The actual amount of data that successfully arrives at the destination per
second. Bandwidth is the road size; throughput is how many cars actually made it through!
Data Packets
When you send a file, it gets broken into small chunks called packets. Each
packet travels separately and gets reassembled at the destination — like mailing a book page by
page.
Frequency
The number of signal waves per second. Higher frequency = more data can be
sent. Measured in Hertz (Hz). Wi-Fi uses 2.4 GHz and 5 GHz frequencies.
3G / 4G / 5G
Generations of mobile networks. 3G = basic internet on phone, 4G = fast
streaming, 5G = extremely fast, low delay — the "G" just means "Generation"!
1.2
Communication Channels / MediaHow Data Travels
Data needs a physical or wireless path to travel from one device to another. These paths
are called communication channels or media. There are two types:
Wired (physical cables) and Wireless (no cables, uses signals).
๐
Wired Media
CAT6 Cable (Ethernet)The most common internet cable. Looks like a thick telephone wire with an RJ45
plug. Used in offices, schools and homes to connect computers to routers. Supports
speeds up to 10 Gbps. Reliable and fast!
Optical Fiber CableUses tiny glass or plastic threads to carry data as light pulses. Extremely fast
(terabits per second!) and can travel very long distances without losing signal.
Used for undersea internet cables connecting countries!
๐ถ
Wireless Media
Wi-FiWireless internet you use every day! Uses radio waves to connect your phone or
laptop to a router without any cable. Works in your home, cafรฉ, or school.
BluetoothShort-range wireless connection (up to ~10 meters). Perfect for connecting
headphones, keyboards, or sharing files between phones nearby. Uses very little
power.
RFID (Radio Frequency ID)Tiny chips that can be read wirelessly. Used in library books, product barcodes,
ID cards, and even passports. Works without needing a battery in the chip!
SatellitesCommunication satellites orbit Earth and beam internet signals to remote areas.
Used in ships, airplanes and areas where cables can't reach. Elon Musk's Starlink is
a famous example!
๐ก Wired vs Wireless — Simple Comparison
Wired is like train tracks — very reliable, fast, but fixed in place. Wireless is like flying — flexible
and free, but can be affected by weather (interference). Both have their uses!
1.3
ConnectorsThe Plugs That Connect It All
Cables need plugs to actually connect to devices. These plugs are called connectors.
๐ RJ45 Connector
The plug at the end of a LAN (ethernet) cable. It looks like a bigger version of a phone charger
plug. "RJ" stands for Registered Jack. You use it to plug your computer into a router or switch.
It has 8 tiny pins inside that make the connection.
Fun fact: RJ45 is so common, almost every laptop and desktop has an RJ45 port!
๐ Media Converter
A device that converts one type of network signal to another — for example, from copper
(ethernet) to optical fiber signals. Useful when you need to connect old equipment (CAT6) to a
newer fiber network without replacing everything.
Think of it as: A translator between two people speaking different languages.
1.4
Networking DevicesThe Hardware Heroes
These are the physical devices that help data travel from one computer to another across a network. Each
device has a different job!
๐ก
Repeater
Signals get weak over long distances. A repeater receives a weak signal and
boosts it back to full strength. Like a relay runner passing the baton to keep the race going.
๐
Hub
Connects multiple computers in a network. But it's "dumb" — it sends every
message to ALL connected computers, even if only one was the target. Old and mostly replaced by
switches.
๐
Switch
Like a smarter hub — it knows which device is connected to which port and
sends data only to the correct destination. Much more efficient. Used in every modern office and
school network.
๐
Bridge
Connects two separate network segments and filters traffic between them.
Think of it as a bridge between two neighborhoods that only lets the right people cross.
๐
Router
The most important device! A router connects your home or school network to
the internet. It decides the best path for each data packet to travel. The Wi-Fi device at your
home IS a router!
๐ง Easy Way to Remember
Hub = shouts to everyone. Switch = whispers to the right person. Router = finds the best road to send it
across cities!
1.5
Network TopologiesHow Computers Are Arranged
A topology is the shape or layout of a network — how all the computers and
devices are connected to each other. Different layouts have different advantages!
BUS Topology
All computers connect to a single central cable (the "bus"). Simple and
cheap, but if the main cable breaks — the whole network fails!
Star Topology
All computers connect to a central switch/hub. Most common today. If one
cable breaks, only that computer is affected. Easy to manage!
Ring Topology
Computers are connected in a circle. Data travels around the ring until it
reaches its destination. If any computer fails, the whole network can break.
Hybrid Topology
A mix of two or more topologies. For example, star + bus. Used in large
organizations where different sections need different layouts. Most flexible!
1.6
Types of Networks by CoverageFrom Your Room to the World
Networks are also classified by how large an area they cover — from your bedroom to the entire world!
PAN
Personal Area Network
Range: ~10 meters
Your phone connecting to
Bluetooth earbuds or smartwatch. Just around your body!
LAN
Local Area Network
Range: Building / Campus
Your school's computer
lab network. All computers in one building connected together.
MAN
Metropolitan Area Network
Range: City-wide
Network connecting multiple
buildings across a city. Like a city's cable TV network or city-wide Wi-Fi.
WAN
Wide Area Network
Range: Country / World
The Internet itself is the
biggest WAN! Connects countries and continents using fiber cables and satellites.
๐ก Size Analogy
PAN = your bedroom · LAN = your school · MAN = your city · WAN = the whole world!
1.7
Network ArchitectureWho's the Boss?
Network architecture describes how computers in a network relate to each other —
specifically, who provides services and who uses them.
๐ฅ️ Client-Server
One powerful server, many clients
One central computer (server) stores all data and resources
Other computers (clients) request services from the server
Your school's computer lab probably uses this — one server, many student PCs
More secure and easier to manage
If the server goes down, clients can't work
๐ก Analogy
Like a restaurant — the kitchen (server) prepares food, and customers (clients) order and
receive it.
๐ฅ Peer-to-Peer (P2P)
All computers are equal
No central server — every computer can share resources
Any computer can be both a client and a server
Used in small home networks or file sharing (like BitTorrent)
Easy to set up, no expensive server needed
Less secure, harder to manage with many computers
๐ก Analogy
Like friends sharing snacks with each other — everyone gives and everyone takes, no "boss"
deciding.
1.8
IP Addressing — IPv4 & IPv6Every Device Has an Address
Just like every house has a postal address so the postman knows where to deliver, every device on a
network has an IP Address so data knows where to go. "IP" stands for Internet
Protocol.
IPv4
The older, most common version. Uses 32
bits, written as 4 groups of numbers (0–255) separated by dots.
192.168.1.1
Can support ~4.3 billion addresses
We are running out of them!
Your home router probably has an address like 192.168.1.1
Check yours: open CMD → type ipconfig
IPv6
The newer version, created because IPv4
addresses ran out. Uses 128 bits, written in hexadecimal (0–9 and a–f).
2001:0db8:85a3:0000:0000:8a2e:0370:7334
Can support 340 undecillion addresses (340 followed by 36 zeros!)
Enough for every grain of sand on Earth to have an address
Slowly replacing IPv4 worldwide
Needed for IoT — billions of smart devices
๐ง Remember
IPv4 = old format, 4 numbers like 192.168.1.1, nearly full. IPv6 = new format, long hexadecimal,
unlimited space. Both work on the internet today!
1.9
Internet, Intranet & ExtranetPublic, Private, or In Between?
These three terms all describe networks but with different levels of access and privacy.
Understanding the difference is really important!
๐
Internet
A massive global network open to everyone in the world. Connects billions of
computers, phones, and devices. You use it every day to browse websites, watch YouTube, and send
emails. No single person or company owns it.
Example: Browsing Google, Facebook, or YouTube.
๐ข
Intranet
A private network that looks and works like the internet but is only accessible to
employees or members of one organization. Used by companies and schools to
share internal documents, notices, and resources securely.
Example: Your school's internal portal that only students and teachers can log
into.
๐ค
Extranet
Like an intranet but extended to give selected outsiders (like partners or
suppliers) limited access. It's the middle ground between internet (public) and intranet (fully
private).
Example: A company sharing its inventory system with trusted partner companies
only.
๐ก Super Simple Analogy
Internet = a public park (anyone can enter). Intranet = your home (only family). Extranet = inviting a
few trusted friends into your home!
๐ป
Practical CommandsTry These on Your Computer!
These are real commands you can type in the Command Prompt (CMD) on Windows. Open it by
pressing Windows + R, type cmd, and press Enter.
> ping google.com
Tests if your computer can reach another computer or website. Sends small
"hello" packets and measures how long the reply takes (in milliseconds). Great for testing
internet connection!
> ipconfig
Shows your computer's IP address, Subnet Mask, and Default Gateway. Default
Gateway is usually your router's IP address. This is how your computer connects to the internet.
> tracert google.com
Traces the exact path (every router/hop) your data takes to reach a website.
Like GPS tracking for data packets! Shows you which cities your data passes through.
> nslookup google.com
Looks up the IP address of any website. Websites have human-friendly names
(like google.com) but computers use IP addresses. nslookup shows you the actual IP behind the
name!
๐งช Try It Now!
Open CMD and type ipconfig — look for "IPv4 Address" and "Default Gateway". Write down
what you see. Then try ping 8.8.8.8 (Google's server). If you get replies, your
internet is working!
๐ง Quick Quiz — Test Yourself!
Question 1
What is the difference between Bandwidth and Throughput?
๐ก Bandwidth is the maximum capacity of a connection (like the width of a road).
Throughput is the actual data successfully transferred (how many cars actually moved through).
Throughput is always ≤ Bandwidth.
Question 2
Which networking device sends data only to the correct destination device (not
everyone)?
๐ก A Switch. Unlike a Hub which broadcasts to all, a Switch learns which device is
on which port and sends data only to the right one.
Question 3
Your school's computer lab network is an example of which type of network?
๐ก LAN (Local Area Network) — it covers a single building or campus.
Question 4
Why was IPv6 created if IPv4 already existed?
๐ก IPv4 can only support ~4.3 billion addresses, which are nearly exhausted with
billions of smartphones, computers, and IoT devices. IPv6 offers virtually unlimited addresses (340
undecillion).
Question 5
Which topology is most commonly used today and why?
๐ก Star Topology. Because if one cable or computer fails, only that device is
affected — the rest of the network keeps working. Easy to add/remove devices too.
Question 6
What is the difference between Intranet and Extranet?
๐ก Intranet is a private network for internal members (employees/students) only.
Extranet is an extension of the intranet that gives limited access to specific external users like
partners or suppliers.
Netra Koirala
Computer Science Educator
Passionate computer science educator and author. Provides free study notes, practical guides, and tutorials for Class 9, 10, 11, 12, and B.Sc CSIT students in Nepal. Years of teaching experience in computer science fundamentals.
Computer Science notes, tutorials, MCQs, and educational resources for Nepal students. Covering Class 9, SEE preparation, Class 11, Class 12, SLC, programming, DBMS, networking, HTML, JavaScript, PHP, OOP and more.