1 Explain The Addressing Scheme of TCP
1 Explain The Addressing Scheme of TCP
TCP/IP classes
The powers that allocate IP addresses arbitrarily broke up IP space into the network classes A,B, & C. Networks recognize two addresses
Logical (Network layer) IP Address Physical (MAC, hardware) addresses
Example: 144.92.43.178
IP ADDRESS
IP ADDRESS CLASS
Class A devices
Share same first octet (bits 0-7)
Network ID
Class B devices
Share same first two octet (bits 0-15) Host: second through fourth octets (bits 16-31)
Class C devices
Share same first three octet (bits 0-23) Host: second through fourth octets (bits 24-31)
subnet mask
Identifies every device on TCP/IP-based network 32-bit number (net mask)
Identifies devices subnet
Combines with device IP address Informs network about segment, network where device attached
Loopback test
Attempting to connect to own machine Powerful troubleshooting tool
Unix, Linux
ifconfig command