Vista TCP Window Scaling Auto Tuning May Slow Down Network Performance Vista escalado de ventanas TCP Auto Tuning puede frenar el rendimiento de la red

TCP receive window size (RWIN) is the amount of received data (in bytes) that can be buffered during a connection. TCP recibe tamaño de la ventana (RWIN) es la cantidad de datos recibidos (en bytes) que puede ser amortiguada durante una conexión. According to De acuerdo con Wikipedia , the sending host can send only up to that amount of data before it must wait for an acknowledgment and window update from the receiving host. , El envío de acogida sólo pueden enviar hasta esa cantidad de datos antes de que debe esperar un reconocimiento y actualización de la ventana de recepción de acogida. When a receiver advertises the window size of 0, the sender stops sending data and starts the persist timer. Cuando un receptor anuncia el tamaño de la ventana de 0, el remitente el envío de datos se detiene e inicia el temporizador persisten. The persist timer is used to protect TCP from the dead lock situation. El persisten temporizador se utiliza para proteger a los TCP de entre los muertos situación de bloqueo. The dead lock situation could be when the new window size update from the receiver is lost and the receiver has no more data to send while the sender is waiting for the new window size update. La situación de bloqueo muertos podría ser cuando el nuevo tamaño de la ventana de actualización del receptor se pierde y el receptor no tiene más datos a enviar, mientras que el remitente está a la espera de la nueva actualización tamaño de la ventana. When the persist timer expires the TCP sender sends a small packet so that the receivers ACKs the packet with the new window size and TCP can recover from such situations. Al persistir el temporizador expira el TCP remitente envía un pequeño paquete a fin de que los receptores de ACKs el paquete con el nuevo tamaño de la ventana TCP y puede recuperarse de este tipo de situaciones.

The TCP window size field controls the flow of data and is limited to between 2 and 65,535 bytes, and cannot be expanded anymore. El tamaño de la ventana TCP campo controla el flujo de datos y se limita a entre 2 y 65535 bytes, y no puede ampliarse más. Thus, a scaling factor is used to get a larger TCP receive window size to achieve more efficient use of high bandwidth networks. Por lo tanto, un factor de escala se utiliza para obtener una mayor TCP recibe tamaño de la ventana para lograr un uso más eficiente de las redes de gran ancho de banda. The El TCP window scale option Escala de ventana TCP opción is used to increase the maximum window size from 65,535 bytes to 1 Gigabyte. se utiliza para aumentar el máximo tamaño de la ventana de 65535 bytes a 1 Gigabyte. Scaling up to larger TCP congestion window sizes is a part of what is necessary for TCP Tuning. La ampliación de TCP a las grandes ventanas de congestión es una parte de lo que es necesario para TCP Tuning. The window scale option is used only during the TCP 3-way handshake. La ventana de escala opción se utiliza sólo durante el TCP 3-way handshake. The window scale value represents the number of bits to left-shift the 16-bit window size field, and can be set from 0 (no shift) to 14. La ventana de valor en la escala representa el número de bits a la izquierda-el cambio de 16-bit tamaño de la ventana sobre el terreno, y se puede ajustar desde 0 (sin cambio) a 14.

When dealing with slow network performance in Vista, the problem may be due to the above mentioned TCP Window Scaling option, where many older routers and and packet firewalls do not properly implement TCP Window Scaling, and rewrite the window scaling factor during a transmission, and causing sending and receiving sides to assume different TCP window sizes. Cuando se trata de frenar el rendimiento de la red en Vista, el problema puede deberse a la mencionada ventana TCP opción de escala, donde muchos de los antiguos routers y firewalls de paquetes y no aplicar adecuadamente escalado de ventanas TCP, y de reescritura de la ventana factor de escala durante una transmisión, y causando enviar y recibir partes a asumir diferentes tamaños de ventana TCP. The situation causes malfunction Internet connection, non-stable traffic that is very slow, or network connection that is only available intermittently. La situación provoca el mal funcionamiento de conexión a Internet, no estable que el tráfico es muy lento, conexión de red o que sólo está disponible a intervalos. In Vista, the connection may appear to start working again for no reason after a while. En Vista, la conexión puede parecer que empezar a trabajar de nuevo por ninguna razón después de un tiempo. If “Diagnose Problem” is selected in Vista, an error message will display “Cannot communicate with primary DNS server.” Si "Diagnóstico del problema" está seleccionado en Vista, aparecerá un mensaje de error "No se puede comunicar con el servidor DNS primario".

Beside, Windows Vista enhances further TCP window scaling with auto tuning feature, where TCP stack in Vista system will auto tune and adjust the RWIN size to increase the percentage of full-sized TCP segments that are used during bulk data transmission based on the network scenario it encountered. A lado de, Windows Vista aumenta aún más escalado de ventanas TCP, con característica de sintonización automática, cuando la pila TCP en Vista sistema automático afinar y ajustar el tamaño RWIN a aumentar el porcentaje de tamaño completo segmentos TCP que se utilizan durante el grueso de transmisión de datos basado en la red escenario que ha tropezado. And thus it’s no longer possible to specify a custom size for the TCP/IP Receive Window (RWIN) size with the inclusion of new auto tuning feature, unless the application it self uses SO_RCVBUF. Y, por tanto, ya no es posible especificar un tamaño personalizado para el TCP / IP Recibir Window (RWIN) tamaño con la inclusión de las nuevas característica de sintonización automática, a menos que la aplicación que utiliza la libre SO_RCVBUF. However, Vista TCP auto tuning feature may get things wrong sometimes. Sin embargo, Vista TCP característica de sintonización automática puede obtener a veces las cosas mal. Instead of optimal true receive window size, incompatible and out of range RWIN size may be used. En lugar de recibir óptimo verdadero tamaño de la ventana, incompatibles y fuera del alcance RWIN tamaño pueden ser utilizados.

By default, Vista in normal auto tuning level will use RWIN size of 256 bytes with a scale factor of 8. Por defecto, en Vista normal auto tuning nivel de uso RWIN tamaño de 256 bytes con un factor de escala de 8. This value is not suitable for all routers and servers which does not support TCP scale factor, and continue to communicate with 65536 bytes. Este valor no es adecuado para todos los routers y servidores que no soporta TCP factor de escala, y seguir para comunicarse con los 65536 bytes. For Windows Vista, users can change the behavior and the way Vista automatically tune the RWIN, by using “netsh” command to set the value for “autotuninglevel” parameter. En Windows Vista, los usuarios pueden cambiar el comportamiento y el modo Vista sintonizar automáticamente el RWIN, mediante el uso de "netsh" para establecer el valor de "autotuninglevel" parámetro.

To change the value for Receive Window Auto-Tuning Level parameter in Vista, Para cambiar el valor para Recibir ventana de Auto-Tuning Nivel parámetro en Vista, run elevated command prompt ejecutar comandos elevada , and then type in one of the following commands, depending on your preference how you want Vista to use the RWIN size. Y, a continuación, escriba uno de los siguientes comandos, dependiendo de sus preferencias la forma en que desea Vista para utilizar el RWIN tamaño.

netsh interface tcp set global autotuninglevel=disabled tcp netsh interface serie mundial autotuninglevel = discapacitados
Disable the autotunning feature in Vista completely, and fit and lock the RWIN receive window to default value 65536 bytes. Autotunning Desactivar la función de Vista completamente, y en forma y bloquear el RWIN ventana a recibir valor por defecto 65536 bytes.

netsh interface tcp set global autotuninglevel=highlyrestricted tcp netsh interface serie mundial autotuninglevel = highlyrestricted
Allow for the receive window to grow beyond the default value, but do so very conservatively. Dejar de recibir la ventana para crecer más allá del valor por defecto, pero lo hacen muy conservadora. In this mode, Vista will by default use RWIN of 16,384 bytes with a scale factor of 2. En este modo, Vista será por defecto la utilización de RWIN 16384 bytes con un factor de escala de 2 personas.

netsh interface tcp set global autotuninglevel=restricted tcp netsh interface serie mundial autotuninglevel = Restringido
Allow for the receive window to grow beyond the default value, but limit such growth in some scenarios. Dejar de recibir la ventana para crecer más allá del valor por defecto, pero que limitan ese crecimiento en algunos escenarios.

netsh interface tcp set global autotuninglevel=normal tcp netsh interface serie mundial autotuninglevel = normal
Allow for the receive window to grow to accommodate almost all scenarios. Dejar de recibir la ventana de crecer para dar cabida a casi todas las hipótesis. The default setting in Vista. El valor predeterminado en Vista. Specifying this command mean you want to turn back on AutoTuning feature. Especificación de este comando quiere decir que usted quiere dar marcha atrás en función AutoTuning.

netsh interface tcp set global autotuninglevel=experimental tcp netsh interface serie mundial autotuninglevel = experimental
Allow for the receive window to grow to accommodate extreme scenarios. Dejar de recibir la ventana de crecer para dar cabida a escenarios extremos. Note The experimental value can decrease performance in common scenarios. Nota El valor experimental puede disminuir el rendimiento en escenarios comunes. This value should be used only for research purposes. Este valor debe ser utilizado sólo con fines de investigación.

Users should try out the various possible configurations for the Vista TCP RWIN Auto Tuning Level in order to get the best value that improve network performance and increase download speed. Los usuarios deben probar las distintas configuraciones posibles para la Vista TCP RWIN Auto Tuning Nivel con el fin de obtener el mejor valor que mejoren el rendimiento de la red y aumentar la velocidad de descarga.

IMPORTANT : This is a machine translated page which is provided "as is" without warranty. IMPORTANTE: Se trata de una máquina que traduzca la página se proporciona "tal cual" sin garantía. Machine translation may be difficult to understand. La traducción automática puede resultar difícil de entender. Please refer to Por favor, consulte original English article artículo original Inglés whenever possible. siempre que sea posible.

Share and contribute or get technical support and help at Compartir y contribuir o recibir apoyo técnico y ayudar a My Digital Life Forums Mi vida digital Foros .



2 Responses to “Vista TCP Window Scaling Auto Tuning May Slow Down Network Performance” 2 respuestas a "Vista escalado de ventanas TCP Auto Tuning puede frenar el rendimiento de la red"

  1. How to make Vista Browse faster and download faster ! ¿Cómo se puede realizar Vista Navegar más rápido y descargar más rápido! « The Techie Guy’s Weblog - we get IT «El techie Guy's Weblog - nos IT
    May 5th, 2008 15:47 Mayo 5, 2008 15:47
    1

    [...] can read the seriously techie stuff here  of what it does and how Scaling Factors works etc. etc. [...] [...] Puede leer las cosas en serio techie aquí de lo que hace y cómo funciona factores de escala, etc, etc [...]

  2. eceblogger.com » Problem with TCP auto-tuning in Vista eceblogger.com »Problema con TCP auto-afinación de Vista
    July 12th, 2008 06:01 Julio 12, 2008 06:01
    2

    [...] Frank Hludik and he found the problem: it was the TCP auto-tuning that my Vista machine performed. [...] Frank Hludik y que encontró el problema: es el TCP auto-ajuste que mi máquina Vista realizado. Here is a longer article describing the problem and the solution, and here is a shorter one. Aquí hay un largo artículo que describe el problema y la solución, y aquí es una más corta. The bottom [...] La parte inferior [...]

Leave a Reply Deja Responder

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> Puede usar estos tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime = ""> <em> <i> <q Cite=""> <strike> <strong>

Subscribe without commenting Suscribirse sin comentar


Custom Search

New Articles Nuevos Artículos

Incoming Search Terms for the Article Próximos Términos de búsqueda para el artículo

vista autotune Vista autotune - -- vista auto tuning Vista auto tuning - -- vista auto tune Vista auto tune - -- vista autotuning Vista autotuning - -- vista tcp auto tuning Vista TCP auto tuning - -- TCP Window Scaling TCP escalado de ventanas - -- vista tcp window size Vista tamaño de la ventana TCP - -- vista slow network performance Vista lento el rendimiento de la red - -- autotuninglevel autotuninglevel - -- vista tcp window Vista la ventana TCP - -- autotuning vista autotuning Vista - -- netsh interface tcp set global autotuninglevel=highlyrestricted tcp netsh interface serie mundial autotuninglevel = highlyrestricted - -- autotune vista Vista autotune - -- netsh autotuning netsh autotuning - -- vista network slow Vista la red lenta - -- vista tcp autotuning Vista TCP autotuning - -- vista tcp tuning Vista TCP tuning - -- vista network auto tune Vista de red auto tune - -- tcp window size vista TCP tamaño de la ventana Vista - -- vista tcp autotune Vista TCP autotune - -- vista TCP Window Scaling Vista escalado de ventanas TCP - -- auto tuning vista Vista auto tuning - -- netsh interface tcp set global autotuninglevel tcp netsh interface serie mundial autotuninglevel - -- EnablePMTUDiscovery vista EnablePMTUDiscovery Vista - -- vista TCP Vista TCP - -- "TCP window update" "Ventana TCP actualización" - -- vista netsh Vista netsh - -- netsh vista netsh Vista - -- receive window auto-tuning level recibir ventana de auto-ajuste el nivel - -- netsh autotune netsh autotune - -- slow network performance vista el rendimiento de la red lenta Vista - -- tcp autotuning TCP autotuning - -- vista tcp optimization Vista de optimización TCP - -- change rwin vista daniela cambio Vista - -- vista rwin Vista daniela - -- tcp window TCP ventana - -- vista slow down downloads Vista ralentizar las descargas - -- vista network autotune Vista red autotune - -- tcp scaling TCP ampliación - -- window scaling vista Vista escalado de ventanas - -- tcp window size tamaño de la ventana TCP - -- vista autotuninglevel Vista autotuninglevel - -- vista tcp performance Vista de rendimiento TCP - -- auto tune vista Vista sintonía automática - -- rwin vista daniela Vista - -- vista scaling Vista la ampliación - -- vista tcp auto tune Vista TCP auto tune - -- vista autotune network Vista autotune red - -- Auto-Tune vista Auto-Tune Vista - -- vista tcp auto Vista TCP auto - --