Chapter4_2.ppt network types of topologies

RehaanZaina1 7 views 45 slides Sep 23, 2024
Slide 1
Slide 1 of 45
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15
Slide 16
16
Slide 17
17
Slide 18
18
Slide 19
19
Slide 20
20
Slide 21
21
Slide 22
22
Slide 23
23
Slide 24
24
Slide 25
25
Slide 26
26
Slide 27
27
Slide 28
28
Slide 29
29
Slide 30
30
Slide 31
31
Slide 32
32
Slide 33
33
Slide 34
34
Slide 35
35
Slide 36
36
Slide 37
37
Slide 38
38
Slide 39
39
Slide 40
40
Slide 41
41
Slide 42
42
Slide 43
43
Slide 44
44
Slide 45
45

About This Presentation

topologies


Slide Content

Lecture 2 - Networking DevicesLecture 2 - Networking Devices

RepeatersRepeaters

HubsHubs

CollisionsCollisions

BridgesBridges

RoutersRouters

What are internetworking What are internetworking
devices?devices?

Internetworking devices are products Internetworking devices are products
used to connect networks. As computer used to connect networks. As computer
networks grow in size and complexity, so do networks grow in size and complexity, so do
the internetworking devices used to the internetworking devices used to
connect them.connect them.

The purposes of having devicesThe purposes of having devices

First, they allow a greater number of nodes to First, they allow a greater number of nodes to
be connected to the network. be connected to the network.

Second, they extend the distance over which a Second, they extend the distance over which a
network can extend. network can extend.

Third, they localize traffic on the network. Third, they localize traffic on the network.

Fourth, they can merge existing networks.Fourth, they can merge existing networks.

Fifth, they isolate network problems so that Fifth, they isolate network problems so that
they can be diagnosed more easily. they can be diagnosed more easily.

What internetworking devices operate at the What internetworking devices operate at the
physical layer (layer 1) of the OSI model?physical layer (layer 1) of the OSI model?

A repeater can provide a simple solution if A repeater can provide a simple solution if
either of these two problems exists.either of these two problems exists.

When signals first leave a transmitting When signals first leave a transmitting
station, they are clean and easily station, they are clean and easily
recognizable. However, the longer the cable recognizable. However, the longer the cable
length, the weaker and more deteriorated length, the weaker and more deteriorated
the signals become as they pass along the the signals become as they pass along the
networking media.networking media.

Location of RepeaterLocation of Repeater

HubHub

Multi-port repeaters are often called hubs. Multi-port repeaters are often called hubs.
Hubs are very common internetworking Hubs are very common internetworking
devices. Generally speaking, the term hub devices. Generally speaking, the term hub
is used instead of repeater when referring is used instead of repeater when referring
to the device that serves as the center of a to the device that serves as the center of a
star topology network.star topology network.

What is the disadvantage associated What is the disadvantage associated
with using a repeater?with using a repeater?

it can't filter network traffic. Data, it can't filter network traffic. Data,
sometimes referred to as bits, arriving at sometimes referred to as bits, arriving at
one port of a repeater gets sent out on all one port of a repeater gets sent out on all
other portsother ports

data gets passed along by a repeater to all data gets passed along by a repeater to all
other LAN segments of a network other LAN segments of a network
regardless of whether it needs to go there regardless of whether it needs to go there
or noor no

What problem could occur as a result of What problem could occur as a result of
too much traffic on a network?too much traffic on a network?

if segments of a network are only connected if segments of a network are only connected
by non-filtering devices such as repeaters, by non-filtering devices such as repeaters,
this can result in more than one user trying this can result in more than one user trying
to send data on the network at the same timeto send data on the network at the same time

If more than one node attempts to transmit If more than one node attempts to transmit
at the same time, a collision will occur.at the same time, a collision will occur.

When a collision occurs, the data from each When a collision occurs, the data from each
device impact and are damageddevice impact and are damaged

What internetworking device can be What internetworking device can be
used to filter traffic on the network?used to filter traffic on the network?

One way to solve the problems of too much One way to solve the problems of too much
traffic on a network and too many traffic on a network and too many
collisions is to use an internetworking collisions is to use an internetworking
device called a bridge.device called a bridge.

A bridge eliminates unnecessary traffic A bridge eliminates unnecessary traffic
and minimizes the chances of collisions and minimizes the chances of collisions
occurring on a network by dividing it into occurring on a network by dividing it into
segments segments

At what layer of the OSI model do At what layer of the OSI model do
bridges operate?bridges operate?

Because bridges operate at the data link layer, layer 2, Because bridges operate at the data link layer, layer 2,
they are not required to examine upper-layer information.they are not required to examine upper-layer information.

How do bridges filter network How do bridges filter network
traffic? traffic?

How are bridge data-forwarding How are bridge data-forwarding
decisions limited?decisions limited?

Although bridges use tables to determine Although bridges use tables to determine
whether or not to forward data to other whether or not to forward data to other
segments of the network, the types of segments of the network, the types of
comparisons and decisions they make are comparisons and decisions they make are
relatively low level, simple onesrelatively low level, simple ones

What types of network traffic What types of network traffic
problems is a bridge incapable problems is a bridge incapable
of solving? of solving?

Bridges work best where traffic from one Bridges work best where traffic from one
segment of a network to other segments is segment of a network to other segments is
not too great. not too great.

However, when traffic between network However, when traffic between network
segments becomes too heavy, the bridge segments becomes too heavy, the bridge
can become a bottleneck and actually slow can become a bottleneck and actually slow
down communication.down communication.

How many addressing schemes How many addressing schemes
are there in networking? are there in networking?

You have already learned what one of these You have already learned what one of these
addressing schemes is. It is the MAC addressing schemes is. It is the MAC
address. address.

The second addressing scheme in The second addressing scheme in
networking makes use of what is called the networking makes use of what is called the
IP address. IP address.

How do IP addresses differ from How do IP addresses differ from
MAC addresses? MAC addresses?

Like MAC addresses, every IP address is Like MAC addresses, every IP address is
unique. No two IP addresses are ever alike. unique. No two IP addresses are ever alike.

However, while MAC addresses are physical However, while MAC addresses are physical
addresses that are actually hard-coded into addresses that are actually hard-coded into
the NIC card and occur at the data link layerthe NIC card and occur at the data link layer

IP addresses are implemented in software and IP addresses are implemented in software and
occur at the network layer of the OSI model.occur at the network layer of the OSI model.

What are routers? What are routers?

Routers are another type of internetworking Routers are another type of internetworking
device. device.

These devices pass data packets between These devices pass data packets between
networks based on network protocol or layer networks based on network protocol or layer
3 information. 3 information.

Routers have the ability to make intelligent Routers have the ability to make intelligent
decisions as to the best path for delivery of decisions as to the best path for delivery of
data on the network. data on the network.

What network problems can What network problems can
routers help resolve?routers help resolve?

The problem of excessive broadcast traffic The problem of excessive broadcast traffic
can be solved by using a router. can be solved by using a router.

Routers are able to do this, because they do Routers are able to do this, because they do
not forward broadcast frames unless not forward broadcast frames unless
specifically told to do sospecifically told to do so

How do routers differ from How do routers differ from
bridges?bridges?

Routers differ from bridges in several respects. Routers differ from bridges in several respects.
First, bridging occurs at the data link layer or First, bridging occurs at the data link layer or
layer 2,while routing occurs at the network layer layer 2,while routing occurs at the network layer
or layer 3 of the OSI model.or layer 3 of the OSI model.

Second, bridges use physical or MAC addresses Second, bridges use physical or MAC addresses
to make data forwarding decisions. Routers use a to make data forwarding decisions. Routers use a
different addressing scheme that occurs at layer different addressing scheme that occurs at layer
three three

How do routers work? How do routers work?

Routers are used to connect two or more Routers are used to connect two or more
networks. For routing to be successful, networks. For routing to be successful,
each network must have a unique network each network must have a unique network
numbernumber

The port where a router connects to network The port where a router connects to network
A would have an IP address of A5. A would have an IP address of A5.

The IP address of the router's The IP address of the router's
second interface would be B5.second interface would be B5.

The router would determine to send the data The router would determine to send the data
from network A to network B out its port with from network A to network B out its port with
the IP address B5. the IP address B5.
Tags