SSC CGL Preparation – Day 14

Table of Contents

Computer: Networking Basics


🔷 What is Computer Networking?

Computer Networking refers to the interconnection of two or more computers or devices to share resources, exchange data, or enable communication. This can be done using wired or wireless mediums.


🔹 Key Objectives of Networking:

  • Data Sharing – Files, images, videos.
  • Resource Sharing – Printers, storage devices, internet.
  • Communication – Emails, chats, video calls.
  • Centralized Data Management – Servers for handling data centrally.

🔹 Components of a Network:

ComponentDescription
NodesDevices like computers, printers, phones, etc.
NIC (Network Interface Card)Hardware that connects a computer to a network.
RouterDirects data between networks.
SwitchConnects multiple devices in a LAN.
ModemConnects network to the internet.
Cables/Wireless MediaUsed to transmit data (Ethernet cables, Wi-Fi).

🔹 Types of Networks:

TypeFull FormDescription
LANLocal Area NetworkCovers a small area like office or home.
MANMetropolitan Area NetworkCovers a city or campus.
WANWide Area NetworkCovers large areas like countries (e.g., the Internet).
PANPersonal Area NetworkConnects devices around one person (Bluetooth, USB).

🔹 Network Topologies (Structure of a Network):

TopologyDescription
BusAll devices connected to a single backbone cable.
StarDevices connected to a central hub or switch.
RingDevices connected in a circular fashion.
MeshDevices are interconnected; reliable but costly.

Most commonly used topology: Star Topology


🔹 Types of Transmission Media:

Wired:
  • Twisted Pair Cable – Used in LANs.
  • Coaxial Cable – Used in cable TV.
  • Fiber Optic Cable – High-speed and long-distance communication.
Wireless:
  • Wi-Fi
  • Bluetooth
  • Infrared
  • Microwaves

🔹 Basic Networking Devices:

DeviceUse
RouterConnects different networks and manages traffic.
ModemConverts digital to analog signals and vice versa.
SwitchForwards data to specific devices on a LAN.
HubBroadcasts data to all connected devices (less efficient than switch).
Access PointExtends wireless network coverage.

🔹 IP Address:

  • IP (Internet Protocol) Address is a unique number assigned to each device on a network.
  • Example: 192.168.1.1
  • Two types:
    • IPv4 – 32-bit (e.g., 192.168.0.1)
    • IPv6 – 128-bit (e.g., 2001:0db8:85a3:0000:0000:8a2e:0370:7334)

🔹 Protocols in Networking:

Protocol means a set of rules for communication.

ProtocolUse
HTTP/HTTPSWeb browsing
FTPFile transfers
SMTPSending emails
POP3/IMAPReceiving emails
TCP/IPBasic communication protocol for the internet

🔹 Advantages of Networking:

  • Resource sharing
  • Centralized data access
  • Internet sharing
  • Easy communication

🔹 Disadvantages of Networking:

  • Security threats (unauthorized access)
  • Virus spread across the network
  • Network failure affects all devices

🔹 Common Networking Terms:

TermMeaning
BandwidthMaximum data that can be transferred over a network in a given time.
LatencyDelay in data transmission.
PacketSmall unit of data sent over a network.
FirewallSecurity system to monitor and control network traffic.

🔹 Real-Life Examples of Networking:

  • Office LAN for file and printer sharing
  • Public Wi-Fi in airports
  • Internet banking via WAN
  • Bluetooth earphones using PAN

Leave a Reply

Your email address will not be published. Required fields are marked *