Isolated Networks # Requirement for a Network communication: Sender Receiver Transmission Medium Protocol Message Network Top...
Isolated Networks
# Requirement for a Network communication:
Sender
Receiver
Transmission Medium
Protocol
Message
Network Topology:
There are several possible ways for computers to have a local network. These are;
a. P2P Network (A point-to-point network)
Direct communication with one computer to another computer.
Connected with the end-point system.
A dedicated link between two networks.
b. Bus Network
Different computers connected by a single line of cable.
Indirect connection between computers in between end-point system.
The main single cable receives and sends message from one node to another node.
c. Ring Topology
In this topology, each computer is connected to its adjacent two computers.
The connection is in the formation of a ring, where each computer is connected with another.
Communication between any two computers goes through a same direction.
d. Star Topology
The computers in this topology are point-to-point connected with a central device.
Communication channel between two computers goes through the central device, where it can also act as a ring topology if properly installed.
Dominant configuration as it allows to communicate with other networks.
Key points:
Bus and Ring typologies were the earliest network configuration, where connected computers would have been workstation and others would be servers.
Mesh topology (where each and every computer is connected with each other) would be difficult to implement because of the number of cables required to install.
Most widely used network system nowadays would be Star Topology as it is easier to communicate with other networks.
COMMENTS