GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Networking  >  Networks and Security

 Print  |  
Question:  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.



July 07, 2008 09:25:59 #2
 hellohaneef   Member Since: July 2008    Total Comments: 2 

RE: 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.
 

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

     

 

Back To Question