If a computer have an IP address is 10.1.1.5 and subnet mask is 255.255.255.0 then what does it mean.

Showing Answers 1 - 48 of 48 Answers

Alan

  • Nov 24th, 2007
 

It means this is a host ip which is in the Class A private address, with subnet 255.255.255.0, which means in the subnetwork range of 10.1.1.0

hellohaneef

  • Jul 26th, 2008
 

The given ip address is converted network to host bit

The range come like
Class A network

Subnet mast : 255.255.255.0
Mask Bit        : 24
Max Subnet   : 65534
Max Host per subnet : 254
Subnet Host Host address range : 10.1.1.1 - 10.1.1.254
Subnet ID : 10.1.1.0
Subnet Broadcast : 10.1.1.255
if you convert into binary it come : 00001010.00000001.00000001.00000101

  Was this answer useful?  Yes

nawin_54

  • May 12th, 2010
 

That means, the given IP address belongs to class a address and it is a private ip address, range of private class a addresses is (10.0.0.0 to 10.255.255.255)

  Was this answer useful?  Yes

In general, if you have X.Y.Z.W and subnet mask 255.0.0.0, or 255.255.0.0, or 255.255.255.0. the 255 octet indicates the fixed range of the network ID, and 0s indicates that IPs you can use..

Example x.y.z.w subnet mask 255.255.255.0, the x.y.z are fixed, and w are the usable IPs that you may use for your network. as you notice 0-255 = 256 IPs - 2 ( 1 IP for Network ID, and 1 IP for Broadcasting) = 254 usable IPs...

sadique

  • Feb 26th, 2011
 

If a computer has such an address, it means that it has got a class A ip address range but it has been subnetted. it can have 253 hosts in this subnet.

sm_feroz

  • May 24th, 2011
 

Hi,

If a Computer has ip address 10.1.1.5 and subnet Mask 255.255.255.0 then it means it is classless ip address where class is not defined or not a subnetted ip address.

  Was this answer useful?  Yes

Jitu Borah

  • May 8th, 2012
 

It means that it is in class c network

  Was this answer useful?  Yes

Alan Janson

  • Sep 2nd, 2014
 

It is a Class A IP address which will be classified under classless address. This has undergone Subnetting.

  Was this answer useful?  Yes

Udai

  • Dec 2nd, 2014
 

It means it is a private class C subnet.

  Was this answer useful?  Yes

kickku

  • Apr 8th, 2015
 

that mean the IP is part of a /24 with gw 10.1.1.1

  Was this answer useful?  Yes

Vishnu

  • Apr 24th, 2015
 

Its means Class A has been Subneted to Class C, and it got 252 Valid IPs. Gateway can be any IP as per the Administrator Decide.

  Was this answer useful?  Yes

Tarun

  • Mar 5th, 2016
 

This means the last octet is available for hosts and 8 bits comprise of 2^8 -2 =254 available hosts to choose from, where is 10.10.1.0 and 10.10.1.255 are not usable hosts as 10.10.1.0 is network address and 10.10.1.255 is broadcast address

  Was this answer useful?  Yes

Shubham

  • May 1st, 2016
 

It clearly resembles that a higher priority is given to more number of networks than the number of hosts, as the given scheme will provide me with 2^24 networks and 2^8 hosts.(The one single thing to which all boils down to is = requirements)

  Was this answer useful?  Yes

bharatwaj

  • Sep 7th, 2016
 

Its a classless address and its an /24 network

  Was this answer useful?  Yes

ashok

  • Oct 17th, 2016
 

Its a subnetted network...which has 254 hosts

  Was this answer useful?  Yes

ABC

  • May 10th, 2017
 

It means we are using class A IP with class C properties as subnet is /24

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions