IP Address
IPv4 - Dotted Decimal Notation
Computer-to-computer communication (i.e., networking) requires two very basic things:
»Computer-to-computer communication (i.e., networking) requires two very basic things:
»We are interested in all things computer but our focus for now is cybersecurity including GenCyber training and participation in the CyberPatriot games.
»Let's face it, doesn't it irritate you that computer systems use binary numbers? Really? Why not use the decimal system like everyone else?
[^1]: The order of these hexadecimal numbers could actually be reversed depending upon the particular computer architecture. In other words, the two 16-bit numbers might be expressed as E366 and F852, instead of 66E3 and 52F8 respectively, depending upon whether the computer architecture used the "little endian" notation or "big endian" notation. "Endianness" is beyond the scope of these articles, but more information can be found here and here.
»You'll find this post in your _posts
directory - edit this post and re-build (or run with the -w
switch) to see your changes!
To add new posts, simply add a file in the _posts
directory that follows the convention: YYYY-MM-DD-name-of-post.ext.