BGP routing policy - Advertise map ORF - route splitting

Note: the BGP routing strategy notes are mainly distributed in prefix list, distribute list and route map And new knowledge points, * advertisement map condition advertisement, * ORF and * route splitting Reference video: Three cups of black tea Front 0x01: prefix list operation BGP routing >After operating the abov ...

Added by keakathleen on Thu, 20 Jan 2022 07:54:33 +0200

Learning notes on Linux C application development -- Socket socket

Network socket Basic skills: two languages, one scripting language. Implement the function first. Discussion: problems needing attention in cross host transmission. 1. Byte order problem: large end storage: high byte at low address Small end storage: lower byte at X86 low address 0x00 00 00 05 Da 05 00 00 00 Small 00 00 05 Distinguish between ...

Added by rlalande on Thu, 20 Jan 2022 02:42:11 +0200

How the network requests: Chapter 1

The user inputs a URL to the browser and returns the life cycle of a network request.The book is divided into six parts:The application layer client generates HTTP and delegates it to the protocol stack of the operating systemThe protocol stack (TCP/IP module) calls the network card driver to generate an electrical signalHow does the network ca ...

Added by barbgd on Wed, 19 Jan 2022 16:54:57 +0200

Minesweeper use learning

BGP test learning used by Minesweeper 1, BGP1 1. Import BGP1 network. init-testrig /home/yahui/Desktop/batfish-abstraction-fixes/test_rigs/smt-examples/BGP1 The path here is the folder where the network configuration file is stored on the computer The network is very small, with only two routers. It's about this long (I marked the ip addre ...

Added by weekenthe9 on Tue, 18 Jan 2022 10:06:02 +0200

ACL access control list

Access Control List Access Control Lists (ACL S) are instruction lists applied to router interfaces. These instruction lists are used to tell the router which packets can be received and which packets need to be rejected. Whether a packet is received or rejected can be determined by specific indication conditions such as source address, desti ...

Added by yumico23 on Mon, 17 Jan 2022 18:25:54 +0200

qt network programming

catalogue Network programming Socket socket under qt qt TCP connection process Example of file transmission from TCP server to client: UDP for qt UDP unicast example of qt: UDP broadcast and multicast (multicast) Network programming Three elements: IP address, port number and communication protocol IP address: computers in the ...

Added by sofasurfer on Mon, 17 Jan 2022 17:39:52 +0200

JavaWeb basics -- network programming (Basics + echo server application)

Java Web Basics - network programming Content outline of this paper 1. Why network programming? It is controlled by code to enable data interaction between the processes of two hosts   what we call network programming is to communicate through the network. Specifically, it refers to different hosts connected by the network. Sp ...

Added by NikkiLoveGod on Mon, 17 Jan 2022 14:06:55 +0200

Docker's network mode and data management

catalogue Docker four network modes docker custom network View a list of network modes View container information (including configuration, environment, gateway, mount, cmd, etc.) Specifies the IP address of the assignment container Custom network fixed IP Port mapping Execute in container commands in the host environment Docker data ...

Added by kamy99 on Mon, 17 Jan 2022 07:17:26 +0200

Super practical ELK log analysis system

1, ELK 1. ELK introduction ELK platform is a complete set of centralized log processing solution, which combines ElasticSearch, Logstash and Kibana to meet more powerful user requirements for log query, sorting and statistics. Elastic search: it is a distributed storage search engine based on Lucene (a full-text search engine architec ...

Added by TodManPlaa on Mon, 17 Jan 2022 00:44:00 +0200

Delay model of WebRTC video receiving buffer based on Kalman filter

stay WebRTC In the video processing pipeline of, the receiver buffer JitterBuffer is a key component: it is responsible for the out of order rearrangement and framing of RTP packets, RTP packet loss retransmission, requesting retransmission of key frames, estimating buffer delay and other functions. The buffer delay JitterDelay has an important ...

Added by santhosh_89 on Sun, 16 Jan 2022 20:40:59 +0200