%22%EC%9D%84%20%EC%96%B4%EB%96%BB%EA%B2%8C%20%EC%9D%B4%ED%95%B4%ED%95%A9%EB%8B%88%EA%B9%8C%3F.png)
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-서버와 X-클라이언트가 동일한 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.