Class 11 Computer and Communicatio Notes Chapter 8 (Chapter 8) – CCT Part-I Book
Detailed Notes with MCQs of Chapter 8. This chapter lays the groundwork for understanding how computers connect and share information, which is crucial not just for your curriculum but also for many government exams that test basic computer literacy. We'll cover the core concepts of Computer Networks and the Internet.
Chapter 8: Computer Networks and Introduction to Internet
Detailed Notes for Government Exam Preparation
1. What is a Computer Network?
- Definition: A computer network is a collection of two or more interconnected computers and other devices (like printers, scanners) that allow for the sharing of resources (hardware, software, data) and communication.
- Purpose/Advantages:
- Resource Sharing: Sharing hardware (printers, scanners), software, and data files. Reduces cost and redundancy.
- Communication: Facilitates communication via email, instant messaging, video conferencing, etc.
- Reliability: Data can be backed up on multiple machines.
- Scalability: Networks can be easily expanded by adding more nodes (computers/devices).
- Cost-Effectiveness: Sharing resources reduces overall costs.
2. Types of Networks (Based on Geographical Area)
- LAN (Local Area Network):
- Covers a small geographical area (e.g., a single building, office, or home).
- High data transfer speeds.
- Owned and managed by a single organization or individual.
- Example: Network within a school lab, office building.
- MAN (Metropolitan Area Network):
- Covers a larger area than LAN, typically a city or a large campus.
- Connects multiple LANs together.
- Can be owned by a single entity or a service provider.
- Example: Cable TV network across a city, network connecting different branches of an organization within a city.
- WAN (Wide Area Network):
- Covers a large geographical area (e.g., country, continent, or the entire globe).
- Often uses public or leased communication lines (like telephone lines, satellite links).
- Slower data transfer speeds compared to LANs.
- Example: The Internet is the largest WAN. A company's network connecting offices in different cities or countries.
- PAN (Personal Area Network):
- Covers a very small area, typically around a single person (within a few meters).
- Used for connecting personal devices like laptops, mobiles, keyboards, headphones.
- Often uses wireless technologies like Bluetooth or Infrared.
- Example: Connecting a wireless mouse to a laptop, connecting headphones to a mobile phone via Bluetooth.
3. Network Topologies
- Definition: The physical or logical arrangement of nodes (computers and devices) in a network.
- Types:
- Bus Topology: All nodes are connected to a single common communication line called a bus.
- Pros: Simple, inexpensive, easy to extend.
- Cons: If the main cable fails, the entire network fails. Performance degrades with heavy traffic. Difficult to troubleshoot.
- Star Topology: All nodes are connected to a central device (hub or switch).
- Pros: Easy to install and manage. Failure of one node doesn't affect others. Easy fault detection.
- Cons: If the central device fails, the entire network fails. Requires more cable than bus. Cost depends on the central device.
- Ring Topology: Nodes are connected in a closed loop or ring. Data travels in one direction.
- Pros: Performs well under heavy load. No central dependency like star.
- Cons: Failure of one node or cable can break the entire ring. Difficult to add/remove nodes.
- Mesh Topology: Every node is connected to every other node in the network.
- Pros: Highly reliable and fault-tolerant (multiple paths exist). Secure.
- Cons: Very expensive due to extensive cabling. Complex to install and manage. (Often used in WAN backbones).
- Tree Topology: A hybrid topology combining characteristics of bus and star. Nodes are connected in a hierarchical structure.
- Pros: Scalable, easy expansion, fault isolation is relatively easy.
- Cons: Dependency on the central nodes in the hierarchy. If a main segment cable fails, nodes below it are affected.
- Hybrid Topology: Combination of two or more different topologies. (e.g., Star-Bus, Star-Ring).
- Bus Topology: All nodes are connected to a single common communication line called a bus.
4. Network Devices
- NIC (Network Interface Card): Hardware component required for a computer to connect to a network. Has a unique MAC (Media Access Control) address.
- Hub: Basic connecting device. Broadcasts data received on one port to all other ports. Operates at the Physical Layer. Inefficient (causes collisions). Largely obsolete, replaced by switches.
- Switch: Connects devices in a network like a hub, but smarter. Learns MAC addresses and forwards data only to the intended destination port. Operates at the Data Link Layer. Reduces collisions and improves performance.
- Router: Connects different networks together (e.g., connects a home LAN to the Internet WAN). Forwards data packets based on IP addresses. Operates at the Network Layer. Determines the best path for data transmission.
- Modem (Modulator-Demodulator): Converts digital signals from a computer to analog signals for transmission over telephone lines, and vice-versa. Needed for DSL internet connections.
- Repeater: Regenerates and amplifies signals to extend the distance over which data can travel reliably. Operates at the Physical Layer.
- Bridge: Connects two similar LAN segments. Operates at the Data Link Layer. Filters traffic based on MAC addresses.
- Gateway: Connects two dissimilar networks (using different protocols). Can operate at multiple layers, often the Application Layer. Translates protocols.
5. Transmission Media
- Wired Media (Guided Media):
- Twisted Pair Cable: Two insulated copper wires twisted together (reduces interference). Common types: UTP (Unshielded) and STP (Shielded). Used in LANs (Ethernet cables), telephone lines. Inexpensive, easy to install. Susceptible to interference.
- Coaxial Cable: Central copper core, insulation, braided metal shield, outer jacket. Higher bandwidth and better noise immunity than twisted pair. Used in Cable TV networks, older LANs. More expensive than twisted pair.
- Fiber Optic Cable: Transmits data as pulses of light through thin strands of glass or plastic. Very high bandwidth, immune to electromagnetic interference, secure, suitable for long distances. Expensive, installation requires expertise.
- Wireless Media (Unguided Media):
- Radio Waves: Omnidirectional, travel long distances, can penetrate walls. Used in Wi-Fi, Bluetooth, AM/FM radio, mobile phones. Susceptible to interference.
- Microwaves: Unidirectional, require line-of-sight between transmitter and receiver. Used in satellite communication, point-to-point links between buildings. Cannot penetrate obstacles.
- Infrared: Short-range communication, requires line-of-sight, cannot penetrate walls. Used in TV remotes, some short-distance device connections (older PANs).
6. Introduction to the Internet
- Definition: A global network of interconnected computer networks (a network of networks) that use the standard TCP/IP (Transmission Control Protocol/Internet Protocol) suite to communicate.
- History: Originated from the ARPANET (Advanced Research Projects Agency Network) project funded by the US Department of Defense in the 1960s.
- Internet vs. WWW (World Wide Web):
- The Internet is the physical infrastructure (networks, routers, cables, etc.).
- The WWW is a service on the Internet. It's a system of interlinked hypertext documents accessed via the Internet using protocols like HTTP. Think of the Internet as the roads and the WWW as one type of vehicle (like a car carrying web pages) using those roads.
7. Key Internet Concepts
- Web Browser: Software application used to access and view websites on the WWW (e.g., Google Chrome, Mozilla Firefox, Microsoft Edge, Safari).
- Web Server: A computer system that stores, processes, and delivers web pages to clients (web browsers) upon request using HTTP.
- URL (Uniform Resource Locator): The unique address used to locate a resource (like a web page) on the Internet.
- Structure:
protocol://hostname/path/filename
(e.g.,https://www.example.com/about/index.html
)https
: Protocol (HyperText Transfer Protocol Secure)www.example.com
: Hostname (often includes subdomainwww
and domain nameexample.com
)/about/index.html
: Path and filename
- Structure:
- IP Address (Internet Protocol Address): A unique numerical label assigned to each device connected to a computer network that uses the Internet Protocol for communication.
- IPv4: 32-bit address, written as four numbers separated by dots (e.g.,
192.168.1.1
). Running out of addresses. - IPv6: 128-bit address, written in hexadecimal notation separated by colons (e.g.,
2001:0db8:85a3:0000:0000:8a2e:0370:7334
). Provides a vastly larger address space.
- IPv4: 32-bit address, written as four numbers separated by dots (e.g.,
- DNS (Domain Name System): The Internet's phonebook. Translates human-readable domain names (like
www.google.com
) into machine-readable IP addresses (like172.217.160.142
). - HTTP (HyperText Transfer Protocol): The protocol used for transferring web pages (hypertext) on the WWW.
- HTTPS (HyperText Transfer Protocol Secure): Secure version of HTTP. Encrypts data exchanged between the browser and the server, providing security.
- TCP/IP (Transmission Control Protocol/Internet Protocol): The fundamental suite of communication protocols used for the Internet. TCP ensures reliable data delivery, while IP handles addressing and routing of packets.
- Other Protocols:
- FTP (File Transfer Protocol): Used for transferring files between computers.
- SMTP (Simple Mail Transfer Protocol): Used for sending emails.
- POP3 (Post Office Protocol 3) / IMAP (Internet Message Access Protocol): Used for receiving emails.
Multiple Choice Questions (MCQs)
-
Which type of network covers the smallest geographical area, typically within a few meters around an individual?
a) LAN
b) WAN
c) MAN
d) PAN -
In which network topology are all nodes connected to a central device like a hub or switch?
a) Bus
b) Ring
c) Star
d) Mesh -
Which network device operates at the Network Layer and connects different networks based on IP addresses?
a) Hub
b) Switch
c) Router
d) Repeater -
Which wired transmission medium uses light pulses to transmit data and offers the highest bandwidth?
a) Twisted Pair Cable
b) Coaxial Cable
c) Fiber Optic Cable
d) Ethernet Cable -
What does DNS stand for in the context of the Internet?
a) Digital Network Service
b) Domain Name System
c) Data Naming Standard
d) Dynamic Network Server -
Which protocol is fundamental for communication over the Internet, handling addressing and routing?
a) HTTP
b) FTP
c) IP (Internet Protocol)
d) SMTP -
ARPANET is considered the predecessor to which modern network?
a) World Wide Web
b) Local Area Network
c) The Internet
d) Ethernet -
Which device converts digital signals from a computer to analog signals for transmission over telephone lines?
a) Router
b) Switch
c) NIC
d) Modem -
Which of the following is NOT an advantage of computer networks?
a) Resource Sharing
b) Increased Security Risks
c) Enhanced Communication
d) Scalability -
What is the primary function of a Web Browser?
a) To host websites
b) To translate domain names into IP addresses
c) To access and display web pages from the WWW
d) To send emails
Answer Key:
- d) PAN
- c) Star
- c) Router
- c) Fiber Optic Cable
- b) Domain Name System
- c) IP (Internet Protocol)
- c) The Internet
- d) Modem
- b) Increased Security Risks (This is a disadvantage, not an advantage)
- c) To access and display web pages from the WWW
Study these notes thoroughly. Pay attention to the definitions, differences between network types and topologies, and the specific functions of each network device and protocol. These are common areas tested in government exams. Good luck!