唠唠 RDS 那些事 ——RDS 服务部署

RDS 服务部署

主题:

  • [RDS 服务简介](#RDS 服务简介)

  • 系统要求

  • 部署

RDS 服务简介

RDS(Remote Desktop Service),中文称为“远程桌面服务”,即之前的 Terminal Service。
RDS 服务包括以下的核心组件:

  • RDCB —— Remote Desktop Connection Broker,远程桌面连接代理。
  • RDWA —— Remote Desktop Web Access,远程桌面 Web 访问。
  • RDGW —— Remote Desktop Gateway,远程桌面网关。
  • RDVH —— Remote Desktop Virtualization Host,远程桌面虚拟化主机。
  • RDSH —— Remote Desktop Session Host,远程桌面会话主机。
  • RDLS —— Remote Desktop Licensing Server,远程桌面授权服务器。

RDCB 负责管理到 RDSH 集合的传入远程桌面连接,以及控制到 RDVH 集合和 RemoteApp 的连接。
RDWA 为用户提供一个单一的 Web 入口,使得用户可以通过该入口访问 Windows 桌面和发布出来的应用程序。

你可能感兴趣的:(运维)