A+ 1101 PM A 27 - 46

A+ 1101 PM A 27 - 46

12th Grade

20 Qs

quiz-placeholder

Similar activities

CS&A Unit 2 Vocabulary

CS&A Unit 2 Vocabulary

9th - 12th Grade

21 Qs

Internal Elements of a Computer Quiz

Internal Elements of a Computer Quiz

12th Grade

20 Qs

BTEC IT -unit 1 mixed questions (no. 2 )

BTEC IT -unit 1 mixed questions (no. 2 )

12th Grade

18 Qs

The Internet

The Internet

4th - 12th Grade

20 Qs

Online communities & cloud computing - BTEC IT unit 1

Online communities & cloud computing - BTEC IT unit 1

11th - 12th Grade

15 Qs

iGCSE Computer Science: Internet & WWW

iGCSE Computer Science: Internet & WWW

9th - 12th Grade

20 Qs

Computer Security Measures

Computer Security Measures

12th Grade - University

19 Qs

A Level Computing - the internet structure 1.3.3 a&b

A Level Computing - the internet structure 1.3.3 a&b

12th Grade

15 Qs

A+ 1101 PM A 27 - 46

A+ 1101 PM A 27 - 46

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Carolyn Harrigan

FREE Resource

20 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

A network administrator is troubleshooting a network outage, and she believes the issue is related to a bad switch. The old switch is then replaced with a newer model and the cabling is moved to the new switch.

Which of the following should be the NEXT troubleshooting steps? (Choose up to TWO)

Test the theory

Verify full system functionality

Establish a plan of action

Identify the problem

Answer explanation

The Answers: B. Verify full system functionality, and 

                                E. Document the findings

Once the theory has been tested, a plan of action has been determined, and the plan has been implemented, it's important to verify that full system functionality has been restored. After all of this work, it's useful to document the problem, the proposed solutions, and the ultimate fix. This problem might occur again, and it would be useful to have documentation on the issue.

The incorrect answers:

A. Test the theory

The testing of possible theories should occur before making any changes. In this example, the replacement of the switch is the theory tested in the lab prior to implementation.

C.   Establish a plan of action

The plan of action was created prior to the replacement of the switch. The plan design might be relatively simple or may have a complex set of processes. The complexity of the plan generally depends on the organization and the type of problem.

D.   Identify the problem

Identifying the problem is the first step in the troubleshooting process. Before you can resolve an issue, it's important to fully understand what might not be working.

More information:

220-1101, Objective 5.1 - How to Troubleshoot https://professormesser.link/1101050101

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

A newly installed MFD provides an option to "scan to SMB." Which of the following would BEST describe this feature?

Print jobs can be sent from mobile devices

All scans are checked for malware

Files are stored on a Microsoft share

Documents are scanned from the cloud

Answer explanation

The Answer: C. Files are stored on a Microsoft share

SMB (Server Message Block) is the protocol used by Microsoft operating systems to share files, print jobs, and other information between other Microsoft OS devices. Many MFDs (Multifunction Devices) can scan a document and store the scanned file on a central network share  using SMB.

The incorrect answers:

A.  Print jobs can be sent from mobile devices

Many mobile devices can send jobs to a local printer, but this feature isn't part of the scanning process.

B.  All scans are checked for malware

Although it's important to protect against all sources of malware, it would be unusual for a newly scanned document on a local MFD to contain any malicious software.

D. Documents are scanned from the cloud

Many MFDs can support input from different sources, but the scan to SMB feature describes the location of the output file once the original document has been scanned.

More information:

220-1101, Objective 3.6 - Multifunction Devices https://professormesser.link/1101030601

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What type of device connects multiple computers to the network, but becomes less efficient as network traffic increases?

Switch

Hub

Repeater

Router

Answer explanation

The Answer: B. Hub

A hub operates as a multi-port repeater, where incoming traffic is repeated to every other port in the hub. If more than one device attempts to communicate at the same time, these conflicting signals are called a collision. Each time a collision occurs, the sending devices have to stop transmitting, wait a random amount of time, and try sending the traffic again. If many devices are sending large amounts of data, the overall network efficiency will decrease as the number of collisions increase.

The incorrect answers:

A. Switch

A switch makes forwarding decisions based on destination MAC (Media Access Control) address and can communicate over full-duplex links. This full-duplex communication ensures that no collisions will occur.

C.   Repeater

The relatively simple forwarding process of a repeater ensures that slowdowns will not occur as network traffic increases.

D.   Router

Routers forward traffic based on the destination IP address, and this process does not create an inefficiency as the network traffic increases.

More information:

220-1101, Objective 2.2 - Network Devices https://professormesser.link/1101020201

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

In which of the following would a Lightning cable MOST likely be used?

Connect a server to a display monitor

Increase the available memory of a device

Remotely control a mobile device

Charge a mobile device

Answer explanation

The Answer: D. Charge a mobile device

The Lightning interface is a proprietary interface used exclusively on mobile devices from Apple. The Lightning interface is a common connection for data transfers and power charging for many Apple mobile devices.

The incorrect answers:

A.  Connect a server to a display monitor

Although there are video output adapters available for Lightning connectors, these options tend to be used exclusively for Apple's phones and tablets and are not commonly used on standalone computers  or servers.

B.  Increase the available memory of a device

Although there are options to provide external storage using a lightning connection, the memory used in an Apple mobile device is limited to the installed internal RAM (Random Access Memory).

C.  Remotely control a mobile device

Although there are remote control options available for Apple devices, these solutions use an existing network connection and do not use the Lightning interface.

More information:

220-1101, Objective 3.1 - Copper Connectors https://professormesser.link/1101030110

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

A network administrator would like to enable DHCP on a laptop, but they would like the same IP address to be assigned to the laptop each time it starts. Which of the following would provide this functionality?

Create an IP reservation on the DHCP server

Administratively configure the laptop’s MAC address

Use APIPA addressing

Assign the laptop to a static IP

Answer explanation

The Answer: A. Create an IP reservation on the DHCP server A DHCP (Dynamic Host Configuration Protocol) server will automatically assign IP (Internet Protocol) addresses to devices on the network from an available pool. This means that the IP address for a device may change over time based on the addresses currently available in the pool. To force the same IP address assignment each time, the network administrator can create an IP reservation in the DHCP server to associate a specific IP address to the MAC (Media Access Control) address of the laptop.

The incorrect answers:

B.   Administratively configure the laptop’s MAC address

The MAC address of a device will rarely need to changed through an  administrative configuration, and administratively configuring the MAC address will not permanently assign a particular IP address.

C.   Use APIPA addressing

APIPA (Automatic Private IP Addressing) can provide limited networking when a DHCP server is not available, but APIPA addressing does not provide any static or permanent IP addressing on a device.

D.   Assign the laptop to a static IP VLAN

VLANs (Virtual Local Area Networks) are commonly used to segment the network into individual broadcast domains. Assigning a device to a particular VLAN does not provide a method of static or permanent IP addressing on a device.

More information:

220-1101, Objective 2.6 - DHCP Configuration https://professormesser.link/1101020602

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

A user is complaining about slow network performance from their workstation. A network technician checks the data closet and finds the wires are not properly seated in the 110 block. Which of the following should the technician use to correct this issue?

Crimper

Multimeter

Punch-down tool

Cable tester

Answer explanation

The Answer: C. Punch-down tool

A punch-down tool is used to firmly "punch" a wire into a wiring block. These blocks are usually located in a wiring closet or on a patch panel.

The incorrect answers:

A. Crimper

A crimper is used to fasten a modular connector onto the end of a cable. For Ethernet, a crimper attaches the RJ45 connector used by the workstation or laptop.

B. Multimeter

A multimeter can be used to check for voltages or continuity, but it won't connect wires to a 110 block.

D. Cable tester

Cable testers can identify the wire map on a cable to ensure that the punch-down or crimping process has been performed properly. After punching down this connection, the technician could use a cable tester to validate that all of the wires are now properly connected.

More information:

220-1101, Objective 2.8 - Network Tools https://professormesser.link/1101020801

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

A user has just connected to a new wireless network, but they cannot view any Internet web sites. Their network configuration shows the IP address as 169.254.228.109, the subnet mask is 255.255.0.0, and they have not been assigned a default gateway. Which of these is the MOST likely cause of this issue?

The subnet mask is not correct

The Internet provider is experiencing a temporary outage

The DHCP server is down

The wireless adapter is not working properly

Answer explanation

The Answer: C. The DHCP server is down

If a DHCP (Dynamic Host Configuration Protocol) server is not responding, the local workstation will configure itself with an APIPA (Automatic Private IP Addressing) address. The usable APIPA addresses range between 169.254.1.0 through 169.254.254.255. An APIPA address is a link-local address, so network communication is limited to the local  IP subnet.

The incorrect answers:

A.  The subnet mask is not correct

The subnet mask has been configured through APIPA, and the mask of 255.255.0.0 is normal for an APIPA configuration. The subnet mask is not the cause of the browsing issues on the workstation.

B.  The Internet provider is experiencing a temporary outageIn this example, the issue is related to the APIPA link-local address assigned to the workstation. Although the Internet provider could potentially be experiencing issues, it would not be the most likely cause of the problem.

D. The wireless adapter is not working properly

The wireless adapter has configured itself and assigned a link-local APIPA address, so it appears that the adapter itself is functional.

More information:

220-1101, Objective 5.7 - Troubleshooting Networks https://professormesser.link/1101050701

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?