The official protocol used for Internet communication is:

a. TCP
b. SMTP
c. TCP/IP
d. ftp

c. TCP/IP

Computer Science & Information Technology

You might also like to view...

In a database, a ________ is a category of data organized in a column

A) record B) label C) group D) field

Computer Science & Information Technology

What is the output of running the following code?string name = "Mark"name[3] = ‘c'print name

A. Mark B. Marc C. Nothing D. An error

Computer Science & Information Technology