最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

dns - how do domains like <company-name>.workday.com get configured? - Stack Overflow

programmeradmin1浏览0评论

I believe each time a new company created an account, they get a domain <company-name>.workday pointing to the same ip ? or we can configure something like *.workday ?

I believe each time a new company created an account, they get a domain <company-name>.workday pointing to the same ip ? or we can configure something like *.workday ?

Share Improve this question asked Mar 6 at 8:39 RituparnaRituparna 5591 gold badge4 silver badges10 bronze badges 1
  • 1 Your question is not about programming, aside from that, it's not clear. If you want to learn about how subdomains work, I strongly advise you to google this instead of asking it on a forum. – Wimanicesir Commented Mar 6 at 8:45
Add a comment  | 

1 Answer 1

Reset to default 0

First of all, Stack Overflow is about programming, not about Networking, nor Server management. This post is suppose to be on Sever Vault.

A domain name is structured with different levels. The Top-Level Domain (TLD) is the first segment of the domain name, such as . This is followed by the Second-Level Domain (SLD), in your case, "workday". The portion of the domain that represents a company or individual, such as <company-name>.workday, is referred to as a subdomain.

When a subdomain like <company-name>.workday points to the same IP address, it's because the subdomain is a part of the same Second-Level Domain (SLD). In this case, "workday" serves as the base domain, and all subdomains of "workday" typically resolve to the same IP address unless configured otherwise through specific DNS records (such as A records, CNAME records, etc.).

This configuration ensures that subdomains under the same SLD can share the same resources and IP address, making it easier to manage multiple instances for different companies, regions, or services under a unified domain.

发布评论

评论列表(0)

  1. 暂无评论