Sunday, 3 August 2014

How to change Ip address of system

     Well on this time we are going to see how to change the ip address of the system.Ip address is used to identify the system in the network,Ip in the sense Internet Protocol.There are two types of version it contain they are IPV4&IPV6.
     Most of them are using the IPV4 for their communication in the network because it is 32 bit and IPV4 is 128 bit.The IPV6 is not yet fully implemented because most of the people dint know the advantage of IPV6.
     It is used to switch the network in the mobile communication.IPV4 address has been overlapped the address is going to end soon.These both address are used in the Tcp/ip protocol.
     Now we are going to change the ip address of ipv4,before that check your previous ip address in the command prompt.Open the command prompt and type the following command.
c://>ipconfig
     Now you get your system ip address and to change the ip address on windows.In the right corner of your system task bar Internet icon select that and open the network and sharing center.
     When you selected that the new window will appear on that open the local area connection  it will prompt you to the next page after that select the properties.
     It will open the another window from the following items select internet protocol version 4(tcp/ip) and select the properties again.Now you will see the new window with two option one is DHCP and another one is use the following ip address.DHCP is the dynamic host configuration protocol which is used to set the ip address dynamically which means automatically.
     Now check the another option and type the ip address you want like "192.168.1.3" and need to give subnet mask because it is class C "255.255.255.0".Then you need to select the default gateway like "192.168.1.1" then select ok and again ok.
     Thats it you have been set the ip address of your system.now open the command prompt and type the following command.
c://>ipconfig
     Now you can able to see your ip address have been changed.

No comments:

Post a Comment