Tag

Network Communication

0 views collected around this technical thread.

AntData
AntData
Mar 5, 2025 · Cloud Native

DeepSeek 3FS Network Communication Module: Design, Implementation, and Impact on AI Infrastructure

This article provides an in‑depth analysis of DeepSeek's open‑source 3FS distributed storage system, focusing on its network communication module, RDMA‑based design, core classes such as IBSocket, Listener, and IOWorker, and how these innovations advance high‑performance AI infrastructure.

AI infrastructureDistributed StorageFolly Coroutines
0 likes · 15 min read
DeepSeek 3FS Network Communication Module: Design, Implementation, and Impact on AI Infrastructure
php中文网 Courses
php中文网 Courses
Mar 3, 2025 · Backend Development

Implementing Enterprise Internal Communication with the CoID Protocol Using PHP

This article explains the CoID (Corporation Internal Communication) protocol and provides complete PHP server and client code examples that demonstrate how to build reliable, secure internal messaging between enterprise systems using TCP sockets.

CoID ProtocolNetwork CommunicationPHP
0 likes · 4 min read
Implementing Enterprise Internal Communication with the CoID Protocol Using PHP
php中文网 Courses
php中文网 Courses
Jan 14, 2025 · Databases

MySQL 8 New Features and Network Communication Course Overview

This course introduces MySQL 8's latest features—including performance optimizations, security enhancements, and new data types—while deeply exploring its network communication mechanisms, advanced optimization techniques, and hands‑on projects to improve database performance and security.

CourseDatabaseMySQL
0 likes · 3 min read
MySQL 8 New Features and Network Communication Course Overview
php中文网 Courses
php中文网 Courses
Jun 21, 2024 · Backend Development

Implementing CoID Protocol for Enterprise Internal Communication Using PHP

This article explains the CoID (Corporation Internal Communication) protocol and provides step‑by‑step PHP code examples for building a TCP socket server and client that exchange JSON‑encoded messages, demonstrating how to achieve reliable, secure internal communication within an enterprise.

CoID ProtocolNetwork CommunicationPHP
0 likes · 4 min read
Implementing CoID Protocol for Enterprise Internal Communication Using PHP
php中文网 Courses
php中文网 Courses
Mar 6, 2024 · Databases

MySQL 8 New Features and Network Communication Course Overview

This course introduces MySQL 8's latest features, deep dives into its network communication mechanisms, and teaches advanced performance optimization techniques such as connection pooling, compression, and SSL encryption through hands‑on projects to enhance database efficiency and security.

DatabaseMySQLNetwork Communication
0 likes · 2 min read
MySQL 8 New Features and Network Communication Course Overview
Code Ape Tech Column
Code Ape Tech Column
Feb 6, 2023 · Backend Development

Understanding the Basic Structure and Technical Stack of RPC Architecture

This article explains the fundamental components of RPC architecture, details the client‑server roles, communication protocols, serialization methods, transport protocols, and synchronous versus asynchronous invocation patterns, providing a comprehensive guide for building a custom RPC framework.

Distributed SystemsNetwork CommunicationRPC
0 likes · 12 min read
Understanding the Basic Structure and Technical Stack of RPC Architecture
Selected Java Interview Questions
Selected Java Interview Questions
Nov 14, 2022 · Backend Development

Understanding RPC Architecture: Basic Structure and Technical System

This article explains the fundamental structure of Remote Procedure Call (RPC) architecture, detailing its core components such as providers, consumers, channels, protocols, and processors, and discusses the supporting technical system including network communication, serialization methods, transport protocols, and synchronous versus asynchronous remote invocation strategies.

Distributed SystemsJavaNetwork Communication
0 likes · 10 min read
Understanding RPC Architecture: Basic Structure and Technical System
Architecture & Thinking
Architecture & Thinking
Oct 17, 2022 · Backend Development

Understanding RocketMQ’s Network Communication Architecture and Protocol

This article explains RocketMQ’s core components, the rocketmq‑remoting module, its Netty‑based protocol design, message structure, communication flow, and the Reactor multi‑thread model that together ensure high‑performance, reliable messaging in distributed backend systems.

Distributed SystemsNettyNetwork Communication
0 likes · 11 min read
Understanding RocketMQ’s Network Communication Architecture and Protocol
Architects' Tech Alliance
Architects' Tech Alliance
Jul 3, 2021 · Cloud Computing

Performance Optimization Techniques for the Ceph Distributed Storage System

This article reviews Ceph's architecture, benchmarks, monitoring methods, and a wide range of performance‑optimizing strategies—including storage‑engine tweaks, network‑communication improvements, data‑placement algorithms, configuration tuning, and hardware‑specific adaptations—while also outlining future research directions.

CephDistributed StorageNVMe
0 likes · 18 min read
Performance Optimization Techniques for the Ceph Distributed Storage System
Beike Product & Technology
Beike Product & Technology
Aug 17, 2020 · Fundamentals

DNS Fundamentals: How Domain Name System Works

DNS (Domain Name System) acts as a 'translator' between human-readable domain names and machine-readable IP addresses, enabling internet communication through a hierarchical distributed system of servers.

DNS CachingDomain HierarchyDomain Name System
0 likes · 11 min read
DNS Fundamentals: How Domain Name System Works
Beike Product & Technology
Beike Product & Technology
Jul 26, 2019 · Fundamentals

FastCGI Protocol Specification: A Comprehensive Guide

This article provides a detailed translation and explanation of the FastCGI protocol specification, covering its architecture, record types, roles, and implementation details for developers working with PHP-FPM and web servers like nginx.

CGIFastCGINetwork Communication
0 likes · 32 min read
FastCGI Protocol Specification: A Comprehensive Guide
360 Tech Engineering
360 Tech Engineering
Sep 19, 2018 · Fundamentals

An Overview of the MQTT Protocol: History, Requirements, and Message Format

This article provides a comprehensive overview of the MQTT protocol, covering its origin in 1999, the problems it was designed to solve, its core requirements, and a detailed explanation of its fixed header, variable header, and payload structures.

IoTMQTTMessaging Protocol
0 likes · 6 min read
An Overview of the MQTT Protocol: History, Requirements, and Message Format