fbpx
Wikipedia

TCP window scale option

The TCP window scale option is an option to increase the receive window size allowed in Transmission Control Protocol above its former maximum value of 65,535 bytes. This TCP option, along with several others, is defined in RFC 7323 which deals with long fat networks (LFNs).

TCP windows edit

The throughput of a TCP communication is limited by two windows: the congestion window and the receive window. The congestion window tries not to exceed the capacity of the network (congestion control); the receive window tries not to exceed the capacity of the receiver to process data (flow control). The receiver may be overwhelmed by data if for example it is very busy (such as a Web server). Each TCP segment contains the current value of the receive window. If, for example, a sender receives an ack which acknowledges byte 4000 and specifies a receive window of 10000 (bytes), the sender will not send packets after byte 14000, even if the congestion window allows it.

Theory edit

TCP window scale option is needed for efficient transfer of data when the bandwidth-delay product (BDP) is greater than 64 KB[1]. For instance, if a T1 transmission line of 1.5 Mbit/s was used over a satellite link with a 513 millisecond round-trip time (RTT), the bandwidth-delay product is   bits or about 96,187 bytes. Using a maximum buffer size of 64 KB[1] only allows the buffer to be filled to (65,535 / 96,187) = 68% of the theoretical maximum speed of 1.5 Mbit/s, or 1.02 Mbit/s.

By using the window scale option, the receive window size may be increased up to a maximum value of   bytes, or about 1 GiB.[2] This is done by specifying a two byte shift count in the header options field. The true receive window size is left shifted by the value in shift count. A maximum value of 14 may be used for the shift count value. This would allow a single TCP connection to transfer data over the example satellite link at 1.5 Mbit/s utilizing all of the available bandwidth.

Essentially, not more than one full transmission window can be transferred within one round-trip time period. The window scale option enables a single TCP connection to fully utilize an LFN with a BDP of up to 1 GB, e.g. a 10 Gbit/s link with round-trip time of 800 ms.

Possible side effects edit

Because some firewalls do not properly implement TCP Window Scaling, it can cause a user's Internet connection to malfunction intermittently for a few minutes, then appear to start working again for no reason. There is also an issue if a firewall doesn't support the TCP extensions.[3]

Configuration of operating systems edit

Windows edit

TCP Window Scaling is implemented in Windows since Windows 2000.[4][5] It is enabled by default in Windows Vista / Server 2008 and newer, but can be turned off manually if required.[6]Windows Vista and Windows 7 have a fixed default TCP receive buffer of 64 kB, scaling up to 16 MB through "autotuning", limiting manual TCP tuning over long fat networks.[7]

Linux edit

Linux kernels (from 2.6.8, August 2004) have enabled TCP Window Scaling by default. The configuration parameters are found in the /proc filesystem, see pseudo-file /proc/sys/net/ipv4/tcp_window_scaling and its companions /proc/sys/net/ipv4/tcp_rmem and /proc/sys/net/ipv4/tcp_wmem (more information: man tcp, section sysctl).[8]

Scaling can be turned off by issuing the following command.

$ sudo sysctl -w "net.ipv4.tcp_window_scaling=0" 

To maintain the changes after a restart, include the line "net.ipv4.tcp_window_scaling=0" in /etc/sysctl.conf (or /etc/sysctl.d/99-sysctl.conf as of systemd 207).

FreeBSD, OpenBSD, NetBSD and Mac OS X edit

Default setting for FreeBSD, OpenBSD, NetBSD and Mac OS X is to have window scaling (and other features related to RFC 1323) enabled.
To verify their status, a user can check the value of the "net.inet.tcp.rfc1323" variable via the sysctl command:

$ sysctl net.inet.tcp.rfc1323 

A value of 1 (output "net.inet.tcp.rfc1323=1") means scaling is enabled, 0 means "disabled". If enabled it can be turned off by issuing the command:

$ sudo sysctl -w net.inet.tcp.rfc1323=0 

This setting is lost across a system restart. To ensure that it is set at boot time, add the following line to /etc/sysctl.conf: net.inet.tcp.rfc1323=0

However, on macOS 10.14 this command provides an error

sysctl: unknown oid 'net.inet.tcp.rfc1323' 

Sources edit

  1. ^ a b Here, K, M, G, or T refer to the binary prefixes based on powers of 1024.
  2. ^ Borman, D., Braden, B., Jacobson, V., & Scheffenegger, R. (2014). TCP extensions for high performance (No. rfc7323).
  3. ^ "Network connectivity may fail when you try to use Windows Vista behind a firewall device". Support.microsoft.com. Retrieved July 11, 2019.
  4. ^ "Description of Windows 2000 and Windows Server 2003 TCP Features". Support.microsoft.com. Retrieved July 11, 2019.
  5. ^ . Archived from the original on January 1, 2008.
  6. ^ "Network connectivity fails when you try to use Windows Vista behind a firewall device". Microsoft. July 8, 2009.
  7. ^ "MS Windows". Fasterdata.es.net. Retrieved July 11, 2019.
  8. ^ "/proc/sys/net/ipv4/* Variables".

window, scale, option, option, increase, receive, window, size, allowed, transmission, control, protocol, above, former, maximum, value, bytes, this, option, along, with, several, others, defined, 7323, which, deals, with, long, networks, lfns, contents, windo. The TCP window scale option is an option to increase the receive window size allowed in Transmission Control Protocol above its former maximum value of 65 535 bytes This TCP option along with several others is defined in RFC 7323 which deals with long fat networks LFNs Contents 1 TCP windows 2 Theory 3 Possible side effects 4 Configuration of operating systems 4 1 Windows 4 2 Linux 4 3 FreeBSD OpenBSD NetBSD and Mac OS X 5 SourcesTCP windows editThe throughput of a TCP communication is limited by two windows the congestion window and the receive window The congestion window tries not to exceed the capacity of the network congestion control the receive window tries not to exceed the capacity of the receiver to process data flow control The receiver may be overwhelmed by data if for example it is very busy such as a Web server Each TCP segment contains the current value of the receive window If for example a sender receives an ack which acknowledges byte 4000 and specifies a receive window of 10000 bytes the sender will not send packets after byte 14000 even if the congestion window allows it Theory editTCP window scale option is needed for efficient transfer of data when the bandwidth delay product BDP is greater than 64 KB 1 For instance if a T1 transmission line of 1 5 Mbit s was used over a satellite link with a 513 millisecond round trip time RTT the bandwidth delay product is 1 500 000 0 513 769 500 displaystyle scriptstyle 1 500 000 times 0 513 769 500 nbsp bits or about 96 187 bytes Using a maximum buffer size of 64 KB 1 only allows the buffer to be filled to 65 535 96 187 68 of the theoretical maximum speed of 1 5 Mbit s or 1 02 Mbit s By using the window scale option the receive window size may be increased up to a maximum value of 1 073 725 440 216 1 214 65 535 16 384 displaystyle 1 073 725 440 scriptstyle left 2 16 1 times 2 14 65 535 times 16 384 right nbsp bytes or about 1 GiB 2 This is done by specifying a two byte shift count in the header options field The true receive window size is left shifted by the value in shift count A maximum value of 14 may be used for the shift count value This would allow a single TCP connection to transfer data over the example satellite link at 1 5 Mbit s utilizing all of the available bandwidth Essentially not more than one full transmission window can be transferred within one round trip time period The window scale option enables a single TCP connection to fully utilize an LFN with a BDP of up to 1 GB e g a 10 Gbit s link with round trip time of 800 ms Possible side effects editBecause some firewalls do not properly implement TCP Window Scaling it can cause a user s Internet connection to malfunction intermittently for a few minutes then appear to start working again for no reason There is also an issue if a firewall doesn t support the TCP extensions 3 Configuration of operating systems editWindows edit TCP Window Scaling is implemented in Windows since Windows 2000 4 5 It is enabled by default in Windows Vista Server 2008 and newer but can be turned off manually if required 6 Windows Vista and Windows 7 have a fixed default TCP receive buffer of 64 kB scaling up to 16 MB through autotuning limiting manual TCP tuning over long fat networks 7 Linux edit This section contains instructions advice or how to content Please help rewrite the content so that it is more encyclopedic or move it to Wikiversity Wikibooks or Wikivoyage February 2016 Linux kernels from 2 6 8 August 2004 have enabled TCP Window Scaling by default The configuration parameters are found in the proc filesystem see pseudo file proc sys net ipv4 tcp window scaling and its companions proc sys net ipv4 tcp rmem and proc sys net ipv4 tcp wmem more information man tcp section sysctl 8 Scaling can be turned off by issuing the following command sudo sysctl w net ipv4 tcp window scaling 0 To maintain the changes after a restart include the line net ipv4 tcp window scaling 0 in etc sysctl conf or etc sysctl d 99 sysctl conf as of systemd 207 FreeBSD OpenBSD NetBSD and Mac OS X edit Default setting for FreeBSD OpenBSD NetBSD and Mac OS X is to have window scaling and other features related to RFC 1323 enabled To verify their status a user can check the value of the net inet tcp rfc1323 variable via the sysctl command sysctl net inet tcp rfc1323 A value of 1 output net inet tcp rfc1323 1 means scaling is enabled 0 means disabled If enabled it can be turned off by issuing the command sudo sysctl w net inet tcp rfc1323 0 This setting is lost across a system restart To ensure that it is set at boot time add the following line to etc sysctl conf net inet tcp rfc1323 0However on macOS 10 14 this command provides an error sysctl unknown oid net inet tcp rfc1323 Sources edit a b Here K M G or T refer to the binary prefixes based on powers of 1024 Borman D Braden B Jacobson V amp Scheffenegger R 2014 TCP extensions for high performance No rfc7323 Network connectivity may fail when you try to use Windows Vista behind a firewall device Support microsoft com Retrieved July 11 2019 Description of Windows 2000 and Windows Server 2003 TCP Features Support microsoft com Retrieved July 11 2019 TCP Receive Window Size and Window Scaling Archived from the original on January 1 2008 Network connectivity fails when you try to use Windows Vista behind a firewall device Microsoft July 8 2009 MS Windows Fasterdata es net Retrieved July 11 2019 proc sys net ipv4 Variables Retrieved from https en wikipedia org w index php title TCP window scale option amp oldid 1218043606, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.