Courseiva

CCNA Storage Network Questions

75 of 271 questions · Page 1/4 · Storage Network · Answers revealed

1
MCQeasy

A company wants to consolidate multiple physically separate Fibre Channel SANs into one switch infrastructure while keeping each SAN's traffic isolated. Which technology best achieves this?

A.Reduce the number of switches by using a single director
B.Virtual SANs (VSANs)
C.Use a single VSAN with extensive zoning
D.Deploy separate physical cabling for each SAN
AnswerB

VSANs create isolated logical fabrics over a physical infrastructure.

Why this answer

VSANs (Virtual SANs) allow multiple physically separate Fibre Channel SANs to be consolidated onto a single switch infrastructure by creating isolated virtual fabrics. Each VSAN maintains its own fabric services, such as name server and zone server, ensuring traffic isolation without requiring separate physical switches or cabling.

Exam trap

Cisco often tests the misconception that zoning alone provides the same isolation as VSANs, but zoning only controls device access within a single fabric, whereas VSANs provide complete fabric-level separation including separate control planes and fabric services.

How to eliminate wrong answers

Option A is wrong because reducing the number of switches by using a single director does not inherently isolate traffic; it simply consolidates hardware without providing logical separation. Option C is wrong because using a single VSAN with extensive zoning only controls which devices can communicate, but all traffic still shares the same fabric services and control plane, which can lead to instability and security risks. Option D is wrong because deploying separate physical cabling for each SAN defeats the purpose of consolidation and increases cost and complexity, whereas VSANs achieve isolation logically.

2
MCQhard

A large data center uses a Cisco Nexus 9000 switch with FCoE NPV feature. The switch is connected to an MDS 9700 upstream. The network team recently replaced the MDS 9700 with a new one. After the replacement, the FCoE hosts are unable to log in to the storage fabric. The Nexus switch shows that the FCoE NPV uplinks are up but no FLOGIs are being forwarded. The show npv flogi-table on the Nexus is empty. The upstream MDS shows that the uplinks are in VSAN 100, and the zoning is correct. The Nexus switch configuration includes 'feature npv' and 'npv enable' on the relevant interfaces. The FCoE VLAN 100 is mapped to VSAN 100. What is the most likely cause?

A.The upstream MDS is not configured to accept NPV connections
B.The FIP snooping policy is blocking the FLOGI traffic
C.The Nexus switch is missing the 'fcoe fka-adv-period' configuration
D.The FCoE hosts are not in the same VLAN as the FCoE NPV uplinks
AnswerA

The MDS needs NPIV enabled on the uplink interfaces to proxy FLOGIs from the Nexus.

Why this answer

The most likely cause is that the upstream MDS is not configured to accept NPV connections. For NPV to work, the upstream switch (MDS) must have NPIV enabled on the uplink interfaces. Without NPIV, the MDS will reject FLOGI requests from the Nexus.

Other options: FKA-adv-period affects keep-alives, not login; FIP snooping is on the Nexus but would not cause empty flogi-table if uplinks are up; VLAN mapping is correct.

3
MCQmedium

An engineer is configuring zoning on a Cisco MDS switch. The requirement is to ensure that only the storage array ports with specific WWPNs can access the host initiators. Which zoning approach should be used to enforce this policy regardless of physical port changes?

A.Soft zoning by WWPN
B.Hard zoning by WWPN
C.Soft zoning by port ID
D.Hard zoning by domain/port
AnswerB

Hard zoning by WWPN enforces access control at the frame level based on WWPN, making it secure and independent of physical ports.

Why this answer

Hard zoning based on WWPN ensures that membership is tied to the device's World Wide Port Name, so changes in physical connectivity do not affect the zone membership.

4
MCQeasy

Which Fibre Channel address component identifies the port on a storage target?

A.WWPN
B.WWNN
C.FCID
D.VSAN ID
AnswerA

Correct. WWPN uniquely identifies a port.

Why this answer

WWPN (World Wide Port Name) is a globally unique 64-bit identifier assigned to each Fibre Channel port.

5
MCQhard

An engineer is deploying FCoE in a data center and must ensure lossless transport for Fibre Channel traffic over Ethernet. The engineer configures Priority Flow Control (PFC) on the DCB-enabled switches. However, FCoE initialization fails. Which additional DCB feature is required to enable FCoE devices to discover and negotiate PFC settings with the switch?

A.DCBX (Data Center Bridging Exchange)
B.CN (Congestion Notification)
C.ETS (Enhanced Transmission Selection)
D.QoS (Quality of Service)
AnswerA

DCBX is essential for FCoE to discover and negotiate PFC and other DCB capabilities.

Why this answer

DCBX (Data Center Bridging Exchange) is used to exchange DCB parameters between peers, including PFC and ETS. FIP uses DCBX to discover FCoE-capable switches and negotiate PFC.

6
MCQhard

During an iSCSI deployment, an administrator configures CHAP authentication between the initiator and target. Which statement about CHAP in iSCSI is correct?

A.CHAP authentication is performed after the iSCSI login phase is complete.
B.The CHAP secret is sent in cleartext over the network.
C.CHAP uses a one-way hash to authenticate the target to the initiator only.
D.In one-way CHAP, only the initiator is authenticated to the target.
AnswerD

In one-way CHAP, the target authenticates the initiator; mutual CHAP provides two-way authentication.

Why this answer

One-way CHAP uses a secret configured on both sides, but two-way CHAP (mutual authentication) uses separate secrets in each direction.

7
MCQmedium

A storage administrator is configuring synchronous replication between two storage arrays over a Fibre Channel link. Which characteristic best describes synchronous replication?

A.Data is written to the primary and then asynchronously to the secondary, reducing latency.
B.The write is acknowledged to the host only after data is written to both primary and secondary.
C.The secondary storage is used only for backup and is not actively updated.
D.Data is written to the primary and later replicated based on a schedule.
AnswerB

Synchronous replication ensures data is on both sides before acknowledgment.

Why this answer

Synchronous replication writes data to both the primary and secondary storage before acknowledging the write to the host, ensuring zero data loss but increasing latency.

8
MCQeasy

A network engineer is troubleshooting a slow backup performance between a backup server and a tape library connected via FC. The backup server is connected to a Cisco MDS switch at 8 Gbps, and the tape library is connected at 4 Gbps. The backup job is using hardware compression. Which factor is most likely limiting performance?

A.Port speed mismatch between the server and tape library
B.Insufficient buffer credits on the MDS switch
C.Hardware compression on the tape library
D.Half-duplex mode on the FC link
AnswerA

The slower device (4 Gbps) determines the link speed.

Why this answer

The backup server is connected at 8 Gbps while the tape library is connected at 4 Gbps. In Fibre Channel, the link speed is negotiated per port, and the end-to‑end flow is limited by the slowest link in the path. Even though the server can transmit at 8 Gbps, the tape library can only receive at 4 Gbps, creating a bottleneck that caps the backup throughput.

Hardware compression on the tape library does not cause this speed mismatch; it actually reduces the amount of data written to tape, but the physical link rate remains the limiting factor.

Exam trap

Cisco often tests the misconception that buffer credits are the primary cause of any FC performance issue, but here the persistent throughput limit is due to a static speed mismatch, not a dynamic credit starvation problem.

How to eliminate wrong answers

Option B is wrong because insufficient buffer credits typically cause frame drops and retransmissions under high load, not a consistent speed cap; the scenario describes a persistent throughput limit, not loss‑induced slowdown. Option C is wrong because hardware compression reduces the volume of data written to tape, which would improve backup performance, not limit it. Option D is wrong because Fibre Channel operates in full‑duplex mode by design; half‑duplex does not exist in FC standards (FC‑0 through FC‑4 all assume full‑duplex links).

9
MCQmedium

A large enterprise is deploying a new storage network for a VMware vSphere cluster with 200 VMs. The cluster uses vSphere 7 with vVols and requires a SAN that supports 16 Gbps FC. The storage team wants to use a Cisco MDS 9148S switch and has configured two VSANs: VSAN 100 for production and VSAN 200 for backup. The backup server is connected to VSAN 200. After the deployment, the backup administrator reports that backup jobs from the backup server to the storage array are failing. The storage array is connected to both VSANs via a single FC interface configured in 'auto' mode. The backup server is connected to an F-port in VSAN 200. The storage array's interface shows 'trunking' enabled and is in 'up' state. What is the most likely cause of the backup failure?

A.Configure the MDS switch interface connected to the storage array as a trunk port and ensure VSAN 200 is in the allowed list.
B.Move the backup server to VSAN 100 to match the production storage.
C.Change the storage array interface to 'F' mode to force it to be in a single VSAN.
D.Disable trunking on the storage array interface to prevent VSAN mismatch.
AnswerA

This allows the array to be in both VSANs and ensures the backup server can communicate with the array.

Why this answer

The storage array is connected to both VSANs via a single interface with trunking enabled, but the MDS switch interface connected to the array is not configured as a trunk port. Without trunking on the switch side, the interface can only belong to one VSAN (likely VSAN 100 by default), so traffic from the backup server in VSAN 200 cannot reach the storage array. Option A resolves this by configuring the switch interface as a trunk port and explicitly allowing VSAN 200 in the allowed VSAN list, enabling the array to communicate with both VSANs.

Exam trap

Cisco often tests the misconception that enabling trunking on the storage array alone is sufficient, when in fact both ends of the link must be configured as trunk ports for multi-VSAN traffic to pass.

How to eliminate wrong answers

Option B is wrong because moving the backup server to VSAN 100 would disrupt backup isolation and does not address the root cause—the switch interface is not trunking to carry VSAN 200 traffic. Option C is wrong because changing the storage array interface to 'F' mode would force it into a single VSAN, preventing it from serving both production and backup traffic, which is the opposite of what is needed. Option D is wrong because disabling trunking on the storage array interface would eliminate the ability to carry multiple VSANs, making the backup failure permanent; trunking is required to allow the single interface to participate in both VSANs.

10
MCQmedium

During iSCSI configuration, the storage administrator requires authentication between initiator and target. Which method uses a bidirectional secret to verify both ends?

A.RADIUS
B.IPsec
C.CHAP
D.Kerberos
AnswerC

CHAP provides authentication; mutual CHAP authenticates both sides.

Why this answer

CHAP (Challenge Handshake Authentication Protocol) can be one-way or mutual. Mutual CHAP requires both initiator and target to authenticate each other using secrets.

11
MCQmedium

An engineer is configuring iSCSI CHAP authentication between an initiator and a target. The initiator has a CHAP username and secret configured. What must be configured on the target?

A.A different username and secret.
B.No CHAP configuration is needed on the target.
C.Only the secret, no username.
D.The same username and secret as the initiator.
AnswerD

For CHAP authentication, the target must have a matching username and secret for the initiator.

Why this answer

For one-way CHAP, the target must have the same username and secret to authenticate the initiator. For mutual CHAP, additional configuration is needed, but the question implies one-way CHAP.

12
MCQmedium

A NetApp storage array is configured for synchronous replication between two data centers. The round-trip latency is 2 ms. Which RAID type provides the best balance of capacity efficiency and protection for the primary storage volumes that are replicated?

A.RAID-5
B.RAID-6
C.RAID-10
D.RAID-0
AnswerC

RAID-10 offers high performance and availability, suitable for synchronous replication despite lower capacity efficiency.

Why this answer

RAID-10 offers high performance and availability with mirroring and striping, but capacity efficiency is lower (50% usable). RAID-6 provides better capacity efficiency (2 parity disks) but with higher write overhead. Given synchronous replication, RAID-10 is often preferred for performance.

13
Multi-Selecthard

Which THREE of the following are required to configure Fibre Channel PortChannels on Cisco MDS switches?

Select 3 answers
A.All member ports must be in the same VSAN
B.A PortChannel interface must be created
C.All member ports must have the same speed
D.NPV mode must be enabled on the switch
E.All member ports must be configured as F-ports
AnswersA, B, C

PortChannel members must belong to the same VSAN.

Why this answer

Fibre Channel PortChannels require that all member ports have the same speed and configuration, and that they are on the same switch. They can be used with E-ports for ISL trunking.

14
MCQeasy

A storage array is configured with RAID 10 across 8 disks. How many disks can fail without data loss, assuming optimal configuration?

A.8
B.1
C.2
D.4
AnswerD

In RAID 10 with 8 disks, up to 4 disks (one per mirror) can fail.

Why this answer

RAID 10 mirrors data across two sets and stripes. In a configuration of 8 disks (4 mirrors), one disk per mirror can fail, so up to 4 disks can fail as long as no mirror loses both disks.

15
Multi-Selecteasy

Which THREE of the following are required to configure FCoE NPV on a Cisco Nexus switch?

Select 3 answers
A.Enable FIP snooping.
B.Associate the FCoE VLAN with the VSAN.
C.Configure a storage VLAN.
D.Configure a VSAN for FCoE.
E.Enable FCoE on the switch.
AnswersA, B, E

FIP snooping prevents rogue FCoE devices.

Why this answer

FIP snooping is required on the NPV switch to inspect and validate FCoE Initialization Protocol (FIP) frames, preventing unauthorized FCoE devices from joining the fabric. Without FIP snooping, the NPV switch cannot properly forward FCoE traffic between the ENode and the upstream FCF, making it a mandatory configuration step for FCoE NPV.

Exam trap

Cisco often tests the distinction between configuring a VSAN on the NPV switch (which is incorrect) versus associating the FCoE VLAN with a VSAN (which is correct), leading candidates to mistakenly select 'Configure a VSAN for FCoE' as a required step.

16
Multi-Selecteasy

Which TWO commands are used to verify zoning configuration on a Cisco MDS switch? (Choose two.)

Select 2 answers
A.show zone
B.show fcns database
C.show flogi database
D.show vsan membership
E.show zoneset active
AnswersA, E

Displays all configured zones.

Why this answer

The 'show zone' command displays the configured zone database, including zone members and their aliases, which is essential for verifying zoning configuration. The 'show zoneset active' command shows the currently active zoneset that is enforced by the switch, confirming which zones are actually applied to traffic. Both commands directly verify zoning configuration on a Cisco MDS switch.

Exam trap

Cisco often tests the distinction between commands that show device login status (fcns, flogi) versus commands that show the actual zoning configuration (zone, zoneset active), leading candidates to mistakenly choose login-related commands as zoning verification tools.

17
MCQmedium

A storage administrator notices that a Fiber Channel link between a server and a Cisco MDS switch is flapping every few minutes. The server's HBA and the switch port are both configured for 16 Gbps. Which action is most likely to resolve the issue?

A.Increase the link timeout interval on the switch port
B.Replace the SFP module on the switch port with a compatible Cisco SFP
C.Configure the switch port speed to auto-negotiate
D.Change the admin state of the interface to shut and no shut
AnswerB

Faulty SFP is a common cause of link flapping.

Why this answer

The most likely cause of link flapping on a 16 Gbps Fiber Channel link is an incompatible or faulty SFP module. Cisco MDS switches require Cisco-qualified SFPs to ensure proper signal integrity and protocol negotiation; using a third-party or mismatched SFP can cause intermittent link drops. Replacing the SFP with a compatible Cisco SFP directly addresses the hardware compatibility issue that leads to flapping.

Exam trap

The trap here is that candidates may assume link flapping is always a configuration or timeout issue (options A or C), when in fact Cisco MDS switches enforce strict SFP compatibility and will flap with non-Cisco optics even if speed and other settings are correct.

How to eliminate wrong answers

Option A is wrong because increasing the link timeout interval only masks the symptom by making the switch wait longer before declaring a link down, but it does not fix the underlying cause of the flapping (e.g., signal loss or SFP incompatibility). Option C is wrong because Fiber Channel ports do not support auto-negotiation for speed; speed is statically configured on both ends, and mismatched or unsupported SFPs cause flapping regardless of speed settings. Option D is wrong because performing a shut and no shut only temporarily resets the interface and does not address the root cause; the flapping will recur if the SFP is faulty or incompatible.

18
MCQhard

An engineer is configuring FCoE on a Cisco UCS Fabric Interconnect. The network requires lossless Ethernet to support FCoE traffic. Which Data Center Bridging (DCB) feature must be enabled first to ensure no frames are dropped due to congestion?

A.ETS
B.DCBX
C.FIP
D.PFC
AnswerD

Priority Flow Control (PFC), a DCB mechanism, must be enabled first because it creates lossless Ethernet by pausing individual traffic classes (e.g., FCoE) at the link layer when congestion occurs, preventing frame drops. This satisfies the stem’s explicit requirement for lossless transport, whereas other DCB features like ETS only manage bandwidth allocation without guaranteeing zero frame loss.

Why this answer

PFC (Priority Flow Control) is the DCB mechanism that provides lossless Ethernet for FCoE.

19
MCQmedium

An engineer configures an ISL between two MDS switches using E_ports. To utilize all available bandwidth, the engineer wants to bundle four physical links into a single logical link. Which technology should be used?

A.Fibre Channel PortChannel
B.NPV mode
C.FCoE trunking
D.EISL trunking
AnswerA

PortChannel bundles physical links into one logical link.

Why this answer

Fibre Channel PortChannels aggregate multiple physical links into one logical link, providing increased bandwidth and redundancy. This is similar to Ethernet port channels.

20
Multi-Selectmedium

Which THREE of the following are required for a successful FCoE deployment on a Cisco MDS switch?

Select 3 answers
A.Enable the FCoE feature globally
B.Configure DCB with Priority Flow Control on the FCoE VLAN interfaces
C.Enable FIP snooping on the FCoE VLAN
D.Set the MTU to 9216 bytes on all FCoE interfaces
E.Create a VSAN and map to the FCoE VLAN
AnswersA, B, E

Required to run FCoE.

Why this answer

The FCoE feature must be enabled globally on the Cisco MDS switch using the 'feature fcoe' command. This activates the FCoE protocol stack and allows the switch to process FCoE frames, which is a prerequisite for any FCoE deployment.

Exam trap

Cisco often tests the misconception that FIP snooping is mandatory for FCoE on MDS switches, but it is only needed on non-MDS switches (e.g., Nexus) where FCoE is not natively supported, and the trap here is confusing the MTU requirement—candidates may incorrectly assume 9216 bytes is needed for FCoE, but the standard mandates 2500 bytes.

21
MCQhard

A storage engineer is planning a disaster recovery solution that requires zero data loss in the event of a site failure. The storage arrays support both synchronous and asynchronous replication. Which replication type should be chosen to meet the requirement?

A.Asynchronous replication
B.Snapshot-based replication
C.Synchronous replication
D.Thin provisioning
AnswerC

Synchronous replication ensures zero data loss by committing writes to both sites before acknowledgement.

Why this answer

Synchronous replication writes data to both local and remote storage before acknowledging the write, ensuring zero data loss (RPO=0). Asynchronous replication may have some data loss depending on the lag.

22
MCQeasy

Which RAID level provides striping with parity and can tolerate a single disk failure while offering higher storage efficiency than RAID 1?

A.RAID 0
B.RAID 5
C.RAID 6
D.RAID 1
AnswerB

RAID 5 offers striping with parity and single disk fault tolerance.

Why this answer

RAID 5 uses block-level striping with distributed parity, allowing recovery from a single disk failure with good storage efficiency (one disk worth of parity).

23
Multi-Selecteasy

Which TWO statements about NPV configuration on a Cisco MDS switch are true? (Choose two.)

Select 2 answers
A.The core switch must have NPV enabled as well.
B.NPV mode is enabled globally with the 'npv enable' command.
C.All downstream interfaces must be F ports.
D.Interfaces connecting to the core switch must be configured as NP ports.
E.NPV mode is configured per VSAN.
AnswersB, D

Yes, 'npv enable' in global config.

Why this answer

NPV (N-Port Virtualization) mode is enabled globally on a Cisco MDS switch using the 'npv enable' command. This command places the entire switch into NPV mode, allowing it to function as an NPV proxy that forwards FLOGI requests from downstream F ports to the core Fibre Channel switch. NPV mode is not a per-VSAN configuration; it is a global switch-level setting.

Exam trap

The trap here is that candidates often confuse NPV with NPIV, mistakenly thinking the core switch needs NPV enabled, or they assume NPV can be configured per VSAN rather than globally.

24
MCQeasy

Which feature allows a single Fibre Channel port to log in with multiple N-port IDs, enabling a host to connect to multiple targets through one port?

A.FCoE
B.VSAN
C.NPIV
D.NPV
AnswerC

NPIV enables multiple N-port IDs per physical port.

Why this answer

NPIV (N_Port ID Virtualization) allows a single Fibre Channel N_Port to register multiple N_Port IDs (FCIDs) with the fabric. This enables a host with one physical port to appear as multiple virtual initiators, each connecting to different targets, which is essential for virtualized environments like VMware ESXi with multiple VMs requiring separate FC connections.

Exam trap

Cisco often tests NPIV vs. NPV, and the trap here is confusing NPIV (which virtualizes N-port IDs on a host) with NPV (which virtualizes N-port IDs on a switch to reduce domain IDs in a fabric).

How to eliminate wrong answers

Option A is wrong because FCoE (Fibre Channel over Ethernet) is a protocol that encapsulates Fibre Channel frames over Ethernet networks, not a feature for multiple N-port IDs per physical port. Option B is wrong because VSAN (Virtual SAN) is a logical partition of a Fibre Channel fabric that isolates traffic, not a mechanism for multiple logins on a single port. Option D is wrong because NPV (N_Port Virtualization) is a switch mode that allows a Fibre Channel switch to proxy logins to an upstream switch, reducing domain IDs, but it does not enable a single host port to log in with multiple N-port IDs.

25
MCQhard

A storage team is implementing zoning in a Fibre Channel fabric. They want a method where zone members are identified by their World Wide Port Name (WWPN) and the fabric enforces access based on that, without relying on switch port information. Which type is this?

A.Soft zoning using domain/port
B.Hard zoning using WWPN
C.Hard zoning using port WWN
D.Soft zoning using WWPN
AnswerD

Soft zoning filters by WWPN via name server.

Why this answer

Soft zoning using WWPN is correct because it identifies zone members by their World Wide Port Name (WWPN) and enforces access through name server queries rather than switch port information. In soft zoning, the fabric does not actively block traffic; instead, it relies on the initiator to query the name server and only communicate with allowed WWPNs, making it a software-enforced access control method.

Exam trap

Cisco often tests the distinction between soft and hard zoning by describing a method that uses WWPN identification but omits the hardware enforcement detail, leading candidates to incorrectly choose hard zoning when the key clue is that the fabric 'enforces access based on that' through name server queries, not frame-level blocking.

How to eliminate wrong answers

Option A is wrong because soft zoning using domain/port identifies members by switch domain and port number, not by WWPN, and would rely on physical port information, which the question explicitly states is not used. Option B is wrong because hard zoning using WWPN is a hardware-enforced method that actively blocks unauthorized traffic at the frame level, but the question describes a method where the fabric enforces access without relying on switch port information and does not specify hardware-level blocking, making soft zoning the correct fit. Option C is wrong because hard zoning using port WWN is essentially the same as hard zoning using WWPN (both use the port's WWN for hardware enforcement), and the question's description of a method that does not rely on switch port information and enforces access via name server queries aligns with soft zoning, not hard zoning.

26
Multi-Selectmedium

A storage network engineer is planning an FC SAN upgrade. Which two benefits does Fibre Channel PortChannel provide over a single ISL? (Choose two.)

Select 2 answers
A.Lower latency
B.Simplified zoning configuration
C.Increased aggregate bandwidth
D.Support for different port types in the same channel
E.Redundancy and load balancing
AnswersC, E

Multiple links combine to provide higher throughput.

Why this answer

PortChannels in FC provide increased aggregate bandwidth by combining multiple links, and they offer redundancy: if one link fails, traffic is distributed among the remaining links.

27
MCQeasy

An engineer is configuring a new Cisco MDS 9148 switch to connect to an existing Fibre Channel fabric. The switch will be used at the edge of the SAN and must not participate in fabric services. Which port mode should be used for the ports connecting to the core switches?

A.NP-port
B.F-port
C.E-port
D.N-port
AnswerA

NP-port is the uplink port in NPV mode that connects to an F-port on the core switch.

Why this answer

NPV mode allows an edge switch to forward traffic to the core without participating in fabric services, reducing domain IDs and simplifying management.

28
MCQeasy

Which Fibre Channel address component identifies a specific port on a node?

A.WWNN
B.FCID
C.WWPN
D.WWN
AnswerC

WWPN uniquely identifies a Fibre Channel port.

Why this answer

The WWPN (World Wide Port Name) is a unique 64-bit identifier assigned to each Fibre Channel port. The WWNN identifies the node.

29
MCQeasy

A small business SAN consists of a single Cisco MDS 9148S switch with 16 Gb Fibre Channel ports. The storage array has four active paths to the switch, and four servers each have two HBAs. The administrator wants to ensure that all paths are utilized and that no single point of failure exists. Currently, all devices are in a single VSAN and zoning is permissive (default deny). After powering on all devices, the administrator notices that the storage array only logs in on two of its four ports. The other two ports show 'no light'. The switch has not been configured with any port settings. What is the most likely cause?

A.The switch ports need to have their speed manually configured to match the array.
B.The unused ports are in a different VSAN.
C.The zoning configuration prevents the array from logging in on those ports.
D.The storage array's other two ports are not physically connected or are disabled on the array end.
AnswerD

No light indicates the link is down; likely the cables are missing or ports disabled.

Why this answer

The most likely cause is that the storage array's other two ports are not physically connected or are disabled on the array end. Since the switch is unconfigured and all ports are in the same VSAN with default configuration, the switch does not disable ports. Port speed auto-negotiation is standard.

Zoning affects traffic, not link state. Therefore, option D is correct.

30
MCQhard

In a Cisco UCS environment, which component provides the Fibre Channel connectivity to the SAN switches when using FCoE?

A.IOM (I/O Module)
B.Cisco VIC adapter
C.UCS Manager
D.UCS Fabric Interconnect
AnswerD

FI provides FCoE uplinks.

Why this answer

In a Cisco UCS environment, the Fabric Interconnect (FI) is the component that provides Fibre Channel connectivity to SAN switches when using FCoE. The FI integrates both Ethernet and Fibre Channel traffic, performing FCoE encapsulation and forwarding the Fibre Channel frames to the SAN via its native Fibre Channel uplink ports. This allows the UCS domain to connect directly to Fibre Channel SAN fabrics without requiring external FCoE-capable switches.

Exam trap

Cisco often tests the misconception that the IOM or VIC adapter directly provides Fibre Channel connectivity, when in fact the Fabric Interconnect is the central aggregation and conversion point for FCoE-to-FC traffic in a UCS domain.

How to eliminate wrong answers

Option A is wrong because the IOM (I/O Module) is a passive midplane or fabric extender that only aggregates traffic from the chassis to the Fabric Interconnects; it does not perform FCoE termination or provide native Fibre Channel uplinks to SAN switches. Option B is wrong because the Cisco VIC adapter is a server-side adapter that handles FCoE initialization and encapsulation at the host level, but it does not provide the final Fibre Channel connectivity to the SAN; that connectivity is provided upstream by the Fabric Interconnect. Option C is wrong because UCS Manager is the management plane software that configures and monitors the UCS domain, not a data-plane component that handles Fibre Channel connectivity.

31
MCQhard

A network engineer is designing an NPV environment with Cisco MDS switches. The edge switch is configured in NPV mode. Which port type does the edge switch present to the core switch when connecting upstream?

A.N-port
B.E-port
C.NP-port
D.F-port
AnswerC

NP-port is the uplink port in NPV mode that connects to the core F-port.

Why this answer

In NPV mode, the edge switch presents an NP-port (N-port proxy) to the core switch's F-port. The NP-port behaves like an N-port but aggregates traffic from multiple downstream N-ports.

32
MCQeasy

What is the purpose of NPIV (N_Port ID Virtualization) in a Fibre Channel SAN?

A.Provide encryption on Fibre Channel links.
B.Allow a single physical port to register multiple N_port IDs.
C.Enable multiple paths between initiator and target.
D.Allow a switch to act as an NPV device.
AnswerB

Enables virtualization.

Why this answer

NPIV allows a single physical Fibre Channel N_Port to register multiple unique N_Port IDs (FCIDs) with the fabric. This is essential for virtualizing Fibre Channel connectivity, enabling multiple virtual machines or logical partitions to share one physical HBA port while each appearing as a distinct initiator to the SAN.

Exam trap

Cisco often tests NPIV by confusing it with NPV (N_Port Virtualization) — the trap is that candidates mix up the port-level virtualization (NPIV) with the switch-level proxy mode (NPV), or assume NPIV is about multipathing or security.

How to eliminate wrong answers

Option A is wrong because encryption on Fibre Channel links is provided by FC-SP (Fibre Channel Security Protocol) or hardware-level encryption, not by NPIV. Option C is wrong because enabling multiple paths between initiator and target is the function of multipathing software (e.g., EMC PowerPath, native MPIO), not NPIV. Option D is wrong because a switch acting as an NPV device is the definition of N_Port Virtualization (NPV), which is a different technology that uses NPIV to proxy multiple N_Port IDs upstream, but the switch itself is not an NPV device; NPV is a mode for edge switches to reduce FCIDs.

33
Multi-Selectmedium

A team is configuring FCoE on a Cisco Nexus switch. Which TWO steps are mandatory to establish a lossless FCoE link?

Select 2 answers
A.Enable FCoE on the interface using the 'fcoe' command
B.Enable Priority Flow Control (PFC) as a separate CLI
C.Create a VSAN and map it to an FCoE VLAN
D.Configure DCBX to advertise and negotiate FCoE capabilities
E.Set the MTU to 9216 bytes to accommodate FCoE frames
AnswersA, C

Correct. The 'fcoe' interface command is mandatory to enable FCoE processing on the interface.

Why this answer

The 'fcoe' interface command is mandatory to enable FCoE processing on a specific interface. Without this command, the interface will not participate in FCoE traffic. Option C is correct because a VSAN must be created and mapped to an FCoE VLAN for the Fibre Channel fabric to recognize the FCoE link.

This mapping allows the switch to associate the Ethernet VLAN with a VSAN for FC forwarding. Options B and D are not mandatory because Priority Flow Control (PFC) and Data Center Bridging eXchange (DCBX) are automatically enabled when FCoE is configured on the interface. Option E is not mandatory because although FCoE requires jumbo frames, the MTU can be set globally or is often already set to support FCoE, and it is not a separate mandatory step for link establishment.

Exam trap

Cisco often tests the misconception that PFC must be manually configured as a separate step, when in fact it is automatically enabled by the 'fcoe' command, and that VSAN mapping is required for link establishment rather than for Fibre Channel forwarding.

34
Multi-Selectmedium

Which TWO conditions require the use of NPIV in a Fibre Channel SAN? (Choose two.)

Select 2 answers
A.Connecting a tape library that uses multiple LUNs to a single host.
B.Connecting an NPV switch to an upstream switch.
C.Enabling FCoE transit over a lossless Ethernet network.
D.Connecting two switches over an ISL.
E.Virtualizing a server with multiple virtual machines each needing a separate WWPN.
AnswersA, E

NPIV can present multiple identities for LUN masking.

Why this answer

NPIV (N_Port ID Virtualization) allows a single physical Fibre Channel N_Port to register multiple unique WWPNs (World Wide Port Names), enabling a tape library with multiple LUNs to present each LUN as a separate target to the host. Without NPIV, the host would see only one WWPN for the tape library, limiting LUN access and management flexibility.

Exam trap

The trap here is that candidates confuse NPIV with NPV (N_Port Virtualization) or assume NPIV is required for any multi-LUN device, but NPIV is specifically for virtualizing N_Port identities, not for general multi-LUN access or switch-to-switch links.

35
MCQmedium

A storage administrator reports that an FC initiator cannot log in to the SAN. The FC switch shows the following on the interface connected to the initiator: 'VSAN 100, State: Offline'. Which action should be taken to resolve the issue?

A.Create a zone including the initiator and target
B.Change the interface VSAN to match the initiator
C.Increase the number of buffer credits on the interface
D.Configure port speed manually on the switch interface
AnswerD

Forcing the port speed can stop flapping and bring the link online.

Why this answer

The interface state 'Offline' in VSAN 100 indicates a Layer 1 or Layer 2 issue, often caused by a speed mismatch between the FC initiator and the switch interface. Configuring the port speed manually on the switch interface forces the link to negotiate at a specific speed, resolving the mismatch and bringing the interface online. This is a common fix when auto-negotiation fails or the initiator does not support the default speed settings.

Exam trap

Cisco often tests the distinction between link-level issues (offline state) and fabric-level issues (zoning, VSAN membership), leading candidates to incorrectly choose zoning or VSAN changes when the root cause is a physical or speed mismatch.

How to eliminate wrong answers

Option A is wrong because zoning controls which devices can communicate (security/fabric login), but the interface is offline, meaning the physical or link-level parameters are not established yet; zoning cannot fix a down interface. Option B is wrong because the interface is already in VSAN 100 (as shown in the output), so changing the VSAN would not address the offline state; the issue is at the physical or link layer, not the VSAN membership. Option C is wrong because buffer credits manage flow control and buffer-to-buffer credit starvation, but they do not cause an interface to be offline; an offline state indicates a link-level problem (e.g., speed/negotiation), not a credit exhaustion issue.

36
Multi-Selecthard

Which THREE components are required to implement Fibre Channel over Ethernet (FCoE) in a data center?

Select 3 answers
A.Fibre Channel switch with E-port
B.Converged Network Adapter (CNA)
C.iSCSI initiator software
D.FCoE Initialization Protocol (FIP)
E.Data Center Bridging (DCB)-capable switches
AnswersB, D, E

CNA provides both Ethernet and FCoE functionality on the host.

Why this answer

FCoE requires a Converged Network Adapter (CNA) that supports both Ethernet and FCoE, DCB-enabled switches to provide lossless Ethernet (PFC, DCBX, ETS), and FCoE initialisation (FIP) to establish virtual links.

37
MCQhard

An FCoE link between a Nexus switch and a storage array fails to come up. The switch is configured as an FCF. The administrator runs 'show interface ethernet 1/1' and sees the interface is up/up. Which command will most likely reveal the root cause?

A.show vlan id 100
B.show lldp neighbors interface ethernet 1/1
C.show fcoe database
D.show spanning-tree interface ethernet 1/1
AnswerC

Correct: Shows FCoE session and VLAN status.

Why this answer

The FCoE link failing to come up despite the interface being up/up indicates a Layer 2 or FCoE-specific issue, not a physical or basic connectivity problem. The 'show fcoe database' command displays the FCoE login information and the state of virtual links (VFCs) mapped to the physical interface, which is essential for diagnosing why the FCF-to-storage array FCoE session is not established.

Exam trap

Cisco often tests the distinction between physical interface status (up/up) and FCoE virtual link status, leading candidates to incorrectly focus on Layer 1 or Layer 2 issues rather than the FCoE control plane (FIP/FLOGI).

How to eliminate wrong answers

Option A is wrong because 'show vlan id 100' only verifies VLAN existence and membership, but FCoE uses a dedicated VLAN (typically VLAN 1002-1005 or custom) and the issue is not about VLAN presence but about FCoE initialization. Option B is wrong because LLDP is used for general neighbor discovery and not specifically for FCoE; FCoE uses FIP (FCoE Initialization Protocol) for discovery and login, not LLDP. Option D is wrong because spanning-tree issues would cause the interface to be blocked or in a non-forwarding state, but the interface is up/up, indicating STP is not the root cause for an FCoE-specific failure.

38
MCQhard

A Cisco MDS switch has the above configuration on two 16 Gbps FC interfaces. An engineer connects an initiator to fc1/2 and a target to fc1/1. The initiator cannot discover the target. What is the most likely cause?

A.The fc1/2 interface is configured as an F-port but the initiator requires an FL-port.
B.The fc1/1 interface is configured as dedicated rate-mode but the target expects shared.
C.The fc1/2 interface is configured as shared rate-mode which prevents F-port operation.
D.The fc1/1 interface is configured as an E-port but is connected to a storage target.
AnswerD

An E-port is for inter-switch links; the target should be connected to an F-port.

Why this answer

The configuration shows interface fc1/1 with the command 'switchport mode E', which explicitly configures it as an E-port (expansion port). E-ports are used to interconnect two Fibre Channel switches, not to connect a storage target. When a target is connected to an E-port, the link will not come up properly because the target expects to be connected to an F-port (fabric port) or FL-port, preventing discovery by the initiator.

Exam trap

Cisco often tests the distinction between port types (E-port vs. F-port) and their allowed connections, trapping candidates who overlook that an E-port is strictly for switch-to-switch links, not for attaching end devices like targets or initiators.

How to eliminate wrong answers

Option A is wrong because the fc1/2 interface is configured as an F-port (via 'switchport mode F'), which is the correct port type for connecting an initiator; an FL-port is only needed if the initiator is an NL_Port (loop device), and there is no indication of an arbitrated loop. Option B is wrong because rate-mode (dedicated or shared) affects bandwidth allocation, not port type or device discovery; a target can operate with either rate-mode setting. Option C is wrong because shared rate-mode does not prevent F-port operation; F-ports can operate in shared rate-mode, and the initiator's failure to discover the target is unrelated to rate-mode.

39
Multi-Selecthard

A storage administrator is implementing synchronous replication between two storage arrays over a Fibre Channel link. Which three characteristics are true of synchronous replication? (Choose three.)

Select 3 answers
A.It is suitable for long-distance replication over hundreds of kilometers.
B.It requires a high-bandwidth, low-latency link between the arrays.
C.The write is acknowledged to the host only after it is committed on both the primary and secondary arrays.
D.It provides the lowest possible recovery point objective (RPO).
E.It uses less bandwidth than asynchronous replication.
AnswersB, C, D

Latency directly impacts performance.

Why this answer

Synchronous replication writes data to both arrays before acknowledging the write, ensuring zero data loss but adding latency and requiring high bandwidth.

40
Multi-Selecthard

An engineer is implementing storage virtualization with thin provisioning on a Pure Storage array. Which three benefits does thin provisioning provide? (Choose three.)

Select 3 answers
A.Ability to over-allocate storage
B.Reduced upfront capacity cost
C.Simplified snapshot management
D.Increased storage utilization
E.Guaranteed performance isolation
AnswersA, B, D

Thin provisioning allows presenting more logical capacity than physical.

Why this answer

Thin provisioning allows over-allocation, reduces upfront capacity costs, and improves storage utilization by allocating space on demand.

41
Multi-Selecthard

Which TWO of the following are valid methods to recover from buffer credit loss on a Fibre Channel link?

Select 2 answers
A.Reduce the link speed.
B.Increase the BB_Credit value.
C.Enable WRED on the switch.
D.Use port channel to aggregate links.
E.Credit recovery using RDMA.
AnswersA, B

Lower speed reduces the number of credits needed to maintain the link.

Why this answer

Reducing the link speed is a valid method to recover from buffer credit loss because it decreases the number of frames transmitted per unit time, allowing the receiver's buffer credits to replenish and preventing further overrun. This is a temporary workaround that reduces the effective bandwidth but can stabilize the link when buffer credit starvation occurs due to distance or congestion.

Exam trap

Cisco often tests the misconception that increasing link speed or aggregating links (port channels) can solve buffer credit issues, but the correct approach is to either reduce speed or increase BB_Credits, as credit loss is a flow-control problem, not a bandwidth problem.

42
MCQmedium

A storage administrator is configuring zoning on a Cisco MDS switch. They need to ensure that only the specified WWPNs can communicate, even if a device is moved to a different physical port. Which zoning method should be used?

A.Broadcast zoning
B.LUN zoning
C.Hard zoning by WWPN
D.Soft zoning by port ID
AnswerC

Hard zoning by WWPN ensures that only devices with the specified WWPNs can communicate, regardless of physical port.

Why this answer

Hard zoning based on WWPN is persistent across port changes, while soft zoning based on port ID is less secure and changes if the device moves.

43
MCQeasy

An engineer is configuring a new Cisco MDS switch to connect to an existing Fibre Channel fabric. The switch will be deployed in NPV mode to scale the number of edge ports. Which port type should be used on the upstream switch to connect to this NPV switch?

A.E-port
B.N-port
C.NP-port
D.F-port
AnswerD

The upstream switch must configure the port as an F-port to accept NPIV login from the NPV switch.

Why this answer

In NPV mode, the edge switch registers with the core switch using NPIV. The core switch sees the NPV switch as a host and the port connecting to it must be an F-port.

44
MCQmedium

A storage administrator needs to configure zoning while minimizing administrative overhead and allowing multiple initiators to access multiple targets without having to change zones when new members are added. Which zoning approach is best?

A.Zoning by naming using a zone alias for initiators and another for targets
B.Multiple initiator-multiple target zoning (all devices in one zone)
C.Single initiator-single target zoning
D.Single initiator-multiple target zoning (initiator-based)
AnswerA

Using zone aliases groups initiators and targets; adding new members to the alias automatically includes them in the zone, reducing overhead.

Why this answer

Zoning by name using zone aliases decouples the zone configuration from the physical port or WWN, allowing administrators to group initiators and targets into separate aliases. When new members are added to an alias, the zone automatically includes them without manual zone reconfiguration, minimizing administrative overhead while supporting multiple initiators and multiple targets.

Exam trap

Cisco often tests the distinction between zoning by WWN (hard zoning) versus zoning by alias (soft zoning), and the trap here is that candidates mistakenly choose 'multiple initiator-multiple target zoning' (Option B) thinking it is the simplest, but they overlook that it eliminates all isolation and violates Fibre Channel security best practices, whereas alias-based zoning provides both scalability and proper segmentation.

How to eliminate wrong answers

Option B is wrong because placing all devices in a single zone violates Fibre Channel best practices by creating a flat, non-segmented fabric that increases the risk of RSCN storms and reduces security, and it does not minimize overhead when adding members (the zone still exists but offers no isolation). Option C is wrong because single initiator-single target zoning creates a one-to-one mapping, which requires creating and managing many zones for multiple initiators and targets, increasing administrative overhead and not allowing multiple initiators to access multiple targets without zone changes. Option D is wrong because single initiator-multiple target zoning (initiator-based) requires a separate zone for each initiator, so adding a new initiator still requires creating a new zone, and it does not allow multiple initiators to access the same targets without additional zone modifications.

45
MCQmedium

A data center engineer is designing a Fibre Channel SAN for high availability. The design includes two MDS 9710 directors connected to multiple storage arrays. Which best practice should be followed when configuring NPV mode on the switches connecting the hosts?

A.Enable VSAN interop on the NPV switch to support multiple storage arrays
B.Connect each NPV switch to a single core switch for simplicity
C.Use FC trunking between NPV and core switches to increase bandwidth
D.Dual-home each NPV switch to two separate core switches for redundancy
AnswerD

Dual-homing ensures high availability.

Why this answer

Dual-homing each NPV switch to two separate core switches ensures that if one core switch fails, the NPV switch can still forward traffic through the other core switch. In NPV mode, the switch acts as a passthrough, and connecting to two separate core directors provides path redundancy without requiring the NPV switch to perform full Fibre Channel routing. This design aligns with high-availability best practices for Fibre Channel SANs.

Exam trap

Cisco often tests the misconception that FC trunking alone provides redundancy, but trunking only increases bandwidth and link aggregation, not failover independence; dual-homing to separate core switches is required for true high availability.

How to eliminate wrong answers

Option A is wrong because VSAN interop is not a feature of NPV mode; NPV switches inherit the VSAN configuration from the core switch and do not need interop enabled to support multiple storage arrays. Option B is wrong because connecting each NPV switch to a single core switch creates a single point of failure, violating high-availability design principles. Option C is wrong because FC trunking is used to aggregate multiple physical links into a single logical link for bandwidth, but it does not provide the necessary redundancy; dual-homing is the correct method for redundancy.

46
MCQeasy

Which statement about Fibre Channel buffer credits is true?

A.They are used for load balancing across multiple paths.
B.They control the flow of frames between directly connected ports.
C.They are allocated per VSAN.
D.They detect CRC errors in frames.
AnswerB

Buffer credits manage the number of outstanding frames.

Why this answer

Fibre Channel buffer credits implement a credit-based flow control mechanism between directly connected ports (Nx_Port to Fx_Port or E_Port to E_Port). Each port advertises its available buffer credits (BB_Credit) to the directly attached peer, and the sender can only transmit a frame when it has a positive credit count. This prevents frame loss due to buffer overflow at the receiver, ensuring lossless transmission over the link.

Exam trap

Cisco often tests the distinction between flow control (buffer credits) and error detection (CRC) or fabric-level features (VSANs, load balancing), so the trap here is confusing a link-level mechanism with higher-layer or fabric-wide functions.

How to eliminate wrong answers

Option A is wrong because load balancing across multiple paths is handled by multipathing software (e.g., EMC PowerPath, native OS MPIO) or Fibre Channel fabric-level routing (e.g., FSPF), not by buffer credits. Option C is wrong because buffer credits are allocated per physical port or per virtual interface (e.g., NPIV), not per VSAN; VSANs are logical fabric partitions that do not directly affect port-level buffer credit allocation. Option D is wrong because CRC error detection is performed by the Fibre Channel frame header and CRC field, verified by the receiving port hardware; buffer credits are a flow control mechanism, not an error detection mechanism.

47
MCQmedium

In a Fibre Channel SAN, flow control is managed by buffer credits. Which statement about buffer credits is accurate?

A.Buffer credits are allocated per VSAN to isolate traffic
B.Increasing buffer credits always improves I/O performance
C.Buffer credits are used in FCoE to ensure lossless delivery
D.Buffer credits help manage congestion and ensure lossless delivery over distance
AnswerD

BB_credits allow a sender to send multiple frames without waiting for acknowledgment.

Why this answer

Buffer credits are a flow control mechanism in Fibre Channel that manage congestion by tracking the number of frames a sender can transmit before receiving an acknowledgment. They ensure lossless delivery over distance by preventing buffer overflow at the receiver, which is critical for maintaining data integrity in SANs. Option D correctly states this dual role of congestion management and lossless delivery.

Exam trap

Cisco often tests the distinction between Fibre Channel buffer credits and FCoE's Priority Flow Control (PFC), so the trap here is confusing the two lossless mechanisms and assuming buffer credits apply to FCoE.

How to eliminate wrong answers

Option A is wrong because buffer credits are allocated per port, not per VSAN; VSANs isolate traffic at the fabric level, but buffer credits operate at the physical link level to manage frame flow. Option B is wrong because increasing buffer credits does not always improve I/O performance; it can help over long distances but may waste memory if set too high for short links, and performance gains depend on other factors like link speed and application workload. Option C is wrong because FCoE uses a different lossless mechanism based on IEEE 802.1Qbb Priority Flow Control (PFC), not Fibre Channel buffer credits; buffer credits are native to Fibre Channel, not FCoE.

48
MCQhard

An engineer is designing a Fibre Channel fabric with two Cisco MDS switches for redundancy. The switches are connected via two ISLs. The engineer wants to aggregate the ISLs for higher throughput and load balancing. Which feature should be used?

A.EISL trunking
B.VSAN load balancing
C.PortChannel
D.NPV mode
AnswerC

PortChannel aggregates multiple ISLs for bandwidth and redundancy.

Why this answer

Fibre Channel PortChannels allow aggregation of multiple physical ISLs into a single logical link, providing increased bandwidth and load balancing.

49
MCQhard

A company is deploying a new SAN with two MDS 9148S switches in a single VSAN. They want to ensure that a failure of one switch does not affect storage traffic. Which technology should be implemented?

A.Implement FCoE to Ethernet storage.
B.Enable NPIV on all ports.
C.Configure a port channel between the switches.
D.Create a redundant fabric by connecting both switches to each storage array and host via multiple paths.
AnswerD

This provides path redundancy; if one switch fails, the other continues.

Why this answer

Implementing a redundant fabric by connecting both switches to each storage array and host via multiple paths ensures that if one switch fails, the other switch continues to carry storage traffic. This is achieved through multipathing software (e.g., Fibre Channel multipathing) and redundant physical connections, which provide active-active or active-passive failover without disrupting the SAN.

Exam trap

Cisco often tests the distinction between link-level redundancy (port channels) and fabric-level redundancy (multiple switches/paths), leading candidates to mistakenly choose port channels as a solution for switch failure.

How to eliminate wrong answers

Option A is wrong because FCoE (Fibre Channel over Ethernet) is a protocol for encapsulating Fibre Channel frames over Ethernet networks, not a redundancy mechanism; it does not address switch failure in a Fibre Channel SAN. Option B is wrong because NPIV (N_Port ID Virtualization) allows a single physical N_Port to register multiple FC IDs, enabling virtualization, but it does not provide switch-level redundancy or failover. Option C is wrong because a port channel between the switches (ISL) aggregates bandwidth and provides link-level redundancy, but it does not protect against a complete switch failure; if one switch fails, the ISL is lost and traffic through that switch stops.

50
MCQmedium

An administrator needs to configure zoning on a Cisco MDS switch. After creating zones and adding members, what must be done to activate the zoning configuration?

A.Reboot the switch for changes to take effect.
B.Assign zones to a zone set and then activate the zone set.
C.Activate the zone set using the 'zone activate' command.
D.Save the configuration to startup-config.
AnswerB

Zones must be in a zone set, and the zone set must be activated.

Why this answer

Zone sets must be activated to enforce zoning. The active zone set is the currently enforced zoning configuration. Multiple zone sets can be configured, but only one can be active.

51
MCQmedium

A company is deploying FCoE in their data center. The design includes a Cisco Nexus 9000 switch with FEX modules. The storage team insists on using dedicated FCoE VLANs. Which best practice should be followed to ensure lossless behavior for FCoE traffic?

A.Configure traffic shaping on FCoE interfaces
B.Use the same VLAN for FCoE and IP traffic to reduce VLAN count
C.Disable flow control on all interfaces
D.Enable PFC on the switch for the FCoE VLAN
AnswerD

PFC provides lossless behavior for the CoS used by FCoE.

Why this answer

FCoE requires lossless transport to prevent frame drops that could corrupt Fibre Channel frames. Priority Flow Control (PFC), defined in IEEE 802.1Qbb, enables pause frames on a per-priority basis, allowing the FCoE VLAN to be configured with a dedicated priority class that receives no-drop treatment. On Cisco Nexus 9000 switches, this is achieved by enabling PFC on the specific VLAN used for FCoE traffic, ensuring lossless behavior without affecting other traffic classes.

Exam trap

Cisco often tests the misconception that flow control (IEEE 802.3x) is sufficient for FCoE, but the trap here is that standard link-level flow control pauses all traffic on the link, whereas PFC provides granular per-priority lossless handling required for FCoE.

How to eliminate wrong answers

Option A is wrong because traffic shaping is a rate-limiting mechanism that smooths bursts but does not guarantee lossless delivery; FCoE relies on PFC for per-priority pause, not shaping. Option B is wrong because using the same VLAN for FCoE and IP traffic would mix lossless and lossy traffic, causing congestion and frame drops for FCoE; dedicated FCoE VLANs are a best practice to isolate lossless traffic. Option C is wrong because disabling flow control entirely removes the ability to pause traffic, which would cause FCoE frames to be dropped under congestion, violating the lossless requirement.

52
Multi-Selectmedium

An engineer is designing a SAN for a virtualized environment. Which two best practices should be followed for Fibre Channel zoning?

Select 2 answers
A.Use single-initiator zoning.
B.Use multiple initiators in a single zone.
C.Use soft zoning exclusively.
D.Disable zoning for performance.
E.Zone by WWPN rather than WWNN.
AnswersA, E

Simplifies troubleshooting and security.

Why this answer

Single-initiator zoning (also known as one-to-one zoning) is a best practice because it restricts each Fibre Channel zone to exactly one initiator (host HBA) and one or more target ports. This eliminates the risk of RSCN storms propagating across multiple initiators, reduces fabric instability, and simplifies troubleshooting by ensuring clear, predictable paths between each host and its storage.

Exam trap

Cisco often tests the misconception that soft zoning is sufficient for security, but the trap here is that soft zoning only filters name server queries and does not prevent a device from directly addressing another device's port if it knows the Fibre Channel address.

53
Multi-Selectmedium

An engineer is configuring a storage network with FCoE and must ensure that the FCoE traffic does not interfere with standard LAN traffic. Which two mechanisms should be implemented?

Select 2 answers
A.Use the same VLAN for FCoE and LAN.
B.Disable flow control on FCoE VLAN.
C.Enable PFC on the FCoE VLAN.
D.Assign FCoE traffic to a dedicated VLAN.
E.Use jumbo frames for LAN traffic only.
AnswersC, D

Provides lossless Ethernet.

Why this answer

FCoE requires lossless transport to prevent frame drops that would corrupt Fibre Channel frames. Priority Flow Control (PFC), defined by IEEE 802.1Qbb, enables pause frames on a per-priority basis, allowing the FCoE VLAN to be configured as lossless while standard LAN traffic remains best-effort. This ensures FCoE traffic does not interfere with LAN traffic by isolating the flow control behavior.

Exam trap

The trap here is that candidates often think disabling flow control (Option B) is necessary to avoid interference, but FCoE actually requires flow control (PFC) to be enabled, and the key is to isolate it to a dedicated VLAN.

54
MCQmedium

Which FC addressing component is used to uniquely identify a host bus adapter (HBA) port in a Fibre Channel fabric, and is often used for zoning?

A.World Wide Port Name (WWPN)
B.World Wide Node Name (WWNN)
C.Fibre Channel ID (FCID)
D.Domain ID
AnswerA

WWPN uniquely identifies a port and is used for zoning.

Why this answer

The World Wide Port Name (WWPN) is a globally unique 64-bit identifier assigned to each Fibre Channel port, commonly used for hard zoning.

55
MCQmedium

An engineer is configuring a Cisco MDS switch to connect two SAN islands using a Fibre Channel ISL. The interfaces on both switches are set to auto mode. However, the link does not come up. What is the most likely cause?

A.Both switches have the same domain ID.
B.The ISL link requires a minimum speed of 8 Gbps.
C.The ports are in auto mode and neither side is configured as E-port.
D.The ports are configured in F-port mode.
AnswerC

Auto mode may not reliably form an E-port; at least one side should be set to E-port to establish an ISL.

Why this answer

On Cisco MDS switches, ports in auto mode negotiate to become F-ports by default. For an ISL, at least one side must be configured as E-port to force the link to become an E-port.

56
MCQhard

A data center architect is designing a Fibre Channel fabric using Cisco MDS switches. To reduce the number of domain IDs and simplify management, the edge switches will operate in NPV mode. However, the core switches must be configured appropriately. Which port type must be used on the core switches to connect to NPV edge switches?

A.N-port
B.F-port
C.E-port
D.NP-port
AnswerB

The core switch must have F-ports to connect to NP-ports from the NPV edge switch.

Why this answer

In NPV mode, the edge switch uses NP-ports to connect to the core. The core switch must have F-ports to accept these connections.

57
MCQeasy

An engineer is configuring a Fibre Channel over Ethernet (FCoE) deployment. The network must ensure lossless transport for FCoE traffic. Which Data Center Bridging (DCB) feature must be enabled to provide no-drop service for FCoE frames?

A.Jumbo frames
B.Priority Flow Control (PFC)
C.Enhanced Transmission Selection (ETS)
D.Data Center Bridging Exchange (DCBX)
AnswerB

PFC enables lossless transport by pausing traffic on a per-priority basis when congestion occurs.

Why this answer

Priority Flow Control (PFC) is a DCB mechanism that provides per-priority pause to ensure lossless delivery for FCoE traffic.

58
MCQeasy

Which of the following is a required characteristic of an FCoE SAN?

A.Jumbo frames must be enabled.
B.Spanning Tree Protocol must be disabled.
C.Link aggregation (LACP) is required.
D.Lossless Ethernet (PFC) must be enabled.
AnswerD

FCoE requires no-drop.

Why this answer

FCoE (Fibre Channel over Ethernet) requires a lossless Ethernet fabric to prevent frame drops, which would corrupt Fibre Channel frames. Priority Flow Control (PFC), defined in IEEE 802.1Qbb, enables lossless operation by pausing traffic on individual CoS queues, ensuring no-drop behavior for FCoE traffic. Without PFC, standard Ethernet's best-effort delivery would cause frame loss, breaking FCoE's reliability requirements.

Exam trap

Cisco often tests the misconception that jumbo frames are mandatory for FCoE, but the actual required characteristic is lossless Ethernet via PFC, as jumbo frames are optional and only improve efficiency.

How to eliminate wrong answers

Option A is wrong because jumbo frames are not a required characteristic of an FCoE SAN; while they can improve efficiency by reducing per-frame overhead, FCoE can operate with standard 1500-byte MTU, and the mandatory requirement is lossless Ethernet via PFC. Option B is wrong because Spanning Tree Protocol (STP) is not required to be disabled for FCoE; in fact, FCoE can run over STP-enabled networks, though dedicated FCoE SANs often use STP-disabled designs (e.g., vPC or FabricPath) for convergence, but disabling STP is not a mandatory characteristic. Option C is wrong because link aggregation (LACP) is not required for FCoE; FCoE can operate over single links or port channels, and while LACP can provide redundancy and bandwidth, it is not a prerequisite for FCoE functionality.

59
MCQmedium

An iSCSI storage array is being deployed with two network interfaces for redundancy. The hosts also have two iSCSI initiators. To ensure load balancing and failover, which feature should be configured?

A.MPIO
B.Jumbo frames
C.VLAN tagging
D.CHAP authentication
AnswerA

MPIO enables the use of multiple physical paths for I/O to achieve failover and load balancing.

Why this answer

Multipath I/O (MPIO) allows multiple paths between initiator and target for redundancy and load balancing.

60
MCQmedium

A storage network engineer notices high buffer credit starvation counters on an inter-switch link. What is the most effective solution to reduce this issue?

A.Change the ISL port mode from E to F.
B.Reduce the ISL speed to 1 Gbps.
C.Increase the number of buffer credits on the ISL.
D.Enable QoS to prioritize buffer credit recovery.
AnswerC

More buffer credits accommodate longer distances and reduce starvation.

Why this answer

High buffer credit starvation counters on an inter-switch link (ISL) indicate that the switch is running out of buffer credits to send frames, causing pauses in transmission. Increasing the number of buffer credits on the ISL directly addresses this by providing more credit pool for the link, allowing the switch to send more frames before needing acknowledgment, thus reducing starvation and improving throughput.

Exam trap

Cisco often tests the misconception that reducing speed or using QoS can fix buffer credit issues, but the correct solution is always to increase buffer credits or use extended credits for long-distance links.

How to eliminate wrong answers

Option A is wrong because changing the ISL port mode from E (expansion) to F (fabric) would disable the ISL functionality, breaking the inter-switch link entirely, and does not address buffer credit starvation. Option B is wrong because reducing the ISL speed to 1 Gbps would lower the bandwidth and increase latency, potentially worsening buffer credit starvation by reducing the rate at which credits can be replenished. Option D is wrong because QoS does not manage buffer credits; buffer credit recovery is a hardware-level flow control mechanism (BB_Credit) and cannot be prioritized by QoS, which deals with traffic classification and scheduling.

61
Multi-Selecthard

A Cisco MDS switch is configured with an ISL trunk between two switches. The administrator wants to enable multiple VSANs over the same physical link. Which two actions must be taken? (Choose two.)

Select 2 answers
A.Create a PortChannel for the ISL.
B.Configure the ISL port as an F-port.
C.Configure the port in NPV mode.
D.Enable VSAN trunking on the port.
E.Configure the ISL port in trunk mode.
AnswersD, E

VSAN trunking allows the port to carry multiple VSANs.

Why this answer

EISL (Enhanced ISL) allows multiple VSANs to share an ISL. To use EISL, the ISL must be configured in trunk mode, and VSANs must be allowed on the trunk. The switch port must be set to 'E' port mode (or auto) to support trunking.

62
MCQeasy

An engineer needs to isolate storage traffic for different departments using Fibre Channel switches. Which technology should be used?

A.Zoning
B.Trunking
C.NPV (N-Port Virtualization)
D.VSAN (Virtual SAN)
AnswerD

Correct: VSANs create separate Fibre Channel fabrics for isolation.

Why this answer

VSAN (Virtual SAN) is the correct technology because it allows the engineer to create multiple isolated virtual SANs on a single physical Fibre Channel fabric. Each VSAN operates as an independent SAN with its own fabric services, security policies, and traffic isolation, enabling different departments to have dedicated storage traffic without interference.

Exam trap

Cisco often tests the distinction between zoning and VSANs, where candidates mistakenly believe that zoning alone provides full traffic isolation, but zoning only controls device communication within a single VSAN and does not isolate fabric services or management domains.

How to eliminate wrong answers

Option A is wrong because zoning only controls which devices can communicate within a single VSAN, but does not provide the complete isolation of fabric services and traffic that is required for separate departments. Option B is wrong because trunking in Fibre Channel refers to carrying multiple VSANs over a single ISL (Inter-Switch Link), not to isolating storage traffic for different departments. Option C is wrong because NPV (N-Port Virtualization) is used to aggregate multiple N-Ports into a single physical link to reduce domain IDs in a fabric, not to isolate traffic between departments.

63
MCQeasy

An administrator wants to ensure that a specific initiator can only access a single target LUN. Which zoning approach satisfies this requirement?

A.Use LUN zoning to map the initiator to a specific LUN ID.
B.Implement soft zoning based on domain IDs.
C.Configure a zone with the initiator WWPN and the target WWPN.
D.Place the initiator and target in different VSANs.
AnswerA

LUN zoning restricts access to a specific LUN on the target.

Why this answer

LUN zoning (also known as LUN masking) allows the administrator to map a specific initiator to a particular LUN ID on a target, ensuring that the initiator can only access that single LUN. This is achieved by configuring access control at the storage array level, typically using the target's LUN masking feature, which restricts visibility to only the assigned LUN. Unlike WWPN zoning, which controls fabric-level access, LUN zoning provides granular per-LUN access control.

Exam trap

Cisco often tests the misconception that WWPN zoning alone restricts LUN access, but in reality, WWPN zoning only controls fabric-level connectivity, not SCSI-level LUN visibility, which requires LUN masking or LUN zoning.

How to eliminate wrong answers

Option B is wrong because soft zoning based on domain IDs only restricts communication at the fabric level by filtering zone members based on domain IDs, but it does not control access to individual LUNs; it still allows the initiator to see all LUNs on the target. Option C is wrong because configuring a zone with the initiator WWPN and the target WWPN only permits fabric-level communication between the two devices, but the initiator will still be able to see all LUNs presented by that target unless additional LUN masking is applied. Option D is wrong because placing the initiator and target in different VSANs would completely prevent any communication between them, which does not satisfy the requirement of allowing access to a single target LUN.

64
Multi-Selecthard

A storage architect is designing a disaster recovery solution with a storage array supporting replication. Which three factors should be considered when choosing between synchronous and asynchronous replication? (Choose three.)

Select 3 answers
A.Fibre Channel zoning configuration
B.Network bandwidth availability
C.Storage array RAID level
D.Distance between sites
E.Recovery Point Objective (RPO) requirements
AnswersB, D, E

Synchronous requires high bandwidth and low latency.

Why this answer

Synchronous replication provides zero RPO but impacts performance over distance; asynchronous has higher RPO but lower latency impact and can be used over longer distances.

65
MCQmedium

A Cisco MDS switch is connected to another MDS via a Fibre Channel link. The two switches need to carry traffic for multiple VSANs over a single physical link. Which feature should be configured?

A.EISL trunking
B.NPV mode
C.PortChannel
D.VSAN-based zoning
AnswerA

EISL trunking enables multiple VSANs over a single ISL.

Why this answer

EISL (Enhanced ISL) allows multiple VSANs to be trunked over a single ISL.

66
MCQhard

During a SAN performance analysis, a Fibre Channel link shows a high number of CRC errors. The link operates at 16 Gbps over a 10 km dark fiber. Which corrective action is least likely to resolve the issue?

A.Increase the buffer-to-buffer credit count on the link.
B.Replace the fiber cable with a single-mode fiber cable if multimode is used.
C.Clean all fiber connectors and inspect for damage.
D.Verify that the SFP+ optics match the fiber type and distance.
AnswerA

Buffer credits affect flow control, not physical errors.

Why this answer

CRC errors are physical layer issues caused by signal integrity problems such as dirty connectors, wrong fiber type, or excessive distance. Increasing the buffer-to-buffer credit count adjusts flow control and does not address signal integrity, making it the least likely to resolve CRC errors. The other options—replacing with single-mode fiber if multimode is used, cleaning connectors, and verifying SFP+ optics—directly target physical layer issues and are more likely to help.

67
MCQeasy

An engineer needs to connect a new server to an existing FC SAN. The server is located 50 km away from the data center. Which technology should be used to extend the FC SAN over this distance?

A.iSCSI
B.FCIP
C.FCoE
D.Direct FC connection with 10km optics
AnswerB

FCIP is designed to extend FC over long distances using IP networks.

Why this answer

FCIP (Fibre Channel over IP) is the correct choice because it encapsulates Fibre Channel frames inside TCP/IP packets, enabling the extension of FC SANs over long distances (beyond the 10 km limit of standard optics) by leveraging existing IP WAN infrastructure. This allows the 50 km connection while preserving native Fibre Channel semantics and fabric services.

Exam trap

Cisco often tests the distinction between FC extension protocols (FCIP) and alternative storage protocols (iSCSI, FCoE), trapping candidates who confuse 'extending FC' with 'replacing FC' or who assume long-reach optics can overcome distance limits without protocol adaptation.

How to eliminate wrong answers

Option A (iSCSI) is wrong because it is a storage networking protocol that carries SCSI commands over IP networks, not Fibre Channel frames, so it cannot extend an existing FC SAN; it would require native iSCSI initiators and targets. Option C (FCoE) is wrong because it maps Fibre Channel over Ethernet but is limited to data center bridging (DCB) environments with a maximum reach of typically 10 km over dark fiber, not 50 km. Option D (Direct FC connection with 10km optics) is wrong because standard Fibre Channel optics (e.g., 10 km SFP+) cannot achieve a 50 km link; even long-reach optics (e.g., 40 km) are impractical without repeaters, and FC is not designed for such distances without protocol extension.

68
Multi-Selectmedium

Which two advantages does thin provisioning provide in a storage array? (Choose two.)

Select 2 answers
A.Allows over-provisioning of storage capacity.
B.Improves storage utilization by allocating disk space on demand.
C.Increases write performance by using faster disks.
D.Reduces the need for snapshots.
E.Eliminates the need for RAID protection.
AnswersA, B

Thin provisioning enables presenting more capacity than physically available.

Why this answer

Thin provisioning allows over-allocation of storage capacity, presenting more space to applications than physically available, improving utilization. It also reduces power and cooling costs by using fewer physical disks initially.

69
Multi-Selectmedium

An engineer is configuring a Fibre Channel SAN with a Cisco MDS switch. To ensure high availability and load balancing, the engineer plans to use PortChannels. Which two statements about Fibre Channel PortChannels are true? (Choose two.)

Select 2 answers
A.PortChannels provide redundancy by automatically failing over to another link.
B.PortChannels require the use of the LACP protocol.
C.All member ports must be in the same VSAN.
D.PortChannels are supported only between F-ports.
E.PortChannels can aggregate up to 4 physical links.
AnswersA, C

PortChannels provide redundancy by automatically failing over traffic to remaining links if one fails.

Why this answer

Fibre Channel PortChannels on Cisco MDS switches provide link redundancy by automatically redistributing traffic if a member link fails. All member ports must belong to the same VSAN for the PortChannel to operate correctly. PortChannels can aggregate up to 16 physical links, not 4.

LACP is not used in Fibre Channel; it is an Ethernet protocol. PortChannels are supported on both E-ports (inter-switch links) and F-ports (N-port connections).

Exam trap

Candidates might mistakenly think PortChannels are limited to a small number of links or require LACP. Ensure you know the actual maximum (16) and protocol requirements.

70
MCQmedium

An MDS switch is configured with VSANs 100 and 200. The engineer wants to isolate traffic between two storage arrays on the same physical fabric. Which best practice should be applied?

A.Use zones within the same VSAN to separate arrays.
B.Place each array in a different VSAN.
C.Enable QoS to prioritize storage traffic.
D.Configure a port channel between the switches.
AnswerB

VSANs provide complete isolation.

Why this answer

VSANs provide complete isolation of traffic at Layer 2, creating separate fabric topologies within the same physical infrastructure. Placing each storage array in a different VSAN ensures that Fibre Channel frames from one array never reach the other, even though they share the same MDS switch hardware. This is the recommended best practice for separating storage traffic that must not interact.

Exam trap

The trap here is that candidates confuse zoning with VSAN isolation, thinking that zones within a single VSAN provide the same level of separation, when in fact zones only restrict end-device communication while leaving fabric services and control traffic shared across the entire VSAN.

How to eliminate wrong answers

Option A is wrong because zones within the same VSAN only control which initiators can talk to which targets; they do not isolate broadcast traffic, fabric services, or control-plane frames, so the arrays would still share the same VSAN domain and could be affected by each other's events. Option C is wrong because QoS prioritizes traffic but does not provide isolation; it only manages bandwidth and latency, not security or Layer 2 separation. Option D is wrong because a port channel aggregates bandwidth and provides link-level redundancy between switches; it does not separate traffic between storage arrays on the same physical fabric.

71
MCQeasy

Which of the following is a benefit of using Fibre Channel over Ethernet (FCoE) in a data center?

A.It increases the maximum distance of Fibre Channel links.
B.It reduces cabling complexity by using a unified fabric.
C.It provides native Fibre Channel security.
D.It eliminates the need for zoning.
AnswerB

Convergence reduces cabling.

Why this answer

FCoE encapsulates Fibre Channel frames over Ethernet networks, allowing storage and data traffic to share the same physical infrastructure. This consolidation reduces cabling complexity and the number of required switches, adapters, and power/cooling overhead, which is the core benefit of a unified fabric.

Exam trap

Cisco often tests the misconception that FCoE eliminates Fibre Channel management features like zoning or security, when in fact it preserves them while only consolidating the physical transport layer.

How to eliminate wrong answers

Option A is wrong because FCoE does not increase the maximum distance of Fibre Channel links; native Fibre Channel can already reach up to 10 km (standard) or more with repeaters, while FCoE is typically limited to the same data center or campus Ethernet distance constraints (100 m for copper, up to 10 km with fiber). Option C is wrong because FCoE does not provide native Fibre Channel security; it inherits Ethernet security mechanisms (e.g., ACLs, 802.1AE MACsec) but does not include FC-SP (Fibre Channel Security Protocol) natively. Option D is wrong because FCoE still requires zoning (via ENode or FCoE-specific constructs like FCoE VLANs and FCoE Initialization Protocol) to control which initiators can access which targets, just as in native Fibre Channel.

72
MCQeasy

A Cisco MDS switch is connected to a Fibre Channel storage array and a host. The host cannot see the storage LUNs. The 'show flogi database' command on the MDS shows the host's WWPN, but the 'show fcns database' does not show the storage target. What is the most likely cause?

A.The zone configuration is incorrect.
B.The host and target are in different VSANs.
C.The storage target is not logged into the fabric.
D.The host is not in the name server database.
AnswerC

The 'show fcns database' shows only devices that have logged into the fabric; if the target is not logged in, it won't appear.

Why this answer

The 'show flogi database' command displays all devices that have completed the Fabric Login (FLOGI) process, which the host has done. However, the 'show fcns database' command lists only devices that have registered with the Fabric Name Server (via FDISC or FLOGI with PLOGI). Since the storage target is not in the name server database, it means the target has not logged into the fabric (or has not registered its FC-4 type/SCSI features), preventing the host from discovering its LUNs.

This is the most likely cause because the host can see its own WWPN in the FLOGI database but cannot see the target in the FCNS database.

Exam trap

Cisco often tests the distinction between FLOGI (physical login) and FCNS registration (name server entry), leading candidates to incorrectly assume that a device visible in 'show flogi database' must also be in the fabric name server database.

How to eliminate wrong answers

Option A is wrong because an incorrect zone configuration would still allow the host and target to appear in the FCNS database (zoning only restricts access, not registration); the issue is that the target is not even registered. Option B is wrong because if the host and target were in different VSANs, the host's FLOGI would not appear in the same VSAN's FLOGI database as the target's VSAN, but the host's WWPN is visible, implying they are in the same VSAN. Option D is wrong because the host is already in the name server database (as shown by the FLOGI entry, which typically triggers name server registration), so the problem is the target's absence, not the host's.

73
Multi-Selectmedium

Which TWO of the following are best practices when interconnecting two Cisco MDS 9700 directors via Fibre Channel ISLs?

Select 2 answers
A.Enable NPIV on the ISL ports to allow multiple FCIDs
B.Use Fibre Channel port channels to bundle multiple ISLs
C.Configure the ISL ports as trunking E_ports
D.Configure the ISL ports as F_ports to increase scalability
E.Use E_port configuration (not F_port) for inter-switch links
AnswersC, E

Trunking E_ports allow multiple VSANs on a single link.

Why this answer

Trunking E_ports (TE_ports) are the standard configuration for inter-switch links (ISLs) in Cisco MDS fabrics. TE_ports enable the exchange of fabric services, VSAN trunking, and support for multiple VSANs over a single ISL, which is essential for scalable and efficient Fibre Channel SAN designs.

Exam trap

Cisco often tests the distinction between E_ports (for ISLs) and F_ports (for end devices), and the trap here is that candidates may confuse NPIV (a host-side feature) with trunking, or assume that port channels are a mandatory best practice rather than an optional enhancement.

74
MCQeasy

Which Fibre Channel addressing component identifies a specific port on a host or storage device uniquely in the fabric?

A.WWPN
B.WWNN
C.VSAN ID
D.FCID
AnswerA

WWPN uniquely identifies each FC port.

Why this answer

WWPN (World Wide Port Name) is a unique 64-bit identifier assigned to each FC port.

75
MCQeasy

A Fibre Channel switch port is experiencing high latency due to insufficient buffer credits. What is the most likely cause?

A.CRC errors on the fibre optic cable
B.High oversubscription ratio on the port
C.Long-distance link between switches
D.VSAN ID mismatch between end devices
AnswerC

Correct: Long-distance links require more buffer credits to maintain throughput.

Why this answer

In Fibre Channel (FC) networks, buffer credits are a flow control mechanism that allows a sender to transmit frames without waiting for an acknowledgment. Long-distance links require more buffer credits to keep the link fully utilized because the round-trip time (RTT) is higher. If insufficient buffer credits are allocated, the port will experience high latency as it must wait for credits to be returned before sending more frames.

Exam trap

Cisco often tests the distinction between congestion (oversubscription) and flow control (buffer credits), and the trap here is that candidates mistakenly associate high latency with oversubscription (Option B) rather than recognizing that long-distance links specifically require more buffer credits to avoid credit starvation.

How to eliminate wrong answers

Option A is wrong because CRC errors on the fibre optic cable indicate physical layer issues such as signal degradation or faulty transceivers, which cause frame corruption, not a shortage of buffer credits. Option B is wrong because a high oversubscription ratio on the port refers to the ratio of bandwidth demand to available bandwidth, which can cause congestion but does not directly cause insufficient buffer credits; buffer credit depletion is a separate flow control problem. Option D is wrong because a VSAN ID mismatch between end devices prevents them from communicating at all (zoning and fabric isolation), but it does not cause high latency due to buffer credit starvation.

Page 1 of 4 · 271 questions totalNext →

Ready to test yourself?

Try a timed practice session using only Storage Network questions.