其他分享
首页 > 其他分享> > General Interview Notes

General Interview Notes

作者:互联网

Created in 2021-06-01 23:20

A record AND CNAME

The A record points a name to a specific IP.

The CNAME record points a name to another name instead of to an IP. The CNAME source represents an alias for the target name and inherits its entire resolution chain.

The A record maps a name to one or more IP addresses when the IP are known and stable. The CNAME record maps a name to another name. It should only be used when there are no other records on that name. The ALIAS record maps a name to another name, but can coexist with other records on that name.

标签:name,maps,IP,Notes,General,record,CNAME,another,Interview
来源: https://www.cnblogs.com/wangby511/p/14841127.html