Networking

356 soru

Soru 1Soru

A field technician connects a desktop computer to a newly activated network drop in an office annex. The organization uses a centralized DHCP server located on the core network segment, while the annex operates on a newly created VLAN. When executing `ipconfig /all`, the workstation reports an IP address of 169.254.88.12169.254.88.12 with a subnet mask of 255.255.0.0255.255.0.0. Physical cabling and link indicators are confirmed operational. Which of the following best explains why the workstation has this specific IP address configuration?

Cevabı ve açıklamayı göster

Cevap: The client computer was unable to contact a DHCP server to acquire a dynamic lease, causing the operating system to self-assign an Automatic Private IP Addressing (APIPA) address.

Cevap

The client computer was unable to contact a DHCP server to acquire a dynamic lease, causing the operating system to self-assign an Automatic Private IP Addressing (APIPA) address.
When a client configured for dynamic IP assignment fails to contact a DHCP server, Windows automatically assigns an APIPA address from the 169.254.0.0/16169.254.0.0/16 range. In this scenario, placing the host on a new VLAN without a configured DHCP relay agent prevents DHCP requests from reaching the central DHCP server.

Adım Adım Çözüm

1
Analyze the IP address output provided by the command.
The address 169.254.88.12169.254.88.12 falls within the APIPA block (169.254.0.0/16169.254.0.0/16).
Recognizing the APIPA address block identifies that automatic self-configuration took place.
2
Determine why APIPA self-configuration occurs.
APIPA triggers when a host configured for DHCP sends a discovery request but receives no reply before timing out.
Cross-VLAN setups require a DHCP relay agent (IP helper) on the router to forward DHCP requests to a central DHCP server.

Anahtar Kavram

APIPA (Automatic Private IP Addressing) identification and DHCP failure causes
Soru 2Soru

A network technician runs the command 'ipconfig /all' on a newly deployed workstation and receives an IPv4 address of 169.254.112.45 with a subnet mask of 255.255.0.0. Which of the following statements correctly describe the network status and capabilities of this workstation? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: The workstation automatically assigned itself an APIPA address because it could not reach a functional DHCP server.; The workstation can still communicate with other systems on the same local subnet that are using APIPA addresses.

Cevap

The workstation automatically generated an APIPA address after failing to receive a lease from a DHCP server, which allows for local subnet communications with other APIPA-configured hosts but does not provide default gateway access to external networks or the internet.
Addresses in the 169.254.0.0/16 range are automatically assigned by the operating system via APIPA when a DHCP server cannot be reached. APIPA enables link-local communication, allowing hosts on the same physical broadcast domain with APIPA addresses to communicate with each other.

Adım Adım Çözüm

1
Analyze the IP address output 169.254.112.45
Identify the IP address as belonging to the 169.254.0.0/16 address block reserved for Automatic Private IP Addressing (APIPA).
APIPA is activated by client operating systems when DHCP server discovery fails or times out.
2
Evaluate communication scope for APIPA addresses
Determine that local link-local traffic works between APIPA clients on the same switch/segment, but non-routable nature prevents external/internet communication.
APIPA configurations do not include a default gateway address.

Anahtar Kavram

APIPA Address Assignment and Scope Constraints
Soru 3Soru

A network administrator is configuring firewall access control lists (ACLs) between a workstation VLAN and a dedicated server VLAN hosting network services. The administrator creates a rule allowing inbound traffic on UDP port 67 from the workstation subnet to the server, but client computers are still unable to acquire dynamic IP address assignments and default to APIPA addresses (169.254.x.x169.254.x.x). Which additional firewall rule must be configured to permit successful DHCP address allocation?

Cevabı ve açıklamayı göster

Cevap: Permit outbound traffic on UDP port 68 from the DHCP server to the workstation subnet

Cevap

Permit outbound traffic on UDP port 68 from the DHCP server to the workstation subnet
DHCP uses a two-port UDP structure for client-server communication. DHCP servers listen for incoming client broadcast requests on UDP port 67, while clients receive server broadcast/unicast responses (DHCPOFFER and DHCPACK) on UDP port 68. Permitting outbound UDP port 68 ensures server responses can pass through the firewall back to client workstations.

Adım Adım Çözüm

1
Identify the transport protocol and port requirements for DHCP operation.
DHCP uses UDP as its transport layer protocol and relies on two specific port numbers: UDP 67 for the server listener and UDP 68 for the client listener.
Because client discovery broadcasts originate before an IP address is assigned, client and server roles listen on distinct ports.
2
Analyze the bidirectional traffic flow between client and server.
The client sends DHCP Discover and Request packets to destination UDP port 67 on the server. The server responds with DHCP Offer and Acknowledgment (ACK) packets directed to destination UDP port 68 on the client.
If the firewall permits inbound UDP 67 but blocks outbound UDP 68, client requests reach the server, but server responses are dropped before reaching workstations.
3
Determine the necessary ACL modification to complete the handshake.
Outbound traffic on UDP port 68 from the server to the client subnet must be permitted.
Allowing outbound UDP 68 completes the bidirectional path required for workstations to successfully receive IP leases.

Anahtar Kavram

DHCP Port Allocation (UDP 67 / UDP 68)
Tahmini Süre:1m 30s
Soru 4Soru

A network technician is updating the documentation for several dedicated server roles deployed across an enterprise network. Match each server role on the left with its primary host service function on the right.

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

Öğeler

Directory Service (LDAP)
AAA Server (RADIUS)
Network Management Server (SNMP)
File Share Host (SMB)

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Directory Service (LDAP) matches with centralizing user identity attributes and queries; AAA Server (RADIUS) matches with enforcing authentication, authorization, and accounting at entry points; Network Management Server (SNMP) matches with monitoring hardware counters and statistics; File Share Host (SMB) matches with providing direct access to shared folders over TCP port 445.
Each host service is accurately paired with its primary network function: LDAP handles centralized directory identity queries, RADIUS handles AAA access enforcement, SNMP handles device health monitoring, and SMB handles network file sharing.

Adım Adım Çözüm

1
Evaluate the primary operational role of Directory Services (LDAP).
LDAP is dedicated to centralizing identity databases and serving directory queries.
Lightweight Directory Access Protocol enables centralized user management across enterprise systems.
2
Evaluate the primary operational role of AAA Servers (RADIUS).
RADIUS centralizes Network Access Control through authentication, authorization, and accounting.
AAA infrastructure validates client identity and enforces network perimeter permissions.
3
Evaluate the primary operational role of Network Management Servers (SNMP).
SNMP monitors system metrics and hardware health via periodic queries to device agents.
Simple Network Management Protocol provides status tracking and diagnostic metrics collection.
4
Evaluate the primary operational role of File Share Hosts (SMB).
SMB allows client systems to browse and write to remote shared directories over port 445.
Server Message Block is standard for local network file transfer and file system sharing.

Anahtar Kavram

Enterprise Network Host Services and Server Roles
Soru 5Soru

A field technician is evaluating the infrastructure requirements for a financial firm expanding its presence in a city. The firm needs a high-speed fiber-optic network link connecting two corporate buildings located 12 miles apart across the metropolitan area. Additionally, the network engineering team must interconnect two distinct IP subnets (192.168.10.0/24192.168.10.0/24 and 192.168.20.0/24192.168.20.0/24) within the primary facility to allow routed communication between departments. Which network scope classification applies to the inter-building connection, and which networking device is required to enable communication between the two subnets?

Cevabı ve açıklamayı göster

Cevap: Metropolitan Area Network (MAN) for the inter-building link, and a Layer 3 router for inter-subnet communication

Cevap

The connection across a 12-mile city span is classified as a Metropolitan Area Network (MAN), and interconnecting two distinct IP subnets requires a Layer 3 router.
A Metropolitan Area Network (MAN) is specifically designed to interconnect locations across a city or town geographic radius (such as 12 miles). Furthermore, connecting separate IP subnets (Layer 3 network boundaries) requires a router or Layer 3 device capable of processing IP packet headers.

Adım Adım Çözüm

1
Analyze the geographic scope requirement for the inter-building link.
A 12-mile connection spanning across a single city/metropolitan region fits the definition of a Metropolitan Area Network (MAN), as it is larger than a single facility LAN and smaller than a broad regional WAN.
Geographic scope classifications are defined by distance bounds: PAN (<10m), LAN (single building/site), MAN (city/town scale), WAN (regional/global).
2
Analyze the routing and boundary requirements between the subnets 192.168.10.0/24 and 192.168.20.0/24.
Traffic moving between two distinct Layer 3 IP subnets requires a device capable of evaluating IP headers and making routing decisions.
Layer 2 switches forward traffic based on Ethernet MAC addresses within a single broadcast domain. A Layer 3 router or Layer 3 switch is necessary to cross logical IP subnet boundaries.
3
Combine the scope classification and hardware requirements to identify the correct option.
The correct combination is MAN for the geographic scope and a Layer 3 router for inter-subnet connectivity.
This option correctly satisfies both the distance classification criteria and the OSI Layer 3 routing requirements.

Anahtar Kavram

Network Scope Classifications (MAN vs. LAN/WAN/PAN) and Layer 3 Routing Boundaries
Tahmini Süre:1m 30s
Soru 6Soru

A network administrator is designing a high-availability infrastructure for four core switches in a corporate data center. To eliminate single points of failure, the design requires every core switch to have a direct, dedicated physical connection to every other core switch. Which physical network topology is being implemented?

Cevabı ve açıklamayı göster

Cevap: Mesh topology

Cevap

Mesh topology
The correct answer is Mesh topology. In a full mesh topology, every device has a dedicated point-to-point link to every other device in the network. For four switches, this requires six dedicated interconnect links. If any single cable fails, traffic is immediately rerouted across alternative direct links, satisfying the requirement for high availability and eliminating single points of failure.

Adım Adım Çözüm

1
Analyze the requirements stated in the scenario
The network layout requires four core switches where every switch has a direct physical link to every other switch to ensure full redundancy.
Identifying the specific connection pattern and redundancy goal determines the physical topology.
2
Calculate the number of links required for a full mesh topology
For n=4n = 4 nodes, a full mesh requires n(n1)2=4(3)2=6\frac{n(n-1)}{2} = \frac{4(3)}{2} = 6 direct physical links.
Verifying point-to-point interconnections confirms the full mesh topology classification.
3
Compare against alternative physical topologies
Star, bus, and ring topologies do not feature direct interconnections between every pair of nodes.
Only a mesh topology provides point-to-point dedicated links across all nodes for maximum fault tolerance.

Anahtar Kavram

Full Mesh Network Topology and Fault Tolerance
Soru 7Soru

A field technician is setting up a wireless access point in a central hallway between two existing access points that operate on 2.4 GHz channels 1 and 11. To prevent signal interference while following standard 2.4 GHz channel allocation rules, which channel should the technician assign to the new access point?

Cevabı ve açıklamayı göster

Cevap: Channel 6

Cevap

Channel 6 is the correct choice because 1, 6, and 11 are the standard non-overlapping channels in the 2.4 GHz wireless frequency spectrum.
In 2.4 GHz wireless networking using standard 20 MHz channel widths, channels 1, 6, and 11 are the only three channels that do not overlap with each other. Given that adjacent access points already use channels 1 and 11, setting the middle access point to Channel 6 ensures zero adjacent-channel interference.

Adım Adım Çözüm

1
Identify the operating frequency band and channel spacing rules.
The 2.4 GHz Wi-Fi spectrum uses 20 MHz wide channels spaced 5 MHz apart.
Because channels overlap if separated by less than 25 MHz, only specific channels do not interfere with each other.
2
Determine the non-overlapping channel set for the 2.4 GHz band.
Channels 1, 6, and 11 provide maximum channel separation without spectral overlap.
Using these three channels allows adjacent access points to co-exist without adjacent-channel noise.
3
Select the missing non-overlapping channel from the given setup.
With channels 1 and 11 already assigned to neighbor access points, channel 6 fills the remaining non-overlapping assignment.
Assigning channel 6 completes a clean 2.4 GHz channel reuse scheme.

Anahtar Kavram

2.4 GHz Wireless Non-Overlapping Channels (1, 6, 11)
Tahmini Süre:45s
Soru 8Soru

A technician is terminating twisted-pair Ethernet cables in a office installation following the ANSI/TIA T568B wiring standard. Which of the following pin assignments correctly follow the T568B standard? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Pin 1 is White/Orange and Pin 2 is Solid Orange.; Pin 3 is White/Green and Pin 6 is Solid Green.

Cevap

In the T568B wiring standard, Pin 1 is White/Orange, Pin 2 is Solid Orange, Pin 3 is White/Green, and Pin 6 is Solid Green.
Under the T568B wiring standard, the orange pair is assigned to pins 1 and 2 (White/Orange, Solid Orange) and the green pair is split across pins 3 and 6 (White/Green, Solid Green).

Adım Adım Çözüm

1
Recall the ANSI/TIA T568B pinout standard color sequence.
The T568B sequence from Pin 1 to Pin 8 is: 1: White/Orange, 2: Orange, 3: White/Green, 4: Blue, 5: White/Blue, 6: Green, 7: White/Brown, 8: Brown.
Standard specification compliance for RJ45 cable termination.
2
Match the given options to the T568B specification.
The options specifying Pin 1 as White/Orange with Pin 2 as Solid Orange, and Pin 3 as White/Green with Pin 6 as Solid Green are verified as correct.
Accurate standard identification.

Anahtar Kavram

ANSI/TIA T568B Cabling Pinout
Soru 9Soru

A field technician is installing a new IP-based security camera in a remote warehouse corner. The camera requires Power over Ethernet (PoE) to operate, but the existing network switch supplying the Ethernet drop does not support PoE functionality. Budget constraints prevent replacing or adding a new PoE-capable switch. Which network hardware device should the technician install inline between the switch port and the camera to provide the necessary electrical power over the Category 6 cabling?

Cevabı ve açıklamayı göster

Cevap: PoE injector

Cevap

The correct device is a PoE injector, which injects electrical power onto a standard Ethernet cable run from a non-PoE network switch.
A PoE injector (also called a midspan device) is placed inline between a non-PoE switch port and a PoE-enabled device like an IP camera. It accepts a data connection from the switch, adds electrical power using its own power source, and transmits both data and power over the Ethernet cable to the remote endpoint.

Adım Adım Çözüm

1
Identify the primary requirement and constraint
The target end device (IP camera) requires PoE power, but the existing infrastructure switch cannot supply power.
Determining the missing capability dictates which dedicated single-function hardware device is needed.
2
Evaluate hardware solutions for power injection
A PoE injector (midspan device) connects inline between a standard switch port and the powered device to inject power onto the data lines.
This avoids replacing existing non-PoE switch infrastructure while fulfilling power requirements.

Anahtar Kavram

Network Hardware Roles - PoE Injectors
Tahmini Süre:1m 0s
Soru 10Soru

A network technician is configuring firewall rules to allow a centralized monitoring server to poll system status and hardware performance metrics from managed network switches using Simple Network Management Protocol (SNMP). Which of the following transport protocol ports must be permitted through the firewall?

Cevabı ve açıklamayı göster

Cevap: UDP port 161

Cevap

UDP port 161 is the standard port used by Simple Network Management Protocol (SNMP) to query and monitor managed devices.
Simple Network Management Protocol (SNMP) uses UDP port 161 by default for sending queries to managed devices and receiving operational metrics.

Adım Adım Çözüm

1
Identify the service requested in the administrative scenario.
The required service is Simple Network Management Protocol (SNMP) polling.
The technician needs to collect switch performance metrics and system status.
2
Select the correct standard port assignment for SNMP communication.
SNMP agent requests and queries operate over UDP port 161.
Network monitoring systems send queries to remote SNMP agents using port 161.

Anahtar Kavram

SNMP protocol port assignment
Soru 11Soru

During a post-installation survey of a retail facility's 2.4 GHz wireless infrastructure, a systems specialist discovers high frame retry rates caused by adjacent-channel interference. The site survey reveals that three neighboring access points are currently operating on channels 2, 5, and 8 with a 20 MHz channel width. Which channel configuration plan should the specialist implement to ensure that all three access points operate without adjacent-channel overlap?

Cevabı ve açıklamayı göster

Cevap: Channels 1, 6, and 11

Cevap

Configuring Channels 1, 6, and 11 provides three distinct 20 MHz channels in the 2.4 GHz spectrum without adjacent-channel overlap.
In the 2.4 GHz band (operating from 2.400 GHz to 2.4835 GHz), channels are spaced 5 MHz apart, but a standard 802.11 channel consumes 20 MHz of bandwidth (22 MHz RF footprint). Consequently, a minimum of 25 MHz (5 channel numbers) of separation between center frequencies is required to prevent frequency overlap. The combination of Channels 1, 6, and 11 provides the maximum available three non-overlapping channels for multi-AP deployments in standard 1-11 channel regulatory domains.

Adım Adım Çözüm

1
Analyze the 2.4 GHz channel structure and bandwidth.
Each 20 MHz channel requires a 22 MHz spectral footprint (or 20 MHz channel bandwidth with guard bands), spanning 5 channel spacing increments of 5 MHz each.
Understanding channel width is required to compute frequency separation between neighboring access points.
2
Evaluate the distance required between center frequencies to prevent adjacent-channel interference.
A minimum spacing of 5 channel numbers (25 MHz) is required between center frequencies to prevent frequency band overlap.
Adjacent-channel interference occurs when overlapping frequencies distort transmitted signals.
3
Identify the standard non-overlapping channels in the 2.4 GHz ISM band for North American regulatory domains.
Channel 1 (2412 MHz), Channel 6 (2437 MHz), and Channel 11 (2462 MHz) are spaced 25 MHz apart and operate without any mutual overlap.
Using channels 1, 6, and 11 eliminates adjacent-channel interference completely across three adjacent coverage cells.

Anahtar Kavram

2.4 GHz Wireless Non-Overlapping Channels
Soru 12Soru

A system administrator needs to configure a network printer so that it automatically receives the exact same IPv4 address every time it boots up, without manually configuring a static IP address on the printer itself. Which of the following should the administrator configure on the network server?

Cevabı ve açıklamayı göster

Cevap: A DHCP reservation linked to the printer's MAC address

Cevap

A DHCP reservation linked to the printer's MAC address
Configuring a DHCP reservation on the server binds the printer's unique MAC address to a specific IPv4 address. Every time the printer requests dynamic configuration upon startup, the DHCP server matches the MAC address and leases the exact designated IP address.

Adım Adım Çözüm

1
Identify the configuration requirement
The printer requires a permanent, predictable IP address assigned automatically via the network rather than set manually on the physical device.
Centralized IP management reduces manual administrative effort and prevents configuration conflicts.
2
Evaluate network server roles
DHCP is responsible for leasing IP addresses. A DHCP reservation binds the hardware MAC address of the printer to a specific static IP address pool entry.
When the printer broadcasts a DHCP Request, the DHCP server recognizes its MAC address and always assigns the reserved IP address.

Anahtar Kavram

DHCP Reservations vs Static IP Assignment
Tahmini Süre:45s
Soru 13Soru

A systems administrator notices that several workstation computers in a newly established branch office fail to authenticate to the enterprise domain controller. Further inspection reveals that the system clocks on the affected workstations differ by more than six minutes from the domain controller clock, breaking time-sensitive authentication protocols. Which network server role should be configured to automatically synchronize local clocks across all host devices on the network?

Cevabı ve açıklamayı göster

Cevap: Network Time Protocol (NTP) server

Cevap

Network Time Protocol (NTP) server
The correct answer is the Network Time Protocol (NTP) server. NTP operates over UDP port 123 and is specifically designed to synchronize system time and clock offsets across host computers on a network. Modern network authentication protocols enforce a strict maximum clock tolerance (typically 5 minutes) to prevent replay attacks; when client clocks drift beyond this limit, authentication fails until NTP synchronization is established.

Adım Adım Çözüm

1
Identify the root cause of the authentication failure described in the scenario
The workstations are failing domain authentication due to a time skew (clock difference) exceeding five minutes between client computers and the domain controller.
Security and authentication protocols (such as Kerberos) require system clocks to be tightly synchronized to prevent replay attacks.
2
Determine which network host service is responsible for clock synchronization
Network Time Protocol (NTP) uses UDP port 123 to synchronize client clocks with authoritative reference time sources.
Deploying an NTP server ensures all host devices automatically maintain consistent system times across the network.

Anahtar Kavram

Network Host Services - Network Time Protocol (NTP) Server Role
Soru 14Soru

A network architect is designing a 10 Gbps backbone connection between two distribution facilities on an industrial campus. The cable run measures 450 meters (1,476 feet) in length and must pass directly through an active air handling plenum space that contains high-voltage manufacturing equipment generating extreme electromagnetic interference (EMI). Which of the following cable types and fire-safety ratings must be selected to fulfill all bandwidth, distance, security, and environmental safety specifications?

Cevabı ve açıklamayı göster

Cevap: Single-mode fiber-optic cabling with a plenum-rated (CMP) jacket

Cevap

Single-mode fiber-optic cabling with a plenum-rated (CMP) jacket
Single-mode fiber optic cable with a CMP (Plenum) jacket fulfills all constraints: it supports 10 Gbps speeds well beyond 450 meters (up to 10+ km), provides complete immunity to industrial electromagnetic interference, and satisfies fire safety standards for installation within building air ducting/plenum areas.

Adım Adım Çözüm

1
Evaluate distance and throughput requirements
The run requires 10 Gbps over 450 meters. Copper Ethernet cabling (Cat 6 / Cat 6A) is limited to 100 meters max, and OM3 multi-mode fiber is capped at 300 meters for 10Gbps (10GBASE-SR). Only single-mode fiber (OS2) can reliably transmit 10 Gbps over 450 meters.
Single-mode fiber utilizes a narrow core and laser light transmission to minimize modal dispersion over extended distances.
2
Assess environmental EMI interference
Fiber-optic cables transmit optical light signals through glass or plastic cores rather than electrical pulses through copper conductors, making them inherently immune to electromagnetic interference (EMI) and radio frequency interference (RFI).
Light signals are unaffected by adjacent high-voltage machinery or electrical conduits.
3
Verify building code and fire-safety specifications
Cabling placed inside air plenum spaces must be CMP (Plenum-rated) fire resistant to prevent toxic fume emission and flame spread during a fire.
Riser-rated (CMR) cables are designated only for vertical shafts between floors and lack the strict flame and smoke suppression required for plenum pathways.

Anahtar Kavram

Network Media Specifications, Fiber vs. Copper Distance Limits, and Plenum Ratings
Soru 15Soru

A network technician is troubleshooting a connectivity issue where workstations on Subnet A (192.168.10.0/24) cannot communicate with workstations on Subnet B (192.168.20.0/24). Both subnets are physically connected to ports on the same network device. The technician observes that the device forwards traffic strictly using MAC address tables and does not perform logical IP packet routing. Which network hardware device is currently installed, and what device should be used to enable communication between the subnets?

Cevabı ve açıklamayı göster

Cevap: A Layer 2 switch is currently installed; a router is required to route traffic between the IP subnets.

Cevap

A Layer 2 switch is currently installed; a router is required to route traffic between the IP subnets.
A Layer 2 switch makes forwarding decisions based solely on MAC addresses within a single network segment or VLAN. When multiple subnets exist on separate logical networks, traffic between them must pass through a Layer 3 device, such as a router, which reads destination IP addresses and forwards packets between distinct subnets.

Adım Adım Çözüm

1
Analyze the observed device behavior described in the scenario.
The device inspects MAC addresses and operates strictly at Layer 2 (Data Link layer) without performing IP routing.
Layer 2 switches build MAC address tables to forward frames within a local broadcast domain but cannot route IP traffic across different subnets.
2
Determine the requirement for inter-subnet communication.
Connecting Subnet A (192.168.10.0/24) to Subnet B (192.168.20.0/24) requires Layer 3 packet forwarding based on logical IP addresses.
IP subnets define logical network boundaries, requiring a Layer 3 device (such as a router or Layer 3 switch) to evaluate IP header destination addresses and forward packets between subnets.

Anahtar Kavram

Layer 2 Switching vs. Layer 3 Routing
Soru 16Soru

A field technician is deploying a third wireless access point (AP3) to extend coverage across a warehouse floor. Existing access points AP1 and AP2 are operating on 2.4 GHz Channel 1 and Channel 6, respectively, both using 20 MHz channel widths. To eliminate adjacent-channel interference while ensuring maximum stability for legacy and modern 2.4 GHz wireless clients, which channel number and channel width configuration must be applied to AP3?

Cevabı ve açıklamayı göster

Cevap: Channel 11 with a 20 MHz channel width

Cevap

Channel 11 with a 20 MHz channel width
In the 2.4 GHz Wi-Fi spectrum, channels 1, 6, and 11 are the only three 20 MHz channels that do not overlap with one another. Since AP1 is on Channel 1 and AP2 is on Channel 6, assigning AP3 to Channel 11 with a 20 MHz width ensures that all three access points operate without adjacent-channel interference.

Adım Adım Çözüm

1
Identify the non-overlapping channel scheme for the 2.4 GHz band.
The three non-overlapping 20 MHz channels in the 2.4 GHz ISM band are Channels 1, 6, and 11.
Each standard 802.11 channel occupies 22 MHz of spectral width, so channels must be spaced 5 channels apart (25 MHz center-frequency separation) to avoid frequency overlap.
2
Determine the remaining available non-overlapping channel for AP3.
Since AP1 uses Channel 1 and AP2 uses Channel 6, AP3 must be assigned to Channel 11.
Selecting Channel 11 completes the non-overlapping cellular deployment pattern.
3
Evaluate the channel width setting.
A 20 MHz channel width must be retained.
Enabling 40 MHz channel bonding in 2.4 GHz expands frequency utilization across adjacent channels, violating the non-overlapping design and causing co-channel interference.

Anahtar Kavram

2.4 GHz Non-Overlapping Channels and Channel Width Constraints
Soru 17Soru

A network technician is documenting network topology characteristics and cable termination requirements for a company upgrade. Match each network topology classification to the physical or logical behavior that accurately defines its operation.

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

Öğeler

Physical Star
Physical Bus
Physical Full Mesh
Logical Ring

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Physical Star matches endpoints connecting independently to a central switch; Physical Bus matches endpoints connecting along a shared linear trunk cable requiring terminating resistors; Physical Full Mesh matches every node maintaining a dedicated point-to-point link to every other node using n(n1)2\frac{n(n-1)}{2} connections; Logical Ring matches data tokens transmitting sequentially from node to node in a continuous loop pattern.
Each physical topology defines specific media routing and node connection mechanisms. A Physical Star isolates faults at a central switch. A Physical Bus relies on a shared backbone media requiring terminators at both ends to prevent signal reflection. A Physical Full Mesh establishes dedicated point-to-point links between all nodes calculated by n(n1)2\frac{n(n-1)}{2}. A Logical Ring defines how data tokens circulate sequentially between nodes regardless of physical wire arrangement.

Adım Adım Çözüm

1
Analyze Physical Star characteristics.
Identified that devices run dedicated links to a central central device (switch/hub), isolating single line faults.
Star topology uses point-to-point connections from each endpoint to a central device.
2
Analyze Physical Bus characteristics.
Identified reliance on a shared backbone cable requiring terminators at both ends to stop signal reflections.
Bus topologies use a single main cable segment where improper termination collapses the entire collision domain.
3
Analyze Physical Full Mesh link requirements.
Calculated total connections as n(n1)2\frac{n(n-1)}{2}, confirming direct redundant links between all nodes.
Full mesh topology requires every node to have a dedicated connection to every other node in the network.
4
Distinguish logical ring behavior from physical layout.
Matched sequential data token transmission in a loop pattern regardless of physical cable routing.
Logical topology describes signal pathways and token movement rather than physical cable layout.

Anahtar Kavram

Physical vs. Logical Network Topologies
Soru 18Soru

A field technician is deploying a new desktop workstation in an office environment and needs to connect the computer's network interface card to a standard twisted-pair Ethernet wall port. Which connector type should be terminated on the Ethernet patch cable?

Cevabı ve açıklamayı göster

Cevap: RJ45

Cevap

RJ45
The RJ45 connector (8P8C) is the industry-standard modular plug used to terminate 4-pair (8-wire) unshielded or shielded twisted-pair Ethernet cables (Cat 5e, Cat 6, Cat 6a) for network connections.

Adım Adım Çözüm

1
Identify the media type and physical connection context
The scenario requires connecting a workstation network interface card to an Ethernet wall port using twisted-pair cabling.
Twisted-pair copper cabling (such as Cat 5e or Cat 6) requires standard modular connectors capable of terminating 8 conductor wires.
2
Evaluate the candidate connector types
RJ45 features 8 positions and 8 contacts (8P8C) designed specifically for twisted-pair Ethernet networks.
Other connectors serve different physical interfaces: RJ11 is for 2-to-4 wire telephone cabling, F-type is for coaxial cable, and DB9 is for legacy serial ports.

Anahtar Kavram

Twisted-Pair Ethernet Connectors (RJ45)
Soru 19Soru

A network field technician is tasked with wiring an expansion link from an automated industrial manufacturing floor—known for severe electromagnetic interference (EMI) from heavy machinery—to a network switch situated inside a ceiling return air plenum space. Concurrently, the technician must establish a direct serial connection from an out-of-band management appliance to a legacy router's dedicated serial console port. Which of the following cabling standards, jack types, and outer jacket ratings must the technician deploy to meet all technical and safety requirements? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Shielded Twisted Pair (STP) Category 6a cabling with a plenum-rated (CMP) jacket, terminated with RJ45 connectors for the 10 Gbps industrial network run.; An RS-232 serial cable terminated with a DB9 connector to interface directly with the legacy router's serial management console port.

Cevap

The correct selections are Shielded Twisted Pair (STP) Category 6a cabling with a plenum-rated (CMP) jacket terminated with RJ45 connectors, and an RS-232 serial cable terminated with a DB9 connector.
Category 6a STP CMP cable with RJ45 connectors fulfills the 10 Gbps speed requirement, protects against severe industrial EMI, complies with plenum building safety regulations, and uses standard Ethernet pinouts. For out-of-band serial management on legacy devices, RS-232 over a DB9 connector is the standard physical pin configuration.

Adım Adım Çözüm

1
Analyze the industrial environment requirements for the main network link.
Heavy electromagnetic interference (EMI) requires Shielded Twisted Pair (STP) rather than Unshielded Twisted Pair (UTP) to prevent crosstalk and signal degradation.
STP uses foil/braided shielding to protect data pairs from high EMI emitted by industrial machinery.
2
Determine the required cable rating, category, and connector for the network link.
Category 6a rated up to 10 Gbps for 100 meters, CMP (plenum) jacket rating for ceiling return air space safety, and standard 8P8C RJ45 connectors.
Plenum spaces require fire-resistant CMP jackets that produce low smoke and non-toxic fumes. RJ45 is the correct 8-pin connector for twisted-pair Ethernet.
3
Analyze the console port connector requirement.
DB9 (DE-9) connector with RS-232 serial standard for legacy serial console connections.
Legacy network appliance serial console ports natively utilize DB9 connectors or serial interfaces.

Anahtar Kavram

Twisted-pair cable specifications (Cat 6a STP vs UTP), jacket fire safety ratings (CMP vs CMR), Ethernet connectors (RJ45), and serial management ports (DB9/RS-232).
Soru 20Soru

A network administrator is designing a structured cabling deployment for a commercial facility with two specific installation requirements:

1. A 250-meter interconnect between two distribution closets that passes near high-voltage electrical conduits.
2. Horizontal cable runs routed above a drop ceiling in an environmental air plenum space.

Which TWO of the following cabling types or jacket ratings must the administrator specify to meet these deployment requirements correctly? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Single-mode fiber optic cabling with LC connectors for the inter-closet backbone link; Plenum-rated CMP twisted-pair cabling for the horizontal ceiling drops

Cevap

The administrator must specify single-mode fiber optic cabling with LC connectors for the 250-meter backbone link and plenum-rated (CMP) cabling for the environmental ceiling drops.
Single-mode fiber optic cable provides complete immunity to high-voltage electromagnetic interference (EMI) and supports transmission distances far greater than the 100-meter maximum of twisted-pair copper cable. Additionally, plenum-rated (CMP) cabling is coated with flame-retardant materials that emit minimal smoke and non-toxic fumes in the event of a fire, making it mandatory for environmental air handling spaces above drop ceilings.

Adım Adım Çözüm

1
Analyze the backbone link requirements (250 meters, high EMI risk).
Twisted-pair copper cables (such as Cat 5e, Cat 6, or Cat 6a) are limited to a maximum length of 100 meters100\text{ meters} and are vulnerable to EMI. Single-mode fiber optic cable supports distances up to 10 km10\text{ km} or more and is completely immune to EMI.
The distance exceeds copper bandwidth/distance constraints and requires optical signal transmission.
2
Analyze the environmental ceiling space requirements.
Drop ceiling areas used for air circulation are classified as plenum spaces. Fire safety regulations require CMP (plenum-rated) jackets, which are flame-retardant and produce minimal smoke.
Standard PVC or CMR (riser) jackets produce toxic fumes and heavy smoke during a fire.

Anahtar Kavram

Network Media Selection, Cable Length Constraints, EMI Immunity, and Fire-Safety Jacket Ratings
Sayfa 1 / 18Sonraki
Networking Alıştırma Soruları — CompTIA A+ (Core 1 & Core 2) | Examkin