Tag

connection

0 views collected around this technical thread.

Aikesheng Open Source Community
Aikesheng Open Source Community
Jul 4, 2023 · Databases

Troubleshooting MySQL admin_port Configuration and Connection Issues

This article explains why the MySQL 8.0 admin_port parameter may not take effect, demonstrates how to reproduce the issue, analyzes the root cause related to admin_address binding and socket connections, and provides a step‑by‑step solution with configuration tips and optimization recommendations.

ConfigurationDatabaseMySQL
0 likes · 11 min read
Troubleshooting MySQL admin_port Configuration and Connection Issues
IT Services Circle
IT Services Circle
Feb 18, 2023 · Fundamentals

Understanding TCP Connection Failures: Nonexistent IP and Unavailable Port Scenarios

This article explains what happens when a client attempts a TCP connection to an IP address that does not exist or to a valid IP where the target port is not listening, covering ARP failures, SYN retransmissions, RST responses, and the importance of solid networking fundamentals for interview preparation.

ARPIPInterview
0 likes · 6 min read
Understanding TCP Connection Failures: Nonexistent IP and Unavailable Port Scenarios
Selected Java Interview Questions
Selected Java Interview Questions
Nov 5, 2022 · Fundamentals

Understanding TCP, UDP, and HTTP: Connections, Handshakes, and Data Transmission

This article provides a comprehensive overview of TCP, UDP, and HTTP protocols, explaining their definitions, layered roles, connection establishment and termination processes, segment structures, and key differences in reliability and performance for network communication.

HTTPTCPUDP
0 likes · 14 min read
Understanding TCP, UDP, and HTTP: Connections, Handshakes, and Data Transmission
政采云技术
政采云技术
Sep 13, 2022 · Fundamentals

Understanding TCP Keepalive Mechanism and Its Parameters

This article explains the TCP keepalive mechanism, its purpose, default parameters, how to configure and verify it on Linux, its drawbacks, and the distinction between TCP keepalive and HTTP Keep-Alive, providing practical code examples and network analysis steps.

SocketTCPconnection
0 likes · 11 min read
Understanding TCP Keepalive Mechanism and Its Parameters
Laravel Tech Community
Laravel Tech Community
Jun 4, 2021 · Backend Development

PDO::__construct – Creating a PDO Instance for Database Connections

The PDO::__construct method creates a PDO object that represents a connection to a database, detailing its parameters—DSN, username, password, and driver options—return value, and providing a complete PHP example of establishing and handling a MySQL connection.

DatabasePDOPHP
0 likes · 2 min read
PDO::__construct – Creating a PDO Instance for Database Connections
Aikesheng Open Source Community
Aikesheng Open Source Community
Nov 16, 2020 · Databases

Common Causes and Troubleshooting Steps for MySQL Client Connection Failures

This article explains how to diagnose MySQL client connection failures by checking whether the mysqld process is running, verifying network communication settings such as skip‑networking and bind‑address, and examining authentication or password issues via the error log.

DatabaseMySQLTroubleshooting
0 likes · 5 min read
Common Causes and Troubleshooting Steps for MySQL Client Connection Failures
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Jul 23, 2019 · Fundamentals

Understanding HTTP: Origins, TCP/IP Foundations, Connection Process, Requests, Responses, and Connection Teardown

This comprehensive article explains the origins of HTTP, its relationship with the TCP/IP protocol suite, the three‑way handshake for establishing connections, the structure of HTTP request and response messages, status codes, long and short connections, and the four‑step termination process, providing essential knowledge for web development and networking interviews.

Client-ServerHTTPTCP/IP
0 likes · 13 min read
Understanding HTTP: Origins, TCP/IP Foundations, Connection Process, Requests, Responses, and Connection Teardown
Efficient Ops
Efficient Ops
Jul 24, 2018 · Fundamentals

A Visual Guide to TCP’s Three‑Way Handshake and Four‑Way Teardown

This article uses animated analogies to demystify TCP’s three‑way handshake, data transmission nuances, and four‑way connection termination, explaining states like SYN_SENT, SYN_RCVD, ESTABLISHED, and TIME_WAIT, while also covering retransmission, flow control, and packet ordering in an easy‑to‑understand visual format.

ProtocolTCPconnection
0 likes · 8 min read
A Visual Guide to TCP’s Three‑Way Handshake and Four‑Way Teardown
Vipshop Quality Engineering
Vipshop Quality Engineering
Jan 17, 2018 · Backend Development

Why Zookeeper Connections Fail After 1 MB and How to Fix Them

A staging environment’s new scheduled task kept failing due to Zookeeper disconnections caused by packets exceeding the default 1 MB maxBuffer, and the article explains the root cause, heartbeat timing, and how adjusting Djute.maxbuffer or upgrading Zookeeper resolves the issue.

Distributed SystemsTroubleshootingZookeeper
0 likes · 4 min read
Why Zookeeper Connections Fail After 1 MB and How to Fix Them
Practical DevOps Architecture
Practical DevOps Architecture
Sep 12, 2017 · Fundamentals

Understanding TCP Connections: Three‑Way Handshake and Four‑Way Termination

The article explains TCP as a connection‑oriented protocol, contrasts it with UDP, details the three‑way handshake and four‑way termination processes using clear steps and analogies, and includes illustrative diagrams to aid comprehension.

ProtocolTCPconnection
0 likes · 4 min read
Understanding TCP Connections: Three‑Way Handshake and Four‑Way Termination