Notes

Network Knowledge

OSI Network Model


TCP/IP Model

Layers of the TCP/IP Model tcpiplayer


Binary and Hexidecimal

hexadecimal: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9,  A,  B,  C,  D,  E,  F
decimal:     0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
Regular Numbers: 4 8 15 16 23 42
Binary: 00000100 00001000 00001111 00010000 00010111 00101010
Hexadecimal: 04 08 0F 10 17 2A
Number(42).toString(16); // 2a
Number(42).toString(2); // 101010
parseInt("101010", 2); // 42
parseInt("2A", 16); // 42

Internet Protocol

ipv6
ipv6

Special Addresses


Transport Protocols


DNS

DNS Records


Network Hardware