Vidyalelo
MySQL · Q860

MySQL

Programming · MySQL · question 860

Q860

Connections to remote servers always use TCP/IP.

A.
True
Answer
B.
False

Answer: Option A

Solution

Answer: Option A
Solution:
This question is about how MySQL connects to other servers.

Think of a server like a computer that holds all the data for a website or an app.

When your computer wants to talk to a server, it needs a special language.

TCP/IP is one of these languages, and it's very common for talking between computers over the internet.

So, if you are connecting to a server that is not on the same computer as you, you are definitely using TCP/IP.

So the answer is True!