Cisco 100-150 Practice Test Questions and Exam Dumps Part15 Q281-300

View Full Cisco 100-150 Exam Dumps and Practice Test Dumps.

 

Question 281

Which IEEE wireless standard introduced multi-user MIMO (MU-MIMO) and operated exclusively on the 5 GHz frequency band?

  1. IEEE 802.11b
  2. IEEE 802.11g
  3. IEEE 802.11n
  4. IEEE 802.11ac

Correct Answer: 4

Explanation:

The IEEE 802.11ac wireless standard, commonly marketed as Wi-Fi 5, brought significant performance enhancements to wireless local area networks by operating exclusively within the uncluttered 5 GHz frequency band. Unlike legacy standards such as 802.11b and 802.11g that operated in the crowded 2.4 GHz spectrum, 802.11ac utilized wider channel bandwidths up to 160 MHz, higher-density modulation schemes up to 256-QAM, and introduced Multi-User Multiple-Input Multiple-Output (MU-MIMO) technology. MU-MIMO allowed access points to transmit data streams to multiple client devices simultaneously rather than sequentially, dramatically increasing aggregate throughput, reducing latency, and improving enterprise wireless scalability for high-density environments.

Question 282

What are the three port states defined by the Rapid Spanning Tree Protocol (RSTP)?

  1. Blocking, Listening, Learning
  2. Discarding, Learning, Forwarding
  3. Disabled, Blocking, Forwarding
  4. Listening, Learning, Forwarding

Correct Answer: 2

Explanation:

The Rapid Spanning Tree Protocol (IEEE 802.1w) streamlined the legacy five-port states of traditional STP down to three distinct operational states: Discarding, Learning, and Forwarding. In RSTP, the traditional “Blocking,” “Listening,” and “Disabled” states were consolidated into a single “Discarding” state because none of these legacy states permit port interfaces to forward user data frames or populate MAC address tables. The “Learning” state continues to allow switches to populate their MAC address tables from incoming frame headers without forwarding traffic, while the “Forwarding” state permits normal data transmission. This simplification, combined with explicit peer-to-peer handshakes, allows RSTP to achieve sub-second topology convergence after link failures.

Question 283

What is the standard IPv6 loopback address used by a host to test its own local network stack?

  1. ::1
  2. 2001:db8::1
  3. fe80::1
  4. ff02::1

Correct Answer: 1

Explanation:

In IPv6 architecture, the address ::1 serves as the standard loopback address, equivalent to the IPv4 loopback address of 127.0.0.1. When a network application or operating system transmits a packet to ::1, the local network protocol stack loops the packet back internally without sending any data frames out across physical network interface cards or physical media. This mechanism is essential for software developers and system administrators to verify that the local IPv6 protocol stack is installed, initialized, and functioning correctly on the host machine independent of external network connectivity.

Question 284

How does an OSPF router determine its Router ID if no explicit loopback interface is configured?

  1. By selecting the highest IP address among all active physical interfaces.
  2. By selecting the lowest MAC address of the primary Ethernet controller.
  3. By selecting the highest IP address among active, up/up loopback interfaces, or failing that, the highest IP address among active physical interfaces.
  4. By selecting the lowest IP address among all operational interfaces.

Correct Answer: 3

Explanation:

The Open Shortest Path First routing protocol utilizes a 32-bit Router ID to uniquely identify each router within an OSPF routing domain. OSPF routers determine their Router ID using a strict selection hierarchy: first, if an explicit Router ID is configured manually under OSPF routing configuration mode, that value takes absolute precedence. Second, if no manual configuration exists, the router scans all active loopback interfaces and selects the highest IPv4 address among them. Third, if no loopback interfaces are configured, the router evaluates all active physical interfaces that are in an “up/up” operational state and selects the highest IPv4 address among those interfaces. Because physical interfaces can flap or be taken down for maintenance, network engineers routinely configure stable loopback interfaces with static IP addresses to serve as reliable OSPF Router IDs.

Question 285

Which TCP port is utilized by Secure Shell (SSH) for encrypted remote command-line administration?

  1. Port 21
  2. Port 22
  3. Port 23
  4. Port 80

Correct Answer: 2

Explanation:

Secure Shell operates by default over TCP port 22. SSH is a cryptographic network protocol designed to provide administrators with a secure, encrypted channel for logging into remote network devices, executing command-line instructions, and transferring files across unsecured networks. SSH was developed as a direct, secure replacement for legacy plaintext management protocols like Telnet (which operates over TCP port 23). Because Telnet transmits all keystrokes, passwords, and configuration commands in clear text, it leaves network infrastructure vulnerable to packet sniffing and session hijacking attacks. SSH encrypts the entire communication session from end to end, ensuring robust confidentiality and integrity for enterprise network management.

Question 286

What is the number of usable host IP addresses available in an IPv4 subnet utilizing a /28 CIDR prefix?

  1. 6 hosts
  2. 14 hosts
  3. 30 hosts
  4. 62 hosts

Correct Answer: 2

Explanation:

A /28 CIDR prefix represents an IPv4 subnet mask of 255.255.255.240, where twenty-eight bits are allocated to network identification and four bits remain available for host device addressing. To calculate the total number of IP addresses in this subnet, determine two raised to the power of the host bits (two to the power of 4), which yields 16 total addresses in the block. Out of these 16 total addresses, two are permanently reserved for structural roles: the lowest address serves as the network identifier, and the highest address functions as the directed broadcast address. Subtracting these two reserved addresses leaves exactly 14 usable host IP addresses available for assignment to workstations, servers, or router interfaces within that specific subnet range.

Question 287

What primary operational difference distinguishes LLDP from Cisco Discovery Protocol (CDP)?

  1. LLDP is a vendor-neutral standard defined by the IEEE, whereas CDP is proprietary to Cisco Systems.
  2. LLDP operates exclusively at Layer 3, whereas CDP operates at Layer 2.
  3. LLDP requires manual neighbor IP configuration, whereas CDP automates IP discovery.
  4. LLDP encrypts all neighbor advertisement payloads, whereas CDP transmits plaintext.

Correct Answer: 1

Explanation:

Link Layer Discovery Protocol is an open, vendor-neutral Layer 2 neighbor discovery protocol defined under the IEEE 802.1AB standard, allowing network devices from different hardware manufacturers—such as Cisco, HP, Juniper, and Dell—to advertise their device identity, capabilities, and major configurations to adjacent directly connected peers. In contrast, Cisco Discovery Protocol is a proprietary protocol developed by Cisco Systems that operates exclusively across Cisco-manufactured hardware platforms. Both protocols operate independently of Layer 3 protocols, transmitting periodic multicast frames out physical interfaces to populate neighbor tables, but LLDP provides essential multi-vendor interoperability in heterogeneous enterprise network environments.

Question 288

Which port security violation mode drops incoming frames from unauthorized MAC addresses without generating a notification or disabling the port?

  1. Protect
  2. Restrict
  3. Shutdown
  4. Disable

Correct Answer: 1

Explanation:

Cisco switch port security provides three distinct violation modes to handle traffic arriving from unauthorized physical MAC addresses exceeding the configured secure address limit: Protect, Restrict, and Shutdown. The “Protect” mode represents the least disruptive security posture; when an unauthorized device attempts to transmit frames through a port configured for protect mode, the switch silently drops the inbound traffic without transmitting syslog alerts, incrementing violation counter logs, or shutting down the physical interface. The “Restrict” mode drops unauthorized traffic and logs a syslog notification along with incrementing violation counters, while the “Shutdown” mode (the default) places the port into an error-disabled state, shutting it down entirely until an administrator intervenes.

Question 289

What is the primary function of Port Address Translation (PAT), also known as NAT Overload?

  1. Translating public IP addresses into private internal MAC addresses.
  2. Allowing multiple internal devices sharing a single public IP address to access external networks by utilizing unique source port numbers.
  3. Automatically leasing dynamic IP addresses to wireless client endpoints.
  4. Encrypting routing protocol updates across wide area network links.

Correct Answer: 2

Explanation:

Port Address Translation, frequently referred to as NAT Overload, is a specialized form of Network Address Translation that enables hundreds or thousands of internal devices possessing private, non-routable IP addresses to share a single public, routable IP address simultaneously. Because IPv4 public address space is severely limited, PAT maps multiple private IP addresses to a single public IP address by assigning unique source TCP or UDP port numbers to each outgoing connection stream maintained in the NAT translation table. When return packets arrive from external servers, the router inspects the destination port number, looks up the mapping table, translates the port back, and forwards the packet to the correct internal client workstation.

Question 290

Which Syslog severity level corresponds to an emergency condition that renders the system completely unusable?

  1. Level 0
  2. Level 1
  3. Level 2
  4. Level 3

Correct Answer: 1

Explanation:

Syslog severity levels follow a standardized numerical scale from 0 to 7, where lower numerical values indicate higher operational severity and urgency. Level 0 corresponds to “Emergency” (often labeled as emerg), representing a catastrophic system condition where the entire device or operating system has crashed, become completely unresponsive, or rendered the system unusable. The hierarchical scale proceeds from Level 0 (Emergency), Level 1 (Alert), Level 2 (Critical), Level 3 (Error), Level 4 (Warning), Level 5 (Notice), Level 6 (Informational), up to Level 7 (Debugging). Emergency notices trigger immediate, high-priority logging alerts to administrative consoles and remote monitoring systems to initiate urgent disaster recovery procedures.

Question 291

Which authentication protocol utilized across PPP serial links performs a secure three-way handshake and prevents plain-text password transmission?

  1. Password Authentication Protocol
  2. Challenge Handshake Authentication Protocol
  3. Extensible Authentication Protocol
  4. Open Shortest Path First

Correct Answer: 2

Explanation:

The Challenge Handshake Authentication Protocol is a secure authentication protocol used across Point-to-Point Protocol serial links to verify the identity of a connecting peer. Unlike the legacy Password Authentication Protocol, which transmits user passwords across the serial link in vulnerable clear text during a two-way exchange, CHAP utilizes a secure three-way handshake mechanism. When connection initialization occurs, the authenticating router sends a random challenge string to the remote peer. The remote peer combines this challenge string with its secret password, computes a cryptographic hash using Message Digest 5, and returns the resulting hash value. The authenticator independently calculates the expected hash; if both hashes match, authentication succeeds without ever transmitting the raw password across the physical media.

Question 292

What is the primary operational difference between PAgP and LACP link aggregation protocols?

  1. PAgP is an open IEEE standard, whereas LACP is proprietary to Cisco Systems.
  2. PAgP is proprietary to Cisco Systems, whereas LACP is an open IEEE standard defined under 802.3ad.
  3. PAgP operates exclusively over Layer 3 routers, whereas LACP operates at Layer 2 switches.
  4. PAgP requires manual static configuration, whereas LACP automates trunking entirely.

Correct Answer: 2

Explanation:

EtherChannel link aggregation bundles multiple physical Ethernet links together into a single logical high-speed connection to increase throughput and provide redundancy. To dynamically negotiate and manage these bundled connections, switches utilize aggregation protocols. Port Aggregation Protocol is a proprietary protocol developed exclusively by Cisco Systems, meaning it can only bundle links between Cisco devices. In contrast, Link Aggregation Control Protocol is an open industry standard defined under the IEEE 802.3ad specification (later renumbered 802.1AX), enabling multi-vendor interoperability so that switches from Cisco, HP, Juniper, and other manufacturers can successfully establish aggregated EtherChannel bundles.

Question 293

Which UDP port is utilized by default for Trivial File Transfer Protocol (TFTP) operations when transferring Cisco IOS images?

  1. Port 21
  2. Port 69
  3. Port 80
  4. Port 443

Correct Answer: 2

Explanation:

Trivial File Transfer Protocol operates by default over User Datagram Protocol (UDP) port 69. TFTP is a lightweight, simplified file transfer protocol designed primarily for bootstrapping devices, transferring Cisco IOS firmware images between routers and network storage servers, and backing up configuration files. Because TFTP lacks complex user authentication, directory browsing capabilities, and advanced error recovery mechanisms found in standard FTP, it operates efficiently with minimal code overhead, making it ideal for implementation within router ROM monitor (ROMmon) environments where storage and memory resources are extremely limited during recovery procedures.

Question 294

What network anomaly occurs when a native VLAN mismatch is present across an 802.1Q trunk link connecting two switches?

  1. Complete loss of all physical link connectivity and interface shutdown.
  2. Cross-VLAN traffic leakage, security vulnerabilities, and spanning tree protocol warnings.
  3. Automatic conversion of the trunk link into a secure access port.
  4. Immediate encryption of all un-tagged frame payloads.

Correct Answer: 2

Explanation:

An 802.1Q trunk link connects two switches while carrying traffic across multiple VLANs simultaneously. Frames belonging to non-native VLANs are tagged with a 4-byte 802.1Q header, whereas frames belonging to the designated native VLAN are transmitted across the trunk without any VLAN tags. If Network Administrator A configures VLAN 10 as the native VLAN on Switch A, but Administrator B mistakenly configures VLAN 20 as the native VLAN on the connecting port of Switch B, a native VLAN mismatch occurs. This configuration error causes untagged frames originating in VLAN 10 on one switch to be misinterpreted as belonging to VLAN 20 on the receiving switch, resulting in cross-VLAN traffic leakage, unexpected broadcast storms, security compliance violations, and recurring syslog warning messages regarding inconsistent PVID port settings.

Question 295

What is the default administrative distance of a static route configured in Cisco IOS?

  1. 0
  2. 1
  3. 90
  4. 110

Correct Answer: 2

Explanation:

Administrative distance represents the trustworthiness and preference level assigned to different routing information sources on Cisco routers, where lower numerical values indicate higher reliability during route selection. Directly connected routes carry a default administrative distance of 0, while static routes configured manually by a network administrator are assigned a default administrative distance of 1. Because a static route has an administrative distance of 1, it takes absolute precedence over all dynamically learned routing protocol paths—such as EIGRP at 90, OSPF at 110, or RIP at 120—when a router evaluates competing paths to the exact same destination network prefix. Administrators can manually modify a static route’s administrative distance to a higher value (such as 250) to create floating static backup routes.

Question 296

Which fields within the IPv4 packet header are primarily utilized to reassemble fragmented packets correctly?

  1. Source IP, Destination IP, and Protocol
  2. Identification, Flags, and Fragment Offset
  3. Time to Live, Checkbox, and Type of Service
  4. Version, Header Length, and Total Length

Correct Answer: 2

Explanation:

When an IPv4 packet encounters a network link with a Maximum Transmission Unit smaller than the packet size, the router fragments the packet into smaller pieces. To ensure the destination host can reassemble these fragments into the original application payload correctly, the IPv4 header utilizes three specific fields: the Identification field (which uniquely identifies fragments belonging to the same original packet), the Flags field (which indicates whether more fragments follow or if fragmentation is prohibited), and the Fragment Offset field (which specifies the exact relative position of the fragment within the original unfragmented datagram). If any fragment is lost or corrupted during transit, the destination host drops all associated fragments and requests retransmission via upper-layer protocols.

Question 297

Which Layer 2 switching forwarding method evaluates the entire incoming Ethernet frame and checks the Frame Check Sequence before forwarding?

  1. Cut-through switching
  2. Fragment-free switching
  3. Store-and-forward switching
  4. Adaptive switching

Correct Answer: 3

Explanation:

Store-and-forward switching is a foundational Ethernet forwarding method where the switch buffers and receives the entire incoming frame into internal memory before initiating any forwarding decisions out destination ports. Once the complete frame is received, the switch calculates the cyclic redundancy check and compares it against the Frame Check Sequence appended to the frame trailer. If errors are detected, the corrupted frame is dropped immediately, preventing damaged frames from wasting downstream network bandwidth. While store-and-forward introduces slightly higher latency compared to cut-through switching—which reads only the destination MAC address to forward frames instantly—it ensures absolute data integrity across enterprise switching infrastructures.

Question 298

What condition must a neighboring router meet to be selected as a Feasible Successor in EIGRP routing architecture?

  1. Its reported distance must be greater than the current successor’s total metric.
  2. Its reported distance must be strictly less than the current feasible distance of the best path.
  3. Its total computed metric must match the successor’s metric exactly.
  4. It must reside within the same OSPF area boundary.

Correct Answer: 2

Explanation:

The Enhanced Interior Gateway Routing Protocol utilizes advanced loop-prevention mechanisms based on diffusing computations and the Feasibility Condition. A neighboring router is qualified as a Feasible Successor—meaning it provides a loop-free backup path to a destination network—if and only if its Reported Distance (the metric advertised by that neighbor to reach the destination) is strictly less than the current Feasible Distance (the lowest total metric calculated so far by the local router to reach that destination). This mathematical rule guarantees that the backup path does not loop back through the local router, allowing EIGRP to instantly switch traffic to the Feasible Successor without recalculating routes during primary link failures.

Question 299

What is the correct sequential order of messages exchanged during a standard DHCP four-way lease negotiation?

  1. Request, Offer, Discover, Acknowledge
  2. Discover, Offer, Request, Acknowledge
  3. Offer, Discover, Acknowledge, Request
  4. Acknowledge, Request, Offer, Discover

Correct Answer: 2

Explanation:

Dynamic Host Configuration Protocol lease allocations operate through a standard four-step messaging sequence commonly remembered by the acronym DORA: Discover, Offer, Request, and Acknowledge. First, when a client connects to the network, it broadcasts a DHCP Discover message to locate available servers. Second, available DHCP servers respond with a unicast or broadcast DHCP Offer message proposing an available IP address, subnet mask, and lease duration. Third, the client selects an offer and broadcasts a DHCP Request message accepting that specific configuration and signaling competing servers. Fourth and finally, the chosen DHCP server responds with a DHCP Acknowledge message finalizing the lease parameters and permitting the client to utilize the assigned IP address.

Question 300

Which UDP ports are utilized by default for Simple Network Management Protocol (SNMP) agent and trap communications?

  1. Ports 20 and 21
  2. Ports 67 and 68
  3. Ports 161 and 162
  4. Ports 443 and 8443

Correct Answer: 3

Explanation:

Simple Network Management Protocol operates by default over User Datagram Protocol ports 161 and 162. UDP port 161 is utilized by network management stations to query SNMP-enabled devices, retrieve operational variables, and modify configuration parameters on managed agents. Conversely, UDP port 162 is utilized by SNMP agents to transmit unsolicited notification messages—known as Traps or Informs—back to management consoles when critical threshold breaches, interface status changes, or hardware faults occur within the network infrastructure. Network administrators rely on these standard ports when configuring firewalls and access control lists for enterprise network management systems.