Articles tagged with tcp

  1. FreeBSD TCP Performance Tuning

    Posted on in system_administration

    To enable RFC 1323 Window Scaling and increase the TCP window size to 1 MB on FreeBSD, add the following lines to /etc/sysctl.conf and reboot.

    net.inet.tcp.rfc1323=1  
    kern.ipc.maxsockbuf=16777216  
    net.inet.tcp.sendspace=1048576  
    net.inet.tcp.recvspace=1048576
    

    You can make these …

  2. What is TCP Window Scaling?

    Posted on in System Administration

    The original TCP specification included a window size no larger than 64 KB. This limitation was introduced by the 16 bit header that specified window size. To achieve the recommended 1 MB window size, RFC 1323 TCP extensions must be enabled. The rest of this post is a somewhat detailed …

  3. 14 Algorithms For TCP Congestion Control

    Posted on in system_administration

    Note: Although this is a continuation of the TCP Performance Tuning article series, it's also valuable as a standalone reference.

    This is a list of 14 congestion control algorithms available in TCP. I'm presenting it in alphabetical order.

    1. BIC TCP - Binary Increase Congestion Control, this is the default congestion control …
  4. Choosing Between RADIUS And TACACS+

    Posted on in Networking

    Deciding whether to use <acronym title="Remote Authentication Dial-In User Service">RADIUS</acronym> or <acronym title="Terminal Access Controller Access Control System Plus">TACACS+</acronym> for <acronym title="Authentication, Authorization, Accounting">AAA</acronym> functionality on a Cisco-based network seems straight-forward. After all, if the network uses Cisco, shouldn't the AAA …

My Bookshelf

Reading Now

Other Stuff