Windows 10 에서 수동으로 또는 타사 앱을 사용하여 TCP/IP 설정을 최적화할 수 있습니다 . 최적화하면 인터넷 연결 속도가 잠재적으로 향상(improve your internet connection speed) 될 수 있습니다 . 필요한지, 어떤 설정을 변경해야 하는지, 어떻게 변경해야 하는지 궁금하시다면 프로세스를 안내해 드리겠습니다. 그러나 그 전에 몇 가지 기본 사항을 살펴보겠습니다.
TCP/IP란 무엇입니까?
TCP/IP ( Transmission Control Protocol/Internet Protocol )는 네트워크 장치가 연결되어 있을 때 통신할 수 있도록 하는 통신 프로토콜 그룹입니다. TCP/IP 는 데이터가 인터넷을 통해 전송 및 수신되는 방식을 지정하는 일련의 규칙 및 절차입니다.
컴퓨터 시스템은 네트워크에 있는 수많은 다른 시스템과 상호 작용하지만 주어진 시간에 두 시스템 만(only) 서로 통신할 수 있습니다. 이 통신이 효과적으로 작동하려면 컴퓨터에 프로토콜이 필요합니다.
프로토콜은 컴퓨터가 서로 상호 작용하기 위해 사용하는 일련의 규칙입니다. TCP/IP 는 공급업체에 관계없이 모든 컴퓨터가 상호 작용할 수 있도록 하는 표준 통신 프로토콜입니다. IP( 인터넷 프로토콜(Internet Protocol) )는 데이터가 전송될 주소와 같으며 TCP 는 해당 주소로 데이터를 전달하는 방법입니다.
TCP 와 IP는 다른 것이지만 서로 의존하기 때문에 대부분 함께 사용됩니다. 예를 들어 문자 메시지를 생각해 보십시오 . (Think)IP 주소는 전화번호와 유사합니다. 데이터가 전송 되는 위치(where) 를 결정하는 데 도움이 됩니다 . TCP 는 메시지를 전송하고 알림음을 재생하며 문자 메시지를 읽을 수 있도록 하는 기술입니다.
Windows 10 에서 (Windows 10)TCP/IP Settings 을 최적화해야 합니까?
대부분의 경우 특정 목적을 위해 변경하려는 설정을 알고 있지 않으면 TCP/IP 설정 을 최적화할 필요가 없습니다 .
그러나 Windows Vista 에는 대역폭 및 네트워크 지연을 포함하여 (Windows Vista)TCP 의 여러 매개변수 를 실시간으로 모니터링하는 수신 창 자동 조정(Receive Window Auto-Tuning) 이라는 새로운 기능이 도입되었습니다 . 애플리케이션 검색 속도와 대역폭을 지연시키는 제품을 측정하여 최적의 수신 창 크기를 결정합니다. 다음으로 수신 창 크기를 조정하여 잉여 대역폭을 활용하려고 합니다.
이것이 이 기능이 TCP 수신 창을 확장하여 네트워크 성능과 처리량을 최대화하는 방법입니다. 기본적으로 Windows 는 네트워크 속도를 최대화 하도록 TCP 를 최적화하는 기능을 추가했습니다 .
하지만 수동 최적화가 필요한 경우가 몇 가지 있습니다. 예를 들어 Windows XP 또는 이전 버전의 Windows 를 사용 중이거나 자동 조정 기능을 지원하지 않는 이전 라우터 또는 모뎀을 사용하거나 특정 TCP/IP 설정을 변경하려면 다음을 수행해야 합니다. TCP/IP 설정을 수동으로 최적화 합니다.
Windows 에서 자동 조정 기능을 비활성화하는 방법은 무엇입니까?
Windows Vista 보다 이전 버전의 Windows 가 있거나 (Windows)자동 조정(Auto Tuning) 을 지원하지 않는 라우터가 있는 경우 쉽게 비활성화할 수 있습니다.
대부분의 타사 TCP 최적화 도구를 사용하면 인터페이스 내에서 자동 조정 을 비활성화할 수 있습니다. (Auto-Tuning)그러나 그렇지 않은 경우 몇 가지 명령을 실행하여 자동 조정(Auto-Tuning) 을 비활성화할 수 있습니다 .
명령 프롬프트(Command Prompt) 를 실행하여 시작 하고 다음 명령을 실행합니다.
- 자동 조정이 활성화되어 있는지 확인하십시오.
netsh 인터페이스 tcp 글로벌 표시( interface tcp show global)
Receive Window Auto-Tuning Level 이 정상(normal) 으로 나타나면 Auto-Tuning이 활성화된 것입니다.
- 자동 조정 비활성화:
netsh int tcp set global autotuninglevel=disabled
이 시점에서 Auto-Tuning 을 비활성화 했습니다. 다시 활성화하려면 다음 명령을 실행하십시오.
netsh int tcp set global autotuninglevel=normal
레지스트리 편집기(Registry Editor) 에서 자동 조정을 비활성화할 수도 있습니다 . Win + R 을 누르고 regedit 를 입력 한 다음 Enter 키를 누릅니다 . 탐색 모음에 다음 주소를 붙여넣습니다.
HKEY_LOCAL_MACHINE\Software\소프트웨어 Microsoft (Microsoft)\Windows\CurrentVersion\Internet Settings\WinHttp
WinHttp 하위 키 에 새 값을 만들어야 합니다 . 공백을 마우스 오른쪽 버튼으로 클릭 하고 (Right-click)새로(New ) 만들기 > DWORD (32비트) 값( (32-bit) Value) 을 선택 합니다.
값의 이름을 TcpAutotuning 으로 지정합니다 . DWORD 를 두 번 클릭 하고 값 데이터(Value data) 필드 에 1을 입력 하고 확인(OK) 을 선택 합니다.
다시 활성화하려면 값을 삭제하거나 값 데이터(Value data ) 를 0으로 설정하세요.
Windows 10 에서 TCP/IP 를 최적화하는 방법
자동 조정 기능 및 TCP/IP 설정은 Windows 10 에서 미리 구성되어 있습니다. 즉, 수동으로 변경하지 않는 한 Microsoft Windows 를 사용하는 모든 사람에게 동일합니다 . 그러나 같은 운영 체제를 사용하는 사람들이라도 물론 다른 유형의 인터넷 연결이나 오래된 라우터를 사용할 수 있습니다.
인터넷(Internet) 연결은 광대역 또는 광섬유이거나, 다른 대역폭(bandwidths) 을 제공하거나, 다른 대기 시간을 가질 수 있습니다. 인터넷 연결의 특정 특성에 가장 적합하도록 TCP/IP 설정 을 조정할 수 있습니다 .
기술에 정통한 경우 Windows 레지스트리 설정 을 변경 하거나 명령 프롬프트 에서 명령 조합을 실행하여 (Command Prompt)Windows 10 에서 (Windows 10)TCP/IP 를 최적화할 수 있습니다 . 그러나 인터페이스를 사용하여 한 곳에서 모든 작업을 수행할 수 있으므로 타사 도구를 사용하면 프로세스가 훨씬 간단합니다.
(Download )TCP 옵티마이저 (TCP Optimizer)다운로드
TCP/IP 설정 최적화를 시작하기 전에 TCP Optimizer 와 같은 타사 도구를 다운로드해야 합니다 .
다운로드(Download) 하고 다운로드한 파일을 마우스 오른쪽 버튼으로 클릭한 다음 관리자 권한으로 실행을(Run as administrator) 선택 합니다.
이제 화면에 인터페이스가 표시됩니다.
(Optimize) TCP/IP최적화
시작하려면 인터넷 속도를 TCP Optimizer 에 삽입하기만 하면 그에 따라 모든 설정이 최적화됩니다. 속도를 인터넷 연결이 제공하는 최대 속도로 설정하십시오. 이것은 LAN 속도(LAN speed) 가 아니라 사용 가능한 최대 대역폭 입니다. 예를 들어 대역폭이 50Mbps(Mbps) 연결인 경우 속도를 50Mbps(Mbps) 로 설정합니다 .
그런 다음 하단의 설정 선택 섹션에서 (Choose settings )최적(Optimal) 을 선택 하고 변경 사항 적용(Apply changes) 을 선택 합니다.
팝업 창 에서 오른쪽 하단의 백업(Backup) 및 로그 생성(Create Log) 옆에 있는 두 확인란을 모두 선택하고 확인 을 선택 합니다(OK) .
재부팅하라는 메시지가 표시되면 예(Yes) 를 클릭 합니다. 나중에 재부팅 하려면 아니요(No ) 를 클릭 합니다. 그러나 변경 사항은 재부팅 후에만 적용됩니다.
이제 끝입니다.
문제가 발생하면 TCP Optimizer(TCP Optimizer) 가 변경 사항을 적용하기 전에 설정 백업을 자동으로 생성 하기 때문에 항상 기본 설정으로 되돌릴 수 있습니다 .
네트워킹 방법을 알고 있고 개별 설정을 변경 하려면 하단의 설정 선택 섹션에서 (Choose settings)사용자 지정(Custom) 을 선택하여 시작하십시오. 이렇게 하면 이전에 회색으로 표시되었던 모든 설정을 이제 조정할 수 있음을 알 수 있습니다.
설정을 변경하기 전에 네트워크 어댑터 (Network Adapter)선택( selection) 섹션 에서 올바른 네트워크 어댑터를 선택했는지 확인하십시오 .
그런 다음 MTU , Congestion Control Provider 및 (Congestion Control Provider)QoS 와 같은 고급 TCP/IP 매개변수 를 변경할 수 있습니다 . 그러나 이는 일반적으로 해결하려는 정확한 문제가 있고 이러한 설정을 사용하여 문제를 해결하는 방법을 알고 있을 때 유용합니다.(and)
예를 들어, 게이머가 인터넷 속도를 최적화하려는 경우 고급 설정(Advanced Settings) 탭으로 전환하고 네트워크 제한 지수(Network Throttling Index) 및 Nagle 알고리즘을 비활성화할 수 있습니다.
TCP Optimizer 에는 많은 고급 기능이 포함되어 있지만 수행 중인 작업을 알지 못하는 한 이러한 기능을 사용하지 않는 것이 가장 좋습니다. 또한 대부분의 경우 TCP Optimizer(TCP Optimizer) 를 사용하여 최적의 설정을 적용하면 Windows 10 에서 (Windows 10)TCP/IP 설정 을 최적화하기에 충분합니다 .
무언가를 엉망으로 만들면 항상 기본 Windows 설정을 적용 하고 상단 의 파일 메뉴에서 (File)TCP/IP 및 WINSOCK 을 재설정 할 수 있습니다.
TCP 설정, 최적화
TCP 최적화 는 네트워크 연결에서 고성능을 보장하려는 경우에 매우 유용할 수 있습니다. 현재 설정에서 인터넷 계획의 잠재력을 최대한 활용할 수 없는 경우 TCP 설정을 최적화할 수 있습니다.
물론 최적화가 실제로 보장되는지 확인하는 것이 가장 좋습니다. 예를 들어, 더 나은 인터넷 속도를 얻기 위해 WiFi 신호를 개선하기 만 하면 됩니다. (improve your WiFi signal)업로드 및 다운로드 속도(improving your upload and download speeds) 를 향상시키는 몇 가지 다른 방법 도 있습니다.
How to Optimize TCP/IP Settings in Windows 10
You cаn optimize TCP/IP settingѕ in Windows 10 either mаnually or using a third-party app. Optimizing іt can potеntially improve your internet connection speed. If you’re wondering whether it’s necessary, what settings you need to change, and how, we’ll walk you through the process. But before that, let’s get some basics out of the way.
What Is TCP/IP?
TCP/IP, short for Transmission Control Protocol/Internet Protocol, is a group of communication protocols that allow network devices to communicate when they’re connected. TCP/IP is a set of rules and procedures that dictate the way data is transmitted and received over the internet.
Your computer system interacts with countless other systems on a network, but at any given point in time, only two systems can communicate with each other. For this communication to work effectively, computers need protocols.
A protocol is a set of rules that computers use for interacting with each other. TCP/IP is a standard communication protocol that allows all computers to interact, regardless of the vendor. IP (Internet Protocol) is like an address where the data is to be sent, while TCP is the method of delivering the data to that address.
TCP and IP are different things, but they’re mostly used together because they rely on each other. Think of a text message for example. An IP address is similar to your phone number; it helps determine where the data is sent. TCP is the technology that transmits the message, plays the notification tone, and allows you to read the text message.
Do You Need to Optimize TCP/IP Settings on Windows 10?
In most cases, there’s no need to optimize TCP/IP settings unless you know a setting that you want to change for a specific purpose.
However, Windows Vista introduced a new feature called Receive Window Auto-Tuning, which monitors several parameters of the TCP including bandwidth and network delay in real-time. It determines the optimal receive window size by measuring products that delay application retrieve rates and bandwidth. Next, it tries to capitalize on the surplus bandwidth by adjusting the receive window size.
This is how the feature scales the TCP receive window to maximize network performance and throughput. Essentially, Windows added a feature to optimize TCP such that it maximizes your network speed.
That said, there are still a few cases where manual optimization may be warranted. For instance, if you’re using Windows XP or an older version of Windows, an old router or modem that doesn’t support the Auto-Tuning feature, or you want to change a specific TCP/IP setting, you’ll need to optimize TCP/IP settings manually.
How to Disable the Auto-Tuning Feature in Windows?
If you have an older version of Windows than Windows Vista or have a router that doesn’t support Auto Tuning, you can easily disable it.
Most third-party TCP optimization tools allow disabling Auto-Tuning from within their interface. However, if yours doesn’t, you can run a few commands to disable Auto-Tuning.
Start by launching the Command Prompt, and run the following commands:
- Check if Auto-Tuning is enabled:
netsh interface tcp show global
If Receive Window Auto-Tuning Level appears as normal, Auto-Tuning is enabled.
- Disable Auto-Tuning:
netsh int tcp set global autotuninglevel=disabled
At this point, you’ll have disabled Auto-Tuning. If you want to re-enable it, run the following command:
netsh int tcp set global autotuninglevel=normal
You can also disable Auto-Tuning from the Registry Editor. Press Win + R, type regedit, and press Enter. Paste the following address in the navigation bar:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp
You’ll need to create a new value in the WinHttp subkey. Right-click in the whitespace and select New > DWORD (32-bit) Value.
Name the value TcpAutotuning. Double-click on the DWORD, insert 1 in the Value data field and select OK.
To re-enable, delete the value or set Value data to 0.
How to Optimize TCP/IP in Windows 10
The Auto-Tuning feature and TCP/IP settings are pre-configured on Windows 10, which means they’re the same for everyone who uses Microsoft Windows unless they have changed them manually. But even people with the same operating systems can, of course, have different types of internet connections or old routers.
Internet connections may be broadband or fiber, offer different bandwidths, or have different latency. You can tweak your TCP/IP settings such that they work best for the specific characteristics of your internet connection.
If you’re tech-savvy, you can optimize TCP/IP on Windows 10 by changing Windows registry settings, or by running a combination of commands in the Command Prompt. But the process is much simpler with a third-party tool because you’ll be able to do everything using an interface and from one place.
Download TCP Optimizer
Before you can start optimizing your TCP/IP settings, you’ll need to download a third-party tool like TCP Optimizer.
Download it, right-click on the downloaded file, and select Run as administrator.
You’ll see the interface on your screen now.
Optimize TCP/IP
To start, you’ll need to only insert your internet speed into the TCP Optimizer and it will optimize all settings accordingly. Set the speed to the maximum speed that your internet connection offers. This is the maximum bandwidth available, not your LAN speed. For instance, if your bandwidth is 50Mbps connection, set the speed to 50 Mbps.
Then, select Optimal from the Choose settings section at the bottom and select Apply changes.
On the window that pops up, check both boxes next to Backup and Create Log at the bottom right, and select OK.
You’ll be prompted for a reboot, click Yes. Click No if you want to reboot later. Changes are applied only after the reboot, though.
That’s it, you’re done.
If something goes wrong, you can always revert to the default settings because TCP Optimizer automatically creates a backup of your settings before applying any changes.
If you know your way around networking and you want to change individual settings, start by selecting Custom in the Choose settings section at the bottom. Once you do this, you’ll see that all settings that were grayed out before can now be tweaked.
Before you change any settings, make sure that you’ve selected the correct network adapter in the Network Adapter selection section.
You can then change the MTU, Congestion Control Provider, and even advanced TCP/IP parameters like QoS. But these are typically helpful when you have an exact problem you’re trying to solve and know how to solve it using these settings.
For instance, if you’re a gamer trying to optimize your internet speed, you can switch over to the Advanced Settings tab and disable the Network Throttling Index and Nagle’s algorithm.
TCP Optimizer comes with a lot of advanced functionality, but it’s best not to tinker with those unless you know what you’re doing. Plus, applying the optimal settings using TCP Optimizer, in most cases, is more than enough to optimize your TCP/IP settings on Windows 10.
If you do mess something up, you can always apply the default Windows settings and reset TCP/IP and WINSOCK from the File menu at the top.
TCP Settings, Optimized
Optimizing TCP can be very helpful when you want to ensure high performance from your network connections. If the current settings aren’t allowing you to leverage your internet plan’s full potential, you may try optimizing TCP settings.
Of course, it’s best to ensure that optimization is in fact warranted. For instance, it’s possible that all you need to do is improve your WiFi signal to get better internet speeds. Note that there are several other ways of improving your upload and download speeds too.