Internet Protocol and its application
Â
Â
Internet Protocol and its application
Hello Zainr34,
An Internet Protocol is one of the communication protocols that made up the Internet protocol suites. It resides in the network layer of the suite and the primary function of IP is to deliver the data between devices that may be addressed on different networks.
IP addressing is very important in the manner by which each device in the network can deliver data. It defines a convention of addressing for the entire network and these addresses are used for the purpose of successful data delivery.
To successfully deliver the messages in the network, IP addressing is implemented. Each device has an IP address which is unique to each other, and because of this recipients of data can easily be located. The IP address is 32 bits grouped into 8 bits at a time. Each 8 bits are separated by dots and is represented in decimal format. An example of IP address is 128.64.122.204. IP addressing provides a structure on how they should be facilitated over the network, the routing of data and how it should be handled.
Prior to transmission, IP encapsulates the data to be transferred within a message to ensure that it will be received properly on the endpoint. This is known as IP Packet and you can refer to the link for the format.
Once encapsulation is done it is now passed to the data link layer ready for transmission. IP also has the ability to fragment large chunks of data sent between the network layer and the data layer. The reason for this is that there are cases wherein the maximum size of each data link or physical network. In fragmentation, IP data are fragmented into pieces so they can easily be carried out on the local network. The reassembly of these fragmented data is to recreated the original IP data is done on the receiving device.
How to trace IP?
There are some tools and commands that are used. But the ones I like the best is the command 'tracert'.
You can try it in your command line by writing: tracert google.com
Aside from the fact that it traces or determines the IP address of your target, it also provides the path or hobs (gateways or routers) traversed by the packets across your network before it can reach the final destination (google.com).
Why it is identical?
As mentioned earlier, IP address is standard and it is made up of 32bits, grouped by 8 bits at a time, separated by comma and represented in decimal.
IP address looks the same because most of it might belong to the same network or class. IP Address supports five classes which are categorized as A, B, C, D and E. A, B and C are used for commercial purposes. For example 184.30.2.1, the first octet which is 184 falls between 128 and 191 therefore it is in class B. So if you see another IP like 184.19.1.1, the first octet are similar that’s because they belong to the same class.
A table of IP Address classes can be found here for your reference.
Internet Protocol and its application
Hi,
Internet Protocol, abbreviated as IP is a set of rules governing any network. Governs how data is shared across a network.
The main functions of internet protocol include the following: Addressing, Fragmentation and Reassembly Routing/Indirect Delivery, Data Encapsulation and Formatting/Packaging.
Thanks.