BGP routing protocol ③

Solution to IBGP horizontal segmentation: Horizontal segmentation of IBGP: when a router learns a BGP route from an IBGP peer, it will no longer announce the route information to other IBGP peers.         1. Route reflector: Principle: An IBGP is configured as a routing reflector (RR), and the device configured as a routing ...

Posted by kirkh34 on Sun, 30 Jan 2022 12:02:56 +0100

JAVA network programming

Network programming 1. Network foundation TCP/IP protocol generally refers to the internet protocol. Only computers using TCP/IP protocol can connect to the Internet. 1.1 IP address In the Internet, an IP address is used to uniquely identify a Network Interface. A computer connected to the Internet must have one IP address, but it may also ...

Posted by vh3r on Sat, 29 Jan 2022 12:31:45 +0100

Analysis of running time sequence of TCP/IP protocol stack in Linux kernel

1 Linux overview 1.1 introduction to Linux operating system architecture Linux operating system is generally composed of Linux kernel and GNU system. Specifically, it is composed of four main parts, namely Linux kernel, Shell, file system and application program. Kernel, Shell and file system constitute the basic structure of the operating sy ...

Posted by johnoc on Fri, 28 Jan 2022 06:16:59 +0100

WebSocket notes + SpringBoot integration

WebSocket notes Websocket: HTML5 WebSocket is designed to replace polling and long connection, so that the client browser has the instant messaging capability of desktop system under C/S framework, and realizes full duplex communication between browser and server. It is based on TCP. Although websocket transmits data through TCP like HTTP, ...

Posted by vfwood on Tue, 25 Jan 2022 07:17:26 +0100

Qt actual combat case (30) -- using QUdpSocket class to realize UDP network broadcast communication

1, Project introduction UDP network broadcast communication is realized by using QUdpSocket class. Its principle is shown in the figure below. The working principle of UDP is: the UDP client sends a certain length of request message to the UDP server. The message size limit is related to the protocol implementation of each system, but it ...

Posted by RandomEngy on Tue, 25 Jan 2022 04:17:25 +0100

[learning notes of RPC framework I] deeply explain the concept and use of Retrofit2 framework

Some time ago, because Dubbo's interface was used, I learned the RPC call method of Zookeeper+Dubbo and summarized a Blog [SpringBoot learning notes 14] integrated development of SpringBoot+Dubbo+Zookeeper Recently, because there is a contract related development task that uses Retrofit2 extensively, which was also a half familiar imitation bef ...

Posted by edkellett on Sat, 22 Jan 2022 20:33:37 +0100

Republish experiment

catalogue preface​ Experimental requirements experimental analysis preface How to complete the experiment according to the experimental requirements? Experimental requirements 1. Multipoint two-way republication between the two protocols 2. The loopback of R7 is not announced in the OSPF protocol, and is republished later 3. ...

Posted by angeljyt on Thu, 20 Jan 2022 22:20:11 +0100

Detailed explanation of hcip network type and two-layer packaging technology

Network type Point to point: only two nodes can exist in a network segment MA Multiple access--In the same network segment, the number of nodes is not limited. Normally, there is a layer-2 address, otherwise unicast cannot be performed BMA -- broadcast multi-access NBMA -- Non broadcast multiple access The network type is distinguished ba ...

Posted by boo_lolly on Wed, 19 Jan 2022 19:51:50 +0100

Wanfu welcomes the sprouting tiger, wanhu celebrates the Spring Festival and the year of the tiger in 2022

preface 2022 is a auspicious year of the tiger. Welcome to the new year. In the new year, I hope to bring you good luck through "ten thousand tigers" and "ten thousand blessings". I wish you tiger and tiger vitality, smooth wind and smooth water, good life and rolling financial resources! Congratulations are over, and now w ...

Posted by JParishy on Wed, 19 Jan 2022 15:31:39 +0100

OSPF comprehensive experiment

OSPF comprehensive experiment Irregular area of OSPF 1. Non backbone away from backbone 2. Discontinuous backbone Better solution: Multi process two-way republishing; ospf multiple processes: multiple processes on a router. Each process has its own database, calculates routing entries independently, and calculates all non shared; Finally, all ...

Posted by Sangre on Mon, 17 Jan 2022 16:32:15 +0100