What is the difference between HTTP:// and WWW?
India
2 responses
@owlwings (43897)
• Cambridge, England
17 Jan 12
the first part of the URI - "http://" indicates the protocol which governs the type of communication. It stands for HyperText Transfer Protocol. There are other protocols - the two commonest being: "https://" (denoting a protocol which securely encrypts data as it passes over the Internet and "ftp://" or File Transfer Protocol, used for transferring files from one place to another.
"www." is not a protocol. It is the first part of the domain name (or 'human readable address' of a web site) and represents the whole space of the World Wide Web which is only ONE of the things which the Internet is concerned with. It is so common that it is often omitted (and actually automatically supplied) when an address is entered in a browser.


