Jump to content

CFosSpeed: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
→‎External links: replaced link by a better one
Added references and reviews
Line 35: Line 35:
sessions, [[VNC]] sessions, VoIP calls, [[online games]] or other time-critical
sessions, [[VNC]] sessions, VoIP calls, [[online games]] or other time-critical
programs responsive. What’s more, quick transmission of [[Transmission_Control_Protocol#Reliable transmission|TCP ACK]] packets
programs responsive. What’s more, quick transmission of [[Transmission_Control_Protocol#Reliable transmission|TCP ACK]] packets
will keep downloads fast. This is because the sender will only send out data
will keep downloads fast <ref>How does traffic shaping in cFosSpeed work? http://www.cfos.de/traffic_shaping/traffic_shaping_e.htm</ref>. This is because the sender will only send out data
after the receiver has acknowledged reception of older data (TCP flow control).
after the receiver has acknowledged reception of older data (TCP flow control).


Line 43: Line 43:
In addition, cFosSpeed contains a [[packet filter]] firewall, time and volume
In addition, cFosSpeed contains a [[packet filter]] firewall, time and volume
online budgets, a skinnable transfer monitor and several other special purpose
online budgets, a skinnable transfer monitor and several other special purpose
features <ref>List of cFosSpeed's features, http://www.cfos.com/speed/features_e.htm </ref>. It has a filter language that allows experts to write their own traffic classifications <ref>Filter language used to classify packets, http://www.cfos.com/speed/documentation/filter_expressions_e.shtml</ref>.
features.


==Similar products==
==Similar products==
*[[NetLimiter]]
*[[NetLimiter]]
*[[TrafficShaperXP]]
*[[TrafficShaperXP]]

==References==
{{reflist}}


==External links==
==External links==
* [http://www.cfos.com/speed/cfosspeed_e.htm Official site]
* [http://www.cfos.com/speed/cfosspeed_e.htm Official site]
* [http://www.cfos.de/traffic_shaping/traffic_shaping_e.htm How does traffic shaping in cFosSpeed work?]
* [http://kashfi.com/2010/04/08/review-cfosspeed-traffic-shaper/ Review on kashfi.com]
* [http://www.cfos.com/speed/features_e.htm List of cFosSpeed's features]
* [http://en.onsoftware.com/review-cfosspeed/ Review on Softonic onsoftware]
* [http://www.cfos.com/speed/documentation/filter_expressions_e.shtml cFosSpeed filter language used to classify packets]


[[Category:Network performance]]
[[Category:Network performance]]

Revision as of 17:13, 25 May 2010

cFosSpeed
Developer(s)cFos Software GmbH
Initial release2004
Stable release
5.10 / March 17, 2010; 14 years ago (2010-03-17)
Operating systemWindows 2000, Windows XP, Windows Vista, Windows 7, 32 and 64-bit
Available inMultilingual
TypeTraffic shaping
LicenseShareware license
Websitewww.cfos.com

cFosSpeed is a software solution for traffic shaping for the Windows operating system. It improves Internet latency while maintaining high transfer rates. The program attaches itself as a device driver to the Windows network stack where it can then perform packet inspection and layer-7 protocol analyses.

As such, it is particularly often used by online gamers and VoIP users.

Operational summary

The software divides data packets into different traffic classes. This is achieved through a number of filtering rules that can be set by the user. Data traffic can thus be classified and prioritized by program name, by layer-7 protocol, by TCP or UDP port numbers, by DSCP tags as well as many other criteria.

Outgoing traffic is not sent out indiscriminately. Instead, data packets are first queued and then sent out in order of their priority. This way, data that is needed immediately is transmitted before less time-critical data.

Thus, even if large amounts of data are transferred at the same time, traffic shaping can keep interactive connections like SSH sessions, VNC sessions, VoIP calls, online games or other time-critical programs responsive. What’s more, quick transmission of TCP ACK packets will keep downloads fast [1]. This is because the sender will only send out data after the receiver has acknowledged reception of older data (TCP flow control).

cFosSpeed also reduces network congestion for downloads by lowering the TCP window size to keep the sender from sending too much data at once.

In addition, cFosSpeed contains a packet filter firewall, time and volume online budgets, a skinnable transfer monitor and several other special purpose features [2]. It has a filter language that allows experts to write their own traffic classifications [3].

Similar products

References

  1. ^ How does traffic shaping in cFosSpeed work? http://www.cfos.de/traffic_shaping/traffic_shaping_e.htm
  2. ^ List of cFosSpeed's features, http://www.cfos.com/speed/features_e.htm
  3. ^ Filter language used to classify packets, http://www.cfos.com/speed/documentation/filter_expressions_e.shtml