5. Networking Devices Flashcards
Which of the following is not a term used when making SOHO Internet connections?
A. Hub
B. Router
C. NIC
D. Switch
E. IDS/IPS
E.
Intrusion detection and prevention systems are not a requirement for a SOHO Internet connection.
What advantage does a switch have over a hub?
A. It discards frames.
B. Transmission received on one port will be sent out all the other ports.
C. It recognizes frame boundaries and destination MAC adresses of incoming frames.
D. Any 2 or more devices the switch connects are capable of causing a colliosion with each other.
C.
Like a hub, a switch connects multiple segments of a network together, with one importatnt difference. Whereas a hub sends out anything it receives on one port to all the others, a switch recognizes frame boundaries and pays attention to the destination MAC adress of the incoming frame as well as the port on which it was received.
Which device is used to segment a network?
A. Hub
B. Switch
C. Repeater
D. All of the above
B.
When we say segment, we mean to create multiple collision or broadcast domains. Hubs don’t segment a network; they just connect network segments together. Repeaters don’t segment the network; they repeat a signal and allow the distance covered to be increased. So the only correct option is B, a switch.
What is the primary function of a bridge?
A. Breaks up collision domains
B. Allows a NIC or other networking device to connect to a different type of media than it was alligned for.
C. Allows mobile users to connect to a wired network wirelessly.
D. none of the above.
A.
The primary function of a bridge is to keep traffic separated on both sides of it, breaking up collision domains.
A network device that is used to connect multiple devices together without segmenting a network is a ______________?
A. Hub
B. Wireless acces point
C. Switch
D. router
A.
Hubs create one collision domain and one broadcast domain.
Which of the following is among the benefits of a switch?
A. Protects LAN resources from attackers on the Internet.
B. Provides extra bandwith
C. Reduces throughput
D. Allows acces to all computers on a LAN
B.
By allowing full-duplex operation on each port, a switch provides extra bandwith to each port.
Which of the following devices can work at both layers 2 and 3 of the OSI model?
A. Hub
B. Switch
C. Multilayer switch
D. Bridge
C.
A switch is typically just a layer 2 device segmenting the network by using MAC adresses. However, some higher-end switches can provide layer 3 services.
What is an advantage of using DHCP in a network enviroment?
A. More difficult administration of the network.
B. Static IP adressing
C. Can send an operating system for the PC to boot from.
D. Assigngs IP adresses to hosts.
D.
Remember that DHCP servers assign IP adressses to hosts. Thus, DHCP allow easier administration than providing IP information to each host by hand (called static IP adressing).
What is a benefit of a multilayer switch (MLS) over a layer 2 switch?
A. Less bandwith
B. Routing functions
C. Fewer features
D. Fewer ports
B. Multilayer switches (also called layer 3 switches) don’t have fewer features, less bandwith, or fewer ports than a normal switch; they just allow routing functions between subnets.
What device shoul be used if you need to send incoming packets to one or more machines that are hidden behind a single IP adress?
A. Switch
B. Load balancer
C. Hub
D. Repeater
B. A load balancer uses a little trickery and sends incoming packets to one or more machines that are hidden behind a single IP adress. Modern load-balancing routers can use different rules to make decisions about where to route traffic, which can be based on least load, fastest response times, or simply balancing requests.
What role does the A record in a Domain Name Service (DNS) server have in your network?
A. Translates human name to IP adress.
B. Translates IP adress to human name.
C. Enables printing, copying, and faxing from one device.
D. Controls network packets to optimize performance.
A.
DNS translates human names to IP adresses for routing your packet through the Internet. Hosts can receive the IP adress of this DNS server and then resolve hostnames to IP adresses.
Which device does not aid in network segmentation?
A. Router
B. Switch
C. Hub
D. Bridge
C.
Routers, switches, and bridges are all devices that help break up big networks into a number of smaller ones—also known as network segmentation. Hubs don’t segment networks—they just connect network segments together.
What is the most common use for a web proxy?
A. Web cache
B. Throughput increase
C. DHCP services
D. Support for user authentication
A.
Web-cache, of course! Most proxy programs provide a means to deny acces to certain URLs in a block list/blacklist, thus providing content filtering, usually in corporate enviroments.
Which is not an advantage of network segmentation?
A. Reducing congestion
B. Improving security
C. Containing network problems
D. Preventing broadcast storms
D.
Options A and C aid in boosting network performance. Option B is an advantage gained when segmenting the network. So the only option left is broadcast storms. Increased traffic will increae LAN congestion.
Users arrive at the office after weekend and the hosts that were shut down over the weekend are restarted but cannot acces the LAN or Internet. Hosts that were not shut down are working fine. Where can the problem be?
A. The DNS server
B. The DHCP server
C. The proxy server
D. The firewall
B.
If the DHCP server has stopped functioning, it will not hand out IP adresses to hosts that are restarted. However, the hosts that were not shut down still have IP adresses because the lease time has not expired.