
我正在嘗試理解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.