当前位置:网站首页>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
边栏推荐
- mysql同一个表中相同数据怎么合并
- Leetcode22: bracket generation
- 任意文件读取漏洞 利用指南
- Dirichlet prefix sum (number theory optimization formula sub complexity weapon)
- Chapter 2 Oracle database in memory architecture (I) (im-2.1)
- Chapter I Oracle database in memory related concepts (Continued) (im-1.2)
- SQL server query database deadlock
- 【省选联考 2022 D2T1】卡牌(状态压缩 DP,FWT卷积)
- /etc/shadow可以破解吗?
- 349. Intersection of two arrays
猜你喜欢
MySQL how to merge the same data in the same table
/Can etc / shadow be cracked?
Introduction to wechat applet, development history, advantages of applet, application account, development tools, initial knowledge of wxml file and wxss file
第120章 SQL函数 ROUND
Redis design and Implementation
C语言——自定义类型
MapReduce compression
得到知识服务app原型设计比较与实践
景联文科技—专业数据标注公司和智能数据标注平台
Sim Api User Guide(4)
随机推荐
JUC concurrent programming 09 -- source code analysis of condition implementation
MapReduce core and foundation demo
Idea - indexing or scanning files to index every time you start
Art template template engine
链表相交(链表)
Example of pop-up task progress bar function based on pyqt5
SQL tuning series - Introduction to SQL tuning
Deploy jar package
基于PyQt5实现弹出任务进度条功能示例
SQLServer 查询数据库死锁
Sim Api User Guide(6)
142、环形链表||
域名和IP地址的联系
Charles function introduction and use tutorial
Net start MySQL MySQL service is starting MySQL service failed to start. The service did not report any errors.
shell脚本免交互
lnmp的配置
Windows installs redis and sets the redis service to start automatically
任意文件读取漏洞 利用指南
242、有效字母异位词(哈希表)