IPv6 Lab 4: IPv6 Routing Protocol Configuration

1. Experimental Purpose Master the principle and configuration method of IPv6 routing protocol, including RIPng and OSPFv3. II. EXPERIMENTAL CONTENTS 1. Configuration of RIPng; 2. Configuration of OSPFv3. 3. EXPERIMENTAL STEPS Configuration of 3.1 RIPng 3.1.1 Basic Topology 1. Connection: rememUTF-8...

Posted by rscott7706 on Fri, 21 May 2021 02:14:25 +0930

HTTP and HTTPS (talk about TLS secret key negotiation process in detail)

1. Simple http server #pragma once #include #include #include #include #include #include #include #include #include using namespace std; class HttpServer { private: int _port; int _lsock; public:UTF-8...

Posted by xtheonex on Thu, 03 Jun 2021 07:45:04 +0930

Simple configuration of Huawei router BGP

Today, I will use Huawei AR2220 router to complete a simple BGP configuration experiment, mainly for 0 basic users, providing basic BGP configuration introduction and explanation. In addition, this paper provides the configuration code, which is convenient for the students who need to implementUTF-8...

Posted by eddieblunt on Sun, 27 Jun 2021 05:09:03 +0930

MPLS VPN configuration example -- wonderful use of RT value

Today, I will bring you a configuration example of MPLS VPN. I hope it can be helpful to you. With the help of Huawei eNSP simulator, this paper realizes the configuration of an MPLS VPN, and controls the routing between VPN instances by reasonably setting the RT value, so as to achieve interesUTF-8...

Posted by lplatz on Wed, 28 Jul 2021 08:24:17 +0930

computer network

Summary of interview questions 1 Interview test The following is expanded according to the title of the above link 1-OSI7 layer model OSI layer 7: popular explanation OSI7 layer: concept explanation Popular interpretation of the complete process 1 Popular interpretation of the complete process UTF-8...

Posted by dewey_witt on Sun, 01 Aug 2021 08:04:35 +0930

KCP [reliable information transmission based on UDP] - in-depth understanding of TCP

introduction Because I'm still interested in the game, I heard that UDP is often used in the game to realize reliable information transmission. But how to realize it has always been a mystery in my eyes. In a study, I came across the code of KCP. Although the code is not long, the logic is verUTF-8...

Posted by webmaster02 on Sat, 11 Dec 2021 22:26:46 +1030

Cisco experiment 10: dynamic routing protocol OSPF

Dynamic routing protocol OSPF Cisco Experiment 1: VLAN division of switches Cisco Experiment 2: VLAN communication between switches Network planning Cisco Experiment 3: use three-layer switch to realize cross VLAN communication Network planning Cisco Experiment 4: Office cross VLAN communicatioUTF-8...

Posted by D1proball on Tue, 14 Dec 2021 13:59:37 +1030

Principle and implementation of Ethernet link aggregation (under layer 2 switch)

catalogue 1, Previous review 2, Principle of link aggregation technology 3, Link aggregation implementation conditions 4, Classification of link aggregation 5, Link aggregation instance of layer 2 switch 6, Summary 1, Previous review In the first two articles, we know the concepts of single armUTF-8...

Posted by php_beginner_83 on Fri, 24 Dec 2021 15:18:16 +1030

I/O multiplexing: Select /Poll/Epoll

1.select details 1. Function prototype By calling this function, we can entrust the kernel to help us detect the state of several file descriptors, which is actually to detect the state of the read-write buffer corresponding to these file descriptors: Read buffer: check whether there is data inUTF-8...

Posted by DeGauss on Wed, 29 Dec 2021 18:50:31 +1030

Design and implementation of e-mail client program for computer network course design

preface This experiment mainly uses smtp protocol to send e-mail. POP3 is used to receive e-mail. The time is limited. Only e-mail is realized. The implementation process is put in the overall design Experimental topic Design and implementation of e-mail client program Experimental purpose AccoUTF-8...

Posted by ganlal on Sun, 16 Jan 2022 18:10:22 +1030