Search Articles — Sudonull

Search Results

In this project

RemyCC: best TCP algorithms from MIT AI

https://sudonull.com/remycc-best-tcp-algorithms-from-mit-ai

Learn how Remy generates congestion control for TCP that surpasses Cubic and Compound TCP. ns-2 test results, application for dev. Optimize your network stack.

TCP server in iOS on POSIX sockets

https://sudonull.com/tcp-server-in-ios-on-posix-sockets

Implementation of TCP server in iOS app via BSD sockets. POSIX API, HTTP parsing, file serving. Code and explanations for middle/senior iOS dev. Test locally.

OSI TCP/IP Network Models: Protocols and Vulnerabilities

https://sudonull.com/osi-tcp-ip-network-models-protocols-and-vulnerabilities

Complete reference on OSI and TCP/IP models, protocols from Ethernet to QUIC. Layers, PDU, security risks, commands for middle/senior developers. Study network structures.

CVE-2026-4247 FreeBSD TCP DoS Vulnerability

https://sudonull.com/cve-2026-4247-freebsd-tcp-dos-vulnerability

Analysis of CVE-2026-4247: mbuf leak in TCP Challenge ACK FreeBSD. Attack vectors, sysctl fix, branch patches. Update systems to protect against remote DoS.

ICMP tunnel in the Linux kernel: TCP/UDP encapsulation

https://sudonull.com/icmp-tunnel-in-the-linux-kernel-tcp-udp-encapsulation

How to implement an ICMP tunnel in the Linux kernel for TCP/UDP traffic encapsulation. Code analysis, Netfilter hooks and working with sk_buff. Useful for middle/senior developers.

From the web

Transmission Control Protocol - Wikipedia

https://en.wikipedia.org/wiki/Transmission_Control_Protocol

The Transmission Control Protocol (TCP) is one of the main protocols of the Internet protocol suite, providing reliable, ordered, and error-checked delivery of a stream of octets (bytes) between …

Transmission Control Protocol (TCP) - GeeksforGeeks

https://www.geeksforgeeks.org/computer-networks/what-is-transmission-control-protocol-tcp/

Feb 11, 2026 · TCP (Transmission Control Protocol) is a protocol that allows devices to communicate reliably over a network. It ensures that data reaches the destination correctly and in the right order, …

TCP/IP Model - GeeksforGeeks

https://www.geeksforgeeks.org/computer-networks/tcp-ip-model/

Jun 11, 2026 · TCP (Transmission Control Protocol): TCP is used when reliability and accuracy are important. It ensures that data is delivered exactly as sent. TCP detects errors in the data using …

RFC 9293: Transmission Control Protocol (TCP)

https://www.ietf.org/rfc/rfc9293.html

TCP is an important transport-layer protocol in the Internet protocol stack, and it has continuously evolved over decades of use and growth of the Internet. Over this time, a number of changes have …

Transmission Control Protocol (TCP) - Network Encyclopedia

https://networkencyclopedia.com/transmission-control-protocol-tcp/

Oct 25, 2023 · Welcome to a thorough guide on the Transmission Control Protocol (TCP). In simple terms, TCP is the communication protocol that ensures the reliable delivery of your data across the …

Transmission Control Protocol (TCP) - TechTarget

https://www.techtarget.com/searchnetworking/definition/TCP

Jun 13, 2024 · Transmission Control Protocol (TCP) is a standard protocol on the internet that ensures the reliable transmission of data between devices on a network. It defines how to establish and …

Employee Scheduling and Time Tracking Software | TCP Software

https://tcpsoftware.com/

Whatever your organization’s size or sector, TCP has the scheduling, time, and attendance solutions you need to control labor costs, reduce compliance risk, and run your operations at scale.

What is TCP/IP in Networking? | Fortinet

https://www.fortinet.com/resources/cyberglossary/tcp-ip

Transmission Control Protocol (TCP) is a communications standard that enables application programs and computing devices to exchange messages over a network. It is designed to send packets across …

Internet protocol suite - Wikipedia

https://en.wikipedia.org/wiki/Internet_protocol_suite

The Internet protocol suite, commonly known as TCP/IP, is a framework for organizing the communication protocols used in the Internet and similar computer networks according to functional …

TCP Protocol: What It Is and Why It’s Important - Hostinger

https://www.hostinger.com/tutorials/tcp-protocol

Mar 14, 2024 · What Is TCP? TCP stands for Transmission Control Protocol and is used for transmitting data across networks. It breaks down the information into packets before sending them to the …

Trending Now