当前位置:网站首页>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
边栏推荐
- 349、两个数组的交集
- Xshell+Xftp 下载安装步骤
- 【省选联考 2022 D2T1】卡牌(状态压缩 DP,FWT卷积)
- App. In wechat applet JS files, components, APIs
- What if Jerry's function to locate the corresponding address is not accurate sometimes? [chapter]
- Common DBA SQL statements (4) - Top SQL
- Shell script interaction free
- 【leetcode】107.二叉树的层序遍历II
- Ansible cloud computing automation
- 域名和IP地址的联系
猜你喜欢
Zhengda international explains what the Dow Jones industrial index is?
Redis design and Implementation
微信小程序简介、发展史、小程序的优点、申请账号、开发工具、初识wxml文件和wxss文件
Exercise questions and simulation test of refrigeration and air conditioning equipment operation test in 2022
JUC concurrent programming 07 -- is fair lock really fair (source code analysis)
[provincial election joint examination 2022 d2t1] card (state compression DP, FWT convolution)
【leetcode】102.二叉树的层序遍历
Cve-2019-0708 vulnerability exploitation of secondary vocational network security 2022 national competition
2022 mobile crane driver test question bank simulation test platform operation
Question bank and answers of Shanghai safety officer C certificate examination in 2022
随机推荐
242. Valid Letter ectopic words (hash table)
Ansible playbook syntax and format automate cloud computing
景联文科技—专业数据标注公司和智能数据标注平台
C语言——自定义类型
Leetcode22: bracket generation
19、删除链表的倒数第N个节点(链表)
Understand the new economic model of platofarm and its ecological progress
【leetcode】199.二叉树的右视图
mysql同一个表中相同数据怎么合并
第120章 SQL函数 ROUND
Sim Api User Guide(8)
Jerry sometimes finds that the memory has been tampered with, but there is no exception. How should he find it? [chapter]
微信小程序简介、发展史、小程序的优点、申请账号、开发工具、初识wxml文件和wxss文件
SQLServer 查询数据库死锁
JUC concurrent programming 07 -- is fair lock really fair (source code analysis)
Comparison and practice of prototype design of knowledge service app
Art template template engine
IDEA——》每次启动都会Indexing或 scanning files to index
MySQL how to merge the same data in the same table
24、两两交换链表中的节点(链表)