Actions:
|
2020-11-02 20:40 AEST by Arthur Barrett - see this article that describes Microsoft's effort to implement SMB over QUIC:
https://www.theregister.com/2020/11/02/windows_server_futures/
Pyle also showed off Server Message Block (SMB) over Quick UDP Internet Connections (QUIC).
QUIC is a protocol spawned by Google to address performance problems that occur when TCP drops packets
and does so by reducing the number of round trips needed to move data. The protocol has most-often been
discussed as a way to make web pages load faster. But Pyle pointed out that SMB over TCP to the cloud just
doesn’t work.
Using QUIC will make SMB ready for use in mobile and edge applications, Pyle said. To show why he demoed
trying to map a local drive to a virtual machine running in Azure and his Windows Server instance all-but-
hung and then gave up the ghost.
Running QUIC and sending the SMB traffic through a UDP tunnel – without a VPN – made the transfer
possible.
“SMB over QUIC is the future of distributed systems,” he said.
Also see wikipedia:
https://en.wikipedia.org/wiki/QUIC
mvfst (Pronounced move fast) is a client and server implementation of IETF QUIC protocol in C++ by
Facebook.
https://github.com/facebookincubator/mvfst
The wikipedia article also links to some "C" based projects, though C++ probably works better for CVSNT.
Use of this would require moving off the current compiler (see Bug 7429) |