Networking Devices

advertisement
Networking Devices
February 14 (Day); February 9 (Night)

Network Interface Card (NIC):
o
NICs are devices that enable a computer, server, printer, or other device to
receive and transmit data over a cable or other media.
o
NICs contain a data transceiver, the devices that transmit and receive data.
o
NICs are unusual in that they belong to both the Physical layer (because they
actually apply data signals to the wire) and the Data Link layer (because they can
assemble or disassemble frames).
o

NIC Installation Issues:

Access methods (ex. Ethernet vs. Token Ring)

Network transmission speed (ex. 100 Mbps vs. 1 Gbps)

Connector (ex. RJ-45)

Motherboard compatibility (ex. PCI vs. ISA)
Repeaters:
o
The purpose of the repeater is to regenerate and retime network signals to allow
them to travel a longer distance.
o
Repeaters operate in the Physical layer because they have no means to interpret
the data they retransmit. They cannot improve or correct a bad or erroneous
signal – they merely repeat it.

o
Since it cannot interpret data, it cannot route data to its destination.
o
It has one input port and one output port.
o
Rarely used on modern networks.
o
A hub is a repeater with more than one output port (typically from 4-24) –
Hubs:
sometimes called a multiport repeater.
o
Hubs operate at the Physical layer of the OSI model.
o
Hubs are used on almost all network.

Bridges:
o
Bridges are devices that connect two network segments by analyzing incoming
frames and making decisions about where to direct them on each frame’s MAC
address.
o
Bridges operate at the Data Link layer of the OSI Model.
o
Bridges have a single input port and a single output port.
o
The bridge works by maintaining a forwarding table of their MAC addresses and
their locations.
o
To translate between two network segments, a bridge reads a frame’s destination
MAC address and decides to either forward it or filter it. If the bridge determines
that the destination is on another segment as the source address, it forwards the
data. If the destination is on the same segment as the source, it filters (drops) the
data.


Switches:
o
Switches are multiport bridges. They can have up to 24 ports.
o
Switches operate at Data Link layer.
o
Switches have an internal processor, an operating system, and memory.
o
Bridges and switches create collision domains.
o
A router is a multiport connectivity device that directs data on a network.
o
Routers operate at the Network layer of the OSI Model.
o
Routers use the logical address of data to determine which network or segment of
Router:
network to route the data.
o
A typical router has a processor, an operating system, memory, input and output
jacks for different types of connector, and a management console.
o
Routers are very intelligent. They can determine the fastest path from one point
to another. They can also reroute traffic if the preferred path is down.

Gateway:
o
Gateways are combinations of networking hardware and software that connects
two dissimilar kinds of networks. Gateways connect two systems that use
different formatting, protocols, or architecture.
o
Gateways actually repackage information so that it can be read by another
system. They are usually quite slow.
o
Gateways operate at multiple layers of the OSI Model.
o
Gateways are usually broken down by function:

E-mail gateway – translates one type of e-mail to another

Voice/data gateway – connects the part of the network that handles data
traffic with the part of the network that handles voice traffic.

Internet – allows and manages access between LANs and the Internet
Download