Skip to content
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

More info about IPv4, IPv6. #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 4 additions & 2 deletions _posts/2015-01-02-internet.md
Expand Up @@ -38,7 +38,9 @@ Although any device connected to the Internet can be both a client and a server

Like every house has a specific and _unique_ postal address, each computer connected to the Internet is given an **IP address**, in order to be identified on the network.

An IP address usually looks like a combination of 4 numbers: `91.198.174.192`.
There are two versions of IP addresses: IP version 4 and IP version 6.

A version 4 address is a combonation of 4 numbers ranging from 0 to 255 called "Octets". For example: `91.198.174.192`. A version 6 address is a combonation of 8 hexedicmal numbers called "Hextets". For example: `2001:0db8:0000:0000:0000:0000:0000:0001`.

### Domains

Expand Down Expand Up @@ -142,4 +144,4 @@ The difference with IP addresses is that domains are easier to read for **humans

[^1]: Apart from oceans obviously.

*[SMTP]: Simple Mail Transfer Protocol
*[SMTP]: Simple Mail Transfer Protocol