Networking Devices Flashcards
Hub
The central connecting point of a physical star. It uses a logical bus topology. A hub is the central connecting point of a physical star, logical bus topology. Hubs manage communication among hosts using the following method:
A host sends a frame to another host through the hub.
The hub duplicates the frame and sends it to every host connected to the hub.
The host to which the frame is addressed accepts the frame. Every other host ignores the frame.
Hubs are Layer 1 devices; they simply repeat incoming frames without examining the MAC address in the frame.
Bridge
A device that connects two (or more) media segments on the same subnet. It filters traffic between both segments based on the MAC address in the frame.
A bridge is a device that connects two (or more) media segments on the same subnet, and it filters traffic between both segments based on the MAC address in the frame. A bridge builds a database based on MAC addresses to use for making forwarding decisions.
The process begins by examining the source MAC address of an incoming frame. If the source address is not in the forwarding database, an entry for the address is made in the database, associating the MAC address with the media segment.
The destination address is then examined.
If the destination address is not in the database, the frame is sent out on all segments except for the one on which it was received.
If the destination address is in the database, the frame is forwarded to the appropriate segment if the segment is different from the one on which it was received.
Broadcast frames are forwarded to all segments except the one on which they were received.
You should be aware of the following regarding bridges:
Bridges are used to separate one part of a subnet from another. This eliminates unnecessary traffic between segments and keeps the network from wasting bandwidth.
All segments connected to a bridge are on the same subnet and share a common subnet address.
Bridges can connect two segments that use different types of network architecture. For example, a bridge can connect a segment using Ethernet to a segment using 802.11 wireless.
Bridges are Layer 2 devices; they read the MAC address contained in a frame to make forwarding decisions.
Frame forwarding happens independently of the upper-layer protocols (such as TCP/IP).
Switch
A multi-port bridge that performs filtering based on MAC addresses and provides additional features not found in a bridge.
A switch is a multi-port bridge that performs filtering based on MAC addresses and provides additional features not found in a bridge.
While most bridges can process only a single frame at a time, switches can process multiple frames simultaneously.
Switches offer guaranteed bandwidth to each switch port.
Switches can make additional forwarding decisions based on the MAC address. For example, a switch can be configured to accept frames from specific MAC addresses.
Like bridges, switches operate at Layer 2.
Unmanaged switches are autonomous in their function, requiring no port management or configuration. Managed switches allow administrators to change the port configurations, including the following:
Port speed
Duplexing
Filters based on network adapter MAC addresses
VLAN assignment
Router
A device that connects two or more network segments or subnets.
Wireless access point
(AP)
A hub for a wireless network. As with a hub, a message sent to any wireless host connected to the AP can be received by all other wireless hosts.
A wireless access point (WAP) is a hub for a wireless network.
As with a hub, any message sent to any wireless host connected to the AP can be received by all other wireless hosts.
An AP is a Layer 2 device; it can read the Data Link layer address in a frame.
An AP is often configured as a bridge, connecting a wireless segment to a wired segment. Both wireless and wired hosts are on the same subnet.
Some APs are combination devices that include a wired switch and even a router.
Firewall
A network security system that monitors and controls incoming and outgoing network traffic based on predetermined security rules.
Layer 3 switch
A switch capable of reading Layer 3 (network) addresses and routing packets between subnets.
Repeater
A repeater receives, regenerates, amplifies, and retransmits the electrical signals it receives. It also removes the effects of attenuation. A hub can sometimes be called a repeater because its main function is to accept an electrical signal coming in on one port and forward that same signal out to all of the other ports. However, many other devices can also be used as a repeater.