Addressing in ipv4 (part 1)
Overview
In the previous chapter, we looked at the network layer and its involvement in communication. in this chapter, we will look at ipv4 addressing. This is one of the most important concepts in networking and will be critical in your overall success in networking. Understanding this chapter is critical to the rest of your studies. This chapter is divided into two parts so that it can better understood. In the first part, we will look at binary vs decimal, then we will be introduced to subnetting. Then we will finish up by subnetting a few addresses.Decimal vs binary
We are used to decimals. The number systems used everywhere today is mostly binary. Base of 10.10^0=1
10^1=10
10^2=100
This is what we use in day to day activities. However, computers are limited to only 2 digits. “1” and “0”, which represent “ON” and “OFF”. The ip addressing system we use is based on this concept. All ipv4 addresses that we use are a decimal representation of the binary form that the computer knows about.
The table below shows the difference between decimal and binary connotations.
How networks are addressed
I believe the most of you have seen an ip address. The ip addressing scheme used contains two parts.- The network part – from the left hand side
- The host part – from the right hand side