Tüm alıştırma soruları

3551 soru

Soru 3101Soru

A technician is troubleshooting a newly connected desktop computer that can communicate with adjacent computers on the same physical switch segment, but cannot access any remote subnets or internet resources. Running `ipconfig` shows that the workstation has automatically configured its IPv4 address to 169.254.73.201169.254.73.201 with a subnet mask of 255.255.0.0255.255.0.0. Which of the following best explains why this system is unable to reach remote network destinations?

Cevabı ve açıklamayı göster

Cevap: APIPA automatically assigns non-routable link-local IPv4 addresses and does not provide a default gateway address.

Cevap

APIPA automatically assigns non-routable link-local IPv4 addresses and does not provide a default gateway address.
When a client configured for dynamic addressing cannot contact a DHCP server, Windows automatically self-assigns an APIPA address (169.254.x.x169.254.x.x). APIPA only configures the IP address and subnet mask (255.255.0.0255.255.0.0) for local broadcast domain communication; it never assigns a default gateway, making remote subnets and internet destinations unreachable.

Adım Adım Çözüm

1
Analyze the IP address output provided by the command.
The IPv4 address 169.254.73.201169.254.73.201 falls within the designated 169.254.0.0/16169.254.0.0/16 range.
Addresses in the range 169.254.0.1169.254.0.1 through 169.254.255.254169.254.255.254 are reserved for Automatic Private IP Addressing (APIPA).
2
Evaluate the functional characteristics of APIPA configurations.
APIPA enables local link communication only and does not configure a default gateway entry.
Without a valid default gateway address, host systems cannot route packets outside their immediate local subnet boundary.

Anahtar Kavram

APIPA (Automatic Private IP Addressing) Characteristics
Soru 3102Soru

A mobile systems deployment engineer is cataloging mobile device port specifications and accessory standards to update enterprise deployment guidelines. Match each mobile port standard or physical feature on the left to its corresponding functional capability or operational characteristic on the right.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

USB-C DisplayPort Alternate Mode (Alt Mode)
USB On-The-Go (USB OTG)
Lightning Connector (8-pin digital design)
USB-C Configuration Channel (CC) Pins

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

USB-C DisplayPort Alternate Mode pairs with reassigning dedicated high-speed physical lanes for native video output; USB On-The-Go (USB OTG) pairs with allowing a mobile device to act as a USB host; Lightning Connector pairs with using an internal microcontroller to dynamically route digital signals for reversible insertion; USB-C Configuration Channel (CC) Pins pair with detecting cable orientation and negotiating USB Power Delivery contracts.
Each feature correctly matches its official CompTIA A+ technical specification: USB-C DisplayPort Alt Mode maps to native video transmission over physical lanes; USB OTG allows mobile endpoints to function as USB hosts; Lightning uses an internal controller chip for reversible pin configuration; CC pins govern orientation detection and Power Delivery negotiations.

Adım Adım Çözüm

1
Analyze the technical function of DisplayPort Alt Mode over USB-C.
Identify that Alt Mode re-purposes physical high-speed lanes on the USB-C connector to pass native video protocols.
DisplayPort Alt Mode provides direct video output capability over USB Type-C physical cabling.
2
Analyze the role and operational behavior of USB OTG.
Identify that USB OTG enables a mobile client device to act as a host for external peripherals.
OTG adapters flip the host/client relationship so smartphones can read USB flash drives or external input devices.
3
Examine the proprietary hardware implementation of the Apple Lightning connector.
Identify that an internal microcontroller dynamically routes signals to support reversible 8-pin digital connectivity.
Lightning connectors rely on active circuitry to allow identical functionality regardless of insertion side.
4
Evaluate the specific role of CC pins within USB-C specifications.
Identify that CC pins manage orientation detection, Power Delivery contracts, and dynamic role switching.
Configuration Channel pins manage structural logic and power handshakes rather than carrying primary payload data.

Anahtar Kavram

Mobile Device Port Standards, Protocols, and Physical Specifications
Tahmini Süre:1m 30s
Soru 3103Soru

Match each physical connector or cable type on the left with its primary application or characteristic on the right.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

RJ45 Connector
USB Type-C
DB9 Connector
RG-6 Coaxial Cable

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

RJ45 Connector matches the 8P8C Ethernet plug description; USB Type-C matches the reversible multi-function connector description; DB9 Connector matches the legacy 9-pin serial/console connector description; RG-6 Coaxial Cable matches the thick shielded cable for cable TV and modems.
Each connector corresponds to its standard hardware specification: RJ45 is 8P8C for Ethernet cables, USB Type-C is reversible and multi-protocol, DB9 is a 9-pin serial connector, and RG-6 is coaxial cabling for cable broadband.

Adım Adım Çözüm

1
Identify the primary Ethernet networking connector.
RJ45 is an 8P8C connector used on twisted-pair cables like Cat 5e/6.
Ethernet cabling standard dictates RJ45 physical connectors.
2
Identify the universal peripheral connector with reversible orientation.
USB Type-C is the 24-pin reversible connector that handles data, display, and power.
USB Type-C physical standard provides high pin density for multiple protocols.
3
Identify the serial interface connector used for hardware management.
DB9 is a 9-pin D-sub connector used for serial communication (RS-232).
DB9 connectors are legacy serial ports used for management/console access.
4
Identify the coaxial cabling used for cable internet and TV.
RG-6 is the standard coaxial cable for high-frequency video and cable broadband.
RG-6 has a thicker core wire and heavier shielding than RG-59.

Anahtar Kavram

Network and peripheral cabling connector physical formats and capabilities.
Soru 3104Soru

A network technician is diagnosing several client host issues across a enterprise corporate network. Match each network diagnostic scenario on the left with the corresponding IP addressing condition or configuration failure on the right.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

A workstation interface receives an IP address of 169.254.112.45 with subnet mask 255.255.0.0 upon boot and loses connection to internal network shares.
A static host with IP address 10.20.30.15/24 can successfully ping local hosts on 10.20.30.0/24, but cannot communicate with hosts on remote subnets.
A client host can successfully ping external servers using their direct IP address (e.g., 8.8.8.8), but web browsers fail to load sites using domain names.
A workstation network interface automatically generates a non-routable unicast address starting with `fe80::` for local segment traffic.

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

The diagnostic scenarios correspond to their root configuration causes as follows: 1) 169.254.x.x assignment indicates APIPA due to DHCP failure; 2) Subnet-only communication points to a missing or invalid default gateway; 3) IP connectivity without domain access indicates a DNS configuration error; 4) fe80:: prefix represents IPv6 Link-Local auto-configuration.
Each scenario maps to a fundamental network diagnostic principle: APIPA (169.254.x.x) occurs when DHCP discovery times out; default gateway misconfiguration permits local communications while blocking external routing; DNS issues break hostname resolution while preserving direct IP connectivity; and the fe80:: block signifies standard IPv6 link-local auto-configuration.

Adım Adım Çözüm

1
Examine Scenario 1 (Address 169.254.112.45)
Identify 169.254.0.0/16 as the IANA reserved APIPA block.
When a DHCP client cannot obtain an IP lease, the host OS auto-assigns an APIPA link-local IPv4 address.
2
Examine Scenario 2 (Local ping success, remote ping failure)
Identify a missing route out of the local network segment.
Traffic destined outside the local broadcast domain requires a default gateway IP to route packets.
3
Examine Scenario 3 (Direct IP ping success, domain lookup failure)
Separate layer-3 IP connectivity from layer-7 hostname resolution.
Pinging numeric IP addresses bypasses DNS; failure to load websites by hostname indicates domain name resolution issues.
4
Examine Scenario 4 (fe80:: prefix address generation)
Identify IPv6 Link-Local address characteristics.
IPv6 automatically configures an fe80:: link-local address on all enabled interfaces for local link communication.

Anahtar Kavram

IP Diagnostic Scenario Identification & Network Configuration Symptoms
Soru 3105Soru

A remote employee reports that after restarting their desktop computer, they can no longer access local file shares or internet resources. Running network diagnostics reveals that the client computer has an IPv4 address of 169.254.45.12 with a subnet mask of 255.255.0.0 and no default gateway configured. Which network host service has failed to communicate with or assign network settings to this client?

Cevabı ve açıklamayı göster

Cevap: DHCP server

Cevap

The DHCP server is the service failing to communicate with the client. When a client fails to receive a response from a DHCP server during boot or lease renewal, the local operating system assigns an Automatic Private IP Addressing (APIPA) address in the 169.254.0.0/16 address block.
The correct answer identifies the DHCP server. Dynamic Host Configuration Protocol (DHCP) is the host network service responsible for automatically issuing IP addresses, subnet masks, default gateways, and DNS server addresses to client endpoints. When the DHCP server is offline or unreachable across subnets, client operating systems auto-generate a link-local APIPA address (169.254.x.x).

Adım Adım Çözüm

1
Analyze the IP configuration returned by the workstation diagnostics.
The client received an IP address of 169.254.45.12.
Addresses in the 169.254.0.1 to 169.254.255.254 range indicate APIPA (Automatic Private IP Addressing).
2
Identify the cause of APIPA address assignment.
APIPA occurs automatically when a network host is configured for dynamic IP addressing but receives no response from a DHCP server.
Without a responsive DHCP server or relay agent, the host cannot obtain a valid IP address, subnet mask, or default gateway for the local network.
3
Select the host service responsible for automated network IP configuration.
DHCP server is the responsible network role.
DHCP is the dedicated network service designed to assign dynamic IPv4 configuration parameters to clients.

Anahtar Kavram

DHCP Host Role and APIPA Fallback
Tahmini Süre:1m 0s
Soru 3106Soru

A desktop technician needs to configure a remote management application to communicate with a legacy network switch using unencrypted command-line access via Telnet. Which default port should the technician open on the local firewall?

Cevabı ve açıklamayı göster

Cevap: Port 23

Cevap

Port 23 is the default port for Telnet, providing unencrypted command-line access.
Telnet is a legacy network protocol that provides unencrypted, text-based command-line communication over default port 23.

Adım Adım Çözüm

1
Identify the protocol requested in the scenario.
The scenario specifically requests terminal command-line management via Telnet.
Determining the correct service protocol is required to select its assigned port number.
2
Recall the standard port assignment for Telnet.
Telnet operates on TCP port 23.
Standard well-known ports map specific network applications to transport services.

Anahtar Kavram

Telnet Default Port Assignment
Tahmini Süre:45s
Soru 3107Soru

A network technician is installing a new 2.4 GHz wireless access point in a small branch office. To minimize wireless noise and avoid adjacent-channel interference with nearby access points, the technician needs to select standard non-overlapping channels. Which of the following channels should the technician select? (Select TWO.)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Channel 1; Channel 6

Cevap

The correct options to select are Channel 1 and Channel 6.
In 2.4 GHz Wi-Fi deployments, the standard non-overlapping 20 MHz channels are Channel 1, Channel 6, and Channel 11. Selecting Channel 1 and Channel 6 ensures that the access points operate on distinct frequencies without overlapping into adjacent channels.

Adım Adım Çözüm

1
Identify the operating frequency spectrum specified in the prompt.
The network operates on the 2.4 GHz Wi-Fi band.
Channel assignment rules vary based on whether 2.4 GHz, 5 GHz, or 6 GHz bands are being configured.
2
Determine the standard non-overlapping channels available in the 2.4 GHz band.
The standard 20 MHz non-overlapping channels in North America/standard 802.11 deployments are channels 1, 6, and 11.
2.4 GHz channels are spaced 5 MHz apart, while each channel occupies 20 to 22 MHz of bandwidth, requiring 5 channels of separation to prevent overlap.
3
Match the valid non-overlapping channels with the provided choices.
Channel 1 and Channel 6 are correct non-overlapping choices. Channel 3 and Channel 9 cause adjacent-channel interference.
Choosing overlapping channels leads to co-channel/adjacent-channel noise and frame collisions.

Anahtar Kavram

2.4 GHz Wi-Fi Non-Overlapping Channels
Soru 3108Soru

A network administrator is designing an intermediate distribution frame (IDF) deployment for a newly renovated office area. The floor hosts three distinct logical subnets—Administrative, Sales, and Voice over IP (VoIP). The newly deployed IP telephones and wireless access points require network data connectivity alongside inline Power over Ethernet (PoE) to eliminate local AC adapters. Which of the following hardware deployment strategies would successfully route traffic between the subnets while delivering inline power to the endpoints? (Select TWO.)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Deploying a PoE-capable Layer 3 switch configured for inter-VLAN routing; Deploying a PoE-capable Layer 2 switch connected to a Layer 3 router

Cevap

The two valid strategies are deploying a PoE-capable Layer 3 switch configured for inter-VLAN routing, and deploying a PoE-capable Layer 2 switch connected to a Layer 3 router.
To satisfy both requirements—delivering Power over Ethernet (PoE) to endpoints and routing traffic between distinct logical IP subnets—the network design must incorporate PoE-capable switching hardware alongside Layer 3 routing functionality. A Layer 3 switch with PoE combines both capabilities into a single device. Alternatively, pairing a Layer 2 PoE switch for power/switching with an external Layer 3 router for inter-subnet forwarding also achieves the desired design.

Adım Adım Çözüm

1
Analyze the inline power requirement for VoIP phones and access points.
Identified that the access layer switch must support Power over Ethernet (PoE/PoE+) standards to send power over twisted-pair Ethernet cables.
Eliminates local power adapters for powered network endpoints.
2
Analyze the inter-subnet communication requirement.
Identified that inter-VLAN/inter-subnet routing requires Layer 3 packet processing capability.
Layer 2 devices only forward frames within a single broadcast domain.
3
Evaluate hardware deployment options that fulfill both requirements simultaneously.
Determined that either a single Layer 3 switch with integrated PoE support or a dedicated Layer 2 PoE switch paired with a Layer 3 router successfully meets both criteria.
Both architectures provide Layer 3 boundary routing alongside Layer 2 Power over Ethernet sourcing.

Anahtar Kavram

Network Hardware Device Functions and OSI Layer Operations
Tahmini Süre:1m 30s
Soru 3109Soru

A technician is troubleshooting a corporate laptop that turns on and operates normally while connected to its AC power adapter, but the battery status icon reads 'Plugged in, not charging.' When inspecting the UEFI/BIOS system statistics screen, the AC Adapter Type is reported as 'Unknown' despite using the original OEM charger. Which of the following is the most likely cause of this issue?

Cevabı ve açıklamayı göster

Cevap: A bent or damaged center signal pin inside the DC power connector pinout

Cevap

A bent or damaged center signal pin inside the DC power connector pinout prevents charger identification and disables battery charging.
The correct option correctly identifies that OEM laptop power adapters utilize a center ID/sense pin to transmit power rating data to the laptop's embedded power management controller. If this pin is bent, broken, or disconnected, the system BIOS reports the adapter as 'Unknown' and safely disables battery charging while allowing basic operation.

Adım Adım Çözüm

1
Analyze the reported symptom and BIOS observation.
The laptop runs on AC power, but the BIOS identifies the AC adapter wattage as 'Unknown' and refuses to charge the battery.
OEM laptop power supplies use a dedicated sense/signal line (often a thin center pin in the barrel plug or ID pin) to communicate power ratings to the laptop power management controller.
2
Evaluate hardware power safety mechanisms.
When charger identification fails, the system defaults to a protective state where it allows basic system operation on AC power but disables charging to prevent thermal or electrical overload.
Connecting an unverified or underpowered charger could cause excessive heat or hardware damage if fast charging were enabled.
3
Identify the root cause.
Physical damage or a bent center signal pin on the connector interrupts charger identification data signals.
Inspecting and replacing the damaged AC power adapter or DC-in jack resolves the unknown adapter error.

Anahtar Kavram

Laptop DC Power Signal Pin Identification and Charging Safety Features
Soru 3110Soru

An IT technician is preparing to replace a malfunctioning screen on a laptop that features an organic light-emitting diode (OLED) display panel. A colleague recommends ordering a high-voltage backlight inverter board to install along with the replacement screen to resolve a dark display issue. Which of the following best explains why an inverter board is not required for this repair?

Cevabı ve açıklamayı göster

Cevap: OLED displays generate their own illumination per pixel and do not rely on a backlight or an inverter board.

Cevap

OLED displays generate their own illumination per pixel and do not rely on a backlight or an inverter board.
Organic Light-Emitting Diode (OLED) displays feature self-emissive pixels that produce their own light when an electrical current passes through them. Because OLED screens do not use a backlight assembly, they do not require an inverter board (which was historically used to convert DC power to high-voltage AC power for CCFL backlights in older LCD displays).

Adım Adım Çözüm

1
Analyze the laptop display technology specified in the scenario.
The laptop uses an Organic Light-Emitting Diode (OLED) panel.
Display components differ significantly between traditional CCFL-backed LCDs, LED-backed LCDs, and OLED panels.
2
Determine the power and backlighting requirements for OLED displays.
OLED panels consist of self-emissive organic compounds where each individual pixel emits its own light when electric current is applied.
Because OLED pixels light up independently, there is no separate backlight unit or fluorescent high-voltage inverter board required inside the display assembly.
3
Select the correct explanation regarding component selection.
The technician does not need to order an inverter board because OLED displays do not use backlights or inverters.
Inverters convert DC to AC power specifically for Cold Cathode Fluorescent Lamps (CCFLs) in older LCD screens.

Anahtar Kavram

OLED Display Architecture and Laptop Component Identification
Soru 3111Soru

A technician is preparing to replace a damaged screen assembly on a modern laptop equipped with an Organic Light-Emitting Diode (OLED) touchscreen display. Which TWO of the following hardware characteristics and components are associated with this specific display assembly?

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Individually illuminated pixels that eliminate the need for a separate backlight source; An integrated digitizer grid that converts physical touch gestures into digital signals

Cevap

The correct options are the self-emissive pixels eliminating a separate backlight and the integrated digitizer grid for touch input.
OLED panels consist of self-emissive pixels that light up individually when electric current is applied, which completely eliminates the requirement for a separate LED or CCFL backlight system (and any associated backlight inverter). Additionally, touchscreen-enabled laptop displays integrate a transparent digitizer grid layer over the panel to register user input.

Adım Adım Çözüm

1
Identify the display panel technology being serviced
The screen is specified as an OLED display.
OLED technology relies on self-emissive pixels that produce their own light, removing the need for a backlight or high-voltage inverter.
2
Identify additional functional requirements of the display lid assembly
The display includes touchscreen functionality.
Touchscreens require a digitizer component integrated into the glass screen assembly to register touch points.

Anahtar Kavram

Laptop OLED Display Architecture and Touch Digitizers
Soru 3112Soru

A technician is deploying network cables in a small office space. Each desktop computer connects individually to a single central network switch. If any single workstation cable becomes damaged or disconnected, only that specific computer loses connection while all other devices remain operational. Which network topology is being utilized in this office?

Cevabı ve açıklamayı göster

Cevap: Star topology

Cevap

The star topology connects every network device directly to a central point (such as a switch), ensuring that a failure in a single device connection does not interrupt connectivity for other devices on the network.
The star topology features individual point-to-point cable connections from each network host directly into a central networking device (such as a network switch). Because links are isolated between the host and switch, damage to one cable only disconnects the affected endpoint.

Adım Adım Çözüm

1
Analyze the cabling layout described in the scenario.
Every computer connects individually to a central network switch.
Identifying the physical connection pattern establishes the topology design.
2
Evaluate the fault tolerance symptom provided.
A single damaged cable affects only the single workstation attached to it.
Centralized point-to-point connections isolate physical cable failures to individual links.
3
Map these technical traits to standard network physical topologies.
A central network node connecting to isolated endpoint links describes a physical star topology.
This structural pattern defines the physical star topology layout used in modern Ethernet LANs.

Anahtar Kavram

Physical Network Topologies (Star Topology)
Soru 3113Soru

An IT support specialist is deploying new tablets for executive presentations. When connecting a tablet to an external HDMI conference room display via a multi-port USB Type-C hub, the external display reports 'No Signal', although the hub successfully charges the tablet and passes data to connected USB flash drives. Replacing the HDMI cable and monitor produces the exact same result. Which of the following is the most likely cause of this issue?

Cevabı ve açıklamayı göster

Cevap: The tablet's USB Type-C port lacks hardware controller support for DisplayPort Alternate Mode (Alt Mode).

Cevap

The tablet's USB Type-C port lacks hardware controller support for DisplayPort Alternate Mode (Alt Mode).
The correct answer correctly identifies that USB Type-C is a physical connector shape and that feature sets like video transmission depend on specific hardware protocol support, specifically DisplayPort Alternate Mode (Alt Mode). If the mobile device host controller does not support DP Alt Mode, video adapter capabilities will not function even if charging and USB data pass-through work normally.

Adım Adım Çözüm

1
Analyze the physical and protocol capabilities of the USB Type-C interface.
USB Type-C is a physical connector standard that can carry multiple distinct protocols (USB data, USB Power Delivery, DisplayPort Alt Mode, Thunderbolt).
Not all USB Type-C ports implement every optional protocol.
2
Evaluate the reported symptoms from the scenario.
Power delivery and standard USB peripheral data work, but video pass-through fails completely.
Power delivery and standard USB data utilize standard pin sets, whereas video streaming requires DisplayPort Alt Mode support on the host controller and port.
3
Identify the underlying hardware limitation causing the failure.
The mobile host device does not support DisplayPort Alternate Mode on its USB-C controller.
Without DP Alt Mode support, the device cannot transmit native display signals out of the USB-C port to an HDMI adapter.

Anahtar Kavram

USB Type-C Alternate Mode capabilities vs physical connector form factor
Tahmini Süre:1m 30s
Soru 3114Soru

A security engineer is updating access control lists (ACLs) on an internal firewall to harden domain authentication traffic between web application servers and a central Active Directory server. The organization requires all directory queries to be encrypted in transit while blocking unencrypted directory services. Which of the following port and transport layer protocol combinations must be allowed through the firewall to meet this requirement?

Cevabı ve açıklamayı göster

Cevap: TCP port 636

Cevap

TCP port 636
Lightweight Directory Access Protocol Secure (LDAPS) encrypts identity and directory service queries using SSL/TLS and listens on TCP port 636 by default. Permitting TCP port 636 ensures directory queries between the web servers and Active Directory remain encrypted.

Adım Adım Çözüm

1
Identify the service and security requirement described in the scenario.
The requirement calls for secure, encrypted directory service queries and Active Directory authentication.
The organization needs to block cleartext authentication and permit encrypted directory access.
2
Determine the default protocol and port for encrypted directory services.
Lightweight Directory Access Protocol Secure (LDAPS) uses TCP port 636.
LDAPS encrypts LDAP communications using TLS/SSL over TCP port 636.
3
Evaluate the non-secure and alternate protocol distractors.
Port 389 is unencrypted LDAP, port 53 is DNS, and port 993 is IMAPS.
Only TCP port 636 specifically satisfies the mandate for secure directory services.

Anahtar Kavram

LDAPS Port and Transport Protocol
Soru 3115Soru

An enterprise allows employees to access internal business applications on personal smartphones under a Bring Your Own Device (BYOD) policy. Management mandates that corporate data must be protected against unauthorized data leakage to personal applications, but the company must not have administrative control over personal files or the capability to wipe personal data from the device. Which management strategy should the IT administrator deploy to satisfy this security requirement?

Cevabı ve açıklamayı göster

Cevap: Mobile Application Management (MAM) utilizing containerization and data loss prevention (DLP) policies

Cevap

Implement Mobile Application Management (MAM) utilizing containerization and data loss prevention (DLP) policies.
Mobile Application Management (MAM) creates an isolated container for corporate applications and data while applying Data Loss Prevention (DLP) rules to prevent copying content to personal apps. Because MAM only manages corporate apps and data, the administrator cannot view or wipe personal files on a BYOD smartphone, fully satisfying all policy requirements.

Adım Adım Çözüm

1
Analyze the operational constraints and privacy requirements
Identified that corporate data must be segregated, but personal user data must remain completely untouched and exempt from company control or remote deletion.
BYOD policies require a balance between protecting enterprise assets and respecting user privacy.
2
Evaluate the management scope of MDM versus MAM
MDM controls the hardware and operating system level (enabling full device wipes), whereas MAM controls only enterprise-approved applications and their isolated data containers.
Choosing MDM would allow full device wipes and OS control, violating the user privacy requirement.
3
Select the appropriate security controls
Deploying MAM with containerization and DLP policies restricts corporate data transfers to personal apps while limiting remote wiping capabilities exclusively to corporate containers (selective wipe).
This satisfies both the data security constraint and the personal data privacy constraint.

Anahtar Kavram

Mobile Application Management (MAM) vs Mobile Device Management (MDM)
Soru 3116Soru

A smartphone user needs to manually connect to a hidden corporate Wi-Fi network protected by WPA2-Personal security. Which TWO settings must be manually specified on the mobile device to successfully join this wireless network? (Select TWO.)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Service Set Identifier (SSID); Pre-shared wireless passphrase

Cevap

The two parameters required to manually connect a mobile device to a hidden WPA2-Personal Wi-Fi network are the Service Set Identifier (SSID) and the pre-shared wireless passphrase.
Connecting to a hidden wireless network requires manually providing the network name (SSID) because the access point does not advertise it publicly. Additionally, standard WPA2-Personal security requires the corresponding pre-shared passphrase to authenticate the device and enable encryption.

Adım Adım Çözüm

1
Identify the requirement for connecting to a non-broadcasting (hidden) wireless network.
Recognize that because the access point does not broadcast its network name, the Service Set Identifier (SSID) must be typed manually.
Without broadcasting, the mobile device cannot automatically detect the network name in available network lists.
2
Identify the authentication requirement for WPA2-Personal security.
Determine that the network pre-shared key (wireless passphrase) must be supplied.
WPA2-Personal uses a shared passphrase to authenticate clients and encrypt wireless traffic.

Anahtar Kavram

Manual Mobile Wi-Fi Configuration Parameters
Tahmini Süre:1m 0s
Soru 3117Soru

A network engineer is deploying a wireless infrastructure across a warehouse using the 2.4 GHz spectrum. To ensure seamless coverage while eliminating co-channel interference between adjacent access points, which of the following configuration standards should the engineer implement? (Select TWO.)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Restrict 2.4 GHz access point channel assignments strictly to non-overlapping channels 1, 6, and 11.; Restrict the channel width configuration on all 2.4 GHz radios to 20 MHz.

Cevap

The network engineer should restrict channel assignments to non-overlapping channels 1, 6, and 11, and limit the 2.4 GHz channel width configuration to 20 MHz.
In 2.4 GHz wireless deployments, proper channel planning requires assigning non-overlapping channels (1, 6, and 11 in North America) to adjacent access points and maintaining a 20 MHz channel bandwidth. These settings prevent adjacent-channel interference and preserve spectral headroom across multiple access points.

Adım Adım Çözüm

1
Analyze the 2.4 GHz spectrum requirements for multi-access-point deployments.
The 2.4 GHz band spans channels 1 through 11 (in North America), with each channel separated by 5 MHz while requiring a 20 MHz channel bandwidth mask.
Understanding frequency spacing is necessary to identify non-overlapping channel combinations.
2
Identify valid non-overlapping channel schemes.
Channels 1, 6, and 11 provide the necessary 25 MHz separation between center frequencies, preventing adjacent-channel signal collision.
Using non-overlapping channels eliminates adjacent-channel interference across neighboring cell coverage areas.
3
Evaluate channel width impact on frequency availability.
Configuring 20 MHz channel widths ensures that 3 independent non-overlapping channels exist. Attempting to use 40 MHz channel bonding consumes 82% of the total 2.4 GHz spectrum, rendering multi-AP deployment without interference impossible.
Limiting channel width to 20 MHz is required to maintain channel isolation in high-density or multi-AP environments.

Anahtar Kavram

2.4 GHz Wi-Fi Channel Planning and Non-Overlapping Channels
Soru 3118Soru

A network technician is terminating a Cat 6 horizontal cabling drop from a patch panel to a wall jack. The patch panel end is wired according to the T568A pinout standard. During installation at the work area, the technician inadvertently wires the wall jack using the T568B pinout standard. A desktop computer is then connected to the wall jack using a standard T568B straight-through patch cable, and the patch panel port is connected to a switch port where Auto-MDIX (Automatic Medium-Dependent Interface Crossover) is explicitly disabled. Which of the following best describes the resulting physical layer connection state?

Cevabı ve açıklamayı göster

Cevap: No physical link will be established because the transmit and receive pin pairs are swapped between the MDI switch port and the MDI-X network interface card.

Cevap

No physical link will be established because the mismatched wiring creates a crossover cable between a switch and a workstation, and Auto-MDIX is disabled.
Wiring T568A on one end of a cable and T568B on the other creates an Ethernet crossover cable by swapping wire pair 2 (orange) and wire pair 3 (green). Standard network deployment between different device types (e.g., a switch port and a desktop workstation NIC) requires a straight-through cable layout. When a crossover cable is inserted into this path and the switch port has Auto-MDIX disabled, the transmit pins of the NIC connect directly to the transmit pins of the switch port, and receive connects to receive. Consequently, signal synchronization fails completely and no physical link light or connection is established.

Adım Adım Çözüm

1
Analyze the pinout configuration of the horizontal cable drop.
One end is wired with T568A (Pair 2 on pins 3/6, Pair 3 on pins 1/2) and the other end with T568B (Pair 2 on pins 1/2, Pair 3 on pins 3/6).
Wiring T568A on one end and T568B on the other creates an Ethernet crossover cable.
2
Evaluate the device interface types and Auto-MDIX status.
Connecting a switch port (MDI-X) to a network workstation interface (MDI) normally requires a straight-through cable.
Straight-through cables connect transmit pins on one device to receive pins on the other device.
3
Determine the impact of using a crossover cable without Auto-MDIX.
The crossover cable swaps pins 1/2 with pins 3/6. Combined with the MDI to MDI-X port crossing, transmit pins connect directly to transmit pins and receive pins connect to receive pins.
Without Auto-MDIX to electronically reassign the port pins, signals cannot be received by either end, resulting in complete link down (no physical connection).

Anahtar Kavram

T568A/T568B Wiring Standards & MDI/MDI-X Crossover Rules
Soru 3119Soru

A network technician is documenting fundamental IP addressing components for a new entry-level workstation setup. Match each network configuration component on the left with its correct primary function or characteristic on the right.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

APIPA IPv4 Address Range
Default Gateway
Subnet Mask
DNS Server

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

APIPA IPv4 Address Range matches 169.254.0.1 to 169.254.255.254 link-local address assigned when DHCP fails; Default Gateway matches Forwards network traffic destined for hosts outside the local subnet; Subnet Mask matches Distinguishes the network portion from the host portion of an IP address; DNS Server matches Translates human-readable domain names into numerical IP addresses.
Each IP network component performs a distinct function: APIPA addresses fall within the 169.254.0.1 to 169.254.255.254 range for self-configuration during DHCP outages; the default gateway handles routing off the local segment; the subnet mask delineates network and host portions of an address; and the DNS server performs hostname-to-IP resolution.

Adım Adım Çözüm

1
Identify the characteristic behavior of APIPA
APIPA provides fallback addresses in the 169.254.0.0/16 block when dynamic assignment fails
APIPA allows local communication without external network access
2
Identify the role of a Default Gateway
It serves as the exit router for remote destination traffic
Traffic bound for foreign subnets must pass through a designated routing interface
3
Identify the purpose of a Subnet Mask
It separates network bits from host bits in an IP address configuration
Devices rely on subnet masks to determine if a destination IP is local or remote
4
Identify the primary service provided by a DNS Server
It maps user-entered domain names to host IP addresses
Applications require host IP addresses to establish network sockets

Anahtar Kavram

Fundamental Network Parameter Functions
Tahmini Süre:1m 0s
Soru 3120Soru

A network architect is designing the infrastructure for a multi-regional enterprise organization. The project requires a dedicated high-speed network to deliver block-level storage access between servers and storage arrays in the primary data center, as well as a network spanning across different state regions to interconnect remote office facilities. Which of the following network types accurately categorize these required implementations? (Select TWO.)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: A Storage Area Network (SAN) for the data center to provide dedicated block-level storage connectivity.; A Wide Area Network (WAN) to interconnect remote office facilities across different geographical state regions.

Cevap

The correct selections are the Storage Area Network (SAN) for block-level storage in the data center, and the Wide Area Network (WAN) for interconnecting sites across distant state regions.
A Storage Area Network (SAN) provides high-performance, block-level storage access specifically designed for data center storage environments. A Wide Area Network (WAN) is designed to cross large geographical boundaries, such as connecting sites located in different state regions.

Adım Adım Çözüm

1
Analyze the data center storage requirement
Identified high-speed block-level access between data center servers and storage arrays
Dedicated block-level storage networks isolated within a data center are explicitly defined as Storage Area Networks (SANs).
2
Analyze the inter-site geographic connectivity requirement
Identified connectivity spanning different state regions
Networks spanning broad geographic distances across states or countries fall under the classification of Wide Area Networks (WANs).
3
Evaluate distractors against networking scoping and layer boundary rules
Eliminated Metropolitan Area Network (MAN) and Local Area Network (LAN) options
MAN scope is confined to a single metropolitan municipality, while LANs are single-building/site networks that cannot span public telecom links or interconnect subnets without Layer 3 routing.

Anahtar Kavram

Geographic and Functional Network Scope Classifications (SAN vs WAN vs MAN vs LAN)
ÖncekiSayfa 156 / 178Sonraki
Tüm alıştırma soruları — CompTIA A+ (Core 1 & Core 2) | Examkin