200-301 · Question #656
Drag and Drop Question Drag and drop each characteristic of device-management technologies from the left onto the deployment type on the right. Answer:
The correct answer is used to reliably share files between devices; supports reliable data transmission; appropriate for streaming operations with minimal latency; provides best-effort service. The correct arrangement maps TCP characteristics ('used to reliably share files between devices' and 'supports reliable data transmission') together, and UDP characteristics ('appropriate for streaming operations with minimal latency' and 'provides best-effort service') together.
Question
Exhibits
Answer Area
Drag items
Correct arrangement
- used to reliably share files between devices
- supports reliable data transmission
- appropriate for streaming operations with minimal latency
- provides best-effort service
Explanation
The correct arrangement maps TCP characteristics ('used to reliably share files between devices' and 'supports reliable data transmission') together, and UDP characteristics ('appropriate for streaming operations with minimal latency' and 'provides best-effort service') together. TCP is a connection-oriented protocol that guarantees delivery and order, making it ideal for file transfers and reliable data exchange. UDP is a connectionless, best-effort protocol that sacrifices reliability for speed, making it suited for real-time streaming and low-latency applications where occasional packet loss is acceptable.
Topics
Community Discussion
No community discussion yet for this question.

