We are independent & ad-supported. We may earn a commission for purchases made through our links.
Advertiser Disclosure
Our website is an independent, advertising-supported platform. We provide our content free of charge to our readers, and to keep it that way, we rely on revenue generated through advertisements and affiliate partnerships. This means that when you click on certain links on our site and make a purchase, we may earn a commission. Learn more.
How We Make Money
We sustain our operations through affiliate commissions and advertising. If you click on an affiliate link and make a purchase, we may receive a commission from the merchant at no additional cost to you. We also display advertisements on our website, which help generate revenue to support our work and keep our content free for readers. Our editorial team operates independently of our advertising and affiliate partnerships to ensure that our content remains unbiased and focused on providing you with the best information and recommendations based on thorough research and honest evaluations. To remain transparent, we’ve provided a list of our current affiliate partners here.
Networking

Our Promise to you

Founded in 2002, our company has been a trusted resource for readers seeking informative and engaging content. Our dedication to quality remains unwavering—and will never change. We follow a strict editorial policy, ensuring that our content is authored by highly qualified professionals and edited by subject matter experts. This guarantees that everything we publish is objective, accurate, and trustworthy.

Over the years, we've refined our approach to cover a wide range of topics, providing readers with reliable and practical advice to enhance their knowledge and skills. That's why millions of readers turn to us each year. Join us in celebrating the joy of learning, guided by standards you can trust.

What is a Network Block Device?

By S.A. Keel
Updated: May 17, 2024

A network block device (NBD) is a remote data storage technique used on Linux® and Unix® computer systems, which allows a client computer to access a data store on a remote system. Once the client computer has set up the NBD, it is used as though it were a disk drive actually on the client as opposed to somewhere else on the network. The network block device on the server can be an actual hard disk or even a special type of file that can be accessed as though it were a disk. Although slower than a local hard disk, the method is useful for a number of cases, such as backup or compact computers without a disk drive.

Using the network block device, in most cases, entails a server and client model. On the server, what is referred to as the device node is maintained. This is typically either a hard disk, an array of disks, or a type of file often referred to as a disk image. The server runs a small bit of software, called a daemon, which allows for a client to access the device node from the server and mount it locally. From the client computer's perspective, the device node is accessed just as if it were any other disk drive.

The network block device is similar, in many ways, to another technique used by Unix® systems known as a network file system (NFS). One primary difference, however, is the protocol by which the communication occurs. NFS uses the user datagram protocol (UDP), whereas NBD uses the transmission control protocol (TCP). Since UDP is something of a fire and forget method of packet transfer over the network, it is sometimes hindered by the client having to ask for retransmission of the data. The TCP communication, on the other hand, establishes a dedicated connection between the client and server, ensuring the NBD data is read to and written from accurately.

This ability in a network block device implementation allows for some special types of disk mirroring to be established between the client and server. This technique is known as a redundant array of independent disks (RAID). With a type one RAID setup, the data on one disk is mirrored on any number of additional disks, providing an instantly accessible backup should any of the disks fail. In essence, the array is viewed by the computer operating system as a single disk.

One such product that makes extensive use of the network block device technique is known as the distributed replicated block device (DRBD®). A DRBD® setup is often used for very large disk arrays that require high availability. In this case, though, one disk array is set up in a RAID format, and then mirrored on other disk arrays through the use of an NDB. The DRBD® is then accessible to any number of client computers.

WiseGeek is dedicated to providing accurate and trustworthy information. We carefully select reputable sources and employ a rigorous fact-checking process to maintain the highest standards. To learn more about our commitment to accuracy, read our editorial process.
Discussion Comments
Share
https://www.wisegeek.net/what-is-a-network-block-device.htm
WiseGeek, in your inbox

Our latest articles, guides, and more, delivered daily.

WiseGeek, in your inbox

Our latest articles, guides, and more, delivered daily.