-2

In a domain name, mostly started with prefix 'www'.is it used like a standard? ifnot, let me know, why?

kankaungmalay
  • 63
  • 2
  • 6

2 Answers2

2

www stands for world wide web. Many web addresses begin with www, because of the long-standing practice of naming Internet hosts (servers) according to the services they provide.

WWW prefix

anishMarokey
  • 11,279
  • 2
  • 34
  • 47
1

A FQDN starting with "www." is used, by convention, for the machine hosting the primary website for a domain.

These days, where websites are more important then they were in the early days of the Internet, it is conventional to also run a webserver on the main machine for the domain (i.e. example.com rather than www.example.com) (these are usually the same machine) and redirect from one to the other.

Quentin
  • 914,110
  • 126
  • 1,211
  • 1,335