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:

The method of making a programme error free :
Which of the following is not a programming language with Object Oriented Features?
An ...... program is one that is ready to run and does not need to be altered in anyway :
Which of the following is a computer code ?

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;

}