BGP second experiment

BGP experiment II 1. There are two loopbacks in AS1, one address is 192.168.1.0/24, which cannot declare that there are two loopbacks in AS3 in any protocol, and the other address is 192.168.2.0/24, which cannot declare that the two loopbacks can communicate with each other in any protocol; The other loopback of AS1 is 10.1.1.0/24, and the ...

Added by davil on Mon, 31 Jan 2022 00:55:06 +0200

java socket for communication programming

Recently, I'm thinking about the implementation principle of some software and studying how those popular software are developed. It's quite interesting. Reviewing the software used every day, I found that the most commonly used software should be communication software, such as wechat and nailing. So I wondered how these communication software ...

Added by rodrigocaldeira on Sun, 30 Jan 2022 10:02:40 +0200

"Mini tutorial" how to use the time distribution layer correctly under LSTM network

The time distributed layer is a sequence rather than a single value that needs to be returned by the LSTM layer in the Keras interface. What is the time distributed layer The added complexity is the TimeDistributed layer (and the previous TimeDistributedDense layer), which is mysteriously described as a layer wrapper that allows us to app ...

Added by jeffrydell on Sun, 30 Jan 2022 06:16:46 +0200

Large file upload: second transmission, breakpoint continuous transmission and fragment upload

File upload is an old topic. When the file is relatively small, you can directly convert the file into a byte stream and upload it to the server. However, when the file is relatively large, it is not a good way to upload it in an ordinary way. After all, few people will tolerate it. When the file is interrupted in the middle of uploading, It's ...

Added by phpsir on Sat, 29 Jan 2022 20:14:38 +0200

LVS introduction and NAT mode configuration and implementation of Linux Enterprise load cluster

1, Introduction to LVS 1.LVS(Linux Virtual Server), load scheduler, kernel integration 2.LVS architecture The server cluster system based on LVS architecture consists of three parts: Loader balancer (load balancing layer), server array (middle server group layer) and shared storage (data shared storage layer). 3. Working principle of LVS When ...

Added by Z3roDowner on Sat, 29 Jan 2022 17:30:41 +0200

Computer network: detailed explanation and expansion of real problems of application layer postgraduate entrance examination

I Single choice questions (11 questions in total, 100.0 points) 1[2009] FTP Transfer between client and server FTP Command, the connection used is (). A,Based on TCP Control connection above B,Based on TCP Data connection on C,Based on UDP Control connection above D,Based on UDP Data connection on Correct answer: A FTP uses TCP 2[2010]If t ...

Added by keithschm on Sat, 29 Jan 2022 14:52:28 +0200

Near source penetration test

๐ŸŒ• Write in front ๐ŸŠ Blog home page: Scorpio_m7๐ŸŽ‰ Welcome to pay attention ๐Ÿ”Ž give the thumbs-up ๐Ÿ‘ Collection โญ Leave a message ๐Ÿ“๐ŸŒŸ This article is written by Scorpio_m7 original, CSDN first!๐Ÿ“† Starting time: ๐ŸŒน January 28, 2022 ๐ŸŒนโœ‰๏ธ Persistence and hard work will surely bring poetry and distance!๐Ÿ™ The author's level is very limited. If y ...

Added by walnoot on Sat, 29 Jan 2022 02:34:03 +0200

Learn ARP with arpend command

Learn ARP with arpend command Quoted from https://mp.weixin.qq.com/s?__biz=MzkxMTMxNjQ0NQ==&mid=2247483685&idx=1&sn=c3d27891c3226f35b21a5ba052fa38bb&chksm=c11f4597f668cc811aaf5db73da6e8506efedb0318f9e1a37b56cdeb84dc3d1a01b01614da19#rd The task of ARP (Address Resolution Protocol) is to resolve IP address (network layer ad ...

Added by infestedarch0n on Fri, 28 Jan 2022 20:29:07 +0200

[K8S series] 7-K8s actual combat - play Network

Network Access between Docker containers The same network segment can communicate through docker0 network card 6.1 container communication in the same Pod - pause container Next, let's talk about the content related to Kubernetes network communication We all know that the smallest operation unit of K8S is Pod. First, think about ...

Added by tony_c on Fri, 28 Jan 2022 09:45:48 +0200

Final review of routing and switching

preface Our routing and switching final exam is a computer test, which uses eNSP to complete the test questions. The final examination questions are as follows. They are basically the same, with only a little change in details. Finally, the PC host can ping each other, and the server can ping PC3 and PC3, but not PC1 and PC2. Experimental re ...

Added by icarpenter on Fri, 28 Jan 2022 03:34:20 +0200