Use the workstation's display and input devices to show a GUI application running on another host.
Which description is correct?
The X server manages the user's display and input devices; the GUI application connects as an X client.
Detailed explanation
Correct. The workstation X server provides display and input resources to the remote client.
Correct. The workstation X server provides display and input resources to the remote client.
Incorrect. It reverses the X11 client/server roles.
Incorrect. It reverses the X11 client/server roles.
Incorrect. A window manager is also an X client, not the X server.
Incorrect. A window manager is also an X client, not the X server.
Incorrect. A display manager starts sessions but does not run every X client.
Incorrect. A display manager starts sessions but does not run every X client.
Try it yourself
An example you can run in a temporary verification environment.
printf '%s\n' 'X server: display/input' 'X client: application'Expected result
X serverとX clientの役割を2行で表示Key points
- User side is X server
- Application is X client
- Network transparency
Notes
- Environment: X11アーキテクチャの概念確認
- Command output formatting can vary slightly by distribution or tool version.
- Run the example in a temporary directory or process when possible.
Foundation review
Read the scope first
Check whether the command acts on the current shell, a new process, an existing process, or a file.
Verify the observable result
Use the supplied command and compare the output with the expected result.