Chapter 02 topology networking

23
Networking Chap:02 Topologies

Transcript of Chapter 02 topology networking

Page 1: Chapter 02  topology networking

Networking

Chap:02Topologies

Page 2: Chapter 02  topology networking

1.2

1.3 Data Flow (Modes of Communication)1.3 Data Flow (Modes of Communication)

•Simplex: Simplex: in simplex mode communication is in simplex mode communication is unidirectional. Only one device on a link unidirectional. Only one device on a link can send the data. The other device will can send the data. The other device will only receive the data. E.g Keyboard & only receive the data. E.g Keyboard & MonitorMonitor

•Half Duplex: Half Duplex: in this mode both sender and receiver in this mode both sender and receiver can send and receive, but not at the same can send and receive, but not at the same time. At a time one is sender the other act time. At a time one is sender the other act as receiver. E.g Walki-talkiesas receiver. E.g Walki-talkies

Page 3: Chapter 02  topology networking

1.3

Conti...Conti...

•Full Duplex: Full Duplex: in this mode both sender and in this mode both sender and receiver can send and receive at the receiver can send and receive at the same time. E.g telephonesame time. E.g telephone

Page 4: Chapter 02  topology networking

1.4

Topology:Topology:

•The Physical structure of the network is known as Topology.

•The Physical layout of the links and devices is called topology.

Page 5: Chapter 02  topology networking

1.5

Figure 1.4 Four basic Categories of topology

Page 6: Chapter 02  topology networking

1.6

Bus Topology:Bus Topology:

•All devices are directly connected to a single main cable

•Main cable act as the backbone for the network•Computer are connected with the main cable via

local loop/drop line•Only one device can send the data at a time

•Otherwise collision will occur.•Terminator are used at the end of the main cable

•Main cable is used either thick net/ thick net.

Page 7: Chapter 02  topology networking

1.7

Figure 1.7 A bus topology connecting three stations

Page 8: Chapter 02  topology networking

1.8

Bus Topology

Page 9: Chapter 02  topology networking

1.9

Advantages Use of cable is economicalMedia is inexpensive and easy to work withSystem is simple and reliable .Bus is easy to extendDisadvantages of Bus Topology:Network can slow down in heavy traffic Problems are difficult to isolateCable break can affect many users

Page 10: Chapter 02  topology networking

1.10

Star Topology:Star Topology:

•In a star topology, each device/computers has a direct point-to-point link only to a central

controller•central controller is called a hub/switch

•The devices/computers are not directly linked to one another.

•If one device wants to send data toanother, it sends the data to the controller,•Controller then send the data to the other

connected Device/computers

Page 11: Chapter 02  topology networking

1.11

Figure 1.6 A star topology connecting four stations

Page 12: Chapter 02  topology networking

1.12

Star Topology

Page 13: Chapter 02  topology networking

1.13

Star Topology

Page 14: Chapter 02  topology networking

Advantages of Star Topology

Modifying system and adding new computers is easy . Centralized monitoring and management are possible Failure of one computer does not affect the rest of the network

Disadvantages of Star Topology : If the centralized point fails, the

network fails

Page 15: Chapter 02  topology networking

1.15

Ring Topology:Ring Topology:

•In a Ring topology, each device has a dedicated point-to-point connection with only

the two devices on either side of it.

• A signal is passed in ring in one direction, from device to device, until it reaches its

destination.

• token (frame) is circulating in the ring

Page 16: Chapter 02  topology networking

1.16

Ring Topology:Ring Topology:

•Each device wait for its number to send the data

•At a time only one device can send the data

•Each device in the ring contain a repeater.

Note: Repeater is used to Re-generate the weaken signals

Page 17: Chapter 02  topology networking

1.17

Figure 1.8 A ring topology connecting six stations

Page 18: Chapter 02  topology networking

1.18

Advantages of Ring Topology

System provides equal access for all computers Performance is even despite many usersDisadvantages of Ring Topology:Failure of one computer can impact the rest of the networkProblems are hard to isolate.

Page 19: Chapter 02  topology networking

1.19

Ring Topology

Page 20: Chapter 02  topology networking

1.20

Mesh Topology:Mesh Topology:

•In a mesh topology, every device has a dedicated point-to-point link to every

other device in the Network

•If a network contain ‘N’ number of computers then each computer needs ‘N-1’ number of

Input/output ports

•The link between devices usually are Full duplex

• very reliable topology (if one link goes down then other line is available)

Page 21: Chapter 02  topology networking

1.21

Figure 1.5 A fully connected mesh topology (five devices)

Page 22: Chapter 02  topology networking

1.22

Mesh Topology

Page 23: Chapter 02  topology networking

1.23

•End of Chapter