2.2 Compare and contrast common networking hardware devices Flashcards
If you are connecting a device to a network, whether it’s a wired network or a wireless network, it needs some type of hardware to be able to make that connection. We call this piece of hardware a ___.
Network Interface Card, or a NIC
You will find a ___ inside of your printers and your servers and your laptops and your workstations and anything that needs connectivity to a network. The ____ that you’ll be using will be specific to the type of network you’re connecting to.
NIC (network interface card)
if you have an ethernet network, then you will need an ethernet ___. If you have a wireless network, you will need a wireless ___. And if you are connecting to multiple types of network, you will need multiple types of ___s inside of your device.
NIC
Many ___ have a network interface card built into the ___ itself.
motherboards
If you’ve ever had to extend a network connection over a very long distance, you know there is a maximum link that is supported for that particular ___.
topology
A ___ is used to extend a network link to be larger than normally allowed by its topology.
repeater
A ___ receives a signal, regenerates it, and then resends that signal out another interface.
repeater
Does a repeater have to make any forwarding decisions? And does it have to decide which connection data is going to?
T/F?
False. A repeater simply goes in one connection and goes out of another connection.
It’s very common to use bridges, hubs, and repeaters to extend the length of a network, what other thing can they do for physical networks?
Repeaters can convert signals from one cable type to another. For example, Ethernet over fiber to Ethernet over copper.
In the early days of networking, if you had to connect a lot of different devices together, you might use something like a ___.
hub
The way that hubs operate is that information sent to one interface on a hub is automatically repeated to every other interface on this hub. For this reason they may be called a ___.
multi-port repeater
What makes repeaters and hubs different?
Repeaters only repeat a given signal to a single interface at a time, while hubs repeat a given signal to all other interfaces simultaneously.
The communications process on a hub occurs at ___ because its repeating functionality. This means that two devices can’t communicate at the same time on a hub.
half-duplex
What does “half-duplex” mean about a communication?
You can only have one device sending traffic at a given time. Once that device is done, another device can then begin sending information.
Ethernet hubs only operate at __ megabits per second or __ megabits per second.
10, 100
If you don’t have a lot of devices on the network communicating to each other, half-duplex functionality is just fine.
T/F?
True; But as more devices begin communicating, the efficiency of the network begins to decrease.
In early networks where we used hubs to connect all of our devices, we would connect the hub networks together by using a ___.
bridge
The same type of forwarding decision made by bridges is used by today’s modern ___.
switches
A ____ is a repeater, with add on the functionality of filtering content by reading the MAC addresses of a frame’s source and destination.
bridge
A good example of a modern version of a bridge would be a ___ where you have a wireless network on one side, and on the other side, it’s connecting to your wired Ethernet network.
WAP (Wireless Access Point)
These days, we’ve extended this idea of bridging into very large scale systems that have hundreds of ports on them or are making these forwarding decisions in the hardware of these devices. We call these newer style bridges ___.
switches
More modern bridges that are able to support very large scale technology.
switch
How do bridges and switches operate?
They look at the destination MAC address in frames, and it’s sending information to the appropriate interface on that switch.
Switches are able to make forwarding decisions very fast across hundreds of different interfaces by performing switching look ups in hardware. This switching hardware is an ___.
(Application-Specific Integrated Circuit)
This hardware switching that allows us to scale this up to hundreds of interfaces on a single switch.
ASIC (Application-Specific Integrated Circuit)
If a device is making its forwarding decision based on the destination IP address of the traffic, then that is a ___.
router
If a device is making its forwarding decision based on the destination MAC address of the traffic, then that is a
switch/bridge