1.7. GNBD (Global Network Block Device)
GNBD (Global Network Block Device)는 TCP/IP를 통해 Red Hat GFS로 블록 장치 액세스를 제공합니다. GNBD는 NBD와 개념이 비슷하지만 GNBD는 GFS 특정, GFS 만을 사용하여 독자적으로 실행됩니다. GNBD는 보다 강력한 기술이 — Fibre Channel이나 단일 개시자 SCSI — 필요하지 않거나 비용 제한이 있을 경우 유용합니다.
GNBD consists of two major components: a GNBD client and a GNBD server. A GNBD client runs in a node with GFS and imports a block device exported by a GNBD server. A GNBD server runs in another node and exports block-level storage from its local storage (either directly attached storage or SAN storage). Refer to 그림 1.18. “GNBD 개요”. Multiple GNBD clients can access a device exported by a GNBD server, thus making a GNBD suitable for use by a group of nodes running GFS.
![GNBD 개요](https://access.redhat.com/webassets/avalon/d/Red_Hat_Enterprise_Linux-5-Cluster_Suite_Overview-ko-KR/images/cb7cb223871c647295c744f225f5dbc8/GNBD-overview.png)
그림 1.18. GNBD 개요