answersLogoWhite

0

10.0.0.0 10.255.255.255

172.16.0.0 172.31.255.255

192.168.0.0 192.168.255.255

User Avatar

Wiki User

15y ago

What else can I help you with?

Continue Learning about Computer Science
Related Questions

Which three address ranges can be used to depict private IP addresses?

Three Private IP Address classes:IP addresses Range10.0.0.0 - 10.255.255.25572.16.0.0 - 172.31.255.255192.168.0.0 - 192.168.255.255


What is the difference between Static IP and Public IP?

A computer on the Internet is identified by its IP address. In order to avoid address conflicts, IP addresses are publicly registered with the Network Information Centre (NIC). Computers on private TCP/IP LANs however do not need public addresses, since they do not need to be accessed by the public. For this reason, the NIC has reserved certain addresses that will never be registered publicly. These are known as private IP addresses, and are found in the following ranges: From 10.0.0.0 to 10.255.255.255 From 172.16.0.0 to 172.31.255.255 From 192.168.0.0 to 192.168.255.255


What IP address 10.11.12.13 is a valid address?

This is what’s known as a private IP address. Private IP addresses cannot be routed across the Internet, so it won’t work if you try. Note that 10.0.0.0/8, 172.16.0.0/12 and 192.168.0.0/16 are also private address ranges.


Is IP address 172.32.1.100 public or private?

Private IP address ranges:10.0.0.0 to 10.255.255.255172.16.0.0 to 172.31.255.255192.168.0.0 to 192.168.255.255Definitely private =)This is a Class B public address because the first octet ranges from 128 and 191.Sorry! 172.16.50.100 falls in the category of private ip networks.


Is this an ip address 127.16.0.0?

172.16.0.0 is itself a private IP address. (IP addresses from 172.16.0.0 to 172. 31.255.255 are all private IP addresses. Other private IP addresses are 10.X.X.X and 192.168.X.X where X can be from 0 to 255). But it's not usable as an IP address for a device such as a PC or host. This is because it's the first address and, by convention, the first address of a network is used to indicate its network address.


Is the ip address 192.168.0.0 part of private network.?

The following ranges of IPv4 addresses are internal / private : 10.0.0.0 - 10.255.255.255 172.16.0.0 - 172.31.255.255 192.168.0.0 - 192.168.255.255


How many ip address can be assigned to a nic?

the IP address is assigned to your computer by your DHCP server you can only have 1 true ip address, although you can have ghost ip address and private ip addresses Private Addresses are not routable through the internet Ghosts IP addresses are normally used to cover something up, usually something illegal ;)


What are the IP addresses called that begin with 10?

Private IP Addresse Because of NAT redirection a small company can rely solely on private IP addresse for its internal network and use only the s one public IP assigned to it by is ISP for Internet communication IEEE recommends that the following IP addresse be used for private networks 10.0.0.0 through 10.255.2 172.16.0.0 through 172.31.255.255 192.168.0.0 through 192.168.255.255


Which IP address below is a reserved IP address?

Reserved IP addresses are 10.0.0.0 to 10.255.255.255 172.16.0.0 to 172.31.255.255 192.168.0.0 to 192.168.255.255 and 169.254.0.0 to 169.254.255.255 Every address in these ranges is considered reserved or private, meaning the internet will NOT route to them without an NAT.


A private IP address can be used to send data over the Internet. True or False?

False. A private IP address cannot be used to send data directly over the Internet. Private IP addresses are reserved for use within local networks and are not routable on the public Internet. To communicate over the Internet, devices with private IP addresses typically use Network Address Translation (NAT) to convert their private addresses to a public IP address.


Is 11.63.72.21 public ip?

Yes, the IP address 11.63.72.21 is a public IP address. Public IP addresses are assigned to devices that directly connect to the internet and can be accessed from outside a local network. In this case, the address falls within the range of public IPs and is not part of the reserved private IP address ranges.


Which IP address processes enables workstations to use private IP addresses to access the Internet?

NAT (Network Address Translation) A service that translates a private IP address to a public IP address in packets destined for the internet, then translates the public IP address in the reply to the private address.