Networking Concepts

538 questions

Question 181Question

During a technical audit of a heterogeneous enterprise application stack, a network analyst is reviewing how data payloads are prepared for secure transmission across dissimilar host architectures. The specification requires data syntax normalization, character encoding conversion, and payload encryption prior to session establishment. Which of the following operational functions are performed strictly at Layer 6 (Presentation Layer) of the OSI model? (Select TWO)

Select all that apply

Show answer & explanation

Answer: Converting character encodings between incompatible formats, such as translating EBCDIC to ASCII or UTF-8; Performing cryptographic data encryption and decryption, as well as application payload compression

Answer

The Presentation Layer (Layer 6) is responsible for data translation (such as character set conversion between EBCDIC and ASCII/UTF-8) and data formatting operations including encryption/decryption and compression.
The Presentation Layer (Layer 6) serves as the syntax translator for the OSI model. Its core responsibilities include character code translation (such as ASCII to EBCDIC or UTF-8), data structure formatting (such as XML/JSON syntax normalization), data compression, and cryptographic encryption/decryption of application data.

Step-by-Step Solution

1
Identify the specific OSI layer requested in the scenario
The scenario focuses on Layer 6 (Presentation Layer) functions.
Layer 6 acts as the syntax translator of the network stack, ensuring data sent from the application layer of one system can be read by the application layer of another.
2
Evaluate the options against Layer 6 duties
Character set translation (EBCDIC to ASCII/UTF-8) and payload encryption/compression belong to Layer 6.
These tasks handle the format, structure, and representation of data.
3
Differentiate adjacent OSI layer duties
Dialogue control checkpoints belong to Layer 5 (Session), and port socket multiplexing belongs to Layer 4 (Transport).
Layer 5 manages active session state and synchronization, while Layer 4 manages end-to-end transport and process addressing.

Key Concept

OSI Layer 6 (Presentation Layer) Data Formatting and Encryption Functions
Estimated Time:2m 0s
Question 182Question

A network administrator connects two Layer 2 switches, SwitchA and SwitchB, using an IEEE 802.1Q trunk link on port GigabitEthernet 0/1. SwitchA is configured with native VLAN 20 on its trunk interface, whereas SwitchB is configured with native VLAN 10 on its trunk interface. Host A, connected to an access port on SwitchA assigned to VLAN 20, sends an untagged ARP request broadcast frame. Assuming port security and VLAN filtering do not drop the traffic, what will happen when this broadcast frame arrives at SwitchB?

Show answer & explanation

Answer: SwitchB accepts the untagged frame and floods it out all active access ports assigned to VLAN 10, resulting in unexpected cross-VLAN traffic leaking.

Answer

SwitchB accepts the untagged frame and floods it out all active access ports assigned to VLAN 10, resulting in unexpected cross-VLAN traffic leaking.
Under IEEE 802.1Q, frames belonging to a trunk's native VLAN are sent without an explicit 802.1Q VLAN header tag. SwitchA transmits Host A's VLAN 20 broadcast frame untagged because VLAN 20 is configured as SwitchA's native VLAN. When SwitchB receives this untagged frame on its trunk interface, it tags/associates the frame internally with its own locally configured native VLAN (VLAN 10). Consequently, SwitchB floods the broadcast frame to all ports in VLAN 10, creating a cross-VLAN security and operational issue known as native VLAN leakage.

Step-by-Step Solution

1
Analyze frame egress at SwitchA
Host A sends a broadcast frame in VLAN 20. SwitchA forwards it across the trunk. Since VLAN 20 matches SwitchA's native VLAN on the trunk port, SwitchA strips/omits the 802.1Q VLAN tag.
IEEE 802.1Q standard specifies that frames belonging to the configured native VLAN are transmitted untagged over a trunk link.
2
Analyze frame ingress at SwitchB
SwitchB receives an untagged Ethernet frame on its trunk port GigabitEthernet 0/1.
The trunk link physically delivers the untagged frame to SwitchB's receiving port.
3
Apply SwitchB local native VLAN rules
SwitchB associates the untagged incoming frame with its local native VLAN, which is VLAN 10.
By definition, any untagged frame arriving on an 802.1Q trunk port is implicitly assigned to the native VLAN configured on the receiving switch interface.
4
Determine forwarding behavior for broadcast traffic
SwitchB floods the broadcast frame to all active access ports belonging to VLAN 10.
Broadcast frames are flooded throughout the local broadcast domain (VLAN 10), causing cross-VLAN traffic leakage.

Key Concept

802.1Q Native VLAN Ingress/Egress Tagging & Mismatch Behavior
Estimated Time:2m 0s
Question 183Question

A network administrator is documenting interface configurations across a newly deployed IPv6 subnet. An engineer needs to record a valid shorthand representation of the uncompressed address `fd00:0000:0000:07b3:0000:0000:0000:0002`. Which of the following options represents a syntactically valid shorthand form of this IPv6 address?

Show answer & explanation

Answer: fd00:0:0:7b3::2

Answer

The syntactically valid shorthand form is fd00:0:0:7b3::2.
The shorthand string fd00:0:0:7b3::2 follows IPv6 compression rules by stripping leading zeros in individual hextets (converting 0000 to 0 and 07b3 to 7b3) and using a single double-colon (::) to represent the three consecutive zero blocks before the final hextet.

Step-by-Step Solution

1
Remove leading zeros from each 16-bit hextet.
fd00:0000:0000:07b3:0000:0000:0000:0002 becomes fd00:0:0:7b3:0:0:0:2.
Leading zeros within any 16-bit hexadecimal block are redundant and can be safely omitted.
2
Identify contiguous sequences of zero hextets and apply the double-colon (::) compression rule.
Compressing the three contiguous trailing zero blocks (hextets 5 through 7) yields fd00:0:0:7b3::2.
The double-colon (::) can replace a contiguous run of zero hextets, but it can only be used ONCE per address to prevent ambiguity.

Key Concept

IPv6 Address Compression Rules (RFC 5952)
Question 184Question

A logistics enterprise is deploying network infrastructure to interconnect eight distribution centers distributed across a single metropolitan metropolitan region to a primary data center hub. The network requires low-latency Ethernet connectivity across the city footprint. Furthermore, the physical network design must maintain full node connectivity if any single point-to-point link between adjacent sites is severed, while minimizing physical cabling costs by avoiding dedicated links between every pair of facilities. Which network type and physical topology combination best satisfies these design requirements?

Show answer & explanation

Answer: Metropolitan Area Network (MAN) deployed in a ring topology

Answer

Metropolitan Area Network (MAN) deployed in a ring topology
A Metropolitan Area Network (MAN) covers a city-wide geographic scope, matching the metropolitan distribution center locations. A ring topology provides redundant counter-rotating or fault-tolerant paths, allowing traffic to be rerouted in the opposite direction if a single physical fiber link breaks, satisfying both fault-tolerance and cost constraints without requiring a full mesh.

Step-by-Step Solution

1
Analyze the geographic scope requirements
The scenario specifies interconnecting facilities spread across a single metropolitan area, which corresponds to a Metropolitan Area Network (MAN).
Geographic scope determines the network classification (LAN vs CAN vs MAN vs WAN).
2
Analyze the physical redundancy and efficiency requirements
The design must withstand a single link cut without using dedicated point-to-point links between every node pair.
A full mesh topology provides link redundancy but requires n(n1)/2n(n-1)/2 links, whereas a dual-ring topology provides single-fault tolerance efficiently across a geographic ring path.
3
Synthesize the correct network classification and physical layout
Combining MAN classification with a ring topology fulfills both the geographic footprint and fault-tolerance constraints.
A MAN ring topology provides city-wide reach and resilient traffic rerouting during a link disruption.

Key Concept

Geographic Network Classifications and Physical Topologies
Question 185Question

A network security administrator is configuring firewall rules between two corporate sites connected via an IPsec VPN tunnel. Client machines on the remote site can successfully resolve domain names using UDP queries to the primary DNS server. However, automated secondary DNS server zone transfers (AXFR) across the VPN continuously time out and fail to synchronize database records. Which transport protocol and port combination must be permitted through the firewall to allow these zone transfers to succeed?

Show answer & explanation

Answer: TCP port 53

Answer

TCP port 53
DNS relies on both UDP and TCP on port 53 depending on the nature of the request. Standard client name lookups use UDP port 53 because of low overhead and small packet sizes. However, zone transfers between primary and secondary DNS servers transmit significant volumes of record data that exceed UDP buffer limits and require guaranteed, ordered delivery. Therefore, TCP port 53 must be explicitly permitted through firewalls for secondary server synchronization.

Step-by-Step Solution

1
Analyze the service requirements for standard DNS queries versus DNS zone transfers.
Standard DNS lookups use UDP port 53 for speed, whereas DNS zone replication (AXFR/IXFR) transfers entire database structures requiring reliability and larger data sizes.
Traditional UDP DNS responses are limited to 512 bytes (without EDNS0 extensions). Database synchronization payloads exceed this limit and require TCP stream guarantees.
2
Identify the correct protocol and port for DNS zone transfers.
DNS zone replication requires TCP port 53 to be open on firewalls between authoritative name servers.
TCP handles session establishment, sequencing, and error recovery for complete directory payload transfers between primary and secondary servers.

Key Concept

DNS Protocol Transport Selection (TCP vs UDP Port 53)
Estimated Time:1m 30s
Question 186Question

A network technician is configuring an internal server to automatically synchronize the system clocks of all managed switches and routers across the enterprise network. Which port and transport protocol combination must be permitted through internal firewalls to allow Network Time Protocol (NTP) traffic?

Show answer & explanation

Answer: UDP port 123

Answer

UDP port 123 is the standard port and protocol combination used by Network Time Protocol (NTP) to synchronize clock times across network infrastructure components.
Network Time Protocol (NTP) utilizes UDP port 123 to send and receive time synchronization messages across IP networks. UDP is utilized because time distribution requires low delay and low protocol overhead.

Step-by-Step Solution

1
Identify the required network service from the scenario
The scenario describes synchronizing system clocks across network devices, which is handled by Network Time Protocol (NTP).
Recognizing service function is necessary to determine the corresponding standard port.
2
Determine the transport layer protocol and default port assigned to NTP
NTP operates over UDP on port 123.
UDP is chosen for time synchronization due to its lower delay and lack of handshake overhead, operating over registered port 123.

Key Concept

Network Time Protocol (NTP) Port and Transport Assignment
Question 187Question

A network architect is assigned the IPv4 block 172.16.32.0/20172.16.32.0/20 to provision subnets for four new departments in a branch office. The requirements for usable host IP addresses are as follows: Department A requires 500500 hosts, Department B requires 250250 hosts, Department C requires 100100 hosts, and Department D requires 5050 hosts. Using Variable Length Subnet Masking (VLSM) and allocating subnets contiguously starting from the lowest available network address in the block in order of largest to smallest host requirement, what is the broadcast address of Department D's subnet, and how many total IP addresses remain unallocated within the original /20/20 block?

Show answer & explanation

Answer: Broadcast address: 172.16.35.191172.16.35.191; Unallocated IP addresses: 31363136

Answer

Broadcast address: 172.16.35.191172.16.35.191; Unallocated IP addresses: 31363136
Evaluating host requirements with VLSM yields block sizes of 512512 (/23/23), 256256 (/24/24), 128128 (/25/25), and 6464 (/26/26). Sequential assignment starting from 172.16.32.0172.16.32.0 places Department D at 172.16.35.128/26172.16.35.128/26, which spans 172.16.35.128172.16.35.128 through 172.16.35.191172.16.35.191, making 172.16.35.191172.16.35.191 the broadcast address. Subtracting total allocated addresses (960960) from the total block size of 40964096 addresses leaves 31363136 unallocated IP addresses.

Step-by-Step Solution

1
Determine total capacity of the parent block
A /20/20 network has 3220=1232 - 20 = 12 host bits, yielding 212=40962^{12} = 4096 total IP addresses.
Calculating total initial pool size is required to find remaining unallocated space.
2
Calculate required prefix lengths and block sizes using VLSM in descending order
Department A (500500 hosts): Needs /23/23 (292=5102^9 - 2 = 510 usable, block size 512512). Department B (250250 hosts): Needs /24/24 (282=2542^8 - 2 = 254 usable, block size 256256). Department C (100100 hosts): Needs /25/25 (272=1262^7 - 2 = 126 usable, block size 128128). Department D (5050 hosts): Needs /26/26 (262=622^6 - 2 = 62 usable, block size 6464).
Subnet allocation requires accommodating host counts plus network and broadcast overhead (+2+2).
3
Assign contiguous subnet ranges from lowest available address
Dept A: 172.16.32.0/23172.16.32.0/23 (172.16.32.0172.16.33.255172.16.32.0 - 172.16.33.255). Dept B: 172.16.34.0/24172.16.34.0/24 (172.16.34.0172.16.34.255172.16.34.0 - 172.16.34.255). Dept C: 172.16.35.0/25172.16.35.0/25 (172.16.35.0172.16.35.127172.16.35.0 - 172.16.35.127). Dept D: 172.16.35.128/26172.16.35.128/26 (172.16.35.128172.16.35.191172.16.35.128 - 172.16.35.191).
Subnets must start on valid binary boundaries matching their block sizes.
4
Identify Department D broadcast address and calculate unallocated addresses
Broadcast address for Dept D is 172.16.35.191172.16.35.191. Total allocated addresses =512+256+128+64=960= 512 + 256 + 128 + 64 = 960. Remaining unallocated addresses =4096960=3136= 4096 - 960 = 3136.
Broadcast is the last address of the subnet block, and unallocated capacity is total capacity minus used capacity.

Key Concept

Variable Length Subnet Masking (VLSM) and IPv4 Subnet Allocation
Question 188Question

A network technician is configuring a host device and needs to verify its Media Access Control (MAC) address, which is used to uniquely identify the hardware interface on a local network segment. At which layer of the OSI model does MAC addressing function?

Show answer & explanation

Answer: Data Link Layer (Layer 2)

Answer

Data Link Layer (Layer 2)
The Data Link Layer (Layer 2) is responsible for physical hardware addressing (MAC addresses), framing, and node-to-node communication within a local network segment.

Step-by-Step Solution

1
Identify the type of addressing described in the scenario.
The scenario mentions Media Access Control (MAC) addresses, which provide hardware-level physical addressing on a local network segment.
MAC addresses are burned into network interface cards to identify devices locally.
2
Map MAC addressing to its corresponding OSI model layer.
Physical hardware addressing and framing take place at Layer 2 (Data Link Layer).
Layer 2 provides node-to-node transfer and error detection across a shared physical medium.

Key Concept

OSI Model Data Link Layer Functions
Estimated Time:45s
Question 189Question

A network administrator is configuring an enterprise database application that requires continuous two-way communication between desktop clients and a centralized database engine. The underlying application protocol handles establishing, maintaining, and terminating the logical dialogue sessions between the endpoints, including inserting synchronization checkpoints into the data flow to recover from connection drops. At which layer of the OSI model does this session management and dialogue control operate?

Show answer & explanation

Answer: Session Layer (Layer 5)

Answer

Session Layer (Layer 5)
The Session Layer (Layer 5) of the Open Systems Interconnection (OSI) model is responsible for setting up, coordinating, maintaining, and terminating interactions and dialogues between application processes at each end of a communication path. It also manages checkpointing and recovery in the data stream so that sessions can resume smoothly after transient disruptions.

Step-by-Step Solution

1
Analyze the functional requirements in the scenario.
Identified key functions: establishing, managing, and terminating logical communication sessions between endpoints, and managing dialogue synchronization checkpoints.
Determining the core networking operations described in the stem helps map them to the correct layer of the OSI model.
2
Map the identified functions to the corresponding OSI layer.
Dialogue control, session state maintenance, and checkpoint synchronization are explicit responsibilities of Layer 5 (Session Layer).
The Session Layer organizes interaction between applications (duplex mode control, checkpointing, and session teardown).

Key Concept

OSI Session Layer (Layer 5) Functions
Question 190Question

Match each Layer 2 switching and VLAN concept on the left with its corresponding primary function or operational characteristic on the right.

Click a left item, then click its matching right item

Items

Access Port
Trunk Port
Native VLAN
IEEE 802.1Q

Matches

Show answer & explanation

Answer

Access Port matches with carrying traffic for a single assigned VLAN to end-host devices; Trunk Port matches with carrying traffic for multiple VLANs across inter-switch connections; Native VLAN matches with carrying untagged traffic across a trunk link; IEEE 802.1Q matches with the standard protocol that inserts a 4-byte tag into Ethernet frames.
Each concept directly aligns with its fundamental Layer 2 definition: Access ports connect single-VLAN end devices, Trunk ports carry multi-VLAN traffic across switches, Native VLAN handles untagged trunk traffic, and IEEE 802.1Q is the standard 4-byte framing protocol.

Step-by-Step Solution

1
Identify the basic definitions of switch port modes.
Access ports serve individual host devices in one VLAN, whereas trunk ports aggregate multiple VLANs across switch links.
Differentiating access vs. trunk ports is essential for proper Layer 2 interface configuration.
2
Identify trunking mechanisms and standards.
IEEE 802.1Q provides frame tagging by adding 4 bytes to the header, while Native VLAN handling defines how untagged frames are managed over that trunk.
Understanding 802.1Q tagging behavior ensures correct frame forwarding and prevents trunking configuration errors.

Key Concept

Switch Port Modes, VLAN Trunking, and 802.1Q Tagging Mechanisms
Question 191Question

A host receives an incoming data frame on its network interface card (NIC) and processes it up the protocol stack toward the destination application. Which of the following operations occur during this host de-encapsulation process? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: The Data Link layer verifies the frame checksum and removes the Layer 2 header and trailer to expose the IP packet.; The Transport layer reads the Layer 4 header port numbers to route the payload to the designated application.

Answer

During host de-encapsulation, the Data Link layer verifies the frame checksum and strips the Layer 2 header/trailer to expose the IP packet, and the Transport layer inspects the Layer 4 port numbers to deliver the payload to the correct application.
De-encapsulation on a receiving host proceeds from Layer 1 up to Layer 7. At Layer 2 (Data Link), the frame header and trailer are validated and stripped to reveal the IP packet. Once the Network layer processes and removes the IP header, the Transport layer (Layer 4) reads the TCP/UDP port numbers to deliver the raw payload to the target application.

Step-by-Step Solution

1
Analyze Layer 2 processing during inbound de-encapsulation.
The Data Link layer checks the frame checksum (FCS), verifies local MAC destination address, and strips the Ethernet header and trailer.
De-encapsulation unwraps protocol data units starting from the lowest layer up to higher layers.
2
Analyze Layer 3 processing during inbound de-encapsulation.
The Network layer verifies IP addresses, strips the IP header, and passes the upper protocol payload to Layer 4.
Layer 3 delivers the packet to the destination host and removes IP header overhead.
3
Analyze Layer 4 processing during inbound de-encapsulation.
The Transport layer evaluates destination port numbers in the header to direct the data payload to the receiving application process.
Port numbers identify specific software applications or services waiting for incoming traffic.

Key Concept

De-encapsulation host protocol unwrapping
Estimated Time:45s
Question 192Question

Match each network topology architecture to its primary operational characteristic.

Click a left item, then click its matching right item

Items

Hub-and-Spoke Topology
Full Mesh Topology
Spine-Leaf Architecture
Point-to-Point Topology

Matches

Show answer & explanation

Answer

Hub-and-Spoke Topology matches with centralizing routing through a primary site to connect remote branch locations. Full Mesh Topology matches with interconnecting every node to every other node for maximum redundancy. Spine-Leaf Architecture matches with providing predictable, low-latency east-west data center traffic by connecting every leaf switch to every spine switch. Point-to-Point Topology matches with directly connecting exactly two dedicated endpoints.
Each topology matches its unique architectural characteristic: Hub-and-Spoke centralizes connections across sites; Full Mesh connects all nodes to all other nodes for max fault tolerance; Spine-Leaf guarantees predictable low latency in data centers by connecting each leaf to all spines; and Point-to-Point creates a direct single connection between two endpoints.

Step-by-Step Solution

1
Identify the topology designed for multi-site WAN efficiency with central control.
Hub-and-Spoke connects multiple remote spokes to a central hub site.
This structure minimizes required WAN connections compared to meshing.
2
Identify the topology providing complete physical redundancy between all nodes.
Full Mesh links every node to every other node.
It guarantees maximum redundancy so no single line failure disrupts communication.
3
Identify the modern data center architecture tailored for east-west traffic flow.
Spine-Leaf connects every leaf switch to every spine switch.
This keeps latency consistent and predictable across data center racks.
4
Identify the simplest direct link between two nodes.
Point-to-Point establishes a dedicated connection between two endpoints.
Bandwidth on a point-to-point link is reserved exclusively for those two nodes.

Key Concept

Network Topologies and Architectural Models
Question 193Question

A network administrator is analyzing packet captures and system configurations during an enterprise IPv6 migration. Which of the following statements correctly describe IPv6 header structure features or address representation rules? (Select TWO).

Select all that apply

Show answer & explanation

Answer: The IPv6 base header has a fixed length of 40 bytes, and optional payload processing parameters are handled via chained Extension Headers.; The Hop Limit field in the IPv6 base header performs the same loop-prevention role as the Time to Live (TTL) field in IPv4, decrementing at each router hop.

Answer

The correct statements are that the IPv6 base header is a fixed 40 bytes using extension header chaining, and the Hop Limit field replaces the IPv4 Time to Live (TTL) field for loop suppression.
The IPv6 base header is standardized to a fixed 40-byte length to allow fast hardware processing; extra options are appended via Extension Headers referenced by the Next Header field. Additionally, the Hop Limit field serves the exact functional purpose as IPv4 Time to Live (TTL) to prevent routing loops.

Step-by-Step Solution

1
Evaluate IPv6 base header design characteristics
Confirm that the base IPv6 header is fixed at 40 bytes and utilizes the Next Header field to chain optional Extension Headers.
Fixed header size reduces processing overhead on routers compared to IPv4's variable header length.
2
Evaluate the function of the Hop Limit field
Confirm that Hop Limit functions identically to IPv4 TTL by decrementing at each Layer 3 device.
Packets are dropped when Hop Limit reaches zero to prevent endless loop propagation.
3
Analyze address compression rules and field functions in wrong options
Identify that using multiple double-colons in an IPv6 address breaks parsing rules, and Next Header indicates Layer 4 protocols or Extension Headers rather than Layer 2 frame sizes.
RFC 5952 forbids multiple '::' occurrences due to address ambiguity.

Key Concept

IPv6 Base Header Fields and Address Representation Rules
Estimated Time:1m 30s
Question 194Question

A network technician is preparing a training matrix that maps network protocols and operations to their corresponding Open Systems Interconnection (OSI) model layers. Match each OSI layer on the left with its correct operational description and primary Protocol Data Unit (PDU) on the right.

Click a left item, then click its matching right item

Items

Physical Layer (Layer 1)
Data Link Layer (Layer 2)
Network Layer (Layer 3)
Transport Layer (Layer 4)

Matches

Show answer & explanation

Answer

Physical Layer matches with bit synchronization/Bits; Data Link Layer matches with MAC addressing/Frames; Network Layer matches with logical routing/Packets; Transport Layer matches with end-to-end segmentation/Segments or Datagrams.
Each OSI layer has distinct responsibilities and Protocol Data Units (PDUs): Physical Layer deals with raw Bits and signaling hardware; Data Link Layer packages data into Frames using MAC addresses; Network Layer routes Packets across subnets using IP addresses; and Transport Layer manages end-to-end communication via Segments/Datagrams using port numbers.

Step-by-Step Solution

1
Identify the primary PDU and core functions of Layer 1 (Physical).
Layer 1 processes electrical, optical, or radio signals representing raw bits.
Physical Layer operates at the lowest level without reading logical or hardware addresses.
2
Identify the primary PDU and core functions of Layer 2 (Data Link).
Layer 2 organizes bits into frames containing hardware (MAC) source and destination addresses.
Data Link handles local network segment delivery and framing.
3
Identify the primary PDU and core functions of Layer 3 (Network).
Layer 3 encapsulates data into packets with logical IP headers for inter-network routing.
Network Layer handles path selection and logical boundary crossing.
4
Identify the primary PDU and core functions of Layer 4 (Transport).
Layer 4 divides application data into segments (TCP) or datagrams (UDP) with source and destination port numbers.
Transport Layer facilitates host-to-host process communication and connection control.

Key Concept

OSI Layer Functions and PDU Mappings
Question 195Question

A network administrator configures a single Layer 2 switch with VLAN 10 (Sales) and VLAN 20 (Marketing). Access ports are assigned to their respective VLANs, but no Layer 3 routing device or inter-VLAN routing interface is present. When a host on VLAN 10 transmits an Ethernet broadcast frame, how does the switch handle the frame?

Show answer & explanation

Answer: The switch forwards the frame exclusively out of all active ports assigned to VLAN 10, except the port on which it arrived.

Answer

The switch forwards the broadcast frame exclusively out of all active ports assigned to VLAN 10, except the port on which it arrived.
Virtual Local Area Networks (VLANs) segment a single physical switch into multiple distinct Layer 2 broadcast domains. When an ingress access port receives a broadcast frame, the switch floods that frame exclusively out of other active access ports assigned to the exact same VLAN (excluding the receiving port). Devices in different VLANs cannot receive Layer 2 broadcast frames from each other without a Layer 3 inter-VLAN routing mechanism.

Step-by-Step Solution

1
Identify the type of traffic received
The incoming traffic is an Ethernet broadcast frame (destination MAC address `FF:FF:FF:FF:FF:FF`).
Broadcast frames must be flooded out of all interfaces within the originating broadcast domain.
2
Evaluate the VLAN boundary configuration
The receiving port belongs to VLAN 10. A VLAN defines a logical Layer 2 broadcast domain.
Traffic inside one broadcast domain is logically isolated from other broadcast domains (VLAN 20) at Layer 2.
3
Determine switch forwarding behavior
The switch replicates the broadcast frame only to active member ports of VLAN 10, omitting the ingress port and ports assigned to VLAN 20.
Without a Layer 3 router or inter-VLAN routing configured, frames cannot traverse between separate VLANs.

Key Concept

VLAN Broadcast Isolation
Estimated Time:1m 0s
Question 196Question

A network administrator is evaluating an internal real-time voice streaming application. During periods of high network congestion, some voice packets are dropped, resulting in minor audio artifacts. A technician proposes modifying the application transport protocol from UDP to TCP to eliminate packet loss. Which of the following best describes the operational consequence of implementing this proposal?

Show answer & explanation

Answer: The application will experience increased latency and audio jitter because retransmissions and flow control delay real-time packet delivery.

Answer

The application will experience increased latency and audio jitter because retransmissions and flow control delay real-time packet delivery.
Real-time media applications such as voice streaming prioritize low latency and consistent timing over guaranteed delivery. UDP is connectionless and lightweight (8-byte header), making it ideal for real-time traffic where dropping a frame is preferable to delaying the stream. Converting the application to TCP introduces connection establishment, acknowledgement overhead, sliding window flow control, and retransmissions of lost segments, which manifests as stream pause, audio jitter, and high latency.

Step-by-Step Solution

1
Analyze application requirements
Real-time voice traffic requires low latency and predictable timing over guaranteed packet delivery.
Late audio packets are useless in real-time conversations and cause disruptive delays.
2
Evaluate TCP characteristics
TCP uses a three-way handshake, sequence numbers, acknowledgements, sliding windows, and retransmissions.
When a packet is dropped, TCP holds subsequent data in buffer until the missing segment is retransmitted and acknowledged.
3
Determine impact of protocol change
Replacing UDP with TCP causes retransmitted voice frames to arrive out-of-sync, introducing jitter and noticeable delay.
UDP is preferred for voice/video because best-effort delivery without retransmission overhead maintains real-time continuity.

Key Concept

Connection-Oriented vs Connectionless Transport Protocols (TCP vs UDP)
Question 197Question

A network administrator is provisioning IPv4 subnets within the 10.50.0.0/1610.50.0.0/16 network block. A new department requires allocation for up to 500500 usable host interfaces. The administrator assigns the smallest matching single CIDR block starting at 10.50.0.0/2310.50.0.0/23. Which of the following IP addresses represent valid usable host addresses within this assigned subnet? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: 10.50.0.25510.50.0.255; 10.50.1.110.50.1.1

Answer

The valid usable host IP addresses within the 10.50.0.0/2310.50.0.0/23 subnet are 10.50.0.25510.50.0.255 and 10.50.1.110.50.1.1.
The assigned prefix /23/23 creates a subnet spanning 10.50.0.010.50.0.0 to 10.50.1.25510.50.1.255. Within this 512-address block, 10.50.0.010.50.0.0 is the network ID and 10.50.1.25510.50.1.255 is the broadcast address. The usable host range is 10.50.0.110.50.0.1 through 10.50.1.25410.50.1.254. Both 10.50.0.25510.50.0.255 and 10.50.1.110.50.1.1 fall within this valid host range.

Step-by-Step Solution

1
Determine the subnet block range for 10.50.0.0/2310.50.0.0/23
A /23/23 prefix provides 23223=5122^{32-23} = 512 total IP addresses (256×2256 \times 2). The block starts at 10.50.0.010.50.0.0 and ends at 10.50.1.25510.50.1.255.
Calculating the total size establishes the exact boundary of the assigned network segment.
2
Identify network and broadcast addresses
Network ID = 10.50.0.010.50.0.0, Broadcast Address = 10.50.1.25510.50.1.255.
The first address in the block is reserved as the network identifier and the last address is reserved for subnet-wide broadcasts.
3
Calculate the usable host IP address range
Usable host range spans from 10.50.0.110.50.0.1 to 10.50.1.25410.50.1.254.
Usable addresses exclude the reserved network ID and broadcast address.
4
Evaluate candidate IP addresses against the usable range
10.50.0.25510.50.0.255 and 10.50.1.110.50.1.1 fall inside [10.50.0.1,10.50.1.254][10.50.0.1, 10.50.1.254], while 10.50.1.25510.50.1.255 is the broadcast address and 10.50.2.110.50.2.1 is in the next subnet.
Matching each address identifies which ones are valid for host assignment.

Key Concept

IPv4 CIDR Subnetting and Usable Host Boundaries
Question 198Question

A network administrator configures two separate VLANs, VLAN 10 and VLAN 20, on a single managed switch. Host A is connected to a port assigned to VLAN 10, and Host B is connected to a port assigned to VLAN 20. Which networking principle explains why Host A cannot send Layer 2 broadcast frames directly to Host B?

Show answer & explanation

Answer: Each VLAN defines a separate Layer 2 broadcast domain, preventing broadcast traffic from crossing VLAN boundaries without a Layer 3 routing device.

Answer

Each VLAN defines a separate Layer 2 broadcast domain, preventing broadcast traffic from crossing VLAN boundaries without a Layer 3 routing device.
Virtual Local Area Networks (VLANs) function by dividing a physical Layer 2 switch into separate logical broadcast domains. Because Layer 2 broadcast traffic is confined within its assigned VLAN, hosts on different VLANs cannot communicate directly at Layer 2 and require a router or Layer 3 switch for inter-VLAN routing.

Step-by-Step Solution

1
Identify the primary purpose of creating Virtual Local Area Networks (VLANs) on a switch.
VLANs segment a single physical Layer 2 switch into multiple logical networks.
Logically partitioning a switch groups ports into distinct broadcast domains.
2
Analyze how Layer 2 broadcast frames propagate within a VLAN.
Broadcast frames are forwarded only to ports assigned to the same VLAN as the ingress port.
Switches restrict Layer 2 broadcast traffic to its originating broadcast domain to maintain network efficiency and security.
3
Determine the requirement for inter-VLAN communication.
Inter-VLAN communication requires a Layer 3 device (such as a router or Layer 3 switch).
Since VLANs operate as separate subnets at Layer 3, packets moving between them must be routed.

Key Concept

VLAN Broadcast Domain Isolation
Estimated Time:45s
Question 199Question

A network technician is auditing an enterprise Layer 2 campus network consisting of three interconnected switches: Switch-Alpha, Switch-Beta, and Switch-Gamma. The Spanning Tree Protocol (STP) bridge priorities are configured as follows: Switch-Alpha is set to 4096, Switch-Beta is set to 32768, and Switch-Gamma is set to 16384. Additionally, an IEEE 802.1Q trunk link between Switch-Alpha and Switch-Beta has a native VLAN mismatch (configured for VLAN 10 on Switch-Alpha and VLAN 1 on Switch-Beta). Hosts belonging to VLAN 20 are connected across Switch-Beta and Switch-Gamma, with no Layer 3 routing device present on the network. Which TWO of the following statements accurately describe the behavior and operational state of this switching environment?

Select all that apply

Show answer & explanation

Answer: Switch-Alpha will be elected as the Spanning Tree Protocol (STP) root bridge because it possesses the lowest numerical priority value.; Untagged frames sent from VLAN 10 on Switch-Alpha will be processed into VLAN 1 upon arrival at Switch-Beta, leading to cross-VLAN traffic leakage.

Answer

The two correct statements are: Switch-Alpha will be elected as the Spanning Tree Protocol (STP) root bridge because it possesses the lowest numerical priority value, and untagged frames sent from VLAN 10 on Switch-Alpha will be processed into VLAN 1 upon arrival at Switch-Beta, leading to cross-VLAN traffic leakage.
Switch-Alpha is elected as the STP root bridge because STP root election prioritizes the lowest numerical bridge priority value (4096 < 16384 < 32768). Furthermore, 802.1Q trunking sends frames belonging to the native VLAN untagged across the link; when Switch-Alpha sends untagged VLAN 10 traffic, Switch-Beta receives it untagged and implicitly assigns it to its own native VLAN (VLAN 1), causing cross-VLAN traffic leakage.

Step-by-Step Solution

1
Analyze Spanning Tree Protocol (STP) Root Bridge Election
Switch-Alpha (priority 4096) has a lower priority than Switch-Gamma (16384) and Switch-Beta (32768).
STP elects the switch with the lowest numerical Bridge ID (Priority + MAC address) as the root bridge.
2
Analyze 802.1Q Native VLAN Tagging and Mismatch Symptoms
Frames from VLAN 10 sent untagged by Switch-Alpha are received by Switch-Beta and assigned to its native VLAN (VLAN 1).
802.1Q trunks do not tag frames originating from the configured native VLAN; mismatched native VLAN settings cause untagged frames to leak into the recipient switch's native VLAN.
3
Evaluate Inter-VLAN Communication and Layer 2 Forwarding Boundaries
Inter-VLAN communication between VLAN 10 and VLAN 20 requires Layer 3 routing, and 802.1Q tags remain at Layer 2.
VLANs divide physical switches into logical Layer 2 broadcast domains that strictly require Layer 3 routing for inter-VLAN forwarding.

Key Concept

Spanning Tree Root Election and 802.1Q Native VLAN Trunk Operations
Estimated Time:2m 0s
Question 200Question

A network administrator needs to ensure that a newly deployed network printer always receives the exact same IP address from the network server whenever it boots up. To save administrative overhead, the administrator does not want to manually configure static IP parameters on the printer's console. Which of the following DHCP features should be configured to meet this requirement?

Show answer & explanation

Answer: DHCP reservation

Answer

DHCP reservation
A DHCP reservation allows network administrators to allocate a fixed IP address to a specific client based on its unique MAC address while maintaining centralized automated IP address management via DHCP.

Step-by-Step Solution

1
Identify the goal
The requirement is to automatically assign a fixed, unchanging IP address to a client without manually setting a static IP on the client device.
Centralizing static IP management reduces manual configuration errors and administrative overhead.
2
Evaluate available DHCP service features
A DHCP reservation links the client device's unique Layer 2 MAC address to a fixed Layer 3 IP address within the DHCP lease database.
When the printer broadcasts a DHCP Request, the server recognizes its MAC address and issues the pre-assigned reserved IP address.

Key Concept

DHCP Reservation vs. Static IP Assignment
PreviousPage 10 / 27Next
Networking Concepts Practice Questions — CompTIA Network+ — Page 10 | Examkin