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_64xorg-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.  

관련 정보