- DNS in Action
- Alena Kabelova, Libor Dostalek
- 224字
- 2021-04-29 19:11:17
1.6 Reserved Domains and Pseudodomains
It was later decided that other domains could also be used as TLD. Some TLD were reserved in RFC 2606:
- The
test
domain for testing - The
example
domain for creating documentation and examples - The
invalid
domain for evoking error states - The
localhost
domain for software loops
Domains that are not directly connected to the Internet can also exist, i.e., computers that do not even use the TCP/IP network protocol therefore do not have an IP address. These domains are sometimes called pseudodomains. They are meaningful especially for electronic mail. It is possible to send an email into other networks and then into the Internet with the help of a pseudodomain (like DECnet or MS Exchange).
In its internal network, a company can first use TCP/IP and then DECnet protocol. A user using TCP/IP in the internal network (for example, <Daniel@computer.company.com>
) is addressed from the Internet. But how do you address a user on computers working in the DECnet protocol?
To solve this, we insert the fictive dnet
pseudodomain into the address. The user Daniel is therefore addressed <Daniel@computer.dnet.company.com>
. With the help of DNS, the entire email that was addressed into the dnet.company.com
domain is redirected to a gateway in DECnet protocol (the gateway of the company.com
domain), which performs the transformation from TCP/IP (for SMTP) into DECnet (for Mail-11).
- Final Cut Pro X 影視包裝剪輯完全自學教程(培訓教材版)
- Photoshop 2022從入門到精通
- iOS應用逆向與安全之道
- 從零開始:AutoCAD 2015中文版機械制圖基礎培訓教程
- AutoCAD 2014中文版完全自學手冊
- 中文版 Photoshop CC 從入門到精通
- Adobe創意大學InDesign CS5 版式設計師標準實訓教材
- Elgg Social Networking
- SOLIDWORKS中文版實用教程
- Apache Solr 3.1 Cookbook
- 數碼攝影后期密碼Photoshop CC調色秘籍(第2版)
- Python Testing Cookbook
- MATLAB在日常計算中的應用
- Flash CS5動畫設計教程
- NumPy 1.5 Beginner's Guide