what is www.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • mudge

    what is www.

    Hello,

    I've noticed that most domain names have www. infront of them, but I
    realized that I really don't know why the www. part is there at all or
    what it is.

    Is www. a regular locally created subdomain? or is it something else?
    Why do domain names go by: www.domainname.com instead of just
    domainname.com? Is there a difference?

  • Darkstar 3D

    #2
    Re: what is www.

    No, not really. You could have your site coded to display different
    content depending on whether or not it is there. One site demanded that
    a notice be put up that people had to go to www.sitename instead which
    I thought was stupid, why not redirect if you want it to be there.

    Anyway, here is a good blog post by a Google staff member that should
    do you good


    Comment

    • jamen

      #3
      Re: what is www.

      mudge wrote:[color=blue]
      > Hello,
      >
      > I've noticed that most domain names have www. infront of them, but I
      > realized that I really don't know why the www. part is there at all or
      > what it is.
      >
      > Is www. a regular locally created subdomain? or is it something else?
      > Why do domain names go by: www.domainname.com instead of just
      > domainname.com? Is there a difference?
      >[/color]

      www (a host on the domain) is just the common name to get to the
      www-server; like ftp is common to get the ftp-server

      Most times you will get to the www-server without the 'www.', and then
      there is no differnece.

      It is just a matter of DNS and webserver configuration

      Comment

      • 31349 83652

        #4
        Re: what is www.



        Comment

        • samfisch@googlemail.com

          #5
          Re: what is www.

          its ftp:// contrast to http://
          the www indicates graphic content in contrast to eg. email

          not sure if its also something of a special address range as many
          dyndns provider dont support the www prefix.

          Comment

          • Jerry Stuckle

            #6
            Re: what is www.

            samfisch@google mail.com wrote:[color=blue]
            > its ftp:// contrast to http://
            > the www indicates graphic content in contrast to eg. email
            >
            > not sure if its also something of a special address range as many
            > dyndns provider dont support the www prefix.
            >[/color]

            No, ftp:// is the access. ftp.example.com is the server (host).

            A particular domain may have many different servers for different uses.
            For instance, most large ISP's have pop3.example.co m for incoming mail
            and smtp.example.co m for outgoing email.

            Larger systems also often have separate a separate host for ftp access,
            such as ftp.example.com . And really big companies can have
            ftp1.example.co m, ftp2.example.co m, and so on.

            And you don't need to use a web browser an ftp server. There are many
            different ftp clients out there, also.

            Back to the original question. www.example.com indicates a web server.
            But many small domains also allow just example.com. And some web
            browsers will automatically add the www if you type in example.com and
            it's not found.

            --
            =============== ===
            Remove the "x" from my email address
            Jerry Stuckle
            JDS Computer Training Corp.
            jstucklex@attgl obal.net
            =============== ===

            Comment

            • Malcolm Dew-Jones

              #7
              Re: what is www.

              mudge (mudgen@gmail.c om) wrote:
              : Hello,

              : I've noticed that most domain names have www. infront of them, but I
              : realized that I really don't know why the www. part is there at all or
              : what it is.

              www stands for World Wide Web. The world wide web was originally a
              concept in which some computers on a network called the Internet would use
              a standard, very simple technique, to share data via pages of formatted
              text now called "web" pages.

              The name of the web page server was often chosen to reflect what it did.

              So for example, a university might have a domain name of "ivyleague.edu" .
              In that case the domain name is the name of the university's entire
              network.

              That university would have many computers. Each computer would need a
              name, like "billing-system.ivyleagu e.edu", "admissions.ivy league.edu", or
              "professor-browns-computer.ivylea gue.edu", etc etc.

              When they set up a computer to be a "web" server they gave it a suitable
              name, such as "www.ivyleague. edu".

              These days, most people running a web site don't have a whole bunch of
              computers to look after. They have just one computer which is the only
              computer in their domain. Since there is only one computer, there is no
              reason to give a name to the computer other than the domain name itself.


              $0.10

              Comment

              • Sandman

                #8
                Re: what is www.

                In article <1135377529.779 407.41540@g43g2 000cwa.googlegr oups.com>,
                "mudge" <mudgen@gmail.c om> wrote:
                [color=blue]
                > Hello,
                >
                > I've noticed that most domain names have www. infront of them, but I
                > realized that I really don't know why the www. part is there at all or
                > what it is.
                >
                > Is www. a regular locally created subdomain? or is it something else?
                > Why do domain names go by: www.domainname.com instead of just
                > domainname.com? Is there a difference?[/color]

                www.example.com - world wide web server
                mail.example.co m - mail server
                ftp.example.com - file transfer protocol server


                --
                Sandman[.net]

                "Apple beat Wintel to market with 64 bit personal computers"
                - Edwin

                Comment

                • Michael Winter

                  #9
                  Re: what is www.

                  On 24/12/2005 00:28, samfisch@google mail.com wrote:

                  [snip]
                  [color=blue]
                  > the www indicates graphic content in contrast to eg. email[/color]

                  The Web is not a solely a graphic medium. It's not even visual. This is,
                  of course, a point that many people seem to miss.
                  [color=blue]
                  > not sure if its also something of a special address range[/color]

                  No, it's not.
                  [color=blue]
                  > as many dyndns provider dont support the www prefix.[/color]

                  A limitation of the service, perhaps. It depends whether the service
                  handles domains or specific host names. For example, DynDNS allows the
                  assignment of wildcards so that any host name with the given domain will
                  be directed to the same IP address. It's then up to the server to
                  provide named virtual hosts (including www).

                  Mike

                  --
                  Michael Winter
                  Prefix subject with [News] before replying by e-mail.

                  Comment

                  Working...