Tüm alıştırma soruları

229 soru

Soru 21Soru

Match each OSPFv2 network type on the left to its corresponding DR/BDR election behavior, neighbor adjacency capability, and default Hello/Dead timer characteristics on the right.

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

Öğeler

Broadcast Network Type
Point-to-Point Network Type
Point-to-Multipoint Network Type
Loopback Interface Network Type

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Broadcast Network Type matches with DR/BDR election and Hello 10s/Dead 40s. Point-to-Point Network Type matches with no DR/BDR election and Hello 10s/Dead 40s. Point-to-Multipoint Network Type matches with no DR/BDR election and Hello 30s/Dead 120s. Loopback Interface Network Type matches with no DR/BDR election, no neighbors, and /32 host route advertisement.
Each OSPF network type is designed for specific underlying link technologies. Broadcast multiaccess networks perform DR/BDR election with 10s/40s timers. Point-to-point bypasses DR election with 10s/40s timers. Point-to-multipoint bypasses DR election with 30s/120s timers. Loopback interfaces advertise /32 host routes without forming adjacencies.

Adım Adım Çözüm

1
Analyze Broadcast multiaccess network characteristics.
Broadcast networks (e.g., Ethernet interfaces running OSPF) require DR and BDR elections to avoid N(N1)/2N(N-1)/2 full mesh adjacencies. The standard Hello timer is 10 seconds, and the Dead timer is 40 seconds.
DR/BDR selection is mandatory on multiaccess media.
2
Analyze Point-to-Point network characteristics.
Point-to-Point networks connect two endpoints directly. DR/BDR election is bypassed because only two routers exist on the segment. Timers default to Hello 10s and Dead 40s.
Electing a DR/BDR on a two-node point-to-point connection adds unnecessary protocol overhead.
3
Analyze Point-to-Multipoint network characteristics.
Point-to-Multipoint treats the physical or logical multiaccess network as multiple point-to-point connections. It disables DR/BDR elections and defaults to longer timers (Hello 30s, Dead 120s).
Used primarily in WAN/hub-and-spoke topologies where direct spoke-to-spoke broadcast reachability is absent.
4
Analyze Loopback network characteristics.
In Cisco IOS OSPFv2, loopback interfaces automatically default to the Loopback network type, advertising the interface IP as a /32 host route regardless of the configured netmask, without participating in neighbor discovery.
Loopback interfaces represent logical local endpoints, not actual transit links.

Anahtar Kavram

OSPFv2 Network Types, Adjacencies, Timers, and DR/BDR Requirements
Soru 22Soru

Network administrators deploy various hardware devices to perform specific roles within an enterprise network infrastructure. Match each network component on the left to its primary operational function on the right.

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

Öğeler

Router
Layer 2 Switch
Next-Generation Firewall (NGFW)
Wireless LAN Controller (WLC)

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Router matches with 'Forwards packets between distinct IPv4/IPv6 subnets based on Layer 3 IP addresses.'; Layer 2 Switch matches with 'Forwards frames based on Layer 2 MAC addresses and separates collision domains.'; Next-Generation Firewall (NGFW) matches with 'Inspects deep application-layer traffic and enforces stateful security policies.'; Wireless LAN Controller (WLC) matches with 'Centrally manages lightweight access points, wireless SSIDs, and radio resources.'
Each network component is correctly paired with its primary operational layer and function in enterprise architecture: Routers for inter-subnet Layer 3 packet forwarding, Layer 2 switches for intra-subnet Ethernet frame switching, NGFWs for security filtering, and WLCs for central wireless management.

Adım Adım Çözüm

1
Identify Layer 3 forwarding device
Router matches with forwarding packets between IP subnets.
Routers make forwarding decisions based on Layer 3 IP routing tables to interconnect different subnets.
2
Identify Layer 2 switching device
Layer 2 Switch matches with forwarding frames using MAC addresses.
Layer 2 switches operate within a single broadcast domain and make forwarding decisions using MAC address tables.
3
Identify perimeter security device
NGFW matches with inspecting application-layer traffic and stateful policies.
Firewalls filter network traffic based on security rules, state tables, and application signatures.
4
Identify centralized wireless management component
WLC matches with managing lightweight access points centrally.
WLCs aggregate control-plane functionality for Lightweight APs (LAP/CAPWAP).

Anahtar Kavram

Core roles and functions of enterprise network devices
Soru 23Soru

Match each wireless radio frequency (RF) propagation behavior on the left with its corresponding physical effect on Wi-Fi signals on the right.

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

Öğeler

Absorption
Reflection
Refraction
Scattering

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Absorption pairs with RF energy being converted to heat through dense materials; Reflection pairs with the signal bouncing off large flat conductive surfaces; Refraction pairs with signal bending through medium density changes; Scattering pairs with signal dispersion across rough or small obstacles.
Absorption describes energy loss in dense obstacles, Reflection describes signals bouncing off smooth metal surfaces, Refraction describes signal bending through media density changes, and Scattering describes multi-directional dispersion off irregular surfaces.

Adım Adım Çözüm

1
Identify the mechanism of signal attenuation caused by solid building materials.
Absorption is the physical conversion of RF energy into heat as it penetrates dense obstacles.
Materials like concrete and brick absorb RF energy.
2
Identify the behavior when RF encounters large flat metallic objects.
Reflection is the bouncing back of an RF wave from a large conductive boundary.
Smooth metallic surfaces act as reflectors for wireless signals.
3
Identify the behavior associated with signal bending.
Refraction is the deflection of an RF wave passing through media of varying density.
Changes in medium propagation speed cause the wave vector to change direction.
4
Identify the behavior when signals hit small or non-uniform objects.
Scattering causes multi-directional redirection of RF energy.
Irregular boundaries prevent cohesive specular reflection.

Anahtar Kavram

RF Propagation Behaviors in Wireless Networks
Soru 24Soru

A network engineer is troubleshooting various network interface issues on Cisco switches and routers. Match each interface status or error counter symptom on the left with its most likely physical or data-link layer root cause on the right.

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

Öğeler

Interface status is down, line protocol is down
Interface status is up, line protocol is down
Interface status is up, line protocol is up, with rapidly incrementing late collisions
Interface status is up, line protocol is up, with rapidly incrementing giants and jabber errors

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

The interface symptoms match as follows: 'down/down' corresponds to a Layer 1 physical fault; 'up/down' corresponds to a Layer 2 framing or keepalive failure; incrementing late collisions corresponds to a half-duplex/full-duplex mismatch; and incrementing giants/jabbers corresponds to oversized frames or a defective NIC.
Each status pattern and counter maps directly to standard Cisco IOS interface troubleshooting logic: Layer 1 physical link failures cause 'down/down'; Layer 2 framing/keepalive failures cause 'up/down'; half-duplex operating against full-duplex causes late collisions; and frames exceeding 1518 bytes with invalid FCS register as giants/jabber errors.

Adım Adım Çözüm

1
Analyze interface states by differentiating Layer 1 (Line Status) from Layer 2 (Line Protocol).
Line status indicates physical carrier detection, whereas line protocol indicates data link layer framing and keepalive state.
A physical failure results in 'down/down', whereas a framing or encapsulation mismatch maintains physical link ('up') but drops data link signaling ('down').
2
Diagnose the cause of late collision error counters on Ethernet interfaces.
Late collisions indicate that collision detection occurred after transmitting 512 bits (64 bytes).
Because half-duplex expects collisions only during the slot time (first 64 bytes), late collisions uniquely signal that the remote peer is operating in full-duplex mode and ignoring CSMA/CD rules.
3
Evaluate framing error statistics such as giants and jabbers.
Giants represent frames larger than the standard Ethernet MTU (1518 bytes) with bad CRC, while jabbers represent invalid continuous signals.
These symptoms point directly to MTU misconfigurations or damaged Network Interface Cards (NICs) transmitting invalid frame sizes.

Anahtar Kavram

Interface Line Status Combinations and Error Counter Root Causes
Soru 25Soru

A network architect is establishing standard address allocations and boundary checks for an enterprise network redesign. Match each IPv4 address block or prefix range on the left with its corresponding RFC 1918 classification, CIDR specifications, or Internet routing characteristics on the right.

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

Öğeler

10.0.0.0/810.0.0.0/8
172.16.0.0/12172.16.0.0/12
192.168.0.0/16192.168.0.0/16
172.32.0.0/11172.32.0.0/11

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

10.0.0.0/8 matches the single Class A private block (10.0.0.0 to 10.255.255.255); 172.16.0.0/12 matches the 16 contiguous Class B private subnets (172.16.0.0 to 172.31.255.255); 192.168.0.0/16 matches the 256 contiguous Class C private subnets (192.168.0.0 to 192.168.255.255); 172.32.0.0/11 matches the globally routable public address space.
Each item matches its corresponding RFC 1918 definition or boundary specification correctly: 10.0.0.0/8 is the single Class A private block, 172.16.0.0/12 spans 16 contiguous Class B private /16 networks (172.16.0.0 - 172.31.255.255), 192.168.0.0/16 spans 256 Class C /24 networks (192.168.0.0 - 192.168.255.255), and 172.32.0.0/11 consists of public addresses immediately above the 172.31.255.255 RFC 1918 upper bound.

Adım Adım Çözüm

1
Identify the Class A RFC 1918 block
10.0.0.0/810.0.0.0/8 encompasses the host range 10.0.0.010.0.0.0 to 10.255.255.25510.255.255.255 (16,777,21616,777,216 addresses).
RFC 1918 reserves one /8/8 prefix in the 10.0.0.0 network space for private internal use.
2
Analyze the Class B RFC 1918 block and boundary limits
172.16.0.0/12172.16.0.0/12 encompasses 16 contiguous /16/16 blocks (172.16.0.0172.16.0.0 through 172.31.255.255172.31.255.255).
The prefix length /12/12 spans from 172.16.0.0172.16.0.0 up to 172.31.255.255172.31.255.255. Addresses starting with 172.32.0.0172.32.0.0 are public.
3
Identify the Class C RFC 1918 block
192.168.0.0/16192.168.0.0/16 encompasses 256 contiguous /24/24 subnets (192.168.0.0192.168.0.0 through 192.168.255.255192.168.255.255).
RFC 1918 defines a single /16/16 prefix block within the 192.168.0.0 space for Class C private addressing.
4
Distinguish public ranges from RFC 1918 private ranges
172.32.0.0/11172.32.0.0/11 starts at 172.32.0.0172.32.0.0, which is beyond the 172.31.255.255172.31.255.255 boundary and is therefore public.
Any IP address in the range 172.32.0.0172.32.0.0 to 172.63.255.255172.63.255.255 is public and routable on the global Internet.

Anahtar Kavram

RFC 1918 Private IPv4 Address Space Ranges and Public Boundaries
Tahmini Süre:2m 0s
Soru 26Soru

Match each network topology architectural layer to its primary functional responsibility within an enterprise campus or data center network.

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

Öğeler

Campus Core Layer
Campus Access Layer
Data Center Spine Layer
Data Center Leaf Layer

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Campus Core Layer matches high-speed non-blocking backbone transport. Campus Access Layer matches direct end-user endpoint connectivity and edge policy enforcement. Data Center Spine Layer matches interconnecting all leaf switches via ECMP routing without host connections. Data Center Leaf Layer matches directly connecting servers and storage while linking to every spine switch.
Each functional layer serves a distinct architectural purpose: the Campus Core provides rapid backbone transit; the Campus Access layer connects user devices and enforces edge policies; the Data Center Spine interconnects leaf switches via ECMP without host attachments; and the Data Center Leaf connects endpoints while maintaining links to every spine.

Adım Adım Çözüm

1
Identify the role of the Campus Core Layer in a 3-Tier model.
Match with high-speed packet transport without CPU-intensive filtering.
The core layer must maintain maximum packet throughput across the campus core network.
2
Identify the role of the Campus Access Layer.
Match with direct connectivity and security enforcement for user endpoints.
Access switches form the network edge where workstations and IP phones plug into the network.
3
Differentiate between Spine and Leaf layers in a Clos data center topology.
Spine switches interconnect leaf switches via ECMP, while Leaf switches connect hosts and link to all spines.
Spine switches form the core interconnect fabric without host attachment, whereas leaf switches act as access nodes for servers.

Anahtar Kavram

Campus 3-Tier and Data Center Spine-Leaf Layer Responsibilities
Soru 27Soru

Match each enterprise network component on the left to its primary operational role on the right.

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

Öğeler

Core Router
Wireless LAN Controller (WLC)
Layer 2 Switch
Next-Generation IPS (NGIPS)

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Core Router maps to Layer 3 path selection and broadcast domain separation; Wireless LAN Controller maps to centralized AP configuration and RF management; Layer 2 Switch maps to frame forwarding via MAC address table within a single broadcast domain; Next-Generation IPS maps to deep packet inspection for real-time malicious payload prevention.
Each component is correctly matched to its defined operational role: core routers route packets between subnets and delineate broadcast domains; WLCs manage lightweight wireless deployments centrally; Layer 2 switches forward frames using MAC tables within a broadcast domain; and NGIPS performs deep inspection on packet payloads.

Adım Adım Çözüm

1
Identify the OSI layer and primary functional scope for each listed network component.
Categorize Core Router (Layer 3 routing/broadcast boundary), WLC (centralized wireless control plane), Layer 2 Switch (Layer 2 frame switching), and NGIPS (deep packet security inspection).
Matching components requires isolating their exact architectural responsibilities within enterprise network infrastructure.
2
Correlate each device with its matching operational descriptor.
Pair left_1 to right_2, left_2 to right_1, left_3 to right_4, and left_4 to right_3.
Each functional statement accurately describes the core operation of the corresponding hardware or software control component.

Anahtar Kavram

Enterprise Network Components Roles and Functions
Tahmini Süre:1m 30s
Soru 28Soru

A network engineer is auditing wireless performance metrics across an enterprise deployment. Match each wireless radio frequency (RF) metric or unit on the left to its corresponding definition on the right.

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

Öğeler

RSSI
Noise Floor
SNR
dBm

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

RSSI matches the relative measurement vendor index; Noise Floor matches the background RF energy measure; SNR matches the comparative decibel difference between signal and noise; dBm matches the absolute unit of power referenced to 1 milliwatt.
RSSI is a relative vendor index for received power, Noise Floor is the total ambient background RF energy, SNR represents the decibel difference between signal strength and noise floor, and dBm is an absolute unit of power referenced to 1 milliwatt.

Adım Adım Çözüm

1
Differentiate absolute power measurements from relative indicators.
dBm is an absolute power value referenced to 1 milliwatt (0 dBm=1 mW0\text{ dBm} = 1\text{ mW}), while RSSI is a relative vendor-dependent index of signal strength.
Understanding absolute versus relative units prevents mistaking arbitrary scales for standardized power measurements.
2
Identify environmental RF characteristics.
The noise floor measures ambient background RF interference from natural and non-Wi-Fi sources.
Establishing the noise floor baseline is required for assessing overall RF channel quality.
3
Evaluate the signal quality calculation.
SNR calculates the difference between the received signal level and the noise floor (SNR=Signal PowerNoise Floor\text{SNR} = \text{Signal Power} - \text{Noise Floor}).
A higher SNR value directly correlates with higher data transmission rates and lower frame retry rates.

Anahtar Kavram

Wireless RF Measurement Metrics and Units
Soru 29Soru

Match each Cisco IOS interface line status and line protocol state combination to its corresponding root cause.

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

Öğeler

GigabitEthernet0/1 is down, line protocol is down
GigabitEthernet0/1 is administratively down, line protocol is down
GigabitEthernet0/1 is up, line protocol is down
GigabitEthernet0/1 is up, line protocol is up (disabled)

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

The interface states map to their corresponding root causes based on Layer 1 vs. Layer 2 status: down/down indicates a Layer 1 physical connectivity issue; administratively down indicates the port is shut down by configuration; up/down indicates a Layer 2 encapsulation or keepalive failure; and up/up (disabled) indicates an err-disabled state triggered by switch security features.
Matching interface states to their root causes requires analyzing Layer 1 and Layer 2 status lines: 'down/down' corresponds to a Layer 1 physical failure like an unplugged cable; 'administratively down' corresponds to an interface disabled by the 'shutdown' command; 'up/down' indicates Layer 1 is operational while Layer 2 framing or keepalives failed; and 'up/up (disabled)' corresponds to a port placed in the err-disabled state due to security or protocol violations.

Adım Adım Çözüm

1
Analyze 'down / down' interface output
Identified as a Layer 1 physical problem.
Lack of carrier signal or physical link pulse forces both the interface and protocol status to down.
2
Analyze 'administratively down / down' interface output
Identified as a software configuration shutdown state.
The 'shutdown' command explicitly disables the interface in software.
3
Analyze 'up / down' interface output
Identified as a Layer 2 Data Link problem.
Physical signal detection is successful ('up'), but protocol negotiation, keepalives, or encapsulation failed ('down').
4
Analyze 'up / up (disabled)' interface output
Identified as an error-disabled (err-disabled) port state.
Cisco IOS automatically disables active ports when severe error thresholds or port security limits are breached.

Anahtar Kavram

Cisco IOS Interface Status and Line Protocol Troubleshooting
Tahmini Süre:1m 0s
Soru 30Soru

Match each IPv6 address prefix on the left to its designated address scope or function on the right.

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

Öğeler

2000::/3
fe80::/10
fc00::/7
ff00::/8

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

2000::/3 matches Global Unicast, fe80::/10 matches Link-Local, fc00::/7 matches Unique Local, and ff00::/8 matches Multicast.
Each prefix correctly maps to its standard RFC-defined IPv6 address scope: 2000::/3 is Global Unicast, fe80::/10 is Link-Local, fc00::/7 is Unique Local, and ff00::/8 is Multicast.

Adım Adım Çözüm

1
Identify the Global Unicast range
2000::/3 covers 2000:: through 3fff:ffff:ffff:ffff:ffff:ffff:ffff:ffff, which represents Global Unicast.
Standard IANA IPv6 allocation reserves 2000::/3 for public Internet routing.
2
Identify the Link-Local prefix
fe80::/10 covers fe80:: through febf::, which is reserved for Link-Local addresses.
Link-Local addresses are automatically configured on enabled IPv6 interfaces for local link communication.
3
Identify the Unique Local prefix
fc00::/7 covers fc00:: through fdff::, designated as Unique Local.
Unique Local addresses provide private addressing space within internal networks and are not routed on the global Internet.
4
Identify the Multicast prefix
ff00::/8 covers all multicast traffic.
IPv6 uses multicast exclusively instead of broadcast; all multicast addresses begin with ff00::/8.

Anahtar Kavram

IPv6 Address Scopes and Prefixes
Soru 31Soru

Match each Cisco IOS interface line status or counter symptom on the left to its most likely physical or data link layer cause on the right.

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

Öğeler

Interface status is 'GigabitEthernet0/1 is down, line protocol is down'
Interface status is 'FastEthernet0/1 is up, line protocol is down'
Interface status is 'GigabitEthernet0/2 is up, line protocol is up' with rapidly incrementing late collisions
Interface status is 'FastEthernet0/2 is administratively down, line protocol is down'

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

The interface conditions match as follows: 'down/down' indicates a Layer 1 physical carrier loss; 'up/down' indicates a Layer 2 framing or encapsulation failure; 'late collisions' on an operational interface indicate a duplex mismatch; and 'administratively down' indicates the port is disabled by configuration.
In Cisco IOS interface diagnostics: physical layer carrier loss generates 'down/down'; data-link framing or keepalive failures generate 'up/down'; duplex mismatches generate late collisions; and administrative shutdown settings generate 'administratively down'.

Adım Adım Çözüm

1
Analyze the 'down/down' state symptom.
Identified Layer 1 Physical connection failure.
When both hardware and line protocol report down, physical signal detection has failed completely.
2
Analyze the 'up/down' state symptom.
Identified Layer 2 Data Link framing or protocol failure.
The physical medium is receiving carrier signals, but data link frames or keepalives are not being successfully negotiated.
3
Analyze late collisions on an up/up link.
Identified duplex mismatch condition.
Late collisions happen when a full-duplex port sends frames without checking for carrier sense while the connected half-duplex port transmits simultaneously.
4
Analyze the 'administratively down' state symptom.
Identified local software configuration state ('shutdown').
Cisco IOS explicitly marks interfaces that have not been enabled with 'no shutdown' as administratively down.

Anahtar Kavram

Cisco IOS interface line status, protocol states, and error counter interpretation
Soru 32Soru

A network administrator is configuring IPv6 auto-configuration using SLAAC and EUI-64 process on Cisco router interfaces. Match each 48-bit MAC address on the left to its corresponding EUI-64 derived IPv6 Link-Local address on the right.

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

Öğeler

0012.3456.789A
0212.3456.789A
1012.3456.789A
1212.3456.789A

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

MAC 0012.3456.789A matches fe80::212:34ff:fe56:789a; MAC 0212.3456.789A matches fe80::12:34ff:fe56:789a; MAC 1012.3456.789A matches fe80::1212:34ff:fe56:789a; MAC 1212.3456.789A matches fe80::1012:34ff:fe56:789a.
Each MAC address is correctly converted to EUI-64 format by inserting FFFE into the middle of the 48-bit address and inverting the 7th bit (the Universal/Local bit) of the first byte. The resulting 64-bit interface ID is appended to the Link-Local prefix fe80::/64, with leading zeros in any 16-bit block omitted per standard IPv6 address formatting rules.

Adım Adım Çözüm

1
Split each MAC address into its OUI (first 24 bits) and NIC-specific extension (last 24 bits), and insert FFFE in hex between them.
For MAC 0012.3456.789A, the split sequence becomes 00-12-34-FF-FE-56-78-9A.
EUI-64 expansion requires inserting the 16-bit reserved value FFFE into the center of a 48-bit MAC address.
2
Invert the 7th bit (Universal/Local bit) of the first byte in binary representation.
Byte 0x00 (00000000200000000_2) becomes 0x02 (00000010200000010_2); 0x02 becomes 0x00; 0x10 (00010000200010000_2) becomes 0x12 (00010010200010010_2); 0x12 becomes 0x10.
IEEE EUI-64 specification requires flipping the 7th bit of the first octet to represent global/local scope.
3
Combine the inverted 64-bit interface ID with the fe80::/10 link-local prefix (defaulting to /64 subnet prefix fe80::/64) and apply standard RFC 4291 zero compression rules.
The 64-bit interface ID 0012:34ff:fe56:789a compresses leading zeros to 12:34ff:fe56:789a, resulting in fe80::12:34ff:fe56:789a.
Standard IPv6 address formatting suppresses leading zeros in each 16-bit hex field.

Anahtar Kavram

EUI-64 Interface Identifier Generation and SLAAC Link-Local Addressing
Soru 33Soru

Match each Ethernet physical interface standard or transceiver type to its corresponding media specification, wavelength, and maximum distance limitation.

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

Öğeler

10GBASE-SR SFP+ Transceiver
1000BASE-LX Transceiver (operating over MMF)
10GBASE-LR SFP+ Transceiver
100BASE-TX Interface

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

10GBASE-SR SFP+ matches Multimode Fiber using 850 nm wavelength up to 300 m on OM3; 1000BASE-LX over MMF matches Multimode Fiber using 1310 nm wavelength requiring a mode-conditioning patch cord for 550 m reach; 10GBASE-LR SFP+ matches Single-Mode Fiber using 1310 nm wavelength up to 10 km; 100BASE-TX matches Category 5e/6 UTP Copper cable up to 100 m.
Each physical transceiver and interface type has specific operating wavelengths, core media requirements, and distance bounds: 10GBASE-SR uses 850 nm lasers on multimode fiber up to 300 meters (OM3); 1000BASE-LX can run over multimode fiber at 1310 nm up to 550 meters when using a mode-conditioning patch cord; 10GBASE-LR operates over 1310 nm single-mode fiber up to 10 kilometers; and 100BASE-TX uses twisted-pair copper with RJ-45 connectors up to 100 meters.

Adım Adım Çözüm

1
Identify copper media standards among the options
Classify 100BASE-TX as unshielded twisted-pair (UTP) copper media operating up to 100 meters with RJ-45 terminations.
The suffix -TX in IEEE 802.3 standards denotes twisted-pair copper specifications.
2
Differentiate 10 Gigabit optical transceiver specifications
Pair 10GBASE-SR with 850 nm multimode fiber (300m reach on OM3) and 10GBASE-LR with 1310 nm single-mode fiber (10 km reach).
Short Range (-SR) optics rely on lower-cost 850 nm VCSEL lasers for multimode cores, whereas Long Range (-LR) optics require 1310 nm Fabry-Perot/DFB lasers for single-mode fiber.
3
Analyze legacy Gigabit Ethernet deployment nuances over MMF
Associate 1000BASE-LX operating on legacy MMF with the mode-conditioning patch cord requirement to reach 550 meters.
Coupling a single-mode laser directly into the center of a multimode fiber core causes multiple light modes to propagate asynchronously (differential mode delay), which is corrected by offset laser launch via a mode-conditioning patch cord.

Anahtar Kavram

Physical Interface, Fiber Optics, and Cabling Specifications
Tahmini Süre:2m 0s
Soru 34Soru

Match each network topology architecture on the left with its primary design characteristic on the right.

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

Öğeler

Collapsed Core Architecture
Three-Tier Campus Architecture
Spine-Leaf Data Center Architecture
SOHO Network Architecture

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Collapsed Core Architecture pairs with combining core and distribution functions into a single tier. Three-Tier Campus Architecture pairs with using distinct Access, Distribution, and Core layers. Spine-Leaf Data Center Architecture pairs with providing predictable, low-latency east-west traffic flow. SOHO Network Architecture pairs with integrating routing, switching, wireless, and security into a single appliance.
Each topology architecture serves a distinct deployment scale and traffic profile. Collapsed Core simplifies management by consolidating distribution and core functions. Three-Tier provides clear boundary separation across large campuses. Spine-Leaf ensures low, uniform latency across data center workloads. SOHO designs consolidate multi-layer functions into a single physical appliance for small sites.

Adım Adım Çözüm

1
Identify the structural definition of Collapsed Core architecture.
Collapsed Core merges the distribution and core layers into a single switch tier.
Smaller campus sites do not require a separate dedicated core layer, making a two-tier collapsed design more cost-effective.
2
Identify the structural definition of Three-Tier Campus architecture.
Three-Tier relies on dedicated Access, Distribution, and Core layers.
Large multi-building campus networks require modular tier separation for traffic control, policy enforcement, and scalability.
3
Identify the structural definition of Spine-Leaf Data Center architecture.
Spine-Leaf provides deterministic east-west latency with all leaf switches directly connected to all spine switches.
Modern data center applications generate significant server-to-server traffic, requiring consistent hop counts and ECMP routing.
4
Identify the structural definition of Small Office/Home Office (SOHO) network architecture.
SOHO architectures use a single multi-function wireless router appliance.
SOHO environments have very low user counts and simple connectivity demands handled by integrated consumer or small-business devices.

Anahtar Kavram

Enterprise Network Topology Architectures
Soru 35Soru

Match each Cisco Wireless LAN Controller (WLC) interface type to its corresponding primary function.

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

Öğeler

Management Interface
Service Port
Virtual Interface
Dynamic Interface

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Management Interface matches in-band access and CAPWAP termination; Service Port matches out-of-band recovery management; Virtual Interface matches mobility management, DHCP relay, and web auth; Dynamic Interface matches user VLAN data mapping.
Each WLC interface has a distinct architectural purpose: the Management Interface is responsible for in-band administration and CAPWAP tunnel termination; the Service Port is isolated for out-of-band maintenance; the Virtual Interface facilitates client web auth and DHCP relaying; and Dynamic Interfaces handle user data mapping to trunked VLANs.

Adım Adım Çözüm

1
Identify in-band management and CAPWAP termination requirements
The Management Interface handles in-band administrative traffic and CAPWAP communications with APs.
Lightweight Access Points terminate CAPWAP control and data tunnels on the WLC management interface.
2
Identify out-of-band administrative access requirements
The Service Port provides dedicated, isolated out-of-band access.
The service port is non-routable and independent of the main data path for out-of-band management and recovery.
3
Differentiate between Virtual and Dynamic internal interfaces
Virtual interface manages web auth/DHCP relaying, while Dynamic interfaces bind WLANs to user VLANs.
Virtual interface provides internal Layer 3 services to clients, whereas Dynamic interfaces handle client payload forwarding.

Anahtar Kavram

Cisco Wireless LAN Controller Interfaces and Management Connections
Soru 36Soru

A network administrator is documenting the RFC 1918 private IPv4 address space allocation for an enterprise network redesign. Match each RFC 1918 address block on the left with its corresponding CIDR prefix length and block composition description on the right.

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

Öğeler

10.0.0.0 – 10.255.255.255
172.16.0.0 – 172.31.255.255
192.168.0.0 – 192.168.255.255

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

10.0.0.0 – 10.255.255.255 matches '/8 prefix length comprising 1 Class A network block'; 172.16.0.0 – 172.31.255.255 matches '/12 prefix length comprising 16 contiguous Class B network blocks'; 192.168.0.0 – 192.168.255.255 matches '/16 prefix length comprising 256 contiguous Class C network blocks'.
Each RFC 1918 private IPv4 block aligns with a specific CIDR prefix and quantity of traditional classful networks: 10.0.0.0/8 represents one Class A block; 172.16.0.0/12 represents 16 contiguous Class B blocks (172.16.0.0 to 172.31.255.255); and 192.168.0.0/16 represents 256 contiguous Class C blocks (192.168.0.0 to 192.168.255.255).

Adım Adım Çözüm

1
Identify the RFC 1918 Class A private address range
10.0.0.0 to 10.255.255.255 corresponds to 10.0.0.0/8 (1 Class A network).
RFC 1918 reserves the entire 10.0.0.0/8 network block for private IP addressing.
2
Identify the RFC 1918 Class B private address range
172.16.0.0 to 172.31.255.255 corresponds to 172.16.0.0/12, which spans 16 contiguous Class B networks (172.16.0.0/16 through 172.31.0.0/16).
A /12 prefix length allows 4 bits of subnetwork variation in the second octet (16 to 31), creating 16 Class B ranges.
3
Identify the RFC 1918 Class C private address range
192.168.0.0 to 192.168.255.255 corresponds to 192.168.0.0/16, which spans 256 contiguous Class C networks (192.168.0.0/24 through 192.168.255.0/24).
A /16 prefix length allows 8 bits of subnetwork variation in the third octet (0 to 255), creating 256 Class C ranges.

Anahtar Kavram

RFC 1918 Private IPv4 Address Space Specifications
Soru 37Soru

An enterprise wireless administrator is selecting appropriate antenna types for various deployment scenarios across a corporate campus. Match each wireless antenna type on the left with its primary operational characteristic and recommended deployment scenario on the right.

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

Öğeler

Omnidirectional dipole antenna
Patch directional antenna
Yagi directional antenna
Parabolic dish antenna

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Omnidirectional dipole antenna matches 360-degree horizontal coverage for open office environments; Patch directional antenna matches broad directional hemispherical pattern for wall mounting along corridors; Yagi directional antenna matches moderate gain focused beamwidth for short-to-medium outdoor bridges; Parabolic dish antenna matches extremely high gain tight beamwidth for long-distance point-to-point links.
Each antenna type is accurately paired with its corresponding radiation pattern, beamwidth, gain characteristic, and recommended deployment application.

Adım Adım Çözüm

1
Analyze indoor open-space coverage requirements versus corridor coverage requirements.
Omnidirectional dipole antennas radiate 360 degrees horizontally for open spaces, whereas patch antennas direct RF energy forward in a hemispherical pattern ideal for hallways.
Matching antenna radiation pattern to physical space geometry prevents unnecessary RF bleed and signal degradation.
2
Evaluate outdoor point-to-point wireless bridging requirements based on distance and gain requirements.
Yagi antennas provide moderate gain for short-to-medium building links, while parabolic dish antennas provide high gain and narrow beamwidth for long-distance links.
Long-distance outdoor links require maximum directional gain to overcome free space path loss.

Anahtar Kavram

Wireless Antenna Types and RF Radiation Characteristics
Soru 38Soru

Match each server virtualization component or architecture on the left to its corresponding functional description on the right.

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

Öğeler

Virtual Network Interface Card (vNIC)
Virtual Switch (vSwitch)
Type 1 Hypervisor
Type 2 Hypervisor

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Virtual Network Interface Card (vNIC) pairs with the virtualized endpoint abstraction maintaining a distinct MAC address. Virtual Switch (vSwitch) pairs with the software forwarding module routing frames between VMs and physical NICs. Type 1 Hypervisor pairs with the bare-metal virtualization layer installed directly on server hardware. Type 2 Hypervisor pairs with the hosted program running on top of an existing host operating system.
The pairings accurately reflect the core architecture of network virtualization: vNIC provides guest virtual MAC addresses and network interface emulation; vSwitch handles software-based Ethernet switching inside the hypervisor host; Type 1 hypervisors execute bare-metal on hardware for enterprise server virtualization; and Type 2 hypervisors run hosted inside an existing general-purpose host OS for desktop/testing applications.

Adım Adım Çözüm

1
Differentiate hypervisor deployment models based on where the software runs relative to host hardware.
Identify Type 1 as bare-metal software operating directly on physical hardware, and Type 2 as hosted software running on top of a primary host OS.
Type 1 hypervisors interact directly with hardware hardware resources, while Type 2 hypervisors rely on host OS system calls for resource scheduling.
2
Analyze virtual networking abstractions presented to guest operating systems versus those performing intra-host traffic management.
Identify vNIC as the per-VM adapter assigned a MAC address, and vSwitch as the internal software bridge linking vNICs to each other and to host pNICs.
The vNIC presents an Ethernet interface to the guest OS, whereas the vSwitch maintains local Layer 2 MAC address tables for switching frames internally.
3
Associate each term on the left with its precise functional description on the right.
Complete all four correct pair mappings.
Ensures complete alignment between virtualization concepts and their operational definitions in enterprise network environments.

Anahtar Kavram

Virtualization components (vNIC, vSwitch) and hypervisor architecture classification (Type 1 bare-metal vs Type 2 hosted).
Tahmini Süre:2m 0s
Soru 39Soru

Match each host virtualization component on the left with its corresponding operational characteristic or role on the right.

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

Öğeler

Type 1 Hypervisor
Type 2 Hypervisor
Virtual NIC (vNIC)
Virtual Switch (vSwitch)

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Type 1 Hypervisor maps to installing directly on physical server hardware without requiring an underlying host operating system. Type 2 Hypervisor maps to running as a software application on top of a conventional host operating system. Virtual NIC maps to connecting a virtual machine's operating system to the virtual network and assigning a software-based MAC address. Virtual Switch maps to providing Layer 2 packet forwarding and VLAN segmentation between virtual machines on the same physical host.
Each component serves a specific layer in host virtualization: Type 1 hypervisors run directly on server hardware; Type 2 hypervisors run on top of an existing host OS; Virtual NICs provide network interface presentation and software MAC addresses to guest VMs; and Virtual Switches perform software-based Layer 2 forwarding and VLAN tagging within the host.

Adım Adım Çözüm

1
Differentiate hypervisor architecture layers.
Type 1 hypervisors execute directly on hardware (bare-metal), whereas Type 2 hypervisors execute as an application dependent on an underlying host OS.
Classification depends on whether a primary operating system sits between the physical hardware and the hypervisor execution engine.
2
Identify the virtual network interface abstraction.
The Virtual NIC (vNIC) presents a virtualized Ethernet adapter to the guest OS, maintaining its own software-assigned MAC address.
The guest OS requires a network adapter object to generate layer 2 frames and request network resources.
3
Determine the role of host-internal switching infrastructure.
The Virtual Switch (vSwitch) handles local Layer 2 frame forwarding, MAC learning, and VLAN tagging across virtual ports on the hypervisor host.
Intra-host virtual machine switching is performed in software by the vSwitch without sending local inter-VM traffic out to physical switches unless required.

Anahtar Kavram

Host-level server virtualization components and hypervisor architecture models.
Soru 40Soru

A network administrator is inspecting an IPv4 routing table on a Cisco router to understand how paths to remote networks are chosen. Match each routing table component on the left with its corresponding function or definition on the right.

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

Öğeler

Administrative Distance (AD)
Routing Metric
Next-Hop IP Address
Destination Prefix and Subnet Mask

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Administrative Distance matches trustworthiness of the route source; Routing Metric matches path cost calculated by a specific protocol; Next-Hop IP Address matches the immediate adjacent router interface address; Destination Prefix and Subnet Mask matches the target network range against which traffic is matched.
Each routing table component serves a distinct role in packet forwarding decisions: Administrative Distance rates protocol trustworthiness, Routing Metric measures path cost for a single protocol, Next-Hop IP specifies the adjacent forwarding device, and Destination Prefix/Mask defines the destination network range.

Adım Adım Çözüm

1
Identify the role of Administrative Distance (AD)
AD measures source trustworthiness (lower value = preferred route source)
Different route sources (OSPF, RIP, Static) are compared using AD first.
2
Identify the role of Routing Metric
Metric measures path cost within the same protocol
When multiple routes exist from the same routing protocol, the router uses the lowest metric.
3
Identify the role of Next-Hop IP Address
Refers to the IP address of the adjacent router
Specifies where Layer 2 framing should direct the packet next.
4
Identify the role of Destination Prefix and Subnet Mask
Specifies the target network range
The router compares destination IP addresses against the prefix length using longest prefix match.

Anahtar Kavram

Routing Table Components and Roles
ÖncekiSayfa 2 / 12Sonraki
Tüm alıştırma soruları — Cisco CCNA | Examkin