VMware NSX-T Data Center (VCP-NV 2020) — Question 10
Which three protocols could an NSX administrator use to transfer log messages to a remote log server? (Choose three.)
Answer options
- A. SSL
- B. HTTPS
- C. TLS
- D. UDP
- E. SSH
- F. TCP
Correct answer: C, D, F
Explanation
The correct protocols for transferring log messages are TLS, UDP, and TCP. TLS provides encryption, ensuring secure log transmission, while UDP is efficient for logging due to its low overhead. TCP is reliable for ensuring that log messages are delivered accurately, while SSL and HTTPS are primarily used for secure web traffic, and SSH is used for secure shell access, not for log transfer.