nerdexam
CompTIA

SG0-001 · Question #66

A storage administrator is troubleshooting lack of connectivity between an iSCSI-initator and iSCSI-target that is located behind a firewall. The firewall has the following active rule base: Allow udp

The correct answer is B. iSCSI also requires TCP/3260 to be allowed.. An iSCSI initiator cannot connect to a target behind a firewall configured to allow UDP 3260 and TCP 443, but deny all other traffic.

Storage Connectivity

Question

A storage administrator is troubleshooting lack of connectivity between an iSCSI-initator and iSCSI-target that is located behind a firewall. The firewall has the following active rule base:

Allow udp port 3260 Allow tcp port 443 Allow icmp all Deny all Which of the following is the MOST likely issue?

Options

  • AiSCSI does not function behind a firewall due to the RPC protocol.
  • BiSCSI also requires TCP/3260 to be allowed.
  • CThe issue is not firewall related as iSCSI is not a TCP/IP-based protocol.
  • DiSCSI does not function behind a firewall due to NAT requirements.

How the community answered

(20 responses)
  • A
    10% (2)
  • B
    80% (16)
  • C
    5% (1)
  • D
    5% (1)

Why each option

An iSCSI initiator cannot connect to a target behind a firewall configured to allow UDP 3260 and TCP 443, but deny all other traffic.

AiSCSI does not function behind a firewall due to the RPC protocol.

iSCSI's core data plane relies on TCP/3260, not the RPC protocol, so its functionality behind a firewall is primarily dependent on allowing the correct TCP port.

BiSCSI also requires TCP/3260 to be allowed.Correct

iSCSI utilizes TCP port 3260 for its primary communication between the initiator and target. The firewall rule set explicitly allows UDP port 3260 but blocks the necessary TCP/3260 connection, which is the most likely cause for the lack of connectivity.

CThe issue is not firewall related as iSCSI is not a TCP/IP-based protocol.

iSCSI (Internet Small Computer System Interface) is a protocol that encapsulates SCSI commands over standard TCP/IP networks, making it fundamentally a TCP/IP-based protocol.

DiSCSI does not function behind a firewall due to NAT requirements.

While NAT can introduce complexities, the immediate issue with the given firewall rules is the explicit blocking of the standard iSCSI TCP port, not an inherent incompatibility with NAT requirements.

Concept tested: iSCSI protocol ports and firewall configuration

Source: https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/ee338480(v=ws.10)

Topics

#iSCSI#firewall rules#network troubleshooting#port numbers

Community Discussion

No community discussion yet for this question.

Full SG0-001 Practice