Introduction to Computer Networks
Introduction
In today's interconnected world ,computer network play a vital role in the functioning of societies and businesses.This blog aims to provide a comprehensive understanding of computer networks as systems , including their components ,objectives ,and real -world applications.
- Network as a system
The primary components include:
- Nodes
- Links
- Switches
- Routers
Did you know🤔
The Internet is the largest network, connecting all the networks worldwide.
Objectives of Computer Networks
The primary objective of computer network is to enable resource sharing, data communication and collaboration:
- Resource Sharing
2. Data Communication :
Networks facilitate data transfer , enabling communication through emails ,instant messaging ,and video conferencing .Example Employees in different location can collaborate through video conferencing tools like zoom or Microsoft teams.
Connectivity and collaboration:
Network connect devices, allowing for remote access and collaboration ,improving productivity and flexibility .Example A team can work on a shared document in real-time using cloud-based services like Google Drive.
Did you know ?🤔
The world 🌎 wide web (WWW) was invented by tim Berners-Lee in 1989 , revolutionizing how we access and share information.
- Fundamental Concepts in Data Communication .
- Sender
- Receiver
- Message
- Protocol
- Medium
Comprises of five basic components:
Sender :The device that sends the data .Example: A Computer sending an email.
Receiver: The device that receiver the data. Example : A smartphone receiving the email.
Message : The data being communicated. Example : The content of the email.
Protocol : A set of rules governing data communication. Examples : The HTTP protocol used for web communications.
Medium : The physical or wireless path through which data travels .Example :Ethernet cable or wiFi.
Network Topologies
Network topologies are methods used to define the arrangement of different devices in a computer network, where each device is called a node. The reliability and performance of a network are impacted by the way its devices are linked .
Bus 🚌 Topology
In a Bus Topology , all devices share a single communication line called a bus .Each device is connected to this central cable.
Did you know
Bus 🚌 Topology is easy to set up but if the main cable fails, the whole network goes down .
Star ⭐ Topology
In a star Topology each node in network communicates with the other via a central switch or hub .the hub works as a data flow repeater.
Did you know
Hub is a network device used to connect to multiple computing devices in LAN-It always broadcasts data .
Ring Topology
In a Ring 💍 Topology ,each device is connected in a circular pathway with other devices .Data travels in one direction, passing through each device .
Tidbits.
Ring Topology can handle high traffic ,but if one connection fails ,the whole network is affected .then 2-way ring can solve this issue to some extent.
Mesh Topology
In a mesh Topology ,each device is connected to every other device .This provides high redundancy and reliability.
Did you know
Mesh Topology is very reliable because if one link fails , data can be rerouted through other links.

0 Comments