Articles I've written for customers on IT issues.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

45 lines
2.9 KiB

\documentclass[11pt]{article}
%Gummi|065|=)
\usepackage{graphicx,caption}
\title{\textbf{Multiple Switches can Slow a Network Down}}
\author{Steak Electronics}
\date{2019}
\begin{document}
%\maketitle
\textbf{Multiple Switches can Slow a Network Down}
\section{Overview}
A question is, can multiple network switches, slow down either the network or the WAN. The answer is yes. Let's discuss a working example today.
\section{The Previous IT Guys}
Today I was working at an office. They had a firewall connected to a Verizon FIOS modem. They had a gigabit \footnote{Actually, all switches were gigabit, but it didn't make a difference.}switch immediately downstream, and then a network cable ran about 50-75 feet to their office. Here they had another Gigabit switch, and then the cables went off to either computers or other switches. Let's forget about what was downstream of that last switch except for the computers.
\subsection{Internet Speeds}
The internet speed from the two computers in the office was about 10Mbps down and roughly the same upload. However, I tested the speed directly from the IT closet, and found 100Mbps down and 100Mbps up. At this point, it was a simple case of following the signal path and seeing where things slowed down. At least, I knew that they \emph{should} be getting 100/100Mbps.
\subsection{The Tests}
What I found is that as soon as I had two switches after the firewall \footnote{which has its own internal switch}the speed would drop to 10/10. It was not dependent upon any brand of switch. I tried swapping from one other model that was available. The slowdown appeared to be switch independent. So in summary:
\begin{itemize}
\item Firewall - computer - 100/100
\item Firewall - switch - computer - 100/100
\item Firewall - switch - 50 foot wire - computer - 100/100
\item Firewall - switch - 50 foot wire - Switch A- computer - 10/10
\item Firewall - switch - 50 foot wire - Switch B- computer - 10/10
\end{itemize}
What I did was remove the switch at the outside of the firewall. Now I had only \\
\vspace{0.2in}
\\
Firewall - 50 foot wire - Switch - Computer - 100/100
\includegraphics[scale=0.5]{../pics/drawing.png}
\captionof{figure}{Here, removing the first switch after the firewall, resolved the low speed issues.}
\section{Additional Background}
I've heard an IT person mention that he didn't like multiple switches in network deployments, due to speed issues. On the other hand, I've setup Video Recording Networks with multiple switches all connecting serially to each other without issue. It seems that this is not a simple black and white issue. With the right hardware you may get away with it. Or if you avoid WAN access. In any case, the only way to know, is to test.
\section{Conclusion}
If you are going to put \textgreater 1 switches downstream of the firewall, make sure to double check the speed tests of WAN access. LAN access was no impacted in any significant way.
\end{document}