Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Computer Support > Subnetting Question

Reply
Thread Tools

Subnetting Question

 
 
meerkat
Guest
Posts: n/a
 
      01-25-2008

<> wrote in message
news:db9bcfcf-380d-4787-9a07-...
>I just received IP information for a new Internet connection and they
> did not include the Subnet Mask. How can I figure this address? The
> IP is 63.253.x.x
>

Try...
255.255.255.0


 
Reply With Quote
 
 
 
 
newworldironman@gmail.com
Guest
Posts: n/a
 
      01-25-2008
I just received IP information for a new Internet connection and they
did not include the Subnet Mask. How can I figure this address? The
IP is 63.253.x.x
 
Reply With Quote
 
 
 
 
John Doe
Guest
Posts: n/a
 
      01-25-2008
Hey, thanks for the quick response!
I'm having to pre-configure a router for an office in another city.
Is there an exact equation that anyone knows of?
Honestly, I'm afraid to ask the ISP a stupid question but I might just
have to ask them why they didn't supply the Subnet Mask.
 
Reply With Quote
 
richard
Guest
Posts: n/a
 
      01-25-2008
On Fri, 25 Jan 2008 10:21:13 -0800 (PST), John Doe
<> wrote:

>Hey, thanks for the quick response!
>I'm having to pre-configure a router for an office in another city.
>Is there an exact equation that anyone knows of?
>Honestly, I'm afraid to ask the ISP a stupid question but I might just
>have to ask them why they didn't supply the Subnet Mask.


Maybe it's not needed.
 
Reply With Quote
 
Gaius Baltar
Guest
Posts: n/a
 
      01-25-2008
On Fri, 25 Jan 2008 10:04:46 -0800 (PST),
wrote:

>I just received IP information for a new Internet connection and they
>did not include the Subnet Mask. How can I figure this address? The
>IP is 63.253.x.x


255.255.0.0 covers all the addresses in the 63.253.0.0 network

gb
 
Reply With Quote
 
why?
Guest
Posts: n/a
 
      01-26-2008

On Fri, 25 Jan 2008 10:04:46 -0800 (PST),
wrote:

>I just received IP information for a new Internet connection and they
>did not include the Subnet Mask. How can I figure this address? The


..x.x is fairly invalid in most systems.

>IP is 63.253.x.x


Don't ask, tell them they forgot to supply that information.

www.google.com for - subnet calculator

Depends on if you mean exactly 1 address or a small range.

At worst case 255.255.0.0 for
63.253.0.1 - 63.253.255.254
and how much of that the ISP handed out to other users.

Me
 
Reply With Quote
 
Phat Sam
Guest
Posts: n/a
 
      01-27-2008
On Fri, 25 Jan 2008 10:21:13 -0800 (PST), John Doe
<> wrote:

>Hey, thanks for the quick response!
>I'm having to pre-configure a router for an office in another city.
>Is there an exact equation that anyone knows of?
>Honestly, I'm afraid to ask the ISP a stupid question but I might just
>have to ask them why they didn't supply the Subnet Mask.


The MASK determines what computers are in your "local" network.
Determining the MASK is supposed to be done according to the "class"
of network your on. Some networks allow for configurations of 256 IP
addresses, some allow for 65536, and others in between. You can
create some rather freaky combinations, as the subnet mask is actually
bit-masked in reality. Eg. suppose you specify:

255.255.255.250

Then the only computers that'd be local to yours would be those whose
IP address is the same as yours on the first 3 sections, with the 4th
section being either 0,1,4, or 5. This method would allow for in
theory 4 computers on the local network.... Thus if you did

255.255.255.0 All would be well as long as any of your ISP's has the
same numbers for the first 3 parts of the IP address.... If not, then
most ISP's use a subnet mask of 255.255.0.0 Which allows for a range
of 65536 IP addresses. Thinking about it an ISP with only 256 IP
addresses would seem rather limited, but your ISP could be a small
Dial-up with their own equipment (Extremely rare these days as most
ISP's lease their dial-up lines from other companies....)
 
Reply With Quote
 
why?
Guest
Posts: n/a
 
      01-28-2008

On Sun, 27 Jan 2008 17:20:12 -0600, Phat Sam wrote:

>On Fri, 25 Jan 2008 10:21:13 -0800 (PST), John Doe
><> wrote:
>
>>Hey, thanks for the quick response!
>>I'm having to pre-configure a router for an office in another city.
>>Is there an exact equation that anyone knows of?
>>Honestly, I'm afraid to ask the ISP a stupid question but I might just
>>have to ask them why they didn't supply the Subnet Mask.

>
>The MASK determines what computers are in your "local" network.
>Determining the MASK is supposed to be done according to the "class"


Except where just about everybody uses CIDR. Haven't used "class" to
subnet anything for a long time.

<snip>

>create some rather freaky combinations, as the subnet mask is actually
>bit-masked in reality. Eg. suppose you specify:
>
>255.255.255.250


250 is freaky, sensible examples and a URL to a subnet tutorial would be
more useful, better to use .248 or .252.

250 isn't contiguous bits, 11111010 and that's mentioned in the RFC as
not illegal however real life / pratical support and the messy
addressing means it's not used in and to be avoided.

>Then the only computers that'd be local to yours would be those whose
>IP address is the same as yours on the first 3 sections, with the 4th
>section being either 0,1,4, or 5. This method would allow for in


0, 1, 4 and 5 is also odd, from your example.

If you are going to try and explain something about subnetting avoid the
freaky examples.

>theory 4 computers on the local network.... Thus if you did


Why use section in place of the common usage octet?

<snip>

Me
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
70-293 question: correct subnetting formula M D MCSE 10 09-25-2006 08:27 PM
Question about subnetting on MS Exams $teve.H Microsoft Certification 7 01-11-2006 04:39 PM
PIX subnetting question TeamGracie Cisco 2 01-12-2005 09:10 PM
I actually have a question about subnetting Kendal Emery MCSE 1 11-21-2003 09:31 PM
Subnetting Question myrt webb MCSE 3 10-12-2003 12:31 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57