Connected Tutorial(This question is a follow-up to this tutorial):
RDMA Explained: The Backbone of High-Performance Computingcan Rdma data exchange be possible between windows and Linux? Because Windows’ network direct and Linux’s verbs seems to be not compatible between each other.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi there,
Yes, Windows and Linux can exchange data using RDMA, but they can’t do it by directly talking to each other’s RDMA APIs.
Windows uses Network Direct and Linux uses verbs, and those are just different programming interfaces. They don’t “speak” to each other. What does match between them is the RDMA hardware and network protocols underneath (like RoCE or InfiniBand). That part is the same on both sides.
So instead of Windows talking “Network Direct” to Linux talking “verbs”, both systems have to use some common protocol or software layer on top of RDMA. Each OS uses its own API under the hood, but the data format and behavior are agreed on.
That’s why things like SMB Direct or some MPI libraries work across Windows and Linux, while a custom app using raw verbs on Linux won’t easily talk to a custom Network Direct app on Windows.
Hope that this helps!
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.