Homepage | Partners | Tools | Search | IP Recuperation | Français

ip.pcdebutant.com

Your adress IP

Your IP 38.107.191.92
Your provider : 38.107.191.92
Browser :
System :
Language :

What is IP?

An IP adress (Internet Protocol) is the number that identifies each computer connected to the Internet, or, more precisely, the interface between any computing material (printer, etc.) connected to a network using Internet Protocol, and the network.
There are 2 types of IP adresses : version 4 and version 6. In 2007, version 4 was the most used type : is it generally typed with combinations of four digits forming numbers between 0 and 255, separated with dots, example : 212.85.150.134.
(definition wikipedia)

How to get you IP?

Websites

To get you IP via the Internet, you must type in “mon ip” in a search engine and select a site within the first results. There you go, you found your IP. E.g on exalead : mon ip sur exalead
Here's a list of websites that could help you :

Web languages

Languages executed within the server (ASP, CGI, PHP...) allow to easily get the client's IP. To do so, you will have to insert a code :
  • Code ASP: <%=Request.ServerVariables("REMOTE_ADDR")%>
  • Code PHP: echo $_SERVER['REMOTE_ADDR'];

Javascript

Many websites allow you to get your IP with help of a simple javascript. You just need to visit the html page :