52
Physical and Logical Topologies Chapter 5

Physical and Logical Topologies

  • Upload
    ike

  • View
    75

  • Download
    0

Embed Size (px)

DESCRIPTION

Physical and Logical Topologies. Chapter 5. Four standard physical topologies. Bus Star Ring Hybrid. Bus Topology. Single cable connecting all computers Coaxial cable Easy to set up. Bus topology network. - PowerPoint PPT Presentation

Citation preview

Page 1: Physical and Logical Topologies

Physical and Logical Topologies

Chapter 5

Page 2: Physical and Logical Topologies

Four standard physical topologies

• Bus• Star• Ring

• Hybrid

Page 3: Physical and Logical Topologies

Bus Topology

• Single cable connecting all computers– Coaxial cable

• Easy to set up

Page 4: Physical and Logical Topologies

Bus topology network

02608c133456

02608c133456

• Signal is heard by all computers, but only the destination computer accepts the data

• Passive technology--no active electronics to amplify or regenerate the signal

Page 5: Physical and Logical Topologies

Bus topology network

• Only one computer at a time can send data– Data collisions occurs if two computers

attempt to send data at the same time• Network must be

terminated at both ends to prevent signal bounce-back

Terminator

Page 6: Physical and Logical Topologies

Advantages of a Bus

• Easy to set up• Inexpensive• Easy to add new users• Repeaters can be added to amplify

signal

Page 7: Physical and Logical Topologies

Disadvantages of a Bus

• Data collisions may result in slower network traffic

• Each connection weakens the electrical signal

• Can be hard to troubleshoot• An unplugged cable

is not terminated and will take down the network

Page 8: Physical and Logical Topologies

Ring network

• Each device is connected to the next device in the network

• Data is passed from one device to the next

• Data flows around the ring in one direction

Page 9: Physical and Logical Topologies

Ring network• A token is passed around

the ring• To send data, a computer

intercepts the token• Packet of data is attached

to the token and addressed to a specific computer

• When data is received, message is sent to sending computer and token is placed back on the network

Data

Data

DestinationComputer

Sending Computer

Page 10: Physical and Logical Topologies

Advantages of a Ring

• Avoids data collision• Equal access by all computers on the

network• Each station acts as a repeater

– Regenerates the signal

Page 11: Physical and Logical Topologies

Disadvantages of a Ring

• Additional cost of network adapters and software

• Entire network can be affected by a single break in the cable or failure of one computer

• As more computers are added to network, response time slows

• It is more difficult to troubleshoot a ring network

Page 12: Physical and Logical Topologies

Star network

Hub

• Each computer is connected to a central hub– Active hubs—amplify or regenerate signal– Passive hubs—pass signal, no amplification or

regeneration

Page 13: Physical and Logical Topologies

Star network

Hub

• All data is sent to the hub.– Broadcast star--hub sends data out to all

attached devices (passive or active hubs)– Switched star--hub sends data to specific

device

Page 14: Physical and Logical Topologies

Advantages of a Star

• A break or unplugged cable takes down only the unplugged computer

• Easy to add new computer to network

• Hub provides centralized location for diagnosing problems

Page 15: Physical and Logical Topologies

Disadvantages of a Star

• If hub is down, entire network is down• Additional cost for hub and cabling• If passive or active hubs are used, data

collisions can occur slowing network traffic

Page 16: Physical and Logical Topologies

Hybrid Networks

• Star-bus• Star-ring

Page 17: Physical and Logical Topologies

Star-ring network• Computers are attached to a hub (MSAU)

but within the hub, a ring is implemented to pass data

Hub (MSAU) showing the internal ring and clockwise token path

Page 18: Physical and Logical Topologies

Star-bus network

Hub Hub Hub

• Computers are attached to a hub (star). Hubs are attached to other hubs using bus topology.

Page 19: Physical and Logical Topologies

Enterprise-wide Topologies

• Expand on the simple star and star-bus network

• Connects hubs, switches, and routers on a network

• Fiber-optic cable often used as backbone of enterprise-wide network

• Many different ways to implement depending upon needs of organization

Page 20: Physical and Logical Topologies

Enterprise-wide Topologies

• Simplest implementation—series of hubs connect to each other– Creates a single collision domain

• All devices on the network have to look at all packets

• Hubs to Bridges/Switches– Segments the network

• Controls flow of traffic

• Routers—create subnetworks

Page 21: Physical and Logical Topologies

Mesh Network

• Provides redundant physical links between network devices

• Used in small installations or where it is essential that there always be a path to critical devices

• Very fault tolerant• Difficult and expensive to install and

reconfigure

Page 22: Physical and Logical Topologies

Mesh Network• True mesh–Each

device is connected to every other device

• Hybrid mesh–Redundant paths are created to critical devices

Page 23: Physical and Logical Topologies

WAN Topology

• WAN—Wide Area Network– Connects geographically distinct

locations

• Topologies– Peer-to-Peer (Bus)– Ring – Star– Mesh– Tiered

Page 24: Physical and Logical Topologies

Logical Topologies

• The way data will be transmitted between nodes

• Most popular logical topologies is:– Ethernet

• Other logical topologies include:– Token Ring– FDDI– ATM– LocalTalk

Page 25: Physical and Logical Topologies

Switching

• Technique that determines how connections are made and how data is moved

• 3 types of switching– Circuit switching– Message switching– Packet switching

Page 26: Physical and Logical Topologies

Circuit Switching

• Connects sender and receiver by a single physical path for the duration for the conversation

• Telephone call is an example of circuit switching

• Route selected from sender to receiver varies with each connection but once the connection is made the path stays the same

Page 27: Physical and Logical Topologies

Advantages of Circuit Switching

• Guaranteed data rate– Once circuit is established there are no

delays waiting for an available channel

• Can be used for time-critical transmission such as audio and video

Page 28: Physical and Logical Topologies

Message Switching

• Messages are stored and forwarded from one intermediate device to another until the message reaches the destination

• E-mail messages are an example of message switching– The message is sent from server to

server

• Sometimes referred to as “store-and-forward”

Page 29: Physical and Logical Topologies

Message Switching Advantages

• Provides effective traffic management– Priority can be assigned to messages so

that you can assure that high priority messages are handled promptly

• Reduces network traffic– Message can be stored at intermediate

devices until a communications channel is available

• Provides asynchronous communications across time zones

Page 30: Physical and Logical Topologies

Packet Switching

• Messages are broken into packets– Each packet contains header information including

source, destination, sequence number etc.• Individual packets may not follow the same

path from the sender to the receiver• The Internet is an example of a packet-

switched WAN

Page 31: Physical and Logical Topologies

Advantages of Packet Switching

• If a particular path goes down during transmission, packets can be rerouted

• Better use of bandwidth because packets can be sent via different routes

Page 32: Physical and Logical Topologies

Ethernet

• Most popular architecture in use today• Bus, star, or star-bus based technology• Uses baseband signaling• Uses CSMA/CD access method• 10Mbps or 100Mbps transfer rate

– Higher rates are now possible

• Cable: Thinnet, Thicknet, UTP/STP, Fiber

Page 33: Physical and Logical Topologies

CSMA/CD

• Carrier sense multiple access with collision detection media access method

• Contention-based system• Only one workstation can use network at a

time• When a collision is detected, workstations wait

a random amount of time and retransmit packet

• More nodes on the network—the more collisions– Users complain of slow network response

Page 34: Physical and Logical Topologies

Ethernet Networks

• 10Base2 (Thinnet)• 10Base5 (Thicknet)• 10BaseT (Twisted-pair)• 10BaseF (Fiber)• 100BaseT (twisted-pair)• 100BaseFX (Fiber)• Gigabit Ethernet

(Fiber or twisted-pair)

10Mbps bandwidth

100Mbps bandwidth

1000Mbps bandwidth

Page 35: Physical and Logical Topologies

10Base2 Ethernet (Thinnet)

• 10Mbps transmission speed; baseband• Maximum segment length--185 meters• Maximum segments--5• Maximum repeaters--4

– Repeater--device that regenerates network signal to extend the distance signal can travel

• Maximum segments with nodes--3• Maximum nodes per segment--30• Maximum overall length with repeaters--

925 meters

Page 36: Physical and Logical Topologies

10Base2 Ethernet

• Specification is 50-ohm RG-58A/U or RG-58C/U coaxial cable– TV cable is RG-59

• Uses BNC connectors• Transceiver is built into NIC cards--no

separate vampire tap transceiver– Connected to NIC by BNC T connector

• Terminator must be installed at both ends of network

Page 37: Physical and Logical Topologies

10Base5 Ethernet (Thicknet)

• 10Mbps transmission speed; baseband• Maximum segment length--500 meters• Minimum distance between taps--2.5

meters• Maximum number of taps/segment--100• Maximum number of segments--5• Maximum number of repeaters--4• Maximum number of segments with

nodes--3

Page 38: Physical and Logical Topologies

10Base5 Ethernet

• Maximum 300 nodes• Maximum overall length with

repeaters--2.5 kilometers (2500 meters)

• Maximum AUI cable length--50 meters– Distance from transceiver (vampire

tap) to the NIC)

Page 39: Physical and Logical Topologies

10Base2 & 10Base5 Rule

Repeater 1

Repeater 2

Repeater 3

Repeater 4

Trunk Segment 1

Trunk Segment 2

Trunk Segment 3

Trunk Segment 4

Trunk Segment 5

• The 5-4-3 rule; 5 segments, 4 repeaters, and 3 populated segments

Page 40: Physical and Logical Topologies

10BaseT Ethernet (Twisted-Pair)

• 10Mbps transmission; baseband• Physically wired as a star

– each device connected directly to a hub– hub acts a repeater

• Cable: Category 3, 4, or 5 UTP• Maximum segments--1024

Page 41: Physical and Logical Topologies

10BaseT Ethernet

• Maximum segment length--100 meters• Maximum nodes per segment--2• Maximum nodes per network--1024• Maximum hubs in a chain—4• RJ-45 connectors

Page 42: Physical and Logical Topologies

100BaseT Ethernet (Fast Ethernet)

• 100BaseTX– Uses 2 pairs cable– Category 5 UTP, Cat 5E or higher

• 100BaseT4– Uses 4 pairs cable– categories 3, 4, & 5 twisted pair

Page 43: Physical and Logical Topologies

100BaseT Ethernet

• 100Mbps• Specification for maximum segment

length, # of segments, #of nodes per segment, etc. are the same as 10BaseT

Page 44: Physical and Logical Topologies

10BaseF and 100BaseFX

• 10Mbps or 100Mbps throughput• Cable: Fiber—multimode• Maximum segment length

– 10BaseF—1000-2000meters (1-2 kilometers)

– 100BaseF—400meters

• Star-bus topology

Page 45: Physical and Logical Topologies

Gigabit Ethernet

• Typically used for backbone– Hub to hub; hub to switch; hub to router

• Fiber-optic cable (typically)– Can be implemented for UTP

• Speeds in excess of 1000Mbps (1Gbps)

Page 46: Physical and Logical Topologies

Token Ring

• Robust, reliable network architecture developed by IBM

• Addressed by 802.5 standard• Physically may look like a star but

logically works like a ring– Star-ring topology

• Workstations connect to a MAU, MSAU or SMAU– MSAU--MultiStation Access Unit

Page 47: Physical and Logical Topologies

Token Ring Specifications• Bandwidth--4Mbps or 16Mbps

– All cards on the network must be configured the same

– 100Mbps token ring is available but not widely implemented• Called HSTR (High-Speed Token Ring)

• Cable--UTP, STP, fiber• Maximum MSAU--33• Maximum nodes per MSAU--8 (IBM)• Maximum nodes—255 (STP) 72 (UTP)

Page 48: Physical and Logical Topologies

Adding hubs while maintaining the logical ring

Ring in

Ring out

Ring inRing out

Ring inRing out

Ring inRing out

Ring inRing out

Page 49: Physical and Logical Topologies

FDDI(Fiber Distributed Data Interface)FDDI(Fiber Distributed Data Interface)

• Networking standard originally specified by ANSI in the 1980s and later refined by ISO

• Uses a dual fiber-optic ring to transmit data at speeds of 100 Mbps– Dual counter-rotating rings

provide fault tolerance

• Used to connect LANs located in multiple buildings, e.g., a large campus

Page 50: Physical and Logical Topologies

FDDI (Fiber Distributed Data Interface)

• Cable lengths can extend 100 km (62 miles) with repeaters every 2 km

• Access to network is controlled using a token passing scheme

• Can attach up to 500 nodes• Computers can be attached to only the primary

ring or to both rings– Computers attached to both rings are called Class A

stations (dual-attached stations)– Computers attached to only the primary ring are

called Class B stations (single-attached stations)

Page 51: Physical and Logical Topologies

ATM(Asynchronous Transfer Mode)ATM(Asynchronous Transfer Mode)

• WAN transmission that relies on a fixed packet size to achieve data transfer rates from 25 to 622 Mbps

• Cell—the fixed-length packet in ATM– Exactly 53 bytes– 48 bytes of data and a 5 byte header

48 bytes of data

5 byte header

53 bytes

1000 bytes of data

Page 52: Physical and Logical Topologies

LocalTalk

• Specially for Macintosh networks• Maximum throughput—230Kbps• Cannot support non-Mac equipment• Use CSMA/CA media access

– Carrier sense, multiple access with collision avoidance• NIC signals its intent to send data before

it actually sends the data in order to avoid collisions