Questions tagged [ip-address]

IP address is a numerical label assigned to each device participating in a computer network that uses IP for communication.

An Internet Protocol address (IP address) is a numerical label assigned to each device (e.g., computer, printer) participating in a computer network that uses the Internet Protocol for communication. An IP address serves two principal functions: host or network interface identification and location addressing. Its role has been characterized as follows: "A name indicates what we seek. An address indicates where it is. A route indicates how to get there."

The designers of the Internet Protocol defined an IP address as a 32-bit number1 and this system, known as Internet Protocol Version 4 (IPv4), is still in use today. However, due to the enormous growth of the Internet and the predicted depletion of available addresses, a new addressing system (IPv6), using 128 bits for the address, was developed in 1995,[3] standardized as RFC 2460 in 1998,[4] and its deployment has been ongoing since the mid-2000s.

IP addresses are binary numbers, but they are usually stored in text files and displayed in human-readable notations, such as 172.16.254.1 (for IPv4), and 2001:db8:0:1234:0:567:8:1 (for IPv6).

The Internet Assigned Numbers Authority (IANA) manages the IP address space allocations globally and delegates five regional Internet registries (RIRs) to allocate IP address blocks to local Internet registries (Internet service providers) and other entities.

Source: Wikipedia.

  • See also:
586 questions
-2
votes
1 answer

Who assigns private IP addresses?

Suppose I have a router and a local network, can I freely assign my devices private IP addresses (as many as I want, up till there are no more private IP addresses left)? Who decides how many private IP addresses I can have?
Ryn
  • 123
  • 3
-2
votes
1 answer

100-1000 public IP addresses per instance in public cloud

I'd like to run an instance which can be accessed via 100-1000 different public addresses. It can be either IPv4 or IPv6. Is this possible to do in any public cloud currently? Preferably one of the known providers like…
-3
votes
2 answers

Is it possible to have multiple A records for mail pointing to same IP Address?

I was wondering whether we can point to same IP address for multiple A mail records. Two days ago, I bought a domain (test1.com) and a dedicated server to host SmarterMail, let's say the server's IP address is 172.12.12.5. I have pointed an A record…
-3
votes
1 answer

colocation of a server

Hi I currently host my site we a hosting provider and that is going well, however they have just been sold and I want to use a server (either Poweredge 6850 or Poweredge 2950) which will be put inside a datacentre. Here is what I am needing more…
-3
votes
1 answer

multiple domains, one static IP address and latency

how is latency affected when multiple domains are using one single static IP address ? The scenario is in shared web-hosting By latency meaning the DNS lookup the client has to do. As far as I understand it, the browser would hit the root servers…
shirish
  • 305
  • 1
  • 2
  • 8
-3
votes
1 answer

NAT mode virtual machines shows same IP address

I have two virtual machine running on a virtual box. VM 1 and VM 2 The network is in the NAT mode (default). Both the machines have the same IP address.So I assume that they are in two different networks. My requirement is that I should be able to…
liv2hak
  • 303
  • 4
  • 13
  • 25
-3
votes
1 answer

Map ip address to localhost

I have a website running on my mac on mamp at localhost:8888. On another mac on my wifi I can view the website, using http://192.168.X.X:8888 (where X's are my computer's ip address). Except, I can view the html, but not any of the images as it…
Djave
  • 141
  • 2
  • 10
-3
votes
3 answers

What tools can I use to locate the IP of a machine on my network?

I am logged in to a remote Windows Server machine and am trying to attach it to a VPN for a LAN that I am also connected to locally from another Windows machine using Remotr Desktop. I can connect the remote machine to the VPN but when I do so, I…
-3
votes
2 answers

Why does ip address have a dash

Why does my ip address have a dash at the end of it? It was assigned to me by AT&T Uverse. 106.206.186.224-8
-4
votes
2 answers

what ip will logged in a website if I access a website via another website through my PC?

If http://example2.com sends cURL connection to a website called http://example1.com. If I access http://example2.com from my pc to see the content of http://example1.com, than would http://example1.com will logged my PC's ip address or…
-4
votes
1 answer

Use old server IP address to New server

Now we are going to use new server to host our website. We are going to use our old server IP address to new server. Can we replace our new server IP address by old server IP address? If possible, please can anyone give me a solution?
Karthik
-4
votes
3 answers

Why most local addresses are like 192.168.xxx.xxx?

Is it some standard/practice or technical requirement which force network engineers to use this IP address pattern?
ish1301
  • 109
  • 3
-4
votes
4 answers

Question related to Classful IP Addressing

Suppose we have two networks connected with each other by a router. One of them is using Class A prefix and the other one is using Class B prefix in IP address. The Question is how these two network will communicate with each other as they are using…
Zia ur Rahman
  • 167
  • 10
-5
votes
2 answers

Difference between connecting from inside and outside a subnet

Let's say provider granted me IP addresses 10.20.30.1 - 10.20.30.254, so the subnet address is 10.20.30.0 and mask 255.255.255.0. I set my router to 10.20.30.1 and computers to 10.20.30.2 and higher. Now, what is the difference between accessing…
Youda008
  • 101
  • 2
-5
votes
2 answers

Why do we need logical addressing

Possible Duplicate: Why couldn’t MAC addresses be used instead of IPv4|6 for networking? If physical address or Mac address is unique why do we need logical addressing? This because the size and format of Mac address or physical address is…
1 2 3
39
40