© 2005-2006 DOSCH&AMAND Research GmbH & Co.KG all datas subject to changeMoosacherstr. 56a D-80809 Munich GERMANY offer on requestFax +49.89.3589.8519 Email info@da-research.de
IP Communicationslessons learned
2005DOSCH & AMAND Research GmbH & Co KGV1.2
1 Introduction to the Internet Protocol
Perhaps one of the most important and well known protocols is Internet Protocol, or IP. IP gives us the ability touniquely identify each computer in a network or on the Internet. When a computer is connected to a network orthe Internet, it is assigned a unique IP address. If you're connecting to the Internet, chances are you're given anIP automatically by your ISP. If you're connecting to a LAN, then you're either given the IP automatically or youmanually configure the workstation with an assigned IP.If you really want to know how network communications work, it most important to fully understanding IP. DNS,FTP, SNMP, SMTP, HTTP and a lot of other protocols and services rely heavily on IP in order to functioncorrectly, so you can immediately see that IP is more than just an address on your workstation.
IP Address
The above example shows an IP address in decimal notation, which we understand more easily. This IP address(192.168.0.1) is then converted to Binary, which is what the computer understands. You can see how big thenumber gets. It's easier for us to remember four different numbers than 32 zeros or ones.An IP address is a 32 Bit addressNow we're going to look at how the conversion works between decimal and binary. This is an important step,because you'll probably find yourself in need of such a conversion when dealing with complex subnets.The picture below shows an IP address that we are going to convert to Binary. We are now going to convert thefirst octet in the IP address 192.168.0.1 to Binary. In other words, we take the "192" and convert it to Binary.
Leave a Comment