当前位置:网站首页>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
边栏推荐
- Idea - indexing or scanning files to index every time you start
- DBA common SQL statements (1) - overview information
- Read integrity monitoring techniques for vision navigation systems
- 242、有效字母异位词(哈希表)
- Contact between domain name and IP address
- MySQL common statements
- 24、两两交换链表中的节点(链表)
- LeetCode 1249. Minimum remove to make valid parents - FB high frequency question 1
- Ansible cloud computing automation
- 349、两个数组的交集
猜你喜欢

Wonderful review | deepnova x iceberg meetup online "building a real-time data Lake based on iceberg"

SQL Server 递归查询上下级

Sim Api User Guide(4)

JUC concurrent programming 09 -- source code analysis of condition implementation

Windows installs redis and sets the redis service to start automatically

2022 mobile crane driver test question bank simulation test platform operation

Configuration of LNMP
MapReduce core and foundation demo

Operation of 2022 tea artist (primary) test question simulation test platform

Chapter 120 SQL function round
随机推荐
【leetcode】107.二叉树的层序遍历II
59、螺旋矩阵(数组)
Chapter 2 Oracle database in memory architecture (I) (im-2.1)
209. Subarray with the smallest length (array)
【leetcode】102. Sequence traversal of binary tree
Using multithreading to output abc10 times in sequence
19. Delete the penultimate node of the linked list (linked list)
Cve-2019-0708 vulnerability exploitation of secondary vocational network security 2022 national competition
/etc/shadow可以破解吗?
What if Jerry's function to locate the corresponding address is not accurate sometimes? [chapter]
24、两两交换链表中的节点(链表)
2022 mobile crane driver test question bank simulation test platform operation
MapReduce core and foundation demo
Jerry sometimes finds that the memory has been tampered with, but there is no exception. How should he find it? [chapter]
707. Design linked list (linked list)
C#和数据库连接中类的问题
链表相交(链表)
SQLServer 查询数据库死锁
转:毛姆:阅读是一座随身携带的避难所
Jerry's factors that usually affect CPU performance test results are: [article]