{"id":14562,"date":"2026-09-17T05:30:37","date_gmt":"2026-09-17T05:30:37","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=14562"},"modified":"2026-09-17T05:30:37","modified_gmt":"2026-09-17T05:30:37","slug":"cisco-100-150-practice-test-questions-and-exam-dumps-part19-q361-380","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/cisco-100-150-practice-test-questions-and-exam-dumps-part19-q361-380\/","title":{"rendered":"Cisco 100-150 Practice Test Questions and Exam Dumps Part19 Q361-380"},"content":{"rendered":"<h1><\/h1>\n<h2><b>View Full <\/b><a href=\"https:\/\/www.examlabs.com\/100-150-exam-dumps\"><b>Cisco 100-150 Exam Dumps<\/b><\/a><b> and Practice Test Dumps.<\/b><\/h2>\n<p>&nbsp;<\/p>\n<h3><b>Question 361<\/b><\/h3>\n<p><b>What command displays the active IP routing table?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">show ip interface brief<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">show ip route<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">show running-config<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">show version<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The show ip route command is an essential diagnostic utility executed in privileged EXEC mode on Cisco routers. When invoked, it displays the complete active Layer 3 routing table, detailing all connected, static, and dynamically learned routes. The output lists destination subnet prefixes, administrative distances, metric values, next-hop IP addresses, and exit physical interfaces. Network administrators rely heavily on this command to verify route propagation, confirm routing protocols are populating paths correctly, and troubleshoot packet delivery failures across enterprise networks.<\/span><\/p>\n<h3><b>Question 362<\/b><\/h3>\n<p><b>Which protocol translates private IP addresses to public ones?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Address Resolution Protocol<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Dynamic Host Configuration Protocol<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Network Address Translation<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Internet Control Message Protocol<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Network Address Translation is a core networking technology used to map internal private IP addresses to external public IP addresses, conserving scarce IPv4 address space. NAT operates on border routers or firewalls, translating source or destination IP headers as packets cross between internal local networks and the public internet. This process ensures that internal hosts remain hidden from direct external inspection while retaining full outbound connectivity. Variants like Port Address Translation allow thousands of internal devices to share a single public IP address using unique port identifiers.<\/span><\/p>\n<h3><b>Question 363<\/b><\/h3>\n<p><b>What layer of the OSI model does a router operate?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Layer 1<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Layer 2<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Layer 3<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Layer 4<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Routers operate at Layer 3, the Network layer of the OSI reference model. Unlike Layer 2 switches that forward frames based on physical MAC addresses, routers examine logical network layer addresses, such as IPv4 or IPv6 headers, to make intelligent path selection decisions. By analyzing destination IP addresses and consulting routing tables, routers determine the optimal path across interconnected networks, segment broadcast domains, and facilitate communication between disparate subnets and wide area network links.<\/span><\/p>\n<h3><b>Question 364<\/b><\/h3>\n<p><b>Which IEEE standard defines virtual local area network trunking?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">IEEE 802.3<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">IEEE 802.1Q<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">IEEE 802.1w<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">IEEE 802.11<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The IEEE 802.1Q standard defines the protocol for Virtual Local Area Network bridging and trunking across Ethernet networks. It introduces a four-byte tag inserted directly into the Ethernet frame header, containing a 12-bit VLAN identifier that allows a single physical switch port to carry traffic for multiple distinct VLANs simultaneously. This tagging mechanism enables enterprise networks to scale efficiently, segment traffic logically, and isolate broadcast domains without requiring dedicated physical cabling for every separate logical network segment.<\/span><\/p>\n<h3><b>Question 365<\/b><\/h3>\n<p><b>What is the default administrative distance of a static route?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">1<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">90<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">110<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Administrative distance represents the trustworthiness and preference level assigned to different routing information sources on Cisco routers, where lower numerical values indicate higher reliability. In Cisco IOS routing architecture, static routes configured manually by network administrators are assigned a default administrative distance of 1. This makes static routes extremely trustworthy, preferred over almost all dynamic routing protocols such as EIGRP at 90 and OSPF at 110, ensuring that manually defined paths override dynamic updates during path selection.<\/span><\/p>\n<h3><b>Question 366<\/b><\/h3>\n<p><b>Which protocol dynamically assigns IP addresses to client devices?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">DNS<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">DHCP<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">SNMP<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">NTP<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Dynamic Host Configuration Protocol is a network management protocol used to automate the assignment of IP addresses, subnet masks, default gateways, and DNS server configurations to client devices on an IP network. DHCP eliminates the administrative overhead and potential configuration errors associated with manual static addressing. Operating over UDP ports 67 and 68, the protocol utilizes a four-step discover, offer, request, and acknowledgment exchange to lease configuration parameters dynamically when devices join the network segment.<\/span><\/p>\n<h3><b>Question 367<\/b><\/h3>\n<p><b>What multicast address does OSPF use for all routers?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">224.0.0.5<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">224.0.0.6<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">224.0.0.9<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">224.0.0.10<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The Open Shortest Path First routing protocol utilizes specific reserved multicast addresses to exchange routing telemetry efficiently among neighboring devices. The address 224.0.0.5 is designated for all OSPF routers on a network segment, used for sending hello packets and general link-state updates. Conversely, the address 224.0.0.6 is reserved specifically for designated routers and backup designated routers on multi-access broadcast segments, ensuring that designated routers receive specialized routing update packets efficiently without disturbing non-designated nodes.<\/span><\/p>\n<h3><b>Question 368<\/b><\/h3>\n<p><b>Which cable type connects two switches without crossover cables?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Straight-through cable<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Rollover cable<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Serial cable<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Console cable<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Modern Ethernet switches feature automatic medium-dependent interface crossover technology, which automatically detects the polarity of connected cables and reconfigures transmit and receive pairs internally. Historically, connecting two similar networking devices required a physical crossover cable. However, with Auto-MDIX enabled by default on modern Cisco Catalyst switch ports, technicians can utilize standard straight-through twisted-pair copper cables to interconnect switches, hubs, and workstations seamlessly without worrying about pinout mismatches or signal reversal issues.<\/span><\/p>\n<h3><b>Question 369<\/b><\/h3>\n<p><b>What flag initiates a TCP session during the handshake?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">ACK<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">FIN<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">RST<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">SYN<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 4<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The Synchronize flag is an essential control flag utilized within the Transmission Control Protocol header to initiate connection establishment during the standard three-way handshake. When a client wants to open a reliable session with a server, it transmits a segment with the SYN flag set and an initial sequence number. The server responds with a SYN-ACK segment, and the client finishes the handshake with an ACK. This sequence synchronizes sequence numbers and establishes reliable, connection-oriented data transmission parameters.<\/span><\/p>\n<h3><b>Question 370<\/b><\/h3>\n<p><b>Which port does secure shell remote administration utilize?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Port 21<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Port 22<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Port 23<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Port 80<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Secure Shell operates by default over Transmission Control Protocol port 22. SSH is a cryptographic network protocol designed to provide secure, encrypted command-line administration and remote login capabilities across unsecured IP networks. It serves as a secure replacement for legacy unencrypted protocols like Telnet, wrapping all keystrokes, passwords, and management commands in robust encryption wrappers to protect network infrastructure against packet sniffing, credential theft, and man-in-the-middle attacks.<\/span><\/p>\n<h3><b>Question 371<\/b><\/h3>\n<p><b>What metric does RIP use to determine best paths?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Bandwidth<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Delay<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Hop count<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cost<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The Routing Information Protocol is a legacy distance-vector routing protocol that utilizes hop count as its sole metric to determine the best path to a destination network. Each router traversed along a path counts as a single hop, adding one to the metric value. RIP enforces a strict maximum hop count limit of 15; any destination network requiring 16 hops or more is considered unreachable and assigned an infinite metric. While simple to configure, hop-count-only metrics make RIP unsuitable for modern complex networks.<\/span><\/p>\n<h3><b>Question 372<\/b><\/h3>\n<p><b>Which tool tests end-to-end network connectivity using ICMP echoes?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Telnet<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Ping<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Traceroute<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">NetFlow<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Ping is a fundamental network diagnostic utility that utilizes Internet Control Message Protocol echo request and echo reply messages to test basic end-to-end IP connectivity between source and destination hosts. When executed, ping measures round-trip transmission time, packet loss percentages, and protocol responsiveness. Network administrators rely on ping as the first line of troubleshooting to verify whether remote IP hosts are reachable, validate DNS name resolutions, and confirm basic network interface card functionality across local and wide area networks.<\/span><\/p>\n<h3><b>Question 373<\/b><\/h3>\n<p><b>What is the broadcast address for subnet 192.168.1.0\/24?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">192.168.1.0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">192.168.1.254<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">192.168.1.255<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">192.168.2.0<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">In IPv4 networking, every subnet includes a reserved broadcast address at the absolute highest end of its address range. For a standard Class C subnet with a \/24 prefix (subnet mask 255.255.255.0), the network range spans from 192.168.1.0 to 192.168.1.255. The lowest address (192.168.1.0) is permanently reserved as the network identifier, while the highest address (192.168.1.255) functions as the directed broadcast address, used to transmit data packets to all devices residing within that specific subnet simultaneously.<\/span><\/p>\n<h3><b>Question 374<\/b><\/h3>\n<p><b>Which device operates exclusively at Layer 2 of OSI?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Router<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Firewall<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Hub<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Layer 2 Switch<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 4<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A Layer 2 switch operates primarily at the Data Link layer of the OSI reference model. It examines the source and destination MAC addresses contained within incoming Ethernet frames to forward traffic selectively across appropriate physical ports. Unlike hubs that broadcast electrical signals blindly across all ports, Layer 2 switches build content-addressable memory tables to map MAC addresses to specific ports, reducing unnecessary network traffic collision domains and improving overall segment efficiency.<\/span><\/p>\n<h3><b>Question 375<\/b><\/h3>\n<p><b>What protocol secures web traffic utilizing cryptographic certificates?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">HTTP<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">FTP<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">HTTPS<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">TFTP<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Hypertext Transfer Protocol Secure is the secure extension of standard HTTP, designed to protect web communications between client browsers and web servers against eavesdropping, tampering, and man-in-the-middle attacks. HTTPS wraps standard HTTP data payloads inside Transport Layer Security cryptographic encryption wrappers backed by digital certificates issued by trusted certificate authorities. Network administrators configure HTTPS over TCP port 443 to ensure robust data confidentiality, integrity, and authentication for modern web applications.<\/span><\/p>\n<h3><b>Question 376<\/b><\/h3>\n<p><b>Which IPv6 address type replaces traditional broadcast communications?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Global Unicast<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Link-Local<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Multicast<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Anycast<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">IPv6 architecture completely eliminates traditional broadcast traffic mechanics used in IPv4, replacing them with advanced multicast and anycast addressing schemes. In IPv6, packets destined for multiple nodes are transmitted to specialized multicast groups, such as solicited-node multicast addresses. This targeted transmission ensures that only interested nodes process the packets, significantly reducing unnecessary network processing overhead and conserving bandwidth across local segments compared to legacy broadcast storms.<\/span><\/p>\n<h3><b>Question 377<\/b><\/h3>\n<p><b>What command saves running configuration into persistent NVRAM storage?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">copy running-config startup-config<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">write erase<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">reload<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">show running-config<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The copy running-config startup-config command executed in privileged EXEC mode on Cisco devices saves the active configuration file from volatile random-access memory into non-volatile random-access memory. Because running configurations are erased whenever a device reboots or loses electrical power, saving configurations to startup memory ensures that all administrative modifications persist across reboots. Technicians must execute this command after making any operational changes to guarantee network stability during maintenance windows.<\/span><\/p>\n<h3><b>Question 378<\/b><\/h3>\n<p><b>Which protocol synchronizes network device clocks across IP networks?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Syslog<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">NTP<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">SNMP<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">DHCP<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Network Time Protocol is a standard networking protocol designed to synchronize the clocks of computer systems and network infrastructure devices across packet-switched IP networks. NTP utilizes a hierarchical stratum architecture to distribute accurate timekeeping data from authoritative reference sources, such as atomic clocks or GPS receivers. Precise time synchronization is critical for enterprise network operations, enabling accurate log correlation, security auditing, certificate validation, and precise fault isolation during troubleshooting procedures.<\/span><\/p>\n<h3><b>Question 379<\/b><\/h3>\n<p><b>What is the default OSPF hello packet interval timer?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">5 seconds<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">10 seconds<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">30 seconds<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">40 seconds<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The Open Shortest Path First routing protocol utilizes Hello packets to discover neighboring routers, establish bidirectional communication, and maintain dynamic adjacencies within an OSPF area. On multi-access broadcast networks and point-to-point serial links, the default OSPF hello interval timer is set to 10 seconds, with a corresponding dead interval timer of 40 seconds. If a router fails to receive an incoming Hello packet before the dead timer expires, it tears down the adjacency and recalculates the topology.<\/span><\/p>\n<h3><b>Question 380<\/b><\/h3>\n<p><b>Which command verifies switch port trunking operational status?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">show ip interface brief<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">show interfaces trunk<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">show cdp neighbors<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">show ip route<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The show interfaces trunk command is an essential diagnostic utility executed in privileged EXEC mode within the Cisco IOS command-line interface. When invoked, it displays all physical and logical switch ports currently operating as 802.1Q trunk links. The output details critical configuration parameters including encapsulation types in use, native VLAN assignments, operational trunk status, allowed VLANs on the trunk, and VLANs currently active in the spanning tree forwarding state.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>View Full Cisco 100-150 Exam Dumps and Practice Test Dumps. &nbsp; Question 361 What command displays the active IP routing table? show ip interface brief show ip route show running-config show version Correct Answer: 2 Explanation: The show ip route command is an essential diagnostic utility executed in privileged EXEC mode on Cisco routers. When [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[1648,1647],"tags":[],"_links":{"self":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/14562"}],"collection":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/comments?post=14562"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/14562\/revisions"}],"predecessor-version":[{"id":14564,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/14562\/revisions\/14564"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=14562"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=14562"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=14562"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}