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-서버와 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.  

관련 정보