-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
\paragraph{A.} | ||
\begin{enumerate} | ||
\item Email system has two basic components: User-agents and Email server. The user-agents can send messages to the Email server with any protocols, then the messages will be sent to the destination Email server with SMTP, finally the receiver gets your message from the destination server using protocol like POP3 and IMAP. | ||
|
||
\item DNS system is a distributed database implemented in a hierarchy if DNS servers and an application-layer protocol that allows hosts to query the distributed database. At the top of the hierarchy is Root DNS servers and below it there are com DNS servers and org DNS servers and edu DNS servers and so on. All in all, there are three classes of DNS servers: Root DNS servers, Top-level domain servers and Authoritative DNS servers. | ||
\end{enumerate} |