Understanding TCP, HTTP, Socket, and Socket Connection Pool

Understanding TCP, HTTP, Socket, and Socket Connection Pool

Author: Shulan Technology Source: www.jianshu.com/p/e47a766e03da Introduction: As a developer, we often hear terms like HTTP protocol, TCP/IP protocol, UDP protocol, Socket, Socket long connection, Socket connection pool, etc. However, not everyone can clearly understand their relationships, differences, and principles. This article will start from the basics of network protocols and explain the relationship between them … Read more

Detailed Explanation of TCP/IP Protocol

Detailed Explanation of TCP/IP Protocol

Click the blue text aboveto follow us. Resource Release Huawei Certification Beginner to Advanced Practical Course ↓ Scan to watch the practical video ↓ 1. Protocol Layering The TCP/IP protocol uses encapsulation and multiplexing strategies in packet design. Encapsulation means that during the data sending process in the application layer, each layer adds some header … Read more

Understanding TCP with 28 Illustrations

Understanding TCP with 28 Illustrations

Source: https://juejin.cn/user/3931509313252552/postse In communication and IT work, networking is essential, and the most important protocol in the network is TCP. Whether in actual work or in written exams and interviews, you can’t escape TCP. I have read documents related to TCP in the RFC, examined the source code related to TCP in Linux, and looked … Read more

36 Images Explain Basic Networking Knowledge

36 Images Explain Basic Networking Knowledge

Introduction Network Protocols When we connect to the internet using our mobile phones, we utilize many network protocols. Starting from the connection to WiFi, we use the 802.11 (i.e., WLAN) protocol to connect to the network; the phone automatically obtains network configuration using the DHCP protocol, and only after getting the configuration can the phone … Read more

Sharing TCP/IP Illustrated (3 Volumes) PDF

Sharing TCP/IP Illustrated (3 Volumes) PDF

01 Content Summary Content validity TCP/IP Illustrated, Volume 1: Protocols mainly discusses the TCP/IP protocol, explaining the reasons for the definition of the TCP/IP protocol suite with numerous examples, as well as its application and operation in various operating systems. The second edition retains Stevens’ excellent knowledge system and writing style, while new author Kevin … Read more

Understanding the Layers of the TCP/IP Protocol Stack

Understanding the Layers of the TCP/IP Protocol Stack

As we all know, the TCP/IP model is the foundational model for most network communications today, and its basic function is to define the technical framework for interconnecting devices. Through it, networks around the world can interconnect, and information can be exchanged globally. The protocol stack is also known as the communication stack. When we … Read more

Understanding TCP/IP, HTTP, and HTTPS in Depth

Understanding TCP/IP, HTTP, and HTTPS in Depth

From: Non-Professional Class TCP/IP Concepts TCP/IP (Transmission Control Protocol/Internet Protocol) is a suite of protocols that enables information transmission across multiple different networks. The TCP/IP protocol does not refer solely to the TCP and IP protocols, but to a suite of protocols including FTP, SMTP, TCP, UDP, IP, etc. It is the fundamental protocol of … Read more

Illustrated Guide to Networking: 36 Diagrams Explaining Networking Basics

Illustrated Guide to Networking: 36 Diagrams Explaining Networking Basics

Preface Network Protocols When we connect to the internet using our mobile phones, we use many network protocols. Starting from connecting the phone to WiFi, the 802.11 (i.e., WLAN) protocol is used to access the network; the phone automatically obtains network configuration using the DHCP protocol, and only after obtaining the configuration can the phone … Read more

Learning QUIC Protocol Through Cronet Module

Learning QUIC Protocol Through Cronet Module

This article is an excellent piece from the KX Forum KX Forum Author ID: xwtwho Documenting the process of learning the QUIC protocol, the testing project is the testing app mentioned in the previous post: Some video app (V15.7) and web analysis record | bbs.pediy.com Learning record of some video app (V15.7-V18.4) | bbs.pediy.com Software … Read more

What Is IoT Architecture? Finally Explained Clearly

What Is IoT Architecture? Finally Explained Clearly

The Internet of Things (IoT) consists primarily of IoT devices, gateways, and the cloud. 01 IoT Network Architecture From bottom to top, there are the perception layer, network layer, and application layer. ▪ Perception Layer: Identifies objects and collects information; ▪ Network Layer: Primarily responsible for information transmission; ▪ Application Layer: Provides rich IoT-based applications; … Read more