2 computers wired to same network yet different speeds

General discussion related to Cable Modems, DSL, Wireless, Fiber, Mobile Networks, Wireless ISPs, Satellite, or any other type of high-speed Internet connection, general issues and questions here. Review and discuss ISPs as well (AT&T / SBC, BellSouth, Bright House, CableOne, Charter, Comcast, Covad, Cox, Cablevision / Optimum Online, TMobile, Verizon FIOS, Shaw, Telus, Starlink, etc.)
Post Reply
jgraham
New Member
Posts: 1
Joined: Mon Apr 19, 2021 5:21 am

2 computers wired to same network yet different speeds

Post by jgraham »

Recently upgraded our home network with a new modem and router. Haven't check speeds in awhile but decided to after installing the new equipment. Me and my wife's computer sit pretty much side by side wired to our new Orbi router. Ran a speed test on both PC's, with hers getting far better results. Computers are pretty similar, but I have a few upgrades like graphics card and more ram but all-in-all, they are both high-end computer gaming rigs. However, after I ran the tests, her PC was getting a rocksteady 580-600 mbps download speed while mine was starting off near the same, but over the coarse of the test, slowed pretty consistently to around 300 mbps - sometimes higher/lower, but roughly a 200 mbps loss in speed from the one sitting right next to me. What I noticed was the initial tests were maintaining a pretty good speed, but after about 8-10 seconds, it drastically went down hill. I've scoured the interwebs for potential fixes but most advice was outdated or offered general tips on how to improve wireless speeds. Thus, I land here in hopes the mighty brains of networking might help steer me to a solution, or at the very least an explanation of what is going on. So without further ado, here's the shortlist of things I've done prior to coming here seeking help. I'm fairly savvy with computers, but I fully admit, networking is pretty foreign to me.

Rebooted all affected equipment several times: modems, routers, pc's.
Tried swapping the ethernet cords between PC's to see if the cord was bad or the cause of the slowdown.
Swapped ports on the router.
Watched the Task Manager like a hawk to see if anything was hogging my network bandwidth.
Checked various setting inside the router to see if any bright neon signs or red flags were on display.
Flushed the DNS cache.

The newly purchased equipment involved (although I cannot say the problem didn't exist prior to replacing):
Netgear Nighthawk CM 2000 Modem
Netgear Orbi Mesh WiFi 6 (RBK 753s)
ISP is Comcast

Thanks for any help on this matter. And if any other specs or technical data is needed please let me know and I'll do my best.
User avatar
Philip
SG VIP
Posts: 11526
Joined: Sat May 08, 1999 5:00 am
Location: Jacksonville, Florida

Post by Philip »

Are both using the same OS version, as in Windows 10 Home/Pro updated to the latest build?

Have you tried running the TCP Optimizer on your PC, see if that helps: https://www.speedguide.net/downloads.php
Just chose the "Optimal" settings, apply and reboot.

Also, is it possible that the network cable you use for your PC is not as good, or running along some source of electromagnetic interference? Fluorescent lamps, fan motors, power supplies, etc. What you describe sometimes happens if some TCP packets are lost, the "congestion avoidance algorithm" in TCP kicks in and throttles the connection.


If that doesn't work, you can try comparing the TCP/IP settings with some commands:

In Command prompt (run as admin):

Code: Select all

netsh int tcp show global
netsh int tcp show supplemental
In PowerShell (run as admin, note the template from the second command above, as in: "TCP global default template is ...."). If it is "Internet", then:

Code: Select all

get-netTCPSetting -SettingName Internet
Note if there are any differences in the outputs, those show the TCP settings of both computers.

There are also other things you can try, as change/optimize the Network Adapter parameters, as you are talking about higher speeds that can put quite a load on the NIC. Here is an article: https://www.speedguide.net/articles/net ... ation-3449


I hope this helps, let us know what works for you :)
Linux is user friendly, it's just picky about its friends...
Disclaimer: Please use caution when opening messages, my grasp on reality may have shaken loose during transmission (going on rusty memory circuits). I also eat whatever crayons are put in front of me.
๑۩۞۩๑
Post Reply