ある会社は、データベース クラスターを実装するためのハイパーバイザー環境を準備しています。要件の 1 つは、クラスターのノード間でディスクを共有して、同じ LUN にアクセスすることです。会社が使用すべきプロトコルは次のうちどれですか? (2つ選んでください。)
正解:C,F
Explanation
These are the protocols that should be used to share the disks between the nodes of a database cluster to access the same LUN (Logical Unit Number). A LUN is an identifier that represents a logical unit of storage, such as a disk, partition, volume, etc., that can be accessed by a host system or device. To share the disks between the nodes of a cluster, the following protocols can be used:
iSCSI (Internet Small Computer System Interface): This is a protocol that allows SCSI commands to be sent over IP networks. iSCSI can enable block-level storage access over a network, which means that the host system or device can access the storage as if it were a local disk.
FC (Fibre Channel): This is a protocol that provides high-speed and low-latency data transfer over optical fiber cables. FC can also enable block-level storage access over a network, which means that the host system or device can access the storage as if it were a local disk.