Understanding TCP/IP Protocol: The Four-Way Handshake

Understanding TCP/IP Protocol: The Four-Way Handshake

TCP/IP is not a single protocol, but a collective term for a suite of protocols. It includes the IP protocol, ICMP protocol, and TCP protocol. 1 Here are a few key points to note: Internet Address: This is the IP address, generally consisting of the network number + subnet number + host number.Domain Name System: … Read more

Differences Between TCP and UDP, TCP Three-Way Handshake and Four-Way Teardown

Differences Between TCP and UDP, TCP Three-Way Handshake and Four-Way Teardown

Author: wuchao226 Link: https://www.jianshu.com/p/8e35c3883035 OSI Seven-Layer Model OSI adopts a layered structured technology, which is divided into seven layers: Physical Layer, Data Link Layer, Network Layer, Transport Layer, Session Layer, Presentation Layer, Application Layer. TCP/IP Model The OSI model is relatively complex and academic, so the TCP/IP model we actually use is divided into 4 … Read more

Differences Between OSI Model and TCP/IP Model

Differences Between OSI Model and TCP/IP Model

Click the blue text above to follow us Resource Release Huawei Certified Beginner to Advanced Practical Course ↓ Scan to watch the video ↓ 1 1. OSI Reference Model The seven-layer model, also known as OSI (Open System Interconnection), is a standard framework established by the International Organization for Standardization (ISO) for interconnecting computer or … Read more

Understanding TCP/IP Protocols

Understanding TCP/IP Protocols

Click the blue text above to follow us Resource Release Huawei Certification Beginner to Advanced Practical Course ↓ Scan to watch practical videos ↓ 1. Concept TCP/IP (Transmission Control Protocol/Internet Protocol) is the communication protocol for computers connected to the internet. A communication protocol is a description of the rules that computers must follow to … Read more

Understanding TCP/IP Protocols: A Comprehensive Overview

Understanding TCP/IP Protocols: A Comprehensive Overview

Author: MobMsg, a senior full-stack engineer and partner at the architect community! TCP/IP Protocol Family The core protocol of the Internet is TCP/IP, which is widely used in both local and wide area networks and has a development history of over 20 years, making it the current international standard. TCP/IP is a protocol family that … Read more

36 Illustrative Images on Computer Network Knowledge Points Worth Collecting and Learning

36 Illustrative Images on Computer Network Knowledge Points Worth Collecting and Learning

1. Overview of Computer Networks 1.1 Classification of Computer Networks According to the scope of the network: Wide Area Network (WAN), Metropolitan Area Network (MAN), Local Area Network (LAN); According to the users of the network: Public network, Private network. 1.2 Hierarchical Structure of Computer Networks Comparison of the TCP/IP four-layer model and the OSI … 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

Understanding TCP/IP in One Article

Understanding TCP/IP in One Article

Author: Ruheng Source: Juejin 1. TCP/IP Model The TCP/IP protocol model (Transmission Control Protocol/Internet Protocol) includes a set of network protocols that form the foundation of the Internet; it is the core protocol of the Internet. The TCP/IP reference model divides the protocols into four layers: the Link Layer, Network Layer, Transport Layer, and Application … Read more

Fundamentals of Communication Networks

Fundamentals of Communication Networks

What Is a Communication Network There is always a network around us, such as telephone networks, telegraph networks, television networks, computer networks, etc.; even within our bodies, there are many network systems, such as the nervous system and the digestive system. The most typical representative is the computer network, which is a combination of computer … Read more

Getting Started with Raspberry Pi: Practical Configuration (VNC and Serial)

Getting Started with Raspberry Pi: Practical Configuration (VNC and Serial)

This section discusses practical application configurations, which are not the configurations mentioned earlier in the config.txt for the /boot partition, such as display and GPU settings. Since this is called getting started, the focus is mainly on practical configurations. 1. Serial Debugging Connection to Raspberry Pi The wire used is a USB to TTL cable … Read more