Added use of acronyms

This commit is contained in:
chhan11 2017-06-01 16:19:58 +02:00
parent 35c6683f44
commit 21823ba57a
1 changed files with 4 additions and 4 deletions

View File

@ -8,16 +8,16 @@
\item \textbf{DHCPDECLINE:} Message sent from the client to the server that the address is already in use.
\item \textbf{DHCPNAK:} The server sends a refusal to the client for request for configuration.
\item \textbf{DHCPRELEASE:} Client tells a server that it is giving up a lease.
\item \textbf{DHCPINFORM:} A client already has an IP address but is requesting other configuration parameters that the DHCP server is configured to deliver such as DNS address.
\item \textbf{DHCPINFORM:} A client already has an \acrshort{ip} address but is requesting other configuration parameters that the \acrshort{dhcp} server is configured to deliver such as \acrshort{dns} address.
\end{itemize}
\section{DHCP Options}
\begin{itemize}
\item \textbf{43} Vendor-encapsulated option that enables vendors to have their own list of options on the server.
\item \textbf{69} SMTP server, if you want to specify available SMTP servers to the client.
\item \textbf{70} POP3 server, if you want to specify available POP3 servers to the client.
\item \textbf{150} TFTP server that enables your phones to access a list of TFTP servers.
\item \textbf{69} \acrshort{smtp} server, if you want to specify available \acrshort{smtp} servers to the client.
\item \textbf{70} \acrshort{pop3} server, if you want to specify available \acrshort{pop3} servers to the client.
\item \textbf{150} \acrshort{tftp} server that enables your phones to access a list of \acrshort{tftp} servers.
\end{itemize}
\section{DHCP Example Configuration}