Projects

Remote Desktop (RDS)

rds · windows · projects

Introduction to Remote Desktop Server

Servers

A server is a computer designed to provide services, data, or resources to other computers, called clients, over a network.

A desktop or laptop can act as a server, but it is not designed for sustained workloads, high availability, or reliability.

Physical vs Virtual Servers

Virtual Server (Virtual Machine / VM)

Server Design Principles

Servers should be:

Common Server Types

These roles can run on separate servers or be combined on the same physical infrastructure, depending on scale and requirements.

What is an RDS Server?

Remote Desktop Services (RDS) is a Windows Server technology from Microsoft that allows multiple users to remotely access desktops or applications hosted on a centralized server using RDP (Remote Desktop Protocol).

RDS enables many users to log in at the same time to the same Windows Server, each receiving an isolated session while sharing the underlying operating system and hardware resources

RDS is essentially: Multiple user accounts logged into the same computer simultaneously.

Each user:

A normal Windows PC usually allows only one active user; Windows Server + RDS allows many active users at once

RDS vs VDI (Key Difference)

RDS (Session-Based)

VDI (Virtual Desktop Infrastructure)