Select a remote-display protocol intended to handle a virtual machine's screen, input, and clipboard efficiently.
Which is appropriate?
SPICE is designed for virtual-machine remote display and integrated input, audio, clipboard, and related devices.
Detailed explanation
Incorrect. RDP is a general remote desktop protocol.
Incorrect. RDP is a general remote desktop protocol.
Incorrect. XDMCP requests a remote X display-manager session.
Incorrect. XDMCP requests a remote X display-manager session.
Incorrect. VNC is a generic framebuffer-sharing mechanism.
Incorrect. VNC is a generic framebuffer-sharing mechanism.
Correct. SPICE targets virtual-machine console and device integration.
Correct. SPICE targets virtual-machine console and device integration.
Try it yourself
An example you can run in a temporary verification environment.
printf '%s\n' 'SPICE: virtual machine remote display protocol'Expected result
SPICEの主用途を表示Key points
- Virtual machines
- Remote display
- Input integration
Notes
- Environment: プロトコルの概念確認 / 通信なし
- 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.