如何理解X11的伺服器-客戶端模型中的「運行在遠端系統上的使用者程式(稱為客戶端或應用程式)」?

如何理解X11的伺服器-客戶端模型中的「運行在遠端系統上的使用者程式(稱為客戶端或應用程式)」?

我正在嘗試理解1.2.2 The Server−Client Model書中的X11 XLIB Programming Manual,有描述:

The server acts as an intermediary between user programs (called clients or
applications) running on either the local or remote systems and the
resources of the local system. 

相關圖如下:

在此輸入影像描述 我可以理解這樣的情況,X-server和X-client在同一個linux中,例如我使用的Fedora 24有xorg-x11-server-Xorg-1.18.3-2.fc24.x86_64 X伺服器並且xfce4-terminal-0.6.3-9.fc24.x86_64 X客戶端

但我無法理解...on remote system上面的說法。

我無法想像只xorg-x11-server-Xorg-1.18.3-2.fc24.x86_64安裝在一台電腦上而沒有 xfce4-terminal-0.6.3-9.fc24.x86_64安裝在其他幾台電腦上xorg-x11-server-Xorg-1.18.3-2.fc24.x86_64,或者說我不知道如何使用多台電腦進行實驗來理解上述內容

The server acts as an intermediary between user programs (called clients or
applications) running only on remote systems and the resources of the local system.  

相關內容