5. Networking Devices Flashcards

1
Q

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

A

E.

Intrusion detection and prevention systems are not a requirement for a SOHO Internet connection.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

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.

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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 alligned 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 it, breaking up collision domains.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

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

A.

Hubs create one collision domain and one broadcast domain.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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 bandwith
C. Reduces throughput
D. Allows acces to all computers on a LAN

A

B.

By allowing full-duplex operation on each port, a switch provides extra bandwith to each port.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

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

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

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.

A

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).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

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

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

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

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 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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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 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

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

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

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Which is not an advantage of network segmentation?

A. Reducing congestion
B. Improving security
C. Containing network problems
D. Preventing broadcast storms

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

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

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

You need a device that can prevent your users from accessing certain websites. Which device should you install?

A. Firewall
B. IDS
C. IPS
D. Proxy server

A

D.

A proxy server can be used to prevent external traffic from reaching your internal network directly and can also be used to filter the sites to which your users are allowed to connect.

17
Q

Which device creates separate collision domains and a single broadcast domain?

A. Hub
B. Router
C. Switch
D. Modem

A

C.

Switches create separate collision domains but a single broadcast domain. Remember that routers provide a separate broadcast domain for each interface.

18
Q

Which of the following is not an advantage of using appliances to offload services like encryption and content filtering?

A. Less expensive
B. Reduced load on other devices
C. Additional functionality
D. Better performance

A

A.

Using appliances to offload functions such as encryption, content filtering, and VPN concetration can decrease the workload of other systems and add functionality that may be present in these dedicated devices.

19
Q

Which type of server in your network uses pointer and A records?

A. NAT translation server
B. IDS/IPS server
C. DNS server
D. Proxy server

A

C.

A DNS server uses many types of records. An A record is a hostname-to-IP-adress record, and a pointer record is an IP adress-to-hostname record.

20
Q

Users on your network are saturating your bandwith because they are using too many non-work-related sites. What device would limit the availability of the types of sites that users on a LAN have acces to while providing granular control over the traffic between the local LAN and the Internet?

A. Switch
B. DHCP server
C. DNS server
D. Proxy server

A

D.

A proxy server can provide many functions. A proxy server can use caching engine so repeated acces requests for web information would accelerate repeated acces for users, and they can also limit the availability of websites.