answersLogoWhite

0

Can you mask an IP address?

User Avatar

Anonymous

15y ago
Updated: 8/18/2019

Technically no, but you can view web pages using a different IP, with a proxy browser.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Example of ip address and subnet mask which represents a Host address of decimal 123?

Example IP address of 192.168.1.123 with a subnet mask of 255.255.255.0


What is the default network mask of the IP address 95.200.102.03?

class A address - default mask is 255.0.0.0


What is the subnet mask for 195.70.16.93 in IP prefix format?

what is the subnet mask for this hst IP prefix format ? Host IP Address: 183.91.104.16


Given the ip address and subnet mask of 172.16.134.64 is subnet mask 255.255.255.224 valid?

This is a network address


What do the IP address and subnet mask display when used together?

Because each IP defines certain subnet mask.


What is subnet mask when ip address 192.168.109.5?

255.255.255.0


What is the default mask for the IP address 128.107.23.10?

255.255.0.0


What is subnet mask when ip address is 155.61.9.188?

255.255.0.0


Network ID 10.10.128.0 and subnet mask 255.255.224.0 Which IP address range can be used?

Class A IP address.


What is the subnet mask for 10 0 10 1 17?

This is not a valid IP address - a valid IP address has 4 bytes. Also, you can't guess the subnet mask from looking only at the IP address; there are usually several options.


What does the subnet mask of an IP address do?

Subnet Mask provides Network & Class Identificationfor an IP Address.


Divide 192.168.1.024 into 4 subnets?

I guess the network address is 192.168.1.0/24. This can be subnetted if we take two bits from host part to network part. 192.168.1.0/24 in binaries... 11000000.10101000.00000001.00000000 - IP Address 11111111.11111111.11111111.00000000 - Subnet Mask Take two bits from host part to network part 11000000.10101000.00000001.00 000000 - IP Address 11111111.11111111.11111111.11 000000 - Subnet Mask Now we get four networks... 1) 11000000.10101000.00000001.00 000000 - IP Address 11111111.11111111.11111111.11 000000 - Subnet Mask 192.168.1.0 - IP Address 255.255.255.192 - Subnet Mask 2) 11000000.10101000.00000001.01 000000 - IP Address 11111111.11111111.11111111.11 000000 - Subnet Mask 192.168.1.64 - IP Address 255.255.255.192 - Subnet Mask 3) 11000000.10101000.00000001.10 000000 - IP Address 11111111.11111111.11111111.11 000000 - Subnet Mask 192.168.1.128 - IP Address 255.255.255.192 - Subnet Mask 4) 11000000.10101000.00000001.11 000000 - IP Address 11111111.11111111.11111111.11 000000 - Subnet Mask 192.168.1.192 - IP Address 255.255.255.192 - Subnet Mask We get four networks and the networks are 1) 192.168.1.0/26 2) 192.168.1.64/26 3) 192.168.1.128/26 4) 192.168.1.192/26 Refer: http://www.omnisecu.com/tcpip/internet-layer-ip-subnetting-part1.htm