C5. Networking Devices Flashcards
What is a network interface card? What kind of connections does it provide?
NIC is a card installed on your computer to connect, or interface, your computer to the network. It provides the physical, electrical, and electronic connections to the network media
What layer is the NIC based on?
The NIC is a layer 2 device because the information it uses for communication - the MAC address - resides on the Data Link layer
What is the NIC built into?
It’s built into a computer motherboard - or it is an expansion card. Either way
What do the NIC LEDs indicate?
There typically are a couple of LEDs.
1) One, usually green, is called a link light - it indicates that the Ethernet connection has been established w the device on the other end of the cable; it flickers when the traffic goes back and forth
2) Another is activity LED - tends to flicker constantly; the activity indicates intermittent transmission and reception of frames arriving at the network or leaving it
2) Others are just there to indicate connection speed
What is a hub?
A hub is a device that connects all network segments together in a star topology
What layer is a hub?
A hub is a layer 1 device - it has no intelligence of its own
How do other devices interface with the network?
- Each network device connects directly to the hub through a single cable and is used to connect multiple devices without segmenting a network.
- Any transmission received on one port will be sent out to all other ports in the hub, including the receiving pair for the transmitting device - so that CSMA/CD on the transmitter can monitor for collisions
What happens when one station sends a broadcast to a network?
All other devices in a network receive it! Based on the addressing found in the frame, only the intended recipient will actually listen to the broadcast message and process it
Why are hubs not recommended for today’s corporate networks?
Because any two or more of these connected devices have the potential of causing a collision with one another, which means that the hardware device will create a LAN with the most network traffic collisions
What is a bridge?
A 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
When is the traffic allowed to pass through the bridge?
It’s allowed to pass only if the transmission is intended for a station on the opposite side
Why would you place a bridge on a network?
To connect two network segments together or to divide a busy network into two segments
Which layer are bridges on?
As bridges use MAC addresses to make forwarding decisions, they are Layer 2 devices
What is a switch?
Switches are devices that connect multiple network segments together much like hubs do - but
!) a switch recognizes frames
!!) it pays attention to the source and dest. MAC addresses of the incoming frame as well as the port on which it was received
How does switch interpret/handle its ports?
It makes each of its ports a unique, singular collision domain
What does a switch do when it notes that a frame’s final destination happens to be on a segment 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 the destination is located
What does a switch do when it can’t figure out the frame’s final destination?
It will flood the frame out every port except the one on which the frame port was received
What do unmanaged switches do? What can’t they do?
They perform the basic switching process and do not allow you to configure more advanced features like adding an IP address for telenetting to the device
What is a router?
A router is a network device used to connect many, sometimes disparate, network segments together, combining them into and INTERnetwork
What can a well-configured router do? How does it do it?
It can make intelligent decisions about the best way to get network data to its destination
It gathers the necessary information based on the network performance data
What layer are they on?
As routers use IP addresses to make forwarding decisions, they are Layer 3 devices
How are routers analogous to computers?
They have their own complex operating systems - you can even think of them as CPUs that are totally dedicated to the process of packet routing.
Due to their complexity, you can configure them to perform the functions of other types of networking devices s.a. firewalls by simply implementing a specific feature within router’s software
What’s the major difference between a router interface and a switch interface?
On a switch, you don’t add an IP address since they only read to layer 2, and most of the time, you never even need to configure the switch interface
A router expects an IP address on the interface - it does not have one by default - and a good Layer 3 network design must be considered before installing a router
What is one configuration set on switch ports by default?
duplex auto. Don’t touch it
What is the switch configuration that you can and probably should adjust?
Speed!
What is the purpose of a router interface?
To create and maintain broadcast domains and connectivity of WAN services
Before routers can work, their interfaces must be configured and enabled!
What is a firewall?
A firewall is a standalone blackbox or a software implementation (placed on a server or a router) that protects LAN resources from invaders that prowl the internet for unprotected networks while simultaneously preventing all or some of your LAN’s computers from accessing certain devices on the internet
Which OSI layers do firewalls operate on?
Multiple kinds! Some can operate up to the application level
What connections do the firewalls have?
One to the internet and one to the network
What’s the point of the second firewall and what is it called?
Demilitarized zone DMZ is used to connect servers and equipment that can be considered both public and private (s.a. email and web servers)