连接复用

发布于 2024-08-25 06:00:54 字数 143 浏览 2 评论 0原文

假设我们已经打开了到另一台远程计算机的 TCP 或 UDP 类型的连接。有了这个连接,我们是否可以像VPN(但不是VPN)一样通过这个连接允许多个虚拟连接?我的意思是多个应用程序在远程计算机上运行,​​并且您尝试访问这些应用程序,是否有任何多路复用机制或概念支持此类功能?

Supposing we have opened a connection of type either TCP or UDP to another remote machine. Having this connection, can we allow multiple connections virtually over this connection like VPN(but not VPN)? I mean multiple applications run on remote machine and you try to access to these applications, is there any multiplexing mechanism or concept supporting such feature?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

红焚 2024-09-01 06:00:54

这也称为隧道协议,并且各种应用程序针对各种协议实现了该协议。我个人喜欢 OpenSSH - 请参阅此处

That is also known as tunneling protocol, and various applications implement that for various protocols. I personally like OpenSSH - see here.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文