Helo Everyone , we get more Knowledge about computer.
IP address is a logical address which is assigned to networking devices for their identity. Using IP address we access resources from one device to another device.
1--IP version 4
2--IP version 6
It is a 32 bit logical address written in dotted decimal. It is used to identify devices in a network . It has two part network ID and Host ID . Network ID indicates an unique ID for network and Host ID indicates device ID in network.
D class is reserved for multicasting
E class is reserved for research
APIPA (Automatic Private Internet Protocol Address ) -----
It is assigned to devices Automatically when no DHCP server is active in network and static IP address has not been configured too. APIPA ranges from 169.254.0.0 to 169.254.255.255.
Loopback Address- Loopback address is for Loopback test of devices. Reserved address is 127.0.0.1
Default Broadcast Address- 255.255.255.255
Private IP address is free to use. We can use this IP without any permission of ISP. Private can only be routed in private Network . We can share and access resources in private network only.We can connect our private computer to public network using a router or Server . We will have to configure NAT on Server or Router.
1- Class full address- When we use default subnet mask with IP address , This is known as Class full address. Class A, Class B and Class C addresses are class full addresses.
2- Class less addresses- When we use subnetted Address and new subnet mask . We do not follow Class . This is known as Class less addresses.
Follow this table to know block size and subnet mask.