当前位置:网站首页>Detailed explanation of network layer
Detailed explanation of network layer
2022-06-30 04:15:00 【Ape bait】
IP Address classification
A
Maximum network number :127----01111111
Number of allocable networks :2^7-2=126
The network number is converted into hexadecimal , Number of networks that can be allocated —— Multiple 2 Multiply
B,C equally
B
specially B The value of the first byte of the class address is in the range of 10000000——10111111( Binary representation ), Convert binary to 10 Hexadecimal is 128~191 了 .
The function of subnet mask
In order to allocate the same network number to different subnets , The subnet number is used to distinguish the networks of different subnets .
network address
All host numbers are 0( The subnet number is not included )
The Internet address is IP Of the subnet to which the address belongs IP Address ( network address --> subnet IP)
Broadcast address
All host numbers are 1
private IP Address and public IP Address
In the process of use, it is not a A corresponding , Because there are port numbers
The physical layer ---- Solve the problem of materials between hardware devices , voltage , Frequency and other hardware circuit problems
Data link layer --- Solve the problem of how data packets are transmitted in a network (MAC Address )
The network layer ---- Solve the problem of data transmission between different networks (IP Address , Router )
边栏推荐
- Huawei cloud native - data development and datafactory
- 2021-07-14
- Do280 private warehouse persistent storage and chapter experiment
- Implementation of aut, a self-developed transport layer protocol for sound network -- dev for dev column
- 两个月拿到N个offer,什么难搞的面试官在我这里都不算事
- Thingsboard tutorial (II and III): calculating the temperature difference between two devices in a regular chain
- matplotlib. pyplot. Hist parameter introduction
- I spent three years in a big factory outsourcing, which subverted my understanding!
- Refers to the difference between IP and *ip at output
- 487-3279(POJ1002)
猜你喜欢

Day 10 data saving and loading

The school training needs to make a registration page. It needs to open the database and save the contents entered on the registration page into the database

Thingsboard tutorial (II and III): calculating the temperature difference between two devices in a regular chain

基于ROS的SLAM建图、自动导航、避障(冰达机器人)
![[Thesis reading | deep reading] role2vec:role based graph embeddings](/img/69/c94700fbbbda20df4e54803c703b48.png)
[Thesis reading | deep reading] role2vec:role based graph embeddings

Sql语句遇到的错误,求解

Postman learning sharing
![[summary of skimming questions] database questions are summarized by knowledge points (continuous update / simple and medium questions have been completed)](/img/89/fc02ce355c99031623175c9f351790.jpg)
[summary of skimming questions] database questions are summarized by knowledge points (continuous update / simple and medium questions have been completed)

管道实现进程间通信之命名管道

(03). Net Maui actual combat basic control
随机推荐
2021-07-14
Magical Union
【模糊神经网络预测】基于模糊神经网络实现水质预测含Matlab源码
Everyone, Flink 1.13.6, mysql-cdc2.2.0, the datetime (6) class extracted
Daily summary of code knowledge
节点CODE相同会导致数据重复
DRF -- nested serializer (multi table joint query)
About manipulator on Intelligent Vision Group
Postman learning sharing
The new paradigm of AI landing is "hidden" in the next major upgrade of software infrastructure
Radiant energy, irradiance and radiance
Modifier of JS regular expression
Graduation project EMS office management system (b/s structure) +j2ee+sqlserver8.0
SQL server2005中SUM函数中条件筛选(IF)语法报错
Share an example of a simple MapReduce method using a virtual machine
Es2016 key summary
The jupyter notebook kernel hangs up frequently and needs to be restarted
MySQL DDL change
7-3 打怪升级 单源最短路
el-upload上传文件(手动上传,自动上传,上传进度)