Domains, DNS, Email and Google Workspace

This article is a beginner's exploration of the sometimes confusing world of web hosting, domain registration, and Google Workspace.

In this age of increasing digital presence, understanding these concepts is becoming ever more essential, whether you're a small business owner looking to establish an online footprint, a new website administrator ready to learn the ropes, or simply a curious individual eager to understand how the web works.

In this article, we aim to provide you with a broad understanding of these key areas, focusing on principles rather than delivering a detailed 'how-to' manual. The world of web technology is fluid, and details often change as applications and standards evolve. Therefore, our goal is to arm you with a solid foundation, giving you the confidence to further explore and navigate these digital landscapes, equipped with the fundamental principles that underpin them all.

 

What is a Domain Registrar?

A domain registrar is a company that manages the reservation of internet domain names. In other words, they are businesses that have been accredited by ICANN (Internet Corporation for Assigned Names and Numbers) or a national ccTLD (country code top-level domain) authority to sell domain names to the public.

When you want to create a website, you need a domain name, like "www.example.com", that your users can type into their browser to find your site. This domain name is unique to your website, and it can't be shared by any other site.

A domain registrar allows you to purchase and register this domain name. Once you register a domain, it's yours for the duration of the registration period (usually one year, but it can be more), and you can renew it as long as you want to keep it.

Domain registrars also provide a number of other services related to domain management:

  1. Domain Transfers: If you already own a domain name registered with a different registrar, you can transfer it to a new one.

  2. Domain Privacy: This is a service that hides your personal information from the public WHOIS database, which stores the contact info of all domain owners.

  3. DNS Management: This allows you to control various aspects of your domain, such as pointing it to a specific web host, setting up email accounts, and setting up subdomains.

  4. Expired Domains: If a domain owner doesn't renew their domain, the domain registrar might sell it as an "expired" domain.

Most domain registrars essentially offer the same service: the registration of domain names. However, they differ in terms of additional services, pricing, customer support, and interface usability, so it's essential to do your research and choose one that best suits your needs.

One particularly vital part of the service is the control of the DNS record. via a control panel.

What is a DNS Record?

DNS, short for Domain Name System, is essentially the phone book of the internet. It translates human-friendly domain names like "names.co.uk" into IP addresses (xxx.xxx.xxx.xxx formatted numbers that uniquely identify which computer in the network or wider internet has the information you need) computers use this IP address to identify each other on the network. This enables us to type in a website URL like "www.names.co.uk" instead of memorizing a complex series of numbers to visit a website.

When managing a domain, there are several types of DNS records you may come across:

  1. A Record: This is the most common type of DNS record. It maps a domain or subdomain to an IPv4 address (a numerical IP like 192.168.1.1).

  2. AAAA Record: Similar to an A Record, but maps the domain or subdomain to an IPv6 address (a more modern, longer numerical IP like 2001:0db8:85a3:0000:0000:8a2e:0370:7334).

  3. CNAME Record: Stands for Canonical Name. This record is used to alias one name to another. For example, you could have www.names.co.uk point to names.co.uk.

  4. MX Record: Stands for Mail Exchange. This record is used to specify which mail servers are responsible for accepting emails on behalf of your domain.

  5. TXT Record: This type of record allows you to associate arbitrary text with a host or other name. It's often used for verification purposes, such as Google Site Verification or setting up SPF records to prevent email spam.

  6. NS Record: Stands for Name Server. This record is used to delegate a subdomain or domain to a set of name servers.

When managing a domain, the domain admin would set up or edit these records to control the traffic flow to your site, direct your email to your chosen email platform, and provide verifications for certain services, as well as telling the internet where your website is! (among other things.)

Here's a step-by-step guide on how you might interact with DNS records:

  1. Log into your registrar's control panel (for example your Names.co.uk, 123reg, goDaddy etc account): You'll first need to access your account. This is where you manage your domains.

  2. Navigate to the domain settings: Once you're in your account, find the domain you want to edit. There should be a way to view its DNS settings.

  3. Edit/Add DNS records: Here, you can add new records or modify existing ones. For example, if you want to connect your domain to a website hosted on another platform, you might need to edit the A record to point to that platform's IP address. If you're setting up email, you'll need to add MX records that point to your email host.

Remember, changes to DNS settings can take some time to propagate (spread) across the internet. This can take anywhere from a few minutes to 48 hours, so don't worry if changes aren't immediate.

Finally, be careful when editing DNS records. Incorrect settings can lead to your site being inaccessible or emails not being delivered. If you're unsure, it's a good idea to consult with a more experienced administrator or support from your domain registrar.

 

Where is my website?

Website Hosting:

A web host, or web hosting service provider, is a business that provides the technologies and services needed for a website or webpage to be viewed on the internet. Websites are hosted, or stored, on special computers called servers. When Internet users want to view your website, all they need to do is type your website address or domain into their browser. Their computer will then connect to your server and your webpages will be delivered to them through the browser.

DNS (Domain Name System): As we have already discussed, The DNS is essentially the phonebook of the internet. Humans access information online through domain names, like nytimes.com or google.com. Web browsers interact through Internet Protocol (IP) addresses. DNS translates domain names to IP addresses so browsers can load Internet resources.

Self-Hosting vs. Services like Squarespace or Wix or WordPress.com:

When it comes to setting up a website, you generally have two options: self-hosting or using a hosted service like Squarespace or WordPress.com. Here's a look at what that means:

Self-Hosting:

Self-hosting means you are responsible for purchasing, setting up, and maintaining your own web server. This offers the highest level of flexibility and customization, as you have full control over your server's hardware and software, and you can configure it to meet your specific needs. However, it also requires the most technical expertise and can have higher upfront and ongoing costs. You'll need to manage your DNS records to point your domain to your server's IP address.

Pros:

  1. Full Control: You have total control over the server environment. You can select your operating system, software stack, configure the server settings as per your requirements, and make changes as necessary.

  2. Customizability: You can customize every aspect of your site to a degree not possible with a hosted solution.

  3. No Monthly Fees: Unlike hosted solutions, once you purchase your server, you don't need to pay a monthly fee for hosting services.

  4. Data Ownership: You have complete control and ownership of your data.

Cons:

  1. High Initial Cost: The upfront cost of purchasing a server can be substantial.

  2. Maintenance: All maintenance, security, backups, and software updates are your responsibility.

  3. Technical Skills: Managing and configuring a server requires a certain level of technical knowledge.

  4. Infrastructure Requirements: If you're truly self-hosting (i.e., not renting server space in a data center), you'll need a robust, redundant power supply, high-speed multiple internet connections, RAID disks for data redundancy, and ideally, close proximity to an internet backbone for optimal speed. Setting up and managing this infrastructure can be complex and costly.

Hosted Services:

A hosted service like Squarespace or WordPress.com takes care of the hosting for you. They manage the server and its associated resources. When you use a service like this, you're essentially renting space on their servers to host your website. They handle all of the backend work, like server maintenance, updates, and security, so you can focus on building and managing your website. This is typically easier and more straightforward for beginners, but it offers less customization and control. They often also manage your DNS for you, so when you set up a site, it automatically points your domain to the correct IP address.

Pros:

  1. Ease of Use: Hosted services handle all the technical aspects for you, so you can focus on building your website. They are often equipped with intuitive interfaces and site-building tools.

  2. Managed Maintenance: All server maintenance, updates, and security are handled by the service provider. This includes RAID disk management and redundant power supplies.

  3. Scalability: Hosted services typically allow you to easily scale your resources up or down as your traffic needs change.

  4. Support: Most hosted services offer customer support to assist with any issues that may arise.

Cons:

  1. Monthly Fees: Hosted services charge monthly or annual fees that can add up over time.

  2. Limited Control: You have less control over server configuration and software options.

  3. Customization Limitations: While many hosted services offer a range of customization options, you are still limited by what the platform allows.

  4. Data Control: With a hosted service, your data is stored on a server owned by another company. While most companies have policies in place to protect your data, you are still entrusting your data to a third party.

Both methods of hosting have their advantages and are suited to different needs. Self-hosting is generally better for larger businesses or those with specific requirements that can't be met by hosted services. In contrast, hosted services like Squarespace or WordPress.com are more suited to individuals, small businesses, or anyone just starting with web development who wants a more straightforward, hassle-free experience.

There are trade-offs to both options. The best choice really depends on your specific needs, technical skill level, budget, and the time you can dedicate to managing your website's infrastructure.

 

Google Workspace

Google Workspace, formerly known as G Suite, is a collection of cloud-based productivity and collaboration tools developed by Google. It's primarily designed for business use but can also be utilised by individuals or organisations of any size, from small businesses to large enterprises. Google also offer a free tier for Charities.

In today's increasingly remote and flexible work environment, tools that support collaboration and integration between online and traditional workspaces have become essential.

Google Workspace sits at the forefront of this shift, providing a powerful suite of cloud-based productivity and collaboration tools that not only complement a company's website but also extend its functionality into every aspect of day-to-day operations.

At the core of Google Workspace's value proposition is its ability to facilitate real-time collaboration. With tools like Google Docs, Sheets, and Slides, teams can work together on documents, spreadsheets, and presentations from any location, all in real time. This eliminates the need for constant emailing of document versions and ensures everyone always has access to the latest iteration.

Google Workspace also provides seamless integration with other Google services, such as Google Calendar and Google Meet. This means you can schedule meetings directly from an email thread in Gmail, join video conferences straight from your calendar, and access all your files across these services via Google Drive.

Furthermore, Google Workspace bridges the gap between a company's website and its operational tools. For example, customer queries from a website contact form can be channeled directly into a shared Gmail inbox, and website performance data from Google Analytics can be automatically imported into a Google Sheets dashboard for team-wide visibility.

With the shift toward remote work and the move away from traditional office spaces, Google Workspace is particularly relevant. Its cloud-based nature means it's accessible from anywhere, whether you're working from home, a co-working space, or while on the move. All you need is an internet connection, and you have access to your entire workspace. This flexibility is crucial in today's world, where the ability to work effectively from any location is a key success factor.

Google Workspace includes a range of applications, including:

  1. Gmail: A secure, web-based email service.

  2. Google Drive: A cloud storage platform to save, share, and access files from any device.

  3. Google Docs, Sheets, and Slides: Online tools for creating and collaborating on documents, spreadsheets, and presentations.

  4. Google Calendar: An online calendar to schedule meetings and organize your time.

  5. Google Meet: A video conferencing tool for remote meetings and webinars.

  6. Google Chat: An instant messaging platform for quick communication within teams.

  7. Google Forms: An application for creating surveys, questionnaires, and forms to collect data.

  8. Google Sites: A tool for building simple websites or intranet pages.

  9. Google Keep: A note-taking service for capturing and organizing notes, lists, and reminders.

  10. Google Currents: A tool for open and transparent communication within organizations.

One of the major benefits of Google Workspace is its focus on collaboration. Multiple people can work on the same document, spreadsheet, or presentation simultaneously, and changes are saved in real time. Additionally, because everything is stored in the cloud, you can access your files and services from any device with an internet connection.

These collaborative tools empowers businesses to function more efficiently and seamlessly, irrespective of their physical location. By integrating online tools with the functionality of a company's website, it transforms the way we approach work, proving to be an invaluable asset in the era of remote and flexible work environments.

Setting up Google Workspace to use your domain

When you have a Google Workspace account and wish to use it with your custom domain, you will need to modify your domain's DNS records. Here's how the various types of DNS records relate to Google Workspace:

  1. MX Records: To use Gmail with your custom domain, you need to update the MX (Mail Exchange) records in your domain settings to direct your email to Google's mail servers. Google provides specific MX records that you should use.

  2. TXT Records: These records are used in Google Workspace for a couple of purposes. First, you use a TXT record to verify domain ownership with Google. This proves to Google that you control the domain. Secondly, you can use TXT records to set up SPF (Sender Policy Framework) which helps prevent email spam being sent from your domain.

  3. CNAME Records: These can be used to customize URLs for your Google Workspace services. For example, you might create a CNAME record that allows users to navigate to "mail.names.co.uk" to access their Gmail.

When you set up Google Workspace, Google will provide specific instructions on which DNS records to add or change. You should follow these instructions carefully to ensure that your Google Workspace services function correctly.

Remember that changes to DNS records may take up to 48 hours to propagate around the internet, so don't be alarmed if the changes don't take effect immediately.

Please note that DNS settings are delicate and making incorrect changes can disrupt your services, so always ensure to double-check any changes you make. If you're not sure, it's always best to consult with a more experienced administrator or seek help from Google Workspace support or Names.co.uk's support team.

Setting up Users in Google Workspace

Below are the steps to create users in Google Workspace and how they can access their email:

Creating users in Google Workspace:

  1. Sign in to your Google Admin console: Sign in using an account with super administrator privileges (does not end in @gmail.com).

  2. From the Admin console Home page, go to Users: In the Users list, you'll see each user's name and email address, along with indicators for their status and settings.

  3. Click Add New User: At the top of the page, click on the Add New User button.

  4. Fill out the form for the new user:

    • First Name: Enter the user's first name.
    • Last Name: Enter the user's last name.
    • Primary Email: Enter the user's email address, which will also be their username.
    • Password: Enter the user's password.
    • Secondary Email You also have the option to add a secondary email to send the user instructions
  5. Click Add: This will create the new user account.

You will then be given the option of sending an introductory email to the Secondary address that you used above. The user can now sign in to their Google Workspace account using their new username and password.

How users can access their email:

  1. Go to the Gmail website: Open a web browser and go to the Gmail website (mail.google.com).

  2. Enter your Google Workspace email address: When prompted, the user should enter their full Google Workspace email address, including the domain (username@yourdomain.com).

  3. Enter your password: After entering the email address, they should be prompted to enter their password.

  4. Sign in: Click on the Sign in button to access their email.

Users can also use the Gmail app on mobile devices to access their email. They'll simply need to sign into the app with their Google Workspace email address and password.

Remember, as the admin, you have the ability to reset a user's password from the Google Admin console if they ever forget it. It's also a good idea to encourage users to set up two-step verification for additional security.

 

Groups in Workspace

Google Workspace includes a powerful feature known as Google Groups. Google Groups provides a convenient way to communicate and collaborate with multiple people within your organization.

A Google Group works like a mailing list: you can send an email to a single email address, and that message is then distributed to all members of the group. It's great for project teams, departmental communication, classes, or even company-wide announcements.

Here's how to create a group:

  1. Sign in to Google Admin Console: As an administrator, sign in to the Google Admin console. Remember, you must sign in using an account with super administrator privileges.

  2. Go to the Groups section: From the Admin console Home page, navigate to "Groups".

  3. Click on the "+" or "Create Group" button: This will open a page where you can create a new group.

  4. Enter Group details: You'll be asked to provide a group name, group email address, and group description. Once you've filled out these fields, you can click "Create Group".

  5. Add members to the group: After the group is created, you can add members to the group. You can add them one by one or in bulk.

Once you've created a group and added members, anyone who sends an email to the group email address will have their message distributed to all members of the group. You can manage the group's settings to control who can send messages to the group, whether messages are moderated, and more.

Besides serving as an email distribution list, Google Groups can also be used to manage access to shared resources, like a Google Calendar or Google Drive folder. For example, you could create a group for a project team and give that group access to a shared project calendar. Anybody added to the group would automatically get access to the calendar.

Lastly, Google Groups can be used as collaborative inboxes, where teams can collectively manage emails, assign tasks, and track statuses, which is particularly useful for customer support or project management.

 

Setting up email access.

If you use an email client, such as Microsoft Outlook or Apple Mail, to access your Gmail account within Google Workspace, you will need to set up the client using the IMAP or POP settings provided by Google. Here are the general steps you'll need to follow:

Step 1: Enable IMAP or POP in Gmail

  1. Sign in to Gmail using your Google Workspace account.
  2. In the top right, click the gear icon, then select "See all settings".
  3. Click the "Forwarding and POP/IMAP" tab.
  4. In the "IMAP access" or "POP download" section, select "Enable IMAP" or "Enable POP for all mail".
  5. Scroll down and click "Save Changes".

Step 2: Configure your Email Client

The following steps may vary slightly depending on your email client, but generally you will need to:

  1. Open your email client and navigate to the account settings.
  2. Select to "Add Account" or "Create a New Account".
  3. Enter your Google Workspace email address and password.
  4. When prompted, enter the following settings:

For IMAP:

  • Incoming Server: imap.gmail.com
  • Incoming Port: 993
  • Use the following type of encrypted connection: SSL
  • Outgoing Server (SMTP): smtp.gmail.com
  • Outgoing Port: 465 or 587
  • Use the following type of encrypted connection: SSL/TLS

For POP:

  • Incoming Server: pop.gmail.com
  • Incoming Port: 995
  • Use the following type of encrypted connection: SSL
  • Outgoing Server (SMTP): smtp.gmail.com
  • Outgoing Port: 465 or 587
  • Use the following type of encrypted connection: SSL/TLS
  • Follow any remaining prompts to finish setting up your account.

You should now be able to send and receive your Gmail messages from within your email client.

It's also important to note that Google Workspace also supports a more secure method of email retrieval called OAuth, which allows you to use your Google Workspace credentials to set up the email client without entering your password. This option is only supported by certain email clients, so check your client's documentation for more information.

IMAP and POP are two methods used by email clients to access mail from a remote server.

They serve as an intermediary, allowing you to retrieve your emails from the server and view them on your preferred device (such as a computer or smartphone).

POP (Post Office Protocol)

POP, the older of the two protocols, is designed to download all of your emails from the server onto your device and then, typically, delete them from the server. The advantage of POP is that it keeps your email client uncluttered, as all the emails are stored on your device. It's also handy if you have a limited internet connection, as you can read downloaded emails offline.

There are some downsides to using POP. Since emails are downloaded onto the device you're checking them on, if you switch devices, you won't see any of the emails that have been downloaded on the other device. Also, if you lose your device or it gets damaged, you could potentially lose all of your emails.

IMAP (Internet Message Access Protocol)

Unlike POP, IMAP allows you to view your emails from multiple devices because the messages are stored on the server until you decide to delete them. When you check your inbox, the email client contacts the server to fetch your emails, allowing you to read them.

A significant advantage of IMAP is that it provides a more consistent experience across multiple devices. If you read, move, or delete an email on one device, the change is updated on the server and will be reflected on all your devices. It's more suitable for modern users who check their email from different devices throughout the day. However, because IMAP stores emails on the server, it could potentially use up your email account's storage limit more quickly.

As I bring this exploration of web hosting, domain registration, and Google Workspace to a close, it's important to remember that the world of web technology is dynamic and ever-changing. While the core principles we've discussed generally hold true, the specifics are often fluid and evolve over time as applications, standards, and best practices continue to develop.

This article aims to provide some sound foundations of these concepts. But check things havent changed... and verify the most recent support materials. If you're dealing with your domain registrar or setting up and managing services within Google Workspace, I strongly encourage you to consult the latest support materials and documentation directly from these providers.

Understanding how web hosting, domains, and productivity suites like Google Workspace function is a journey, not a destination. As these technologies continue to advance and improve, so too should our knowledge and understanding of them.

Chris Bampton

Chris is a business analyst, consultant and designer.  He loves solving problems and sharing his enthusiasm to help other businesses solve critical problems.

https://www.isoblue.com
Previous
Previous

Google WORKSPACE For Non-Profits

Next
Next

Tokens or Cookies? Knack embed on Squarespace