Basic Network Concepts

A Computer network is a system in which multiple computers are connected to each other to share data, information and resources. A network is any collection of independent computers that communicate with one another over a shared network medium.

Network are everywhere: In your home, your phone and smart tv may all connected to the same Wi-Fi network. This allows you to stream videos from your phone to your T.V.


Basic Wi-Fi network diagram showing router connected to mobile and T.v.

⭐Why Do We Need Networks?

Network make it easier:-

1️⃣ Resource sharing: Computers which connected through network allows us to share hardware and software resources. 

  • Examples of hardware resources:  printers, scanners, CPU, and memory.

  •  Examples of software resources:  system and application software and files like text, audio, and video content.

Resource sharing in computer network where multiple computers share a single printer
Figure: Resource sharing in computer network where multiple computers share a single printer

2️⃣Communication: Connecting computers through a network facilities exchange of information amongst the nodes in the network.

 For example:- email, messaging apps, and video calls relly on network.

3️⃣Centralized Management: Organization can manage multiple computers efficiently.

✍️Types of Computer Network:

1️⃣ LAN(Local Area Network):-A LAN, or Local Area Network, connects computers within a small area, like a home or office, so they can share files, printers, or internet access easily. It is a group of computers connected to each other in small areas such as building, office.

Example:- Home Wi-Fi connecting laptops, smart phone, and smart t.v.

2️⃣ WAN(Wide Area Network):- Covers large areas like Cities, countries (internet is the biggest WAN).

Example:- Email sent internationally.

3️⃣ MAN(Metropolitan Area Network):- Connect multiples LANs in a city.

Example:- Bank branches in a city connected to a central server.

4️⃣ PAN(Personal Area Network):- A very small network for personal devices.

Example:- Phone connected to wireless earphone or smartwatch via bluetooth.

✨Key Components Of Network:

  • Router: A network device that connects two networks with different protocols.

  • Switch: Connect multiples devices within a LAN.

  • Modem: Connects a network to the internet.

  • Cables/Wi-Fi: Physical or wireless connection for data transfer.

🌟How Network Works:

  • Computer send data in packets.

  • Routers and switches guide these packets to the correct devices.

  • Protocols like TCP/IP ensure data arrives safely.
Example :- When you open browser on your computer, your device sends a request to browser servers using the internet. The server then  sends the result back to your device. This happens in seconds thanks to computer network.

✍️Conclusion 

A Computer network is the backbone of modern technology. From sending emails to online gaming, everything depends on network. Learning  networking basics is the first step of any tech enthusiast or IT professional .


Comments

Popular posts from this blog

WEBSITE DEVELOPMENT USING HTML AND CSS

Introduction to CSS ✍️

Advanced properties of CSS