Challenger App

No.1 PSC Learning App

1M+ Downloads
Protocol used by WWW:

AFTP

BHTML

CSMTP

DHTTP

Answer:

D. HTTP

Read Explanation:

HTTP is the protocol used to transmit all data present on the World Wide Web(WWW).


Related Questions:

To process data, computers use
C is a _____ programming language.
In C++, variables that hold memory addresses are called :
Which of the following is also called translator?

What is the value of sum after the execution of the following code?

int sum = 0;

for (int i = -5; i<=;i++)

{

         if (!i) break;

         sum += i;

}