From 21823ba57a07ed526a0e1c162046a70e3b214d92 Mon Sep 17 00:00:00 2001 From: chhan11 Date: Thu, 1 Jun 2017 16:19:58 +0200 Subject: [PATCH] Added use of acronyms --- chapter/section/dhcp.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/chapter/section/dhcp.tex b/chapter/section/dhcp.tex index 3ed1fba..d8d9c8e 100644 --- a/chapter/section/dhcp.tex +++ b/chapter/section/dhcp.tex @@ -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}