Static routing configuration
Principle description:
1. Static routing: refers to the routing information manually configured by users or network administrators. When the network topology or link state changes, the network administrator needs to manually configure the static routing information.
Compared with dynamic routing protocols, static routing does not need to exc ...
Added by beyzad on Wed, 22 Dec 2021 14:57:25 +0200
Chapter 15 network programming
Basic knowledge
TCP/IP protocol
abbreviationFull nameProtocol typeIPInternet ProtocolNetwork protocolTCPTransmission Control ProtocalTransmission control protocol
IP address
Meaning: in the network, the unique identification of the communication entity (which can be host, printer, router port, etc.)
Format: 32bit integer, separated by dots ...
Added by webdevelope on Wed, 22 Dec 2021 00:22:29 +0200
[HCIE discussion] QoS
Topic 1: what are the reasons why the video between the headquarters and branches has flower screens and the voice images are not synchronized?
Insufficient bandwidth, more packet loss, network jitter and high delay.
Question 2: how to deploy QoS (only write out the device name when deploying on that device) (1 point how to deploy QoS need ...
Added by nonexistence on Fri, 17 Dec 2021 13:58:05 +0200
[Shangsi Valley] Git and GitHub foundation complete tutorial - note 2
stay [Shangsi Valley] Git and GitHub foundation complete tutorial - note 1 There is a brief introduction to Git, as well as commands such as adding add, submitting commit, withdrawing reset, etc.
Let's recall the command of the last article, with good Txt as an example.
catalogue
0 recall the content of the previous article
4.3. 5 forward a ...
Added by coolfool on Thu, 16 Dec 2021 00:26:10 +0200
HCIE-RS -- what is PHB?
PHB:Per Hop Behavior
Describe the next forwarding action of messages with the same priority. The value of each priority will correspond to the corresponding phb behavior, such as be, AF, EF, etc
There are four types of PHB: CS EF AF BE
BE: do your best without quality assurance. The default PHB behavior value is 0, corresponding to ipp=0
...
Added by giba on Wed, 15 Dec 2021 19:13:15 +0200
You may also want to have your own AI model file format-
After the last work, if you want to review or view the last content, you can click the following link, as shown below:
You may also want to have your own AI model file format - (1)https://blog.csdn.net/Pengcode/article/details/121754272?spm=1001.2014.3001.5502 The main content of this t ...
Added by markster on Thu, 09 Dec 2021 02:01:56 +0200
05 - object oriented Foundation (object oriented)
Thank you for passing by. I hope the student's notes can give you a trivial reference (1 / 100) Java object-oriented mind map, [link to the complete Java Architecture]
1, Object oriented thought
1.1 general
Object oriented is relative to process oriented. Process oriented to object-oriented is the change ...
Added by rslnerd on Tue, 07 Dec 2021 20:36:07 +0200
Game client programming
Game client programming
IDE: Visual Studio 2019
System: Windows10
C# version: 8.0
Write an online game client. The campus intranet IP address of the game server is 10.1.230.74, the port is 3900, and TCP connection is adopted.
After the connection is successful, the messages sent by the server can be continuously displayed in ...
Added by Cless on Tue, 30 Nov 2021 19:33:00 +0200
Go---Go network programming (detailed)
The core of the Internet is a series of protocols, collectively known as "Internet Protocol Suite". It is these protocols that specify how computers connect and network. When we understand these protocols, we understand the principle of the Internet. Because these protocols are too large and complex, there is no way to generaliz ...
Added by yarnold on Sun, 28 Nov 2021 05:29:58 +0200
Build a static Web server locally in Python
Static Web server - return fixed page data
Learning objectives
Be able to write the response message of assembling fixed page data
1. Develop your own static Web server
Implementation steps:
Write a TCP server programObtain the http request message data sent by the browserRead the fixed page data, assemble the page data into HTTP res ...
Added by madsosterby on Fri, 26 Nov 2021 21:44:31 +0200