Ch. 5 Flashcards
1
Q
1. Which of the following is not a term used when making SOHO Internet connections? A. Hub B. Repeater C. NIC D. Switch
A
- C. NICs are the physical network connections for a computer but are not one of the devices or mediums used to provide Internet access in a SOHO setting.
2
Q
- What advantage does a switch have over a hub?
A. It discards frames.
B. Transmissions received on one port will be sent out all the other ports.
C. It recognizes frame boundaries and destination MAC addresses of incoming frames.
D. Any two or more devices the switch connects have are capable of causing a collision with each other.
A
- C. Like a hub, a switch connects multiple segments of a network together, with one important 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 address of the incoming frame as well as the port on which it was received.
3
Q
3. Which device is used to segment a network? A. Hub B. Switch C. Repeater D. All of the above
A
- 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.
4
Q
- 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 designed for
C. Allows mobile users to connect to a wired network wirelessly
D. None of the above
A
- A. The primary function of a bridge is to keep traffic separated on both sides of the bridge, breaking up collision domains.
5
Q
5. A network device that is used to connect multiple devices together without segmenting a network is a A. Hub B. Wireless access point C. Switch D. Router
A
- A. Hubs create one collision domain and one broadcast domain.
6
Q
- Which of the following is among the benefits of a switch?
A. Protects LAN resources from attackers on the Internet
B. Provides extra bandwidth
C. Reduces throughput
D. Allows access to all computers on a LAN
A
- B. By allowing full duplex operation on each port, a switch provides extra bandwidth to each port.
7
Q
7. Which of the following devices can work at both Layers 2 and 3 of the OSI model? A. Hub B. Switch C. Multi-layer switch D. Bridge
A
- B. A switch is typically just a Layer 2 device segmenting the network by using MAC addresses. However, some higher-end switches can provide Layer 3 services.
8
Q
- What is an advantage of using DHCP in a network environment?
A. More difficult administration of the network
B. Static IP addressing
C. Can send an operating system for the PC to boot from
D. Assigns IP address to hosts
A
- D. Remember that DHCP servers assign IP addresses to hosts. Thus DHCP allows easier administration than providing IP information to each host by hand (called static IP addressing).
9
Q
9. What is a benefit of a multilayer switch (MLS) over a Layer 2 switch? A. Less bandwidth B. Routing functions C. Fewer features D. Fewer ports
A
- B. Multilayer switches (also called Layer 3 switches) don’t have any fewer features, less bandwidth, or fewer ports than a normal switch; they just allow routing functions between subnets.
10
Q
10. Which device should be used if you need to send incoming packets to one or more machines that are hidden behind a single IP address? A. Switch B. Load balancer C. Hub D. Repeater
A
- B. A load balancer uses a little trickery and sends incoming packets to one or more machines that are hidden behind a single IP address. 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.
11
Q
- What role does the “A” record in a Domain Name Service (DNS) server have in your network?
A. Translates human name to IP address
B. Translates IP address to human name
C. Enables printing, copying, and faxing from one device
D. Controls network packets to optimize performance
A
- A. DNS translates human names to IP addresses for routing your packet through the Internet. Hosts can receive the IP address of this DNS server and then resolve host names to IP addresses.
12
Q
12. Which device does not aid in network segmentation? A. Router B. Switch C. Hub D. Bridge
A
- 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.
13
Q
13. What is the most common use for a web proxy? A. Web cache B. Increases throughput C. DHCP services D. Supports user authentication
A
- A. Web cache, of course! Most proxy programs provide a means to deny access to certain URLs in a blacklist, thus providing content filtering, usually in corporate environments.
14
Q
14. Which is not an advantage of network segmentation? A. Reduced congestion B. Improved security C. Containing network problems D. Preventing broadcast storms
A
- D. Options A, B, and C all aid in boosting network performance, so the only option left is broadcast storms. Increased traffic will increase LAN congestion.
15
Q
15. Users arrive at the office after a weekend and the hosts that were shut down over the weekend are restarted but cannot access 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
A
- B. If the DHCP server has stopped functioning, it will not hand out IP addresses to hosts that are restarted. However, the hosts that were not shut down still have an IP addresses because the lease time has not expired.