What is computer Network
gocourse.in Maintenance

We'll be back soon

Our CDN (cdn.gocourse.in) is currently unreachable. Some images, JavaScript, or CSS files may not load properly.

Estimated downtime: ~30 minutes

What is computer Network

kumudha

What is a Computer Network?

A computer network is a collection of two or more computers or devices connected together through wired or wireless communication channels to exchange information and share resources.

These connections can be established using:

  • Copper cables
  • Fiber optic cables
  • Wireless signals (Wi-Fi)
  • Radio waves
  • Satellite links

The primary goal of a computer network is to enable communication and resource sharing among connected devices.

Simple Definition

A computer network is a system that allows multiple devices to communicate and share data with each other.

Real-World Example

Imagine an office where multiple employees use different computers. Instead of each employee having a separate printer and internet connection, all computers can connect through a network and share:

  • Printers
  • Files
  • Applications
  • Internet access

This reduces costs and improves productivity.

Why Do We Need Computer Networks?

Without networks, every device would operate independently. Computer networks make it possible to:

  • Share files and documents
  • Access the internet
  • Communicate through emails and messaging applications
  • Share hardware resources
  • Collaborate remotely
  • Store data centrally

Today, businesses, schools, hospitals, governments, and homes rely heavily on computer networking.

Components of a Computer Network

A computer network consists of several hardware and software components that work together to enable communication. Components of a Computer Network.svg

1. Network Interface Card (NIC)

A Network Interface Card (NIC) is a hardware component that allows a device to connect to a network.

Every NIC contains a unique hardware address called a MAC Address (Media Access Control Address), which helps identify devices on a network.

Types of NIC

Wireless NIC

Wireless NICs connect devices using radio signals.

Examples:

  • Laptops
  • Smartphones
  • Tablets

Wired NIC

Wired NICs use Ethernet cables to connect devices to a network.

Examples:

  • Desktop computers
  • Servers

2. Hub

A Hub is a basic networking device used to connect multiple computers.

When a hub receives data, it sends that data to every connected device regardless of the intended recipient.

Limitation of Hubs

Because data is broadcast to all devices, hubs create unnecessary network traffic and are rarely used in modern networks.

3. Switch

A Switch is a smarter networking device that connects multiple devices within a network.

Unlike a hub, a switch sends data only to the intended destination.

Benefits of Switches

  • Faster communication
  • Reduced network congestion
  • Better performance
  • Improved security

Example

In an office network, when Computer A sends a file to Computer B, the switch forwards the data only to Computer B instead of every device.

4. Cables and Connectors

Network cables provide the physical path through which data travels.

Twisted Pair Cable

The most commonly used cable in LAN networks.

Features:

  • Affordable
  • Reliable
  • Supports Gigabit speeds

Example: Ethernet cables (Cat5e, Cat6, Cat6a)

Coaxial Cable

Similar to television cables.

Features:

  • Better shielding against interference
  • Higher cost than twisted pair

Fiber Optic Cable

Uses light signals instead of electrical signals.

Features:

  • Extremely high speed
  • Long-distance communication
  • High reliability

Used by:

  • Internet Service Providers (ISPs)
  • Data centers
  • Government networks

5. Router

A Router connects different networks together.

Most home routers connect:

  • Home devices
  • Internet Service Provider (ISP)

Functions of a Router

  • Routes data between networks
  • Connects LANs to the Internet
  • Assigns IP addresses

Example

The Wi-Fi router in your home connects your devices to the internet.

6. Modem

A Modem (Modulator-Demodulator) connects a network to an Internet Service Provider.

It converts digital signals from computers into signals suitable for transmission over communication lines and vice versa.

Example

Your broadband modem connects your home network to your ISP.

Uses of Computer Networks Uses of Computer Networks.svg

1. Resource Sharing

Users can share:

  • Printers
  • Storage devices
  • Software applications
  • Internet connections

Example

Multiple employees using the same network printer.

2. Client-Server Communication

Many organizations use a client-server architecture.

Server

Stores and manages data.

Client

Requests services or data from the server.

Example

Employees accessing company files from a central server.

3. Communication

Networks enable communication through:

  • Email
  • Instant messaging
  • Video conferencing
  • Voice calls

Example

Teams collaborating using Microsoft Teams or Zoom.

4. E-Commerce

Online businesses depend on networks to conduct transactions.

Example

When you shop online, your device communicates with servers through the internet.

Types of Computer Networks

Networks are classified based on their size and geographical coverage. Types of Computer Networks.svg

1. Personal Area Network (PAN)

A PAN connects devices around an individual within a short distance.

Examples

  • Smartphone connected to wireless earbuds
  • Bluetooth keyboard connected to a laptop

Characteristics

  • Range of a few meters
  • Uses Bluetooth or Wi-Fi

2. Local Area Network (LAN)

A LAN connects devices within a limited area such as:

  • Home
  • Office
  • School
  • Laboratory

Characteristics

  • High speed
  • Low cost
  • Easy management

Example

An office network connecting computers and printers.

3. Metropolitan Area Network (MAN)

A MAN covers a city or large campus.

Example

A city government connecting multiple municipal offices.

Characteristics

  • Larger than LAN
  • Smaller than WAN
  • High-speed connectivity

4. Wide Area Network (WAN)

A WAN connects networks across large geographical areas.

Example

The Internet

Characteristics

  • Connects cities and countries
  • Uses leased lines, fiber optics, and satellites

5. Virtual Private Network (VPN)

A VPN creates a secure encrypted connection over the internet.

Benefits

  • Protects privacy
  • Encrypts data
  • Enables secure remote access

Example

Employees securely accessing company resources from home.

Network Topologies

Network topology refers to the arrangement of devices and connections in a network. Major Types of Network Topologies.svg

1. Bus Topology

All devices share a single communication cable called the backbone.

Advantages

  • Low cost
  • Simple setup

Disadvantages

  • Single cable failure affects the entire network
  • Performance decreases as devices increase

2. Star Topology

All devices connect to a central switch or hub.

Advantages

  • Easy to manage
  • Failure of one cable affects only one device

Disadvantages

  • Central device failure impacts the entire network

Example

Modern Ethernet LANs

3. Ring Topology

Devices form a circular connection.

Advantages

Predictable performance

Disadvantages

Device failure can disrupt communication

4. Mesh Topology

Every device connects to multiple devices.

Advantages

  • Extremely reliable
  • High fault tolerance

Disadvantages

  • Expensive
  • Complex implementation

Example

Military and mission-critical networks

5. Hybrid Topology

Combination of multiple topologies.

Example

Large enterprises combining LAN and WAN infrastructures.

Networking Protocols

Protocols are rules that govern communication between network devices.

Without protocols, devices from different manufacturers would not be able to communicate.

1. TCP/IP

Transmission Control Protocol / Internet Protocol (TCP/IP) is the foundation of the Internet.

TCP

Responsible for:

  • Breaking data into packets
  • Error checking
  • Reliable delivery

IP

Responsible for:

  • Addressing devices
  • Routing packets

Example

Opening a website in your browser.

2. HTTP and HTTPS

Protocols used for web communication.

HTTP

Transfers data without encryption.

HTTPS

Transfers data securely using SSL/TLS encryption.

Example

Secure online banking websites use HTTPS.

3. FTP

File Transfer Protocol (FTP) transfers files between computers.

Uses

  • Uploading websites
  • Downloading files
  • Managing remote servers

4. SMTP, POP3, and IMAP

Email communication protocols.

SMTP

Sends emails.

POP3

Downloads emails to one device.

IMAP

Synchronizes emails across multiple devices.

5. DNS

Domain Name System (DNS) translates domain names into IP addresses.

Example

Instead of remembering:

142.250.183.46

You simply type:

www.google.com

DNS converts the domain name into an IP address automatically.

Advantages of Computer Networks

Efficient Resource Sharing

Organizations can share hardware and software resources.

Centralized Data Management

Data can be stored and managed from a central location.

Scalability

New devices can be added easily as the network grows.

Better Communication

Supports:

  • Email
  • Chat
  • Video conferencing
  • Collaboration tools

Remote Access

Users can securely access resources from anywhere.

Network Security

Network security protects devices, data, and communication from unauthorized access and cyber threats.

Common Security Threats

Malware

Includes:

  • Viruses
  • Worms
  • Spyware
  • Ransomware

Phishing

Fake emails or websites designed to steal user credentials.

DDoS Attacks

Attackers flood a server with traffic, making services unavailable.

Man-in-the-Middle (MITM) Attacks

Attackers intercept communication between users and systems.

Security Measures

Firewalls

Monitor and filter incoming and outgoing traffic.

Antivirus Software

Detects and removes malicious software.

Encryption

Protects data by converting it into unreadable form.

User Authentication

Verifies user identity through:

  • Passwords
  • Biometrics
  • Multi-Factor Authentication (MFA)

VPNs

Provide secure encrypted communication over public networks.

Future Trends in Computer Networking

Technology continues to transform networking. Future Trends in Computer Networking.svg

1. 5G and Beyond

Benefits include:

  • Faster speeds
  • Lower latency
  • Better connectivity

Applications:

Smart cities

Autonomous vehicles

Remote healthcare

2. Software-Defined Networking (SDN)

SDN separates network control from hardware, enabling centralized management and automation.

Benefits:

  • Easier configuration
  • Better scalability
  • Faster deployment

3. Artificial Intelligence in Networking

AI is increasingly used for:

  • Network monitoring
  • Predictive maintenance
  • Security threat detection
  • Traffic optimization

4. Quantum Networking

Quantum networking uses quantum mechanics principles to enable highly secure communication and next-generation cryptographic systems.


Our website uses cookies to enhance your experience. Learn More
Accept !