Chapter 5 - Networking Devices Flashcards
a network interface card (NIC) is installed in your computer to connect, or interface, your computer to the network. It provides the physical, electrical, and electronic connections to the network media. The NIC is called a Layer 2 device because the information it uses for communication, the MAC address, resides on the Data Link layer.
NICs today usually have one, two, or more LEDs; one, usually green, is called a link light, indicating that an Ethernet connection has been established with the device on the other end of the cable, and it flickers when traffic is being passed back or forth. The other, or others, usually indicates the speed of the connection: 10, 100, or 1000 Mbps.
The first LED you should verify is the link LED because if it’s not illuminated, the activity LED simply cannot illuminate.
There’s no universal standard for NIC LEDs, so check the manual to familiarize yourself with theones you are working with. But it’s not always that cut-and-dried that blinking LED can mean the NIC is receiving a proper signal from the hub or switch, but it can also indicate connectivity to and detection of a carrier on a segment.
a hub is the device that connects all the segments of the network together in a star topology Ethernet network.
As a hub has no intelligence, it is a Layer 1 device. Each device in the network connects directly to the hub through a single cable and is used to connect multiple devices without segmenting a network.
Most of the time, hubs really aren’t recommended for corporate networks because of their limitations.
It’s important to note that hubs are nothing more than glorified repeaters that are incapable of recognizing frames and data structures—the reason they act with such a lack of intelligence. A broadcast sent out by any device on the hub will be propagated to all devices connected to it. Hubs are not suggested for use in today’s corporate network for this reason.
A bridge—specifically, a transparent bridge—is a network device that connects two similar network segments together.
A bridge—specifically, a transparent bridge—is a network device that connects two similar network segments together. Its primary function is to keep traffic separated on either side of the bridge, breaking up collision domains, as pictured in Figure 5.3.
The main reasons you would place a bridge in your network would be to connect two segments together or to divide a busy network into two segments.
As bridges use MAC addresses to make forwarding decisions, they are considered Layer 2 devices.
Bridges are software based, so, interestingly, you can think of a switch as a hardware-based, multiport bridge. In fact, the terms bridge and switch are often used interchangeably because the two devices used basically the same bridging technologies.
Switches connect multiple segments of a network together much like hubs do, but with three significant differences—a switch recognizes frames and pays attention to the source and destination MAC address of the incoming frame as well as the port on which it was received.
A switch makes each of its ports a unique, singular collision domain. Hubs don’t do those things. They simply send anything they receive on one port out to all the others. As switches use MAC addresses to make forwarding decisions, they are considered Layer 2 devices.
So, if a switch determines that a frame’s final destination happens to be on a segment that’s connected via a different port than the one on which the frame was received, the switch will only forward the frame out from the specific port on which its destination is located.
If the switch can’t figure out the location of the frame’s destination, it will flood the frame out every port except the one on which the frame port was received.
Switches that can perform the basic switching process and do not allow you to configure more advanced features—like adding an IP address for telnetting to the device or adding VLANs—are called unmanaged switches.
Cisco switches that do allow an IP address to be configured for management with such applications as SNMP and do allow special ports to be configured (as in VoIP), are called managed switches.
Switches are Layer 2 devices, which means they segment the network with MAC addresses. If you see the term Layer 3 switch, that means you are talking about a router, not a Layer 2 switch. The terms router and Layer 3 switch are interchangeable.
A router is a network device used to connect many, sometimes disparate, network segments together, combining them into what we call an internetwork.
As routers use IP addresses to make forwarding decisions, they are considered Layer 3 devices.
Routers can have many different names: Layer 3 switch and multilayer switch are the most common, besides the name router, of course. Remember, if you hear just the word switch, that means a Layer 2 device. Routers, Layer 3 switches, and multilayer switches are all Layer 3 devices.
On a switch, you do not add an IP address since they only read to Layer 2, and most of the time, you never even need to configure a switch interface. First, they are enabled by default, and second, they are very good at auto-detecting the speed, duplex, and, in newer switches, even the Ethernet cable type (crossover or straight-through).
A router is much different and an IP address is expected on each interface; they are not enabled by default, and a good Layer 3 network design must be considered before installing a router.
However, be aware that if your network interface card is set to half duplex and the switch port is configured for full duplex, the port will receive errors and you’ll eventually get a call from the user. This is why it is advised to just leave the defaults on your hosts and switch ports, but it is a troubleshooting spot to check when a problem is reported from a single user.
Again, this is set to auto, but you may want to force the port to be 100 and full duplex. Typically, the NIC will run this without a problem and you’ll be sure you’re getting the most bang for your buck on your switch port.
A router interface will break up collisiondomains just as a switch interface does, but the purpose of a router interface is to create and maintain broadcast domains and connectivity of WAN services.
Unlike switches, router interfaces do not just work when you plug them into the network—they must be configured and enabled. All ports are shut down by default,
Other types of IDSs are protocol based (PIDS), which monitor traffic for one protocol on one server, and application protocol based (APIDS), which monitor traffic for a group of servers running the same application (such as SQL). AP is just a hub that accepts wireless clients via an analog wireless signal. APs operate at Layer 2.