Tag

TCP handshake

1 views collected around this technical thread.

Efficient Ops
Efficient Ops
Jul 18, 2022 · Fundamentals

Mastering TCP: Decode Every Connection State and Diagnose Network Issues

This article explains TCP connection states, common Linux network commands, the three‑way handshake, four‑way termination, simultaneous open/close, flag meanings, and practical troubleshooting techniques such as keep‑alive and error handling, providing a comprehensive guide for network engineers.

Network TroubleshootingSocket StatesTCP
0 likes · 31 min read
Mastering TCP: Decode Every Connection State and Diagnose Network Issues
Efficient Ops
Efficient Ops
Jul 5, 2022 · Operations

Master tcpdump & Wireshark: Capture and Analyze HTTP/TCP Traffic in Docker

This guide walks you through setting up a Docker container, installing tcpdump, capturing HTTP/TCP traffic with tcpdump, dissecting the three‑way handshake and data exchange, saving packets to a pcap file, and using Wireshark for deeper analysis and filtering.

DockerHTTPTCP handshake
0 likes · 17 min read
Master tcpdump & Wireshark: Capture and Analyze HTTP/TCP Traffic in Docker
Refining Core Development Skills
Refining Core Development Skills
Aug 9, 2021 · Backend Development

Analyzing TCP Handshake Anomalies: Port Exhaustion, Connection Queue Overflow, and Performance Mitigation

This article examines common TCP handshake anomalies in backend systems, detailing how client port exhaustion and server-side connection queue overflows cause packet loss and latency spikes, while providing kernel-level insights and practical configuration strategies to optimize network performance and ensure reliable service availability.

Connection QueuesNetwork PerformanceTCP handshake
0 likes · 14 min read
Analyzing TCP Handshake Anomalies: Port Exhaustion, Connection Queue Overflow, and Performance Mitigation
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Jul 24, 2021 · Fundamentals

Ten Everyday Analogies to Explain Core Computer Interview Concepts

This article uses ten vivid real‑life analogies to clarify essential interview topics such as HTTP statelessness, serialization, rate limiting, TCP handshakes, thread‑pool mechanics, flow‑control windows, BIO/NIO/AIO differences, deadlocks, and the select versus epoll model, helping readers grasp complex computing concepts through familiar scenarios.

HTTPIO MultiplexingRate Limiting
0 likes · 10 min read
Ten Everyday Analogies to Explain Core Computer Interview Concepts
Aikesheng Open Source Community
Aikesheng Open Source Community
Jul 13, 2020 · Databases

Understanding MySQL max_connect_errors and Connection Failure Causes

This article explains why MySQL connections can fail even when the concurrent client count is below max_connections, by analyzing the max_connect_errors parameter, its interaction with the host cache, and how to resolve the issue using flush hosts and proper configuration.

MySQLPerformance SchemaTCP handshake
0 likes · 7 min read
Understanding MySQL max_connect_errors and Connection Failure Causes
Selected Java Interview Questions
Selected Java Interview Questions
Dec 25, 2019 · Fundamentals

Understanding TCP/IP, TCP Handshake, UDP, and HTTP Protocol Basics

This article explains the fundamentals of TCP/IP networking, including the protocol layering model, the TCP three‑way handshake and four‑way termination, differences between TCP and UDP, and how HTTP operates as a short‑lived, stateless protocol built on top of TCP.

HTTPNetworkingTCP
0 likes · 11 min read
Understanding TCP/IP, TCP Handshake, UDP, and HTTP Protocol Basics
Efficient Ops
Efficient Ops
Dec 2, 2018 · Fundamentals

What Really Happens When You Type a URL? From DNS to Browser Rendering

This article walks through the complete journey of a web request—from entering a URL, DNS resolution, TCP three‑way handshake, HTTP request and response, to the browser’s parsing, layout, and painting processes—explaining each step and the underlying protocols in clear detail.

DNSHTTP requestTCP handshake
0 likes · 17 min read
What Really Happens When You Type a URL? From DNS to Browser Rendering
Practical DevOps Architecture
Practical DevOps Architecture
Oct 20, 2017 · Information Security

Wireshark Interface Overview and Using Filters to Analyze a TCP Three‑Way Handshake

This tutorial explains the main Wireshark panes, demonstrates how to create and save display and capture filters, outlines common filter expression syntax, and walks through a practical example of capturing and dissecting the three‑way TCP handshake using Wireshark.

FiltersTCP handshakeWireshark
0 likes · 7 min read
Wireshark Interface Overview and Using Filters to Analyze a TCP Three‑Way Handshake