TCP/IP Study Notes (4) – ICMP, Ping, Traceroute

TCP/IP Study Notes (4) - ICMP, Ping, Traceroute

Introduction to ICMP Protocol When there is an error in transmitting IP packets – for example, host unreachable, route unreachable, etc., the ICMP protocol will encapsulate the error information and send it back to the host. This gives the host a chance to handle the error, which is why it is said that protocols built … Read more

Detailed Summary of TCP/IP Protocol

Detailed Summary of TCP/IP Protocol

Author: Gentle But Ruthless Character Original Link: http://blog.csdn.net/qq_25827845/article/details/66975129 Please indicate the source when reprinting TCP/IP Protocol TCP/IP is not a single protocol, but a general term for a protocol suite. It includes the IP protocol, ICMP protocol, and TCP protocol. Here are some key points to note: Internet Address: This is the IP address, generally … Read more

Understanding TCP/IP: Common Confusions and Insights

Understanding TCP/IP: Common Confusions and Insights

The TCP/IP technology, considered one of the great inventions of the Internet era, has profoundly impacted today’s world. After nearly a month of study and exploration, I have a basic understanding of TCP/IP. Since TCP/IP operates in kernel mode within the OS, many details are not perceptible to users, leading to some confusion about TCP/IP. … Read more

The Ming Dynasty’s Cabinet and TCP/IP Design

The Ming Dynasty's Cabinet and TCP/IP Design

This article is a prequel to “The Ming Dynasty Postman of TCP/IP”, discussing how the ministers of the Ming Dynasty’s cabinet designed the TCP/IP network. During the Tianqi period of the Ming Dynasty, Emperor Zhu Youjiao was obsessed with carpentry and heavily relied on the eunuch Wei Zhongxian, having not attended court for a long … Read more

Detailed Explanation of TCP/IP Communication Based on Ethernet

Detailed Explanation of TCP/IP Communication Based on Ethernet

Basic Concepts of Ethernet Before performing Ethernet communication, it is necessary to understand several basic concepts of Ethernet communication, such as IP address allocation, PC network address and settings, etc. Allocating IP Address If the programming device (such as PC) connects to the factory LAN (or the Internet) using a network card, then the programming … Read more

Summary of TCP/IP Basics

Summary of TCP/IP Basics

When it comes to the protocols we encounter most in computer networks, we cannot ignore the TCP/IP protocol. The TCP/IP protocol is also the most famous protocol on the Internet, so let’s discuss the TCP/IP protocol together. Historical Background of TCP/IP Before the TCP/IP protocol existed, back in the 1960s, many countries and regions recognized … Read more

How to Set Up an IP Address

How to Set Up an IP Address

How to Set Up an IP Address Press the “WIN” key + “R” key on your keyboard (WIN key: the key circled in the above image) Type “ncpa.cpl” (without quotes), and press Enter Right-click on “Local Area Connection” or “Ethernet”, and select “Properties”. Scroll down until you find “Internet Protocol Version 4 (TCP/IPv4)” in the … Read more

Huawei Certification | HCIA-Datacom Exam Outline

Huawei Certification | HCIA-Datacom Exam Outline

HCIE Certification Research Institute | Huawei Certification Exam Tracking Today, I want to share some basics. Many people have gained some understanding of Huawei certification exams and want to further understand the specific exam content. This article will first discuss the specific exam outline for HCIA-Datacom~ 01 Huawei HCIA-Datacom Certification Exam 02 Huawei HCIA-Datacom Exam … Read more

Ping Issue Analysis

Ping Issue Analysis

Ping Issue Analysis What is Ping Ping is a commonly used network management command and is also part of a communication protocol that belongs to the TCP/IP suite, suitable for Windows, Linux, and Unix. It checks whether the network is smooth or the network connection speed (time) is normal based on the reply feedback results. … Read more