Network Topology


Network topology defines the structure of the network.
One part of the topology definition is the physical topology, which is the actual layout of the wire or media.
The other part is the logical topology, which defines how the media is accessed by the hosts for sending data.


PHYSICAL TOPOLOGIES


Commonly used physical topologies

Network Topology

1- BUS TOPOLOGY

bus topology uses a single backbone segment (length of cable) that all the hosts connect to directly. Original Ethernet used a bus topology. By the way, Ethernet hubs work the same as a “bus”. 

BUS TOPOLOGY


2- STAR TOPOLOGY

STAR TOPOLOGY

network hub




Hubs allow computers and other network devices to communicate with each other, and use a star topology.Like a repeater, a hub regenerates the signal.Hubs have the same disadvantage as a repeater, anything it receives on one port, it FLOODS out all other ports.Wherever possible, hubs should be replace by switches.More LATER!



PHYSICAL TYPOLOGIES EXTENDED STAR


An extended star topology links individual stars together by connecting the hubs and/or switches.
This topology can extend the scope and coverage of the network.

 EXTENDED STAR  TYPOLOGY

PHYSICAL TYPOLOGIES HIERARCHICAL


A hierarchical topology is similar to an extended star.
However, instead of linking the hubs and/or switches together, the system is linked to a computer that controls the traffic on the topology.


PHYSICAL TYPOLOGIES HIERARCHICAL



PHYSICAL TYPOLOGIES MESH


A mesh topology is implemented to provide as much protection as possible from interruption of service.
Each host has its own connections to all other hosts.

MESH TYPOLOGY



LOGICAL TYPOLOGIES


The logical topology of a network is how the hosts communicate across the medium.
The two most common types of logical typologies are broadcast and token passing.



LOGICAL TYPOLOGIES BROADCAST



Broadcast topology simply means that each host sends its data to all other hosts on the network medium.
There is no order that the stations must follow to use the network.
It is first come, first serve.
Ethernet works this way.






LOGICAL TYPOLOGIES TOKEN PASSING


Token passing controls network access by passing an electronic token sequentially to each host.
When a host receives the token, that host can send data on the network.
If the host has no data to send, it passes the token to the next host and the process repeats itself.
Two examples of networks that use token passing are Token Ring and Fiber Distributed Data Interface (FDDI).




RING TOPOLOGY


RING TOPOLOGY

Access Method :
Token Passing= 60 or 40 bytes
Operation:
To send data from pc2 to pc 5
Pc2
1- load the data to free token
2- set the addresses for both the S &D
3- relies the token to pc3

--------------------
PC3 & PC4
1- match the address
2-repeat the token
3-relise the token to pc4
-------------------------
PC5
1-Match the address
2-copy the token
3-repeat the token
4-mark chick bit
5-relise the token
-------------------------
PC2
Look the chick bit if it marked
Clean the token
If not relies the token



1 comment:

  1. This comment has been removed by a blog administrator.

    ReplyDelete