Unit: 1 Computer Network and Communication
Complete notes covering telecommunication basics, communication media, connectors, networking devices, topologies, network types, architecture, IP addressing, and internet/intranet/extranet, based on the CDC syllabus.
1.1 Concept of Telecommunication and Key Terminology
Telecommunication refers to the exchange of information over a distance using electronic means, such as cables, radio waves, or satellites. It’s the foundation that allows computers, phones, and other devices to communicate with each other, whether across a room or across the world.
Key Terminology
Bandwidth : the maximum amount of data that can be transmitted over a network connection in a given time, usually measured in bits per second (bps), such as Mbps (megabits per second) or Gbps (gigabits per second). A higher bandwidth means more data can pass through at once, similar to a wider road allowing more cars to travel side by side.
Throughput : the actual amount of data successfully transmitted over a network in real conditions. While bandwidth is the theoretical maximum, throughput is what you actually get, which is often lower due to network congestion, interference, or hardware limits.
Broadband : a high-speed, high-capacity internet connection that can carry large amounts of data at once, allowing multiple types of data (voice, video, text) to travel simultaneously. Common broadband types include DSL, cable, and fiber-optic connections.
3G/4G/5G : generations of mobile network technology, each offering faster speeds and better reliability than the last:
- 3G : introduced mobile internet browsing and video calling, but at relatively slow speeds
- 4G : significantly faster, enabling smooth video streaming and quicker downloads
- 5G : the newest generation, offering extremely high speeds, very low delay (latency), and support for many more connected devices at once
Data Packets : when information travels over a network, it’s broken down into small chunks called packets, sent separately, and reassembled at the destination. Each packet contains the actual data along with addressing information showing where it came from and where it’s going.
Frequency : the number of times a signal wave repeats per second, measured in Hertz (Hz). In wireless communication, different frequency bands are used to transmit signals; for example, common Wi-Fi routers operate on 2.4 GHz and 5 GHz frequency bands.
1.2 Communication Channel / Media
A communication channel (or medium) is the physical or wireless path through which data travels between devices. These are divided into wired and wireless media.
Wired Media
CAT6 (Category 6 cable) : a type of twisted-pair copper cable widely used for wired Ethernet networks. It supports faster speeds and less interference than older cable categories like CAT5, commonly used to connect computers to routers or switches in homes, schools, and offices.
Optical Fiber : a cable that transmits data as pulses of light through thin strands of glass or plastic, rather than electrical signals. Fiber optic cables support extremely high speeds over long distances with very little signal loss, and are commonly used for internet backbones connecting cities and countries.
Wireless Media
Wi-Fi : a wireless technology that allows devices to connect to a network using radio waves, without physical cables, commonly used for home and office internet access.
Bluetooth : a short-range wireless technology used to connect nearby devices, such as connecting a phone to wireless earphones or a keyboard to a laptop.
RFID (Radio Frequency Identification) : uses radio waves to identify and track tags attached to objects, commonly used in inventory systems, access cards, and toll payment systems.
Satellites : used to relay communication signals across very long distances, including areas where laying physical cables isn’t practical, such as remote regions or global positioning (GPS) services.
1.3 Connector: RJ45, Media Convertor
RJ45 connector : a small plastic connector attached to the end of Ethernet (network) cables, used to plug the cable into a computer, router, or switch. It has 8 pins that align with the 8 wires inside a CAT6 or similar Ethernet cable, and looks similar to a slightly wider telephone jack.
Media Convertor :— a device that converts one type of network signal into another, most commonly used to connect a fiber optic cable segment to a copper Ethernet cable segment (or vice versa). This allows networks using different types of cabling to communicate with each other without needing to replace the entire cabling system.
1.4 Networking Devices: Repeater, Hub, Switch, Bridge, and Router
Repeater : a device that receives a network signal, strengthens (amplifies) it, and retransmits it, used to extend the range of a network when a signal would otherwise weaken over long distances.
Hub : a basic networking device that connects multiple computers together, but simply broadcasts any incoming data to all connected devices, regardless of which one it’s actually meant for. This makes hubs simple but inefficient, and they are largely outdated today.
Switch : similar to a hub, but smarter it sends data only to the specific device it’s intended for, based on that device’s address, rather than broadcasting to everyone. This makes switches far more efficient and is why switches have mostly replaced hubs in modern networks.
Bridge : a device that connects two separate network segments together, making them function as one larger network, while also filtering traffic to reduce unnecessary data between the segments.
Router: a device that connects different networks together, most commonly connecting a home or office network to the wider internet. A router directs (routes) data packets to their correct destination based on IP addresses, and often also assigns IP addresses to devices on the local network.
| Device | Main Function |
|---|---|
| Repeater | Strengthens and extends a signal |
| Hub | Connects devices, broadcasts data to all |
| Switch | Connects devices, sends data only to the intended one |
| Bridge | Joins two network segments into one |
| Router | Connects different networks, directs data using IP addresses |
1.5 Topologies Overview: BUS, Star, Ring, Hybrid
A network topology is the arrangement or layout pattern showing how devices are connected to each other in a network.
Bus Topology : all devices are connected to a single central cable (called the backbone or bus). Data sent by one device travels along this cable and is available to all other devices, though only the intended recipient uses it. Simple and cheap to set up, but if the main cable fails, the entire network goes down.
Star Topology : all devices are connected individually to a central device, such as a switch or hub, rather than to each other directly. This is the most common topology used today, since if one device’s cable fails, only that device loses connection, not the whole network. However, if the central device fails, the entire network is affected.
Ring Topology : each device is connected to exactly two other devices, forming a closed loop (ring), and data travels around the ring in one direction until it reaches its destination. A break anywhere in the ring can disrupt the entire network, unless the network includes a backup path.
Hybrid Topology : a combination of two or more different topologies (for example, combining star and bus), used to take advantage of the strengths of each while working around their individual weaknesses. Larger organizations often use hybrid topologies to connect multiple smaller star networks together.
1.6 Overview of Different Networks Based on Coverage: PAN, LAN, MAN, WAN
Networks are also classified by how large an area they cover.
PAN (Personal Area Network) : covers a very small area, typically around a single person, such as a phone connected to wireless earbuds via Bluetooth, usually within a few meters.
LAN (Local Area Network) : covers a small, limited area such as a single building, home, or school, connecting computers and devices that are physically close together.
MAN (Metropolitan Area Network) : covers a larger area than a LAN, such as an entire city or a large campus, often connecting multiple LANs together.
WAN (Wide Area Network) : covers a very large geographic area, potentially spanning countries or continents. The internet itself is the largest example of a WAN, connecting countless smaller networks together worldwide.
| Network Type | Typical Coverage |
|---|---|
| PAN | A few meters (around one person) |
| LAN | A single building or school |
| MAN | A city or large campus |
| WAN | Countries or continents (e.g. the internet) |
1.7 Network Architecture: Client-Server and Peer-to-Peer
Network architecture describes how devices on a network interact and share resources with each other.
Client-Server Architecture
In this model, one or more powerful central computers (servers) provide services, data, or resources, while other computers (clients) request and use those services. For example, when you visit a website, your device is the client, and the website’s files are stored on and delivered by a server.
Advantages include centralized control and easier data management, though it requires a dedicated server and can be more costly to set up.
Peer-to-Peer (P2P) Architecture
In this model, every computer on the network has equal status each device (called a peer) can act as both a client and a server, sharing files or resources directly with other peers without needing a central server.
This is simpler and cheaper to set up for small networks, but becomes harder to manage and secure as the number of devices grows, since there’s no central point of control.
1.8 Concept of IP Addressing (IPv4 and IPv6)
An IP address (Internet Protocol address) is a unique numerical label assigned to every device connected to a network, allowing devices to identify and communicate with each other, similar to how a house address allows mail to reach the correct destination.
IPv4
IPv4 is the older and still widely used version of IP addressing, written as four numbers (each from 0 to 255) separated by dots.
192.168.1.1
IPv4 can support around 4.3 billion unique addresses, which sounded like a huge number when it was designed, but has become insufficient given the massive growth in internet-connected devices worldwide.
IPv6
IPv6 is the newer version, designed to solve IPv4’s address shortage. It uses a much longer format, written as eight groups of hexadecimal numbers separated by colons.
2001:0db8:85a3:0000:0000:8a2e:0370:7334
IPv6 provides an enormously larger number of possible addresses, ensuring that every device in the world, now and in the future, can have its own unique address.
| IPv4 | IPv6 |
|---|---|
| 32-bit address | 128-bit address |
| Written in decimal, separated by dots | Written in hexadecimal, separated by colons |
| About 4.3 billion addresses | Vastly larger address space |
1.9 Concept of Internet, Intranet, and Extranet
Internet : a global network connecting millions of smaller networks and devices worldwide, open and accessible to the public.
Intranet : a private network, based on the same technology as the internet, but restricted for use within a single organization, such as a school or company. It’s used to share internal resources, documents, or announcements only among authorized members, and is not accessible to the general public.
Extranet : an extension of an intranet that allows limited, controlled access to selected outside parties, such as suppliers, business partners, or specific clients, while still keeping the rest of the network private. It sits between a fully private intranet and the fully open internet.
| Network | Who Can Access It |
|---|---|
| Internet | Everyone, worldwide |
| Intranet | Only members of one organization |
| Extranet | Organization members plus select outside partners |
Practical Tasks
- Demonstrate and identify devices and cables : examine and identify real or pictured networking devices (hub, switch, router) and cables (CAT6, fiber optic), noting their physical differences and connectors.
- Check IP address and default gateway : on a Windows computer, open Command Prompt and type the command below to view your device’s IP address and default gateway.
- Demonstrate the use of the following commands: ping, ipconfig, tracert, nslookup
ping google.com
Checks whether a remote server is reachable and measures the time taken for data to travel there and back.
ipconfig /all
Displays detailed network configuration information for all network adapters on the device.
tracert google.com
Shows the path (each network hop) that data takes to reach a destination server, useful for identifying where a connection is slow or failing.
nslookup google.com
Looks up the IP address associated with a domain name, useful for checking DNS (Domain Name System) resolution.
- Demonstrate RJ45 and fiber connectors : examine an RJ45 connector attached to an Ethernet cable and a fiber optic connector, comparing their appearance, the type of cable each is used with, and how each is inserted into a networking device.
ipconfig
Important Questions
- What is telecommunication? Explain with an example.
- Differentiate between bandwidth and throughput.
- What is broadband? Why is it preferred over older dial-up connections?
- Explain the differences between 3G, 4G, and 5G network technologies.
- What are data packets, and why is data broken into packets before transmission?
- Define frequency in the context of wireless communication.
- Differentiate between wired and wireless communication media, giving two examples of each.
- What is an RJ45 connector used for?
- What is the function of a media convertor?
- Differentiate between a hub and a switch.
- What is the function of a router in a network?
- Explain the difference between a repeater and a bridge.
- Describe bus topology, along with one advantage and one disadvantage.
- Why is star topology more commonly used than bus topology in modern networks?
- Differentiate between LAN, MAN, and WAN based on their coverage area.
- What is a PAN? Give a real-life example.
- Differentiate between client-server and peer-to-peer network architecture.
- What is an IP address? Why is it necessary for devices on a network?
- Differentiate between IPv4 and IPv6.
- Why was IPv6 introduced despite IPv4 already being in use?
- Differentiate between the internet, intranet, and extranet.
- Why would an organization use an intranet instead of relying only on the internet?
- What command would you use to check whether a website’s server is reachable from your computer? Explain what its output tells you.
- What is the purpose of the
tracertcommand? - What does the
nslookupcommand help you find out?
