Understanding Networking Basics

Basics Of Networking…

MD. NAJMUS SAKIB SK
2 min read4 days ago

Networking:

Networking involves connecting multiple computing devices to share resources and information. This connection can be established via wired or wireless methods. Networks enable tasks such as accessing the internet, sharing files, and using centralized resources like printers and servers.

IP Addresses: The Identity of Devices:

An Internet Protocol (IP) address is a unique identifier assigned to devices on a network. It serves two primary purposes:

1. Identification: Distinguishing devices on a network.

2. Location Addressing: Determining where a device is located to facilitate data transmission.

IP addresses come in two versions:

  • IPv4: A 32-bit address system (e.g., 192.168.1.1) capable of supporting over 4 billion unique addresses.
  • IPv6: A 128-bit address system (e.g., 2001:0db8:85a3:0000:0000:8a2e:0370:7334), designed to accommodate the growing number of internet-connected devices.

1. LAN (Local Area Network):

  • Definition: A LAN connects devices (like computers, printers, etc.) within a small, localized area like a home, office, or school.
  • Range: Typically covers a small geographical area (a single building or a campus).
  • Example: A Wi-Fi network in your home or office where all devices (laptop, phone, printer) are connected.
  • Practical Use Case: An office uses a LAN to connect all computers and printers so employees can share files and resources.

2. MAN (Metropolitan Area Network):

  • Definition: A MAN is a network that spans a city or a large campus, larger than a LAN but smaller than a WAN.
  • Range: Covers a city or a large town, usually within 50 kilometers.
  • Example: A city-wide Wi-Fi network or a government’s communication network.
  • Practical Use Case: A university with multiple campuses in a city may use a MAN to connect all the campuses, enabling students and staff to access resources from any campus.

3. WAN (Wide Area Network):

  • Definition: A WAN connects LANs over a large geographical area, such as across cities, countries, or even continents.
  • Range: Covers a broad area, often using public or leased lines (e.g., internet or satellite).
  • Example: The internet itself is a vast WAN that connects millions of LANs worldwide.
  • Practical Use Case: A multinational company uses a WAN to connect its offices in different countries, allowing employees to communicate and share resources.

In Short:

  • LAN is for small, local connections (like within a building or home).
  • MAN is for city-wide connections (like a network between buildings in a city).
  • WAN is for large, global connections (like the internet).

Each network type has its practical use depending on the size and scope of the area you need to connect.

--

--

No responses yet