1.2 Difference Between The Following: 1-Hub vs Switch 2-Bridge vs Router using LaTeX

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

\begin{document}
\newpage
\section{\emph{Difference between the follows:}}
\subsection{\emph Hub vs Switch}
\begin{table}[h]
\begin{center}
\begin{tabular}{ | l | p{5cm} | p{5cm} |}
\hline
Topic of Comparision & Hub & Switch\\ \hline
Defination&A Hub is a networking device that allows one to connect multiple PCs to a single network. Hubs may be based on Ethernet, Firewire, or USB connections.&A switch is a control unit that turns the flow of electricity on or off in a circuit. It may also be used to route information patterns in streaming electronic data sent over networks.\\ \hline
Transmission Type &Hubs always perform frame flooding; may be unicast, multicast or broadcast.&First broadcast; then unicast and multicast as needed.\\ \hline
Layer&Physical layer. Hubs are classified as Layer 1 devices per the OSI model.&Data Link Layer. Network switches operate at Layer 2 of the OSI model.\\ \hline
Function&To connect a network of personal computers together, they can be joined through a central hub.&Allow to connect multiple device and port can be manage and can also create security.\\ \hline
Ports&Hub has 4/12 ports.&Switch has 24/48 ports. \\ \hline
Figure&\begin{center}
\includegraphics[scale=0.3]{5}
\end{center}&\begin{center}
\includegraphics[scale=0.3]{4}
\end{center}\\ \hline
\end{tabular}
\end{center}
\caption{Hub vs Switch Table}
\end{table}
\newpage
\subsection{\emph Router vs Bridge}
\begin{table}[h]
\begin{center}
\begin{tabular}{ | l | p{5cm} | p{5cm} |}
\hline
Topic of Comparision & Router & Bridge\\ \hline
Defination & A router is a networking device that forwards data packets between computer networks.&A network bridge is a computer networking device that creates a single aggregate network from multiple networks\\ \hline
Used Network&Bridge is used for LAN network&Router is used LAN, WAN network\\ \hline
Security&Block and provide protection against broadcast stroms.&Doesn't blocks any Broadcast or Multicast.\\ \hline
Table&Bridges examine the source port and MAC addresses of frames to build a table and make forwarding decisions. These tables are typically accessed via software.&Store IP address in Routing table and maintain address at its own.\\ \hline
Ports&Bridge has 16 ports.&Router has 2/4/8 ports.\\ \hline
Figure&\begin{center}
\includegraphics[scale=0.23]{6}
\end{center}&\begin{center}
\includegraphics[scale=0.15]{0}
\end{center}\\
\hline
\end{tabular}
\end{center}
\caption{Router vs Bridge Table}
\end{table}
\end{document}

Previous Practical                                            Next Practical

Comments

Popular posts from this blog

To implement the various components of HTML5 Canvas

Program to illustrate the concept of templates.

Program to illustrate the order of execution of constructors and destructors in inheritance.