Follow Us
माध्यम चुनें / Select Medium:
Eng (English) Hindi (हिन्दी)
CBSE • कक्षा XII • Computer Science • अध्याय 10
अनुमानित समय: 45 Mins
प्रगति: अध्ययनरत

कंप्यूटर नेटवर्क

In CBSE Class 12 Computer Science, "Computer Networks" provides an authoritative, industry-aligned master resource on telecommunications architecture. This comprehensive chapter covers network evolution (ARPANET, NSFNET, Internet), geographic classifications (PAN, LAN, MAN, WAN), network topologies (Star, Bus, Ring, Tree, Mesh), transmission media (Guided: Twisted Pair, Coaxial, Fiber Optic; Unguided: Radio waves, Microwaves, Infrared, Satellite), network interconnect devices (Modem, RJ45, Ethernet Card/NIC, Repeater, Hub, Switch, Gateway, Router), and campus network design principles (80/20 rule, server placement, cable layouts) aligned with the 2026–27 CBSE curriculum.

How Does a Video Click in Mumbai Travel Around the Earth in 70 Milliseconds?

When you click play on a 4K video hosted on a server in California, the video data doesn't beam through magical ether. It is chopped into thousands of digital packets, injected as pulses of infrared light into hair-thin strands of glass fiber resting on the ocean floor at depths of 8,000 meters, routed through high-speed optical switches across continents, and delivered to your smartphone over radio microwaves in less than 70 milliseconds. A computer network is the largest, most complex machine humanity has ever constructed, connecting over 30 billion devices across the globe. How do network topologies, transmission media, and routing hardware collaborate to maintain high-speed global connectivity? This chapter demystifies computer networks.

यह अध्याय क्यों महत्वपूर्ण है

Networking is the backbone of the global digital economy, cloud computing, cybersecurity, and distributed systems. Every software engineer, web developer, and cloud architect must understand network latency, transmission media bandwidth limits, switch vs router packet forwarding, and topological resilience. The 5-mark campus layout case study in the CBSE board examination tests real-world network design: placing servers, selecting optimal transmission media, minimizing cable costs, and choosing network devices for school and corporate campuses.

अध्ययन से पूर्व (आवश्यक ज्ञान)

  • Basic understanding of binary data transmission (bits, bytes).
  • Familiarity with everyday internet services (browsers, Wi-Fi, Ethernet).
  • Basic geometry concepts: nodes, edges, trees, and mesh topologies.

इस अध्याय के लक्ष्य

  • Trace the historical evolution of computer networks: ARPANET (1969), NSFNET, and the emergence of the global Internet.
  • Classify networks by geographical span: PAN (Personal), LAN (Local), MAN (Metropolitan), and WAN (Wide Area).
  • Compare Network Topologies: Star, Bus, Ring, Tree, and Mesh in terms of cost, fault tolerance, and cable length.
  • Contrast Guided Media (Twisted pair, Coaxial cable, Fiber optic) with Unguided Media (Radio, Microwave, Infrared, Satellite).
  • Differentiate networking hardware devices: Modem, RJ45 connector, NIC, Repeater, Hub, Switch, Router, and Gateway.
  • Solve standard CBSE 5-mark Campus Network Layout design problems: server placement (80/20 rule), repeater positioning (>70m), and device selection.

अध्याय रूपरेखा एवं प्रगति

1 1. Network Evolution & Geographical...
2 2. Network Topologies: Structure, A...
3 3. Transmission Media: Guided (Wire...
4 4. Network Interconnect Devices & C...

सम्पूर्ण सैद्धांतिक एवं वैचारिक अध्ययन

1. Network Evolution & Geographical Classification

Understand
A. Evolution of Networking
  • ARPANET (1969): Advanced Research Projects Agency Network funded by the US Department of Defense; the world's first operational packet-switching network connecting four universities.
  • NSFNET (mid-1980s): High-speed academic backbone created by the National Science Foundation, interconnecting supercomputer centers.
  • The Internet (1990s): The global network of interconnected networks formed when commercial networks merged with NSFNET, adopting standardized TCP/IP protocols.
B. Geographical Classification of Networks
Network TypeFull NameGeographical CoverageData Speed & OwnershipReal-World Example
PANPersonal Area NetworkWithin 10 meters (single person)Moderate speed; privateBluetooth earphones, wireless mouse, hotspot
LANLocal Area NetworkSingle room, office floor, or campus (≤ 1 km)High speed (100 Mbps - 10 Gbps); privateSchool computer lab, office building network
MANMetropolitan Area NetworkAcross an entire city (5 - 50 km)High speed; public/shared utilityCable television network, city-wide CCTV grid
WANWide Area NetworkCountry, continent, or entire globeVariable speed; public consortiumThe global Internet, international bank networks

2. Network Topologies: Structure, Advantages & Fault Tolerance

Understand & Topologies

A Topology defines the physical or logical geometric arrangement of nodes (computers, printers) and connecting transmission links in a network:

TopologyGeometric StructureKey AdvantagesKey Disadvantages
Star Topology (Industry Standard)All nodes connect directly to a central multiport Switch / Hub.Easy to install; single cable failure affects only that node; high fault tolerance.Failure of central switch crashes the entire network; higher cable consumption.
Bus TopologyAll nodes share a single linear central backbone cable terminated at both ends.Minimal cable requirement; inexpensive and simple to install.Break in central backbone brings down the entire network; high packet collisions.
Tree Topology (Hierarchical)Hierarchical branch structure combining multiple Star networks connected to a main bus.Scalable; modular management across multiple buildings or floors.Root switch failure isolates child sub-trees; complex configuration.
Mesh TopologyEvery node has a dedicated point-to-point link to every other node ($n(n-1)/2$ links).Maximum fault tolerance; zero traffic congestion; highly secure.Prohibitively expensive; massive cabling; complex hardware installation.

3. Transmission Media: Guided (Wired) vs. Unguided (Wireless)

Understand & Media Matrix
A. Guided Transmission Media (Cables)
  • Twisted Pair Cable (UTP / STP): Pairs of copper wires twisted together to cancel out electromagnetic interference (EMI). Terminated with RJ45 connectors. Inexpensive, flexible, standard for LANs (up to 100 meters).
  • Coaxial Cable: Central copper conductor shielded by dielectric insulator, braided metallic shield, and outer jacket. Higher bandwidth than twisted pair; immune to noise. Used in cable TV.
  • Fiber Optic Cable: Core of ultra-pure silica glass carrying data as pulses of light via Total Internal Reflection. Immune to EMI, massive bandwidth (terabits/sec), supports long distances without repeaters, but expensive and fragile.
B. Unguided Transmission Media (Wireless)
  • Radio Waves: Omnidirectional; penetrates building walls; ideal for AM/FM radio, Wi-Fi, and cellular mobile communications.
  • Microwaves: Unidirectional line-of-sight propagation; cannot penetrate solid obstacles; requires line-of-sight parabolic dish towers every 50 km.
  • Infrared: High-frequency line-of-sight; strictly cannot penetrate walls; short-range consumer remotes.
  • Satellite Microwave: Geostationary satellites (36,000 km orbit) providing global intercontinental coverage; higher transmission propagation latency.

4. Network Interconnect Devices & Campus Design Rules

Devices & Campus Case Study Rules
A. Network Hardware Devices
  • Modem (Modulator-Demodulator): Converts digital computer signals to analog signals for transmission over telephone lines and vice-versa.
  • NIC (Network Interface Card): Internal hardware controller providing a physical port (RJ45) and a hardwired 48-bit MAC address.
  • Repeater: Physical layer amplifier that regenerates and cleans electrical signals degraded by cable attenuation over long distances (> 70–100 meters).
  • Hub vs. Switch:
    • Hub (Dumb device): Broadcasts incoming data packets to every single connected port, causing collisions and security risks.
    • Switch (Intelligent device): Maintains an internal MAC address table; forwards data only to the specific destination port (Unicast), eliminating collisions.
  • Router: Network layer device that inspects IP addresses and routes data packets across *different networks* using the shortest path.
  • Gateway: Protocol converter connecting two completely dissimilar networks using different protocol suites (e.g., enterprise LAN to Internet).
B. Golden Rules for CBSE Campus Layout Case Studies:
  1. Server Placement: Place the central server in the wing/building that contains the maximum number of computers (minimizes overall network traffic under the 80/20 rule).
  2. Repeater Placement: Place a Repeater between any two buildings if the cable distance between them exceeds 70 to 100 meters.
  3. Hub/Switch Placement: Every single building/wing requires its own Hub or Switch to interconnect local computers.
  4. Inter-Building Cable Media: Use Fiber Optic Cable for high-speed, long-distance inter-building links; use CAT6 Twisted Pair for internal room connections.

प्रोग्रामिंग सिंटेक्स, स्टेटमेंट्स एवं भाषा अनुवादक नियम

Mesh Topology Links Formula
$$L = \frac{n(n-1)}{2}$$
Number of physical duplex cables required to fully mesh n nodes.
Repeater Placement Distance Rule
$$\text{Distance} > 70 - 100\text{ meters} \implies \text{Install Repeater}$$
Overcomes attenuation in copper twisted-pair cables.

Network Topologies & Interconnect Devices Architecture

Computer Network Topologies & Campus Hardware Star Topology (Industry Standard) SWITCH PC 1 PC 2 PC 3 PC 4 Single cable failure affects only 1 node. Media & Hardware Comparison Guided Media Bandwidth Fiber Optic (Fastest, Light, Terabits) > Coaxial > Twisted Pair (Cat6, 100m) Hub vs Switch Hub: Dumb (Broadcasts to ALL ports) Switch: Intelligent (Unicasts via MAC) Campus Design Rules • Place Server in building with MAX computers • Place Repeater if distance > 70-100m

अध्याय का सार संक्षेप एवं 10 मुख्य निष्कर्ष

मुख्य बिंदु 1
ARPANET was the world's first packet-switching network (1969); evolved with NSFNET into the modern Internet.
मुख्य बिंदु 2
Networks are classified by geographical scope: PAN (≤ 10m), LAN (≤ 1 km), MAN (≤ 50 km), and WAN (global).
मुख्य बिंदु 3
Star topology connects all nodes to a central switch, providing high fault tolerance and modular maintenance.
मुख्य बिंदु 4
Bus topology connects all nodes to a single central backbone cable; backbone failure disables the entire network.
मुख्य बिंदु 5
Mesh topology connects every node to every other node via $\frac{n(n-1)}{2}$ links, offering maximum resilience at high cost.
मुख्य बिंदु 6
Twisted Pair cables use RJ45 connectors and copper twists to cancel electromagnetic interference over distances up to 100m.
मुख्य बिंदु 7
Fiber Optic cables transmit data as pulses of light using Total Internal Reflection, offering massive bandwidth immune to EMI.
मुख्य बिंदु 8
A Hub broadcasts data packets blindly to all connected ports; a Switch unicasts data intelligently using MAC address tables.
मुख्य बिंदु 9
A Router inspects IP addresses to forward packets across different networks; a Gateway translates between dissimilar protocols.
मुख्य बिंदु 10
In campus network design, the central server is placed in the wing with the maximum number of computers, and repeaters are installed when cable distance exceeds 70–100 meters.

स्व-मूल्यांकन अभ्यास (Check Your Understanding)

मूल वैचारिक स्पष्टता की जांच के लिए नैदानिक प्रश्न। पहले स्वयं हल करें, फिर उत्तर देखें।

1
Differentiate between a Hub and a Switch. Why is a Switch preferred in modern local area networks?
उत्तर एवं व्याख्या देखें
उत्तर: • Hub (Dumb physical-layer device): When a data packet arrives at one port, the hub blindly broadcasts (retransmits) it to every single other port, creating high network congestion, collision domains, and security vulnerabilities.
• Switch (Intelligent data-link layer device): Maintains an internal dynamic MAC address lookup table. When a packet arrives, it reads the destination MAC address and forwards the frame *strictly* to the designated destination port (Unicast).
A switch is preferred because it eliminates packet collisions, optimizes network bandwidth, and prevents eavesdropping.
Hub broadcasts blindly to all ports; Switch unicasts intelligently using MAC addresses.
2
A company has 4 office blocks. Block A has 120 computers, Block B has 40, Block C has 30, and Block D has 15. The distance between Block A and Block B is 140 meters. (a) Where should the server be placed and why? (b) Suggest placement of a repeater.
उत्तर एवं व्याख्या देखें
उत्तर:

(a) Server Placement: The server should be placed in Block A because Block A hosts the maximum number of computers (120 computers). Under the 80/20 networking rule, placing the server where the most client machines reside minimizes network traffic across inter-building cables.
(b) Repeater Placement: A Repeater should be placed between Block A and Block B because the cable distance ($140\text{ meters}$) exceeds the maximum reliable transmission range ($70 - 100\text{ meters}$) of copper twisted-pair cable, preventing signal attenuation.


Place server in block with max computers; place repeater where distance > 70-100m.
3
Compare Twisted Pair Cable and Fiber Optic Cable on: (a) Transmission mechanism, (b) Data speed/Bandwidth, (c) Susceptibility to Electromagnetic Interference (EMI), (d) Cost and fragility.
उत्तर एवं व्याख्या देखें
उत्तर: • (a) Transmission: Twisted pair transmits electrical voltage signals over copper wires; Fiber optic transmits pulses of light through a silica glass core via Total Internal Reflection.
• (b) Speed/Bandwidth: Twisted pair supports up to 1–10 Gbps; Fiber optic supports terabits per second.
• (c) EMI Susceptibility: Twisted pair is susceptible to external electromagnetic interference; Fiber optic is 100% immune to EMI.
• (d) Cost: Twisted pair is inexpensive, flexible, and durable; Fiber optic is expensive, requires specialized fusion splicing tools, and is fragile.
Twisted pair uses electrical copper; fiber optic uses light pulses through glass immune to EMI.
4
Explain the difference between a Router and a Gateway.
उत्तर एवं व्याख्या देखें
उत्तर:

A Router is a network layer device that connects multiple networks sharing compatible protocol suites (e.g., routing IP packets between a corporate LAN and an ISP network) using routing tables. A Gateway is a higher-layer translation device that connects two completely dissimilar networks operating on entirely different communication protocols, translating packets between incompatible architectures (e.g., connecting a local industrial sensor network to the public Internet).


Router forwards packets across similar IP networks; Gateway translates between dissimilar protocols.
5
Calculate the total number of physical cables required to build a fully connected Mesh topology connecting 8 computer workstations.
उत्तर एवं व्याख्या देखें
उत्तर: In a fully connected mesh topology of $n$ nodes, the total number of dedicated duplex cables is given by:
$$L = \frac{n(n-1)}{2}$$
For $n = 8$:
$$L = \frac{8 \times (8 - 1)}{2} = \frac{8 \times 7}{2} = 28\text{ cables}.$$
Formula: n(n - 1) / 2. For n=8, 8*7/2 = 28.
6
What is Star Topology? Mention two key advantages and one major disadvantage of Star Topology.
उत्तर एवं व्याख्या देखें
उत्तर: Star Topology connects every independent workstation directly to a central multiport networking device (a Switch or Hub) via dedicated point-to-point cables.
• Advantages: (1) High fault tolerance: failure of any single cable or workstation does not affect other machines. (2) Easy fault identification and modular expansion.
• Disadvantage: Single point of failure: if the central switch or hub crashes, the entire network fails completely.
All nodes connect to a central switch. Easy to isolate faults, but central switch failure stops network.
7
What is a Modem? Explain modulation and demodulation.
उत्तर एवं व्याख्या देखें
उत्तर:

A Modem stands for MOdulator-DEModulator. It is a hardware interface device that bridges digital computer equipment with analog telecommunication media (such as traditional copper telephone lines or coaxial cable).
• Modulation: The process of converting digital binary pulses ($0\text{s and }1\text{s}$) generated by the computer into analog waveforms suitable for transmission.
• Demodulation: The inverse process of converting received analog waveforms back into digital binary signals for the receiving computer.


Modulation converts digital to analog; Demodulation converts analog to digital.
8
Explain why satellite microwave transmission experiences noticeable latency (delay) compared to terrestrial optical fiber.
उत्तर एवं व्याख्या देखें
उत्तर: Geostationary communication satellites orbit Earth at an altitude of approximately $36,000\text{ km}$ above the equator. Radio waves traveling at the speed of light ($300,000\text{ km/s}$) must travel $36,000\text{ km}$ up to the satellite (uplink) and $36,000\text{ km}$ back down to Earth (downlink)—a round trip distance of $72,000\text{ km}$, introducing an unavoidable physical propagation delay of approximately $240\text{ to } 270\text{ milliseconds}$ per hop, which is noticeably slower than terrestrial optical cables.
Radio signals must travel 36,000 km up and 36,000 km down, causing physical propagation delay.
अध्याय का अध्ययन पूर्ण हुआ?
अभ्यास के लिए तैयार?

ऑनलाइन CBT टेस्ट देकर तैयारी का मूल्यांकन करें

झारखण्ड बोर्ड परीक्षा पैटर्न पर आधारित बहुविकल्पीय प्रश्नों का ऑनलाइन टेस्ट दें। तुरंत परिणाम, समय विश्लेषण और प्रत्येक प्रश्न का विस्तृत हल प्राप्त करें।

AI अध्ययन मित्र

त्वरित शंका समाधान

कंप्यूटर नेटवर्क में कोई संदेह या प्रश्न है? हमारे AI अध्ययन मित्र से तुरंत समझें।