To configure the IP address for a computer connected to LAN

Include the following source Code in Document Environment in your LaTeX File

\begin{document}
\newpage
\section{\emph{To configure the IP address for a computer connected to LAN}}
\subsection{\emph{Whai is IP Address?}}
\begin{figure}[h]
\centering
\includegraphics[scale=0.2]{ip}
\caption{IP Address logo}
\end{figure}
IP address is a unique string of numbers separated by full stops that identifies each computer using the Internet Protocol to communicate over a network.\\
\subsection{To Configure IP Address For Windows}
\begin{enumerate}
\item Click on the Windows Key on your Keyboard and Press X. On the menu that appears click control panel.
\begin{center}
\includegraphics[scale=0.45]{2-1}
\end{center}
\item In Category view click on Network and Internet.
\begin{center}
\includegraphics[scale=0.5]{2-2}
\end{center}
\item Click on Network and Sharing Center.
\begin{center}
\includegraphics[scale=0.5]{2-3}
\end{center}
\item Click on Change Adapter Settings.
\begin{center}
\includegraphics[scale=0.55]{2-4}
\end{center}
\item Right click on Local Area Connection and click Properties.
\begin{center}
\includegraphics[scale=0.55]{2-5}
\end{center}
\item Click Internet Protocol Version 4 (TCP/IP) then click Properties.
\begin{center}
\includegraphics[scale=0.5]{2-6}
\end{center}
\item Change ‘Dot’ to Use the following IP address and input your IP and DNS information.
\begin{center}
\includegraphics[scale=0.5]{2-7}
\end{center}
\item Click OK to save and apply your settings.
\end{enumerate}
\end{document}

OUTPUT:

Comments

Post a Comment

Popular posts from this blog

Program to illustrate the concept of templates.

Example of Synopsis in LaTeX

To create an html file to implement the concept of margin, padding using cascading style sheets.