Oracle
1Z0-873 · Question #3
When making connections to a MySQL server on a Unix platform, which of the following is true?
The correct answer is B. Socket file connections are faster than TCP/IP connections. On Unix, a Unix socket file connection provides better performance than a TCP/IP connection.
JDBC
Question
When making connections to a MySQL server on a Unix platform, which of the following is true?
Options
- ATCP/IP connections are faster than socket file connections.
- BSocket file connections are faster than TCP/IP connections.
- CTCP/IP and Socket file connections are equally as fast.
How the community answered
(41 responses)- A10% (4)
- B78% (32)
- C12% (5)
Explanation
On Unix, a Unix socket file connection provides better performance than a TCP/IP connection.
Topics
#MySQL#socket connections#TCP/IP#Unix platform
Community Discussion
No community discussion yet for this question.