当前位置:网站首页>UDP basic learning
UDP basic learning
2022-04-23 10:34:00 【When can I be as powerful as a big man】
1、 Basic questions
How to uniquely identify a computer in the network ?
ip Address .
How can multiple programs on the same computer share the network without conflict ?
Network port .
How can different computer communications understand each other ?
Use the same protocol .
IP Address
●A class IP Address : from 1 Byte network address and 3 Byte host address composition , The highest bit of the network address must be “0”, Address range 1.0.0.1-126.255.255.254 Usable A Class network consists of 126 individual , Each network can accommodate 1677214 Host computer .
●B class IP Address by 2 Byte network address and 2 Byte host address composition , The highest bit of the network address must be “10”, Address range 128.1.0.1-191.255.255.254 Usable B There are 16384 individual , Every network can hold 65534 host
●C class IP Address by 3 Byte network address and 1 Byte host address composition , The highest bit of the network address must be “110” Range 192.0.1.1-223.255.255.254 C Class network up to 2097152 individual , Every network can hold 254 Host computer
●D class IP Address first Bytes in "1110” Start , It is a special [ ] Reserved address . It doesn't point to a specific network , At present, this kind of address is used in multicast ( Multicast ) The multicast address is used for one-time addressing - - Group computer address range 224.0.0.1-239.255.255.254
● private IP: In so many networks IP in , There is an international regulation part IP The address is used for our lan , That is, it belongs to the private network IP, Not used in the public network , Their scope is :
- 10.0.0.0~ 10.255.255.255
- 172.16.0.0~ 172.31.255.255
- 192.1 68.0.0~ 192.168.255.255
●IP Address 127. 0.0. 1~127 . 255. 255. 255 For loop test
- Such as : 127.0.0.1 On behalf of this machine IP Address , use http://127.0.0.1 You can test the Web The server
版权声明
本文为[When can I be as powerful as a big man]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230619103909.html
边栏推荐
- What are the system events of Jerry's [chapter]
- 101. Symmetric Tree
- Jerry's factors that usually affect CPU performance test results are: [article]
- C语言——自定义类型
- 349. Intersection of two arrays
- Turn: Maugham: reading is a portable refuge
- Example of pop-up task progress bar function based on pyqt5
- IDEA——》每次启动都会Indexing或 scanning files to index
- Restful、SOAP、RPC、SOA、微服务之间的区别
- Sim Api User Guide(8)
猜你喜欢
部署jar包
Sim Api User Guide(5)
Six practices of Windows operating system security attack and defense
Detailed explanation of MapReduce calculation process
Swagger2 接口如何导入Postman
101. Symmetric Tree
MapReduce compression
【leetcode】107. Sequence traversal of binary tree II
How can swagger2 custom parameter annotations not be displayed
JVM - common parameters
随机推荐
Jerry's users how to handle events in the simplest way [chapter]
DBA common SQL statements (2) - SGA and PGA
997、有序数组的平方(数组)
349. Intersection of two arrays
How can swagger2 custom parameter annotations not be displayed
Cve-2019-0708 vulnerability exploitation of secondary vocational network security 2022 national competition
Charles function introduction and use tutorial
Sim Api User Guide(4)
Common SQL statements of DBA (6) - daily management
Problems of class in C # and database connection
142. Circular linked list||
JUC concurrent programming 09 -- source code analysis of condition implementation
Image processing - Noise notes
JUC concurrent programming 07 -- is fair lock really fair (source code analysis)
MySQL common statements
Configuration of LNMP
SQL tuning series - SQL performance methodology
Is the pointer symbol of C language close to variable type or variable name?
Detailed explanation of MapReduce calculation process
Shell script interaction free