-
Notifications
You must be signed in to change notification settings - Fork 347
Expand IP knowledge #2855
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Expand IP knowledge #2855
Conversation
docs/books/admin_guide/12-network.md
Outdated
|
||
IP and MAC addresses must be unique on a network! | ||
In the same network, IP addresses must be unique, which is a fundamental rule of network communication. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jimcat8 I've just given this a quick glance so far and it looks good. However, in your changed statement here, you have eliminated the need for MAC addresses to be unique. That is still a requirement in a network. Otherwise data packets could end up on the wrong device.
Fix unneeded capitalization
docs/books/admin_guide/12-network.md
Outdated
|
||
Among them, Class A addresses, Class B addresses, and Class C addresses all have their own private address ranges. 0.0.0.0 is a reserved address and is not assigned to the host. Class D addresses are used for multicast communication and are not assigned to hosts. Class E addresses are reserved and not used for regular networks. | ||
|
||
Due to space limitations, we will not provide a detailed explanation of the content of IPv4 packets here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no space limitation. Lol.
Please remove this sentence and simply leave out detailed explanation of the content of IPv4 packets. i.e. no need to draw extra attention to the missing info !!
docs/books/admin_guide/12-network.md
Outdated
|
||
An IPv4 address defines an address on 4 bytes. The number of available addresses being close to saturation a new standard was created, the IPv6 defined on 16 bytes. | ||
Due to space limitations, we will not provide a detailed explanation of the content of IPv6 packets here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no space limitation. Lol.
Please remove this sentence and simply leave out detailed explanation of the content of IPv6 packets. i.e. no need to draw extra attention to the missing info !!
Test results for 161eb69:
|
Author checklist (Completed by original Author)
Rocky Documentation checklist (Completed by Rocky team)