Forum Moderators: open
whoever registers mywebsite.com can then create any number of subdomains, such as www.mywebsite.com, ftp.mywebsite.com, pop3.mywebsite.com, smtp.mywebsite.com, blog.mywebsite.com, www2.mywebsite.com, etc.
you can control your subdomains with your registrar account.
www2 means whatever you want it to mean - it could be a company intranet domain, a subdomain for another public site, a domain for serving images or other media, etc.
An easy way to think of it:
website.com is a network.
www is the name of the computer on the network website.com
www2 is the name of another computer on the network website.com.
You can add a computer to handle the file transfering from your network to various people.. call that computer ftp
So then you have ftp.website.com
Next you want to send email, so you add a computer that sends and receives email for everyone in your company..smtp and pop
then you have smtp.website.com and pop.website.com
Those "computer names" are actually services that run on website.com, and only you can determine what services or "computers" can run on your network (website.com)...
hopefully that helps..