#SMB over QUIC support
1 messages · Page 1 of 1 (latest)
not supported at the moment. As for when/if it will ever be supported, I don't know, but I guess the chances are pretty slim unless some real-world usecases for QUIC pop up
Thank you Darkstar for your quick answer. it might be a nice feature and we are receiving requests about. this is the reason why I'm asking. Meanwhile we are doing some tests with a windows server 2025 + w11 🙂
why is it a nice feature? I mean what advantages does it have? (genuine question - I have only ever heard of QUIC, never looked into the details much)
what can I say... the advantage is not about QUIC per se, it's just to use smb as you are used to; but over http+tls1.3 (QUIC). therefore "remote" users can access the shares just with a browser.
access shares without the need for a vpn is the most common thing.
But it also is a much more secure transport due to http/3+tls1.3/etc
https://www.linkedin.com/pulse/deep-dive-smb-over-quic-file-sharing-konstantinos-xanthopoulos-5xkyf/
SMB3 can use AES encryption already, which should be pretty secure. The web thingy is neat though
so it's basically like WebDAV just with CIFS tunneled over HTTP instead of HTTP directly
I guess with the move to "foo over TLS" for everything (NFS over TLS, NVME/TCP over TLS, etc.) it is entirely possible that CIFS over TLS (aka QUIC) might show up as well... you'd need to ask NetApp for an NDA insight into their roadmap though to be sure
@obsidian ivy or we could just ask “the man” 😎
@slow ether I don't think it works like you think it does. QUIC is a transport similar to TCP & UDP. It is used with several Layer5 protocols (HTTP, SMB, etc), but it does not change the protocol that's used to access the data. When using QUIC as the transport, SMB data is still only accessed via the SMB protocol. It does not enable a WebDAV-like change in data access. QUIC only provides a "TLS tunnel" to access data. There's no HTTP in there. https://learn.microsoft.com/en-us/windows-server/storage/file-server/smb-over-quic?tabs=windows-admin-center%2Cpowershell2%2Cwindows-admin-center1
As @shell beacon mentioned, SMB3 with in-flight AES encryption is secure already. We are certainly entertaining the possibility of adding QUIC support to ONTAP for the SMB protocol, but as of this moment, the demand in the field is rather lackluster. If you want to register your demand, please have your NetApp account team file an FEPVR and describe the business use case of why you need SMB/QUIC.