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
-1
votes
1 answer

connect to amazon server that allows only one ip address

I have an amazon server (AWS) with a security group that blocks all the ip addresses except mine. The problem is that I use my computer through different wifi hotspots so my ip address often changes. Is there a way to connect my computer to my…
rom
  • 103
  • 2
-1
votes
2 answers

AWS create an alias for my EC2 instance IP

I'm not expert in anything related with networks. I've reasearched through Internet but I'm not able to get with the solution for what I need. It's simple. I've bought a domain in GoDaddy.com and I've redirected it succesfully to my AWS EC2 instance…
-1
votes
1 answer

Can 192.168.20.4/24 describe a network or only a host?

As I understand it IP 192.168.20.4/24 can only describe a host (24) on net 192.168.20.[1-254]. Now when describing a net; can 192.168.20.4/24 be a valid network ID, or should such a network ID always end with 0, as in 192.168.20.0/24, where 0…
JohnyTex
  • 101
  • 5
-1
votes
2 answers

Do mobile devices have unique IP addresses?

I have a REST web service that contains a method for sending SMS messages, I would like to ensure that this functionality can only be executed every 10 seconds by any given user. Do mobile devices have unique IP address? If so will this be enough to…
S-K'
  • 1,301
  • 3
  • 11
  • 15
-1
votes
1 answer

Is it Possible to Capture All HTTP Packets to a Target IP on a subnet?

I've been trying to use tcpdump to capture packets to a target IP on my subnet, but am unable to do so successfully. I've tried: tcpdump -i eth0 net network-ip-address/27 -A and tcp port 80 But it only gives me the packets I send from my IP to the…
Hikari
  • 1
  • 1
-1
votes
1 answer

URL not shows specific Host name after uploading ASP project on IIS

![I have uploaded my ASP project on IIS server with 808 port, and when I try to open webpage by IIS server' Domain name (xx.xxxxxxxx.com) at that time it shows domain name in URL, but when try to open the tab/page on new tab that time it shows IP…
-1
votes
1 answer

Enterprise DHCP server solution?

I have a network of about 1000 assorted devices, all of witch are running by static IP addressing. Given the size of the network and the lapse of technical advice, the addressing scheme is in chaos and there are about 14 class C subnets. I would…
Wyatt
  • 1
  • 2
-1
votes
1 answer

Using DHCP on virtual servers (ESXI)

I am setting up a small lab with 5 virtual servers running on VMware ESXi 5. The servers are: Network Services server (CentOS 6.4) LAMP server (CentOS 6.4) File server (CentOS 6.4) Zimbra mail server (CentOS 6.4) Windows Server 2012 domain…
Scott_Lew
  • 9
  • 2
-1
votes
1 answer

Subnetting 2 subnets, 127 hosts on /24 class b network

I have an upcoming exam in networks communication. One of the available tasks for training on subnetting is the following: Suppose you are an ISP with a 132.1.32.0/24 address block. If 2 customers require addresses for 127 and 60 computers…
nenne
  • 189
  • 6
-1
votes
1 answer

a special case about subnet mask calculation

I have an IP addresses 192.168.2.0 and a subnet 192.168.1.0/10 And I have two questions. (1) Is 192.168.1.0/10 legal? As the 9th least significant bit is not 0. And if (1) is true, does 192.168.2.0 belongs to this subnet? According to the…
ZHOU
  • 155
  • 1
  • 1
  • 7
-1
votes
3 answers

Is it possible to replace A records with CNAMEs in a zone file?

I've read that some people are able to successfully replace their A records with CNAMEs only. Primarily because the IP address of the A record is not static. Are they using a service like DynDNS or DNS Made Easy?
Chris
  • 143
  • 1
  • 1
  • 6
-1
votes
1 answer

Specify what network connection to use based on IP being accessed

Basically, we have a number of machines with two network cards. One is wireless, one is not. The wireless is connected to the internet, while the other one is connected to a route and a bunch of internal computers. Is there a way to set the machine…
TechnIckS
  • 109
  • 4
-1
votes
1 answer

need to figure out this subnet mask please is it correct?

Possible Duplicate: How does IPv4 Subnetting Work? The largest subnet has 300 hosts so I am trying to workout the number of host_id bits I require for the mask but I am confused as each octet goes to 255 max? So do I carry on in the next octet…
-1
votes
1 answer

Temporarily ban an ip address using .htaccess

Is there a way to temporarily ban (only for 5-10 minutes) a certain ip address using .htaccess.
Alex
  • 21
  • 2
-1
votes
1 answer

Can ISPs see which IP that has been assigned to a customer in each others network?

Is there some sort of shared knowledge between ISPs that make them able to see which customer an IP has been given to, no matter which ISP the IP belongs to? I.e. is someone that is an ISP able to see which customer an IP address is assigned to,…