36
Network Hardware

Hardware (1)

Embed Size (px)

Citation preview

Page 1: Hardware (1)

Network Hardware

Page 2: Hardware (1)

Network Topologies

• Bus– Devices connected to each other via bus– Passive topology– Requires terminators to prevent signal bounce– Advantages / Disadvantages-refer to previous lecture

notes

• Star– All devices connected to central “hub”– Advantages / Disadvantages-refer to previous lecture

notes

Page 3: Hardware (1)
Page 4: Hardware (1)

Star-Bus Topology

Page 5: Hardware (1)

Ring Topology

• Nodes connected to each other in a circle

• One or more tokens

• Active topology

• Advantages / Disadvantages-refer to previous lecture notes

Page 6: Hardware (1)

Mesh Topology

• Each node connected to all other nodes (or most other nodes)

• Redundancy provides reliability

• Used in WANs not LANs

Page 7: Hardware (1)

Logical Topologies

• Regardless of how nodes connected, logical topologies describe how they communicate

• Ethernet– Most common logical topology– CSMA/CD-refer previous notes– Collisions and collision domains

Page 8: Hardware (1)

Logical Topologies

• Token Ring– Nodes take turns controlling the token– No collisions– Active monitor– FDDI-refer previous notes

Page 9: Hardware (1)

Networking Hardware

Page 10: Hardware (1)

Network Interface Card

• Is called NIC• Responsible for serial-parallel conversion• Unique MAC address

– Media Access Control – Hardware address, assigned at factory

• Identified by:– Network type (100baseT, Wireless, etc.)– Slot type:

• PCI: Peripheral Component Interconnect, a local bus standard developed by Intel Corporation.

• ISA: Industry Standard Architecture bus – Type of media connection

Page 11: Hardware (1)

NIC

Page 12: Hardware (1)

NIC

Page 13: Hardware (1)

Signal Repeater

• Clean up and regenerate signal• Devices: Repeater, hub• Counter attenuation• Unintelligent – retransmit signal to all devices

Page 14: Hardware (1)

Signal repeaters: Hub and repeater

Page 15: Hardware (1)

HUB:Multi-port repeater

Page 16: Hardware (1)

Hub

• Simple way to connect multiple nodes

• Can enlarge network by connecting hubs (uplink)

• Might contain management tools

Page 17: Hardware (1)
Page 18: Hardware (1)

Bridge

• Has 2 ports – each attached to a different segment of the network

• Segments network by learning MAC address• Makes decisions to allow/disallow packets to

pass• Networks are segmented to:

– Reduce collision domain– Improve security

• More intelligent than repeaters & hubs

Page 19: Hardware (1)

Collision Domain

• A group of connected devices that compete for network access.

• Only one can transmit at a time

• When more than one tries to transmit, a collision occurs

• Too many collisions affect network performance.

Page 20: Hardware (1)
Page 21: Hardware (1)

Switch• Multiport bridge• Uses MAC address• Can connect multiple devices• Creates multiple collision domains• Have basically replaced hubs

Page 22: Hardware (1)

Switch

Page 23: Hardware (1)

Switch

Page 24: Hardware (1)

Switches

Page 25: Hardware (1)

Switch

Page 26: Hardware (1)

Switch

Page 27: Hardware (1)

Switch

Page 28: Hardware (1)

Wireless Access Point

• Wireless Access Point– Provide access

wired wireless– Wireless switch– 802.11 a – 54 Mbps– 802.11 b – 11 Mbps

(WiFi)– 802.11 g – 54 Mbps– 802.11 n – 108 Mbps– Bluetooth – ~ 1 Mbps

Page 29: Hardware (1)

Router

• Segments network based on IP address• Makes intelligent decisions on how to “route”

packet based on IP network address

Page 30: Hardware (1)

Router

Page 31: Hardware (1)

Router

Page 32: Hardware (1)

Router

Page 33: Hardware (1)

Router

Page 34: Hardware (1)

Network Address Translation

• NAT (sometimes called “NATting”)

• Used to allow internal, private addresses to communicate with the Internet

• Addresses translated private public

• Requires a device (such as a router) to support

Page 35: Hardware (1)

Gateways

• Connect dissimilar network types

• Wireless access point or router(wireless to wired)

• Internet gateways(internal to external networks)

Page 36: Hardware (1)

Assignment

• List out networking hardware.

• Give a brief description about gateways.

• Give a brief description about routers.

• Give a brief description about bridges.

• Give a brief description about hubs.

• Give a brief description about NICs.

• Give a brief description about switches.