Autosave: 2024-08-30 07:00:03
This commit is contained in:
parent
34e8bdc6e0
commit
dcf85f5851
3 changed files with 8 additions and 6 deletions
BIN
.zk/notebook.db
BIN
.zk/notebook.db
Binary file not shown.
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: IP_addresses
|
||||
tags: [network, internet]
|
||||
tags: [networks, internet]
|
||||
created: Friday, August 16, 2024
|
||||
---
|
||||
|
||||
|
@ -21,13 +21,13 @@ This entry focuses on IPv4 addresses.
|
|||
|
||||
## Anatomy of an IPv4 address
|
||||
|
||||
Each of the 32 bits are divided into four groups which are each 8 bits (a byte)
|
||||
in length. Each group therefore comprises an octet and is separated by dots.
|
||||
Each of the 32 bits are divided into four groups which are each 8 bits in
|
||||
length. Each group therefore comprises an octet and is separated by dots.
|
||||
|
||||
The decimal number system, rather than binary is used to represent the values.
|
||||
Thus each octet comprises three decimal digits as 8-bits = 2^3.
|
||||
This means each binary octet is three decimal digits in length.
|
||||
|
||||
The 32 bits form two sections:
|
||||
The 32 bits comprise two major groupings
|
||||
|
||||
- the **network prefix**
|
||||
- the **host**
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
---
|
||||
title: Internet_Layer_of_Internet_Protocol
|
||||
tags: [network, internet]
|
||||
tags:
|
||||
- internet
|
||||
- networks
|
||||
created: Thursday, August 15, 2024
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue