- vừa được xem lúc

Explain about domain name system in web hosting services

0 0 12

Người đăng: 金魚

Theo Viblo Asia

In most web hosting services, different types of DNS (Domain Name System) records are used to manage how domain names are translated into IP addresses and other information. In this writing, we will discuss about main types of DNS records : A, AAAA, CNAME.

TTL : Time to live. Tells how long the record should be cached by DNS resolvers or clients before being discarded or refreshed. It is measured in seconds. Why using TTL : caching (reduce DNS queries), propagation, performance.

1. A record :

■ Purpose : Maps a domain name to an IPv4 address.

■ Usage : Directing traffic to a website hosted on a server with an IPv4 address. Can use A record to add subdomain.

For example :

Type Name Priority Content TTL
A admin 0 13.231.49.15 14400

If 13.231.49.15 refers to yamano-tech.jp, this A record creates subdomain admin.yamano-tech.jp

※ Please clarify that : subdomain # subpath

image.png*

2. AAAA record :

■ Purpose : Maps a domain name to an IPv6 address.

■ Usage : Necessary for websites hosted on servers using IPv6 addresses.

※ Mostly not used, IPv4 resource worldwide is still enough.*

3. CNAME record :

■ Purpose : Maps an alias name to a true canonical domain name (true domain name)

■ Usage : For example, any request to www.yamano-tech.jp will be resolved as if is were a request to yamano-tech.jp

image.png*

Use cases :

・Simplifying DNS Management

・Branding and SEO : Can have different domain names for branding purposes while managing them through a single canonical domain (true domain)

By pointing multiple aliases to a load balancer's canonical domain name, traffic can be efficiently distributed and managed.

Bình luận

Bài viết tương tự

- vừa được xem lúc

Deploy react project to firebase hosting

Hello 500 anh em, như mọi người đã biết thì sau những năm tháng code vật code vã thế nào chúng ta cũng cho ra đời một sản phẩm web chất lượng. Chuẩn bị.

0 0 39

- vừa được xem lúc

How to Deploy React App to GitHub Pages | Hosting a React App for Free using Github Pages

How to Deploy React App to GitHub Pages | Hosting a React App for Free using Github Pages. . In this video, we will Deploy React App to GitHub Pages. .

0 0 55

- vừa được xem lúc

Đừng chọn công nghệ xịn, hãy chọn công nghệ phù hợp

Có một thành ngữ phổ biến: giết gà đừng dùng dao mổ trâu. Trong lập trình, ta thường muốn chọn những điều gì đó xịn xò nhất, tối tân nhất, state-of-the-art nhất có thể.

0 0 33

- vừa được xem lúc

Hosting là gì? Đăng kí hosting như thế nào?

Mỗi website để có thể chạy được trên không gian mạng cần phải có domain cùng với hosting, domain là địa chỉ của website còn hosting là nơi lưu giữ nội dung của website. Ở bài viết này mình sẽ hướng dẫ

0 0 17

- vừa được xem lúc

Xóa bỏ port khi truy cập cyberpanel

Truy cập vào CyberPanel thường yêu cầu một port cụ thể, nhưng việc này có thể gây ra một số vấn đề về bảo mật và không tiện lợi cho người dùng. Vậy làm thế nào để xóa bỏ port khi truy cập CyberPanel.

0 0 20

- vừa được xem lúc

VPS là gì? Tìm hiểu về khái niệm Máy Chủ Riêng Ảo

VPS là viết tắt của Virtual Private Server, tạm dịch là máy chủ ảo, được phân chia từ một máy chủ vật lý thông qua công nghệ ảo hoá để thành nhiều máy chủ ảo riêng biệt và chia sẻ tài nguyên từ máy ch

0 0 15