Section 7 :TCP/IP Basics

Get Started. It's Free
or sign up with your email address
Section 7 :TCP/IP Basics by Mind Map: Section 7 :TCP/IP Basics

1. Introduction to IP Addressing and Binary

1.1. IP Address are written as four octets

1.2. * IP address= 32 (1 and 0) “ 4 group of eight “

1.3. * All binary values of IP address take frome 0-255

1.4. Dots don’t really axist in IP address

1.5. * 171=10101011 in binary value

1.6. * Locations of 1-0 start with 128 and it’s take : 128 64 32 16 8 4 2 1

2. introduction to ARP

2.1. Art or address resolution protocol simply what your computer uses when it has the IP address and needs to know the MAC Address

2.2. * Write arp -a to see =ARP cache

2.3. * ARP requests are broadcast over a network

3. Subnet Masks

3.1. * Router has 2 IP address one for local Network and another one for remote Network

3.2. * Network ID = part of the network numbering system that has to be identical for everv computer on this Network

3.3. * In Network ID no computer can have just a zero as part of its numbering system

3.4. * We can use any number for Host ID except “0””255”

3.5. * Subnet mask : A subnet mask is a 32-bit number created by setting host bits to all 0s and setting network bits to all 1s. In this way, the subnet mask separates the IP address into the network and host addresses.

3.6. * Subnet mask= smaller for huge network longer for smaller networks

3.7. * The subnet mask is only used by the computer- it’s never send out

3.8. The “255” = broadcast address,

3.9. * The “0” =network address. Neither can be assigned to hosts

3.10. * Default Gateway: Specify where to forward the message

4. classful Addressing

4.1. * IANA ( Internet Assigned Numbers Authority)

4.2. There job is keep track all of the IP address out there and pass them out to folks who need them

4.3. Class licenses

4.3.1. 1- class A 0-126 /8 —- 16.7 million IP address

4.3.2. 2- class B 128-191/16 —— 65 134 IP address

4.3.3. 3-Class C 192-223/24 —2

4.4. We can have subnets don’t have to be on the dots

5. Subnetting with CIDR

5.1. * CIDR ( classless Inter-Domain Routing)

5.2. * We don’t necessarily do a lot of subsetting ourselves but we enjoy the benefits of it , it’s done by internet service providers

5.3. * 2 subnets 126 host per subnet

5.4. * 4subnets 62 hosts per subnet

6. More CIDR Subnetting Practice

6.1. dynamic IP address

6.2. Static IP address

6.3. * Subnet Masks have all 1's on the left and all O's on the right

6.4. * The more Subnets you have the less hosts are avaliable here.

7. Dynamic and static IP address:

7.1. * IP address setting (ip address-subnet mask- default gateway)

7.2. * Static : to know IP address setting u must to go up to the machine to find the right configuration screen and type the information in

7.3. * DHCP - Dynamic Host Configuration protocol : using broadcast

7.4. * Each broadcast domain must have only one DHCP server

7.5. BOOTP- Bootstrap

7.6. * Every modern operatin no g system comes with DHCP enabled by default

8. Rogue DHCP servers

8.1. * APIPA -Automatic Private IP Addressing: built into all of DHCP clients and design as fallback if you don’t find DHCP servers

8.2. * All APIPA addressare 169 2:54

8.3. * If you are connected to a DHCP server and still get an APIPA address, make sure the DHCP server is working

8.4. * If you get an IP address other than your correct network ID, you may have a roque DHCP server

9. special IP address

9.1. * Loop back is 127.0.0.0

9.2. * Private IP address work on private network not the internet

9.3. * Common private IP address