简体   繁体   English

什么是Windows平台上的终端服务器/终端服务?

[英]What is Terminal Server/Terminal Services on a Windows platform?

I'm currently reading the MSDN description of some Windows APIs, such as WTSEnumerateSessions for instance, and it has words, such as 我目前正在阅读一些Windows API的MSDN描述,例如WTSEnumerateSessions ,它包含一些单词,例如

... is used ... on a Terminal Server ...在终端服务器上使用....

and

... requires running Terminal Services ...需要运行终端服务

But there seems to be no explanation of what all that "terminal" stuff is and how can I make sure that it is actually running. 但似乎没有解释所有“终端”的东西是什么,我怎样才能确保它实际上正在运行。

Can I be sure that every Windows XP SP3, Vista and Windows 7 machine has those terminal services running? 我可以确定每台Windows XP SP3,Vista和Windows 7计算机都运行这些终端服务吗?

Terminal Services is the component of Windows that allows remote desktop sessions. 终端服务是Windows的组件,允许远程桌面会话。 Generally, you have a Windows Server that is running the Terminal Services role. 通常,您有一台运行终端服务角色的Windows Server。 Clients, whether it be a windows 7 box, or a thin client, connect to the terminal server using the RDP protocol. 客户端(无论是Windows 7机箱还是瘦客户机)使用RDP协议连接到终端服务器。

WTSEnumerateSessions is meant to be run on such a server and returns a enumerated list of client sessions. WTSEnumerateSessions意味着在这样的服务器上运行并返回客户端会话的枚举列表。

Windows XP, Vista, and 7 all have the ability to host remote desktop sessions, however it is not as powerful as the actual Terminal Services (now called Remote Desktop Services in Windows Server 2008 R2) role. Windows XP,Vista和7都能够托管远程桌面会话,但它不如实际的终端服务(现在称为Windows Server 2008 R2中的远程桌面服务)角色强大。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM