Cheatography
https://cheatography.com
An useful cheat sheet for networking basics
Net/Host ID by Class
A |
0nnnnnnn.HHHHHHHH.HHHHHHHH.HHHHHHHH |
B |
10nnnnnn.nnnnnnnn.HHHHHHHH.HHHHHHHH |
C |
110nnnnn.nnnnnnnn.nnnnnnnn.HHHHHHHH |
D |
1110XXXX.XXXXXXXX.XXXXXXXX.XXXXXXXX |
E |
1111XXXX.XXXXXXXX.XXXXXXXX.XXXXXXXX |
Subnetting
|
Binary form |
Dot-decimal notation |
IP address |
11000000.10101000.00000101.10000010 |
192.168.5.130 |
Subnet mask |
11111111.11111111.11111111.11000000 |
255.255.255.192 |
Network prefix |
11000000.10101000.00000101.10000000 |
192.168.5.128 |
Host part |
00000000.00000000.00000000.00000010 |
0.0.0.2 |
Network Topology
Examples of differents networks topologies.
|
|
Three way handshake
Illustrates the three way handshake used for TCP connections.
TCP/IP - Class ranges
Class |
Range |
Private |
Class A |
0.0.0.0-127.255.255.255 |
10.0.0.0/8 |
Class B |
128.0.0.0-191.255.255.255 |
172.16.0.0/12 |
Class C |
192.0.0.0-223.255.255.255 |
192.168.0.0/16 |
Class D (multicast) |
224.0.0.0-239.255.255.255 |
nope |
Class E (reserved) |
240.0.0.0-255.255.255.255 |
nope |
|
|
IEEE 802
802.3 - Ethernet |
802.11a/b/g/n - Wifi |
802.8 - Fiber Optic |
802.15.1 - Bluetooth |
802.16 - WiMAX |
OSI - Protocol - Device
7 Application |
FTP,HTTP,DNS,SSH,DHCP... |
6 Presentation |
SMB,ASCII,AFP |
Router |
5 Session |
TCP,UDP |
Switch |
4 Transport |
ARP,IP,ICMP |
Hub |
3 Network |
HDLC,PPP |
2 Link |
ARP,Ethernet,Token Ring, irDA |
1 Physical |
ADSL, LDSL, USB |
DHCP
Client |
Server |
DHCP Discover --> |
|
<-- DHCP Offer |
DHCP Request --> |
|
<-- DHCP Acknowledgement |
|
Created By
Metadata
Favourited By
and 20 more ...
Comments
DaveChild, 10:23 5 Dec 11
Sorry about the presentation here, monsieur_h - looks like I have some work to do for handling long lines of content. I will resolve this as quickly as I can.
monsieur_h, 10:25 5 Dec 11
No problem, as it works fine with the .pdf version, wich I'm gonna print for my exam anyway. I'm glad you did this tool and I'll use it for my revisions.
McDaeMonD 08:59 12 Jan 12
Hi there, good CS
I more like this CS if has more info about how much ip and host in range of /30, /29, /24, .. /3 etc.
Bill Gates 08:55 20 May 12
I need to let you know about a few errors i saw that may effect the test your taking.
First TCP/UDP are layer 4 technologies. They both involve the transport of data. TCP being Transport Control Protocol and UDP being User Datagram Protocol.
Your placement of router switch and hub should also be corrected. The Hub and switch are both layer two devices that operate on the Data Link Layer they communicate through a mac address which is a layer two technology.
The difference between the two being that a switch is 1 broadcast domain and seperate collision domains and a Hub is 1 broadcast domain and 1 collision domain. Also the hub is unable to operate in full duplex mode.
Routers are layer 3 devices. They comunicate with ip addresses using routing protocols. Just wanted to give you a heads up if your using it for test
Amit 17:52 15 Aug 14
OSI - protocol - device section
is wrong.
Frank 16:34 10 Nov 14
OSI part needs some work, as what was said previously.
themask 11:41 8 May 15
4 years and the OSI layers / protocols still totally wrong...
Add a Comment
Related Cheat Sheets
More Cheat Sheets by monsieur_h