Computer Networks Types

Post Reply
User avatar
PANTOMATH
Site Admin
Site Admin
Posts: 172
Joined: Fri Oct 25, 2024 3:00 am
Has thanked: 2 times

Computer Networks Types

Post by PANTOMATH »

Computer Networks Types


Concepts and Protocols 
What is a Computer Network


                       A Computer Network is a collection of interconnected devices (computers, servers, routers, etc.) that communicate with each other to share resources, data, and services. Networks can range from small local area networks (LAN) to global networks like the Internet.
 

 
Types of Computer Networks:

LAN (Local Area Network):
  • Covers a small geographic area like a home, office, or campus.
  • Used for connecting personal computers, printers, and other devices within the same location.
  • Example:
    • An office network connecting multiple computers to a shared printer.
WAN (Wide Area Network):
  • Spans a large geographic area, often connecting multiple LANs across cities, countries, or even continents.
  • The Internet is the largest example of a WAN.
  • Example:
    • ​​​​​​​ A multinational company’s network connecting its offices across the world.
MAN (Metropolitan Area Network):
  • Covers a city or a large campus.
  • Larger than a LAN but smaller than a WAN.
  • Example:
    • ​​​​​​​ A university network connecting multiple campuses within a city.
PAN (Personal Area Network):
  • A small network typically used for connecting personal devices like smartphones, laptops, and Bluetooth devices.
  • Example:
    • ​​​​​​​ A Bluetooth connection between a phone and a wireless headset.
Basic Components of a Computer Network:

Nodes:
  • Devices like computers, printers, or servers that are part of the network.
Links:
  • Physical or wireless connections between nodes, such as cables or Wi-Fi.
Switches and Routers:
  • Switches manage data traffic within a LAN.
  • Routers direct data between different networks (e.g., from LAN to the Internet).
Transmission Media:
  • Physical cables like fiber optics or copper wires, or wireless media like radio waves used for data transmission.

Key Network Protocols:

TCP/IP (Transmission Control Protocol / Internet Protocol):
  • TCP ensures data is delivered reliably. It breaks down data into packets and ensures they are reassembled correctly at the destination.
  • IP addresses and routes data to the correct destination.
  • Example:
    • ​​​​​​​When you send an email, TCP/IP ensures the message reaches the recipient.
HTTP (HyperText Transfer Protocol):
  • Protocol for transferring web pages on the Internet.
  • Example:
    • ​​​​​​​ When you visit a website, HTTP handles the request and response between your browser and the web server.
FTP (File Transfer Protocol):
  • Used for transferring files between computers over a network.
  • Example:
    • ​​​​​​​ Downloading a file from a server to your computer.
DNS (Domain Name System):
  • Converts human-readable domain names (like www.example.com) into IP addresses, which computers can use to communicate.
  • Example:
    • ​​​​​​​ When you type a website’s name in the browser, DNS resolves it to the corresponding IP address.
DHCP (Dynamic Host Configuration Protocol):
  • Automatically assigns IP addresses to devices on a network.
  • Example:
    • ​​​​​​​When you connect your phone to Wi-Fi, DHCP assigns an IP address to your phone.

Network Topologies:

Bus Topology:
  • All devices are connected to a single central cable (the bus).
  • Example:
    • ​​​​​​​ An old-school network with a single cable running through a building.
Star Topology:
  • All devices are connected to a central hub or switch.
  • Example:
    • ​​​​​​​A modern office network with all computers connected to a central switch.
Ring Topology:
  • Devices are connected in a circular fashion, and data travels in one direction.
  • Example:
    • ​​​​​​​ A network where data travels around the ring until it reaches its destination.
Mesh Topology:
  • Devices are interconnected, allowing multiple paths for data transmission.
  • Example:
    • ​​​​​​​Highly redundant networks used by large organizations or data centers.

Importance of Computer Networks:

Resource Sharing:
  • Devices and services (e.g., printers, files, internet) can be shared across a network, reducing costs.
Communication:
  • Enables communication via email, messaging, and voice calls across the globe.
Access to Information:
  • Provides access to vast information resources, such as web pages and databases.
Security and Monitoring:
  • Networks allow centralized security measures (firewalls, VPNs) to protect data and monitor unauthorized activities.
Real-Life Examples of Network Usage:

Internet:
  • The global network connecting millions of devices worldwide.
Social Media Platforms:
  • Platforms like Facebook, Instagram, and Twitter rely on networks to allow users to communicate and share content.
Business Networks:
  • Enterprises use networks to connect offices, share documents, and run applications.
Post Reply

Return to “Diploma in Computer Science Engineering”