Official definition of a subnet according to Search Networking:

A subnet (short for "subnetwork") is an identifiably separate part of an 
organization's network. Typically, a subnet may represent all the 
machines at one geographic location, in one building, or on the same 
local area network (LAN 
<http://searchNetworking.techtarget.com/sDefinition/0,,sid8_gci212495,00.html>).
 
Having an organization's network divided into subnets allows it to be 
connected to the Internet with a single shared network address. Without 
subnets, an organization could get multiple connections to the Internet, 
one for each of its physically separate subnetworks, but this would 
require an unnecessary use of the limited number of network numbers the 
Internet has to assign. It would also require that Internet routing 
tables on gateways outside the organization would need to know about and 
have to manage routing that could and should be handled within an 
organization.

The Internet is a collection of networks whose users communicate with 
each other. Each communication carries the address of the source and 
destination networks and the particular machine within the network 
associated with the user or host computer at each end. This address is 
called the IP address 
<http://searchVB.techtarget.com/sDefinition/0,,sid7_gci212381,00.html> 
(Internet Protocol address). This 32-bit IP address has two parts: one 
part identifies the network (with the /network number/) and the other 
part identifies the specific machine or host within the network (with 
the /host number/). An organization can use some of the bits in the 
machine or host part of the address to identify a specific subnet. 
Effectively, the IP address then contains three parts: the network 
number, the subnet number, and the machine number.

The standard procedure for creating and identifying subnets is provided 
in Internet Request for Comments </definition/0,,sid9_gci214264,00.html> 
950.

The 32-bit IP address is often depicted as a dot address 
<http://searchSMB.techtarget.com/sDefinition/0,,sid_gci211994,00.html> 
(also called /dotted quad notation/) - that is, four groups (or quad 
</definition/0,,sid7_gci212850,00.html>s) of decimal numbers separated 
by periods. Here's an example:

       130.5.5.25

Each of the decimal numbers represents a string of eight binary digits. 
Thus, the above IP address really is this string of 0s and 1s:

       10000010.00000101.00000101.00011001

As you can see, we inserted periods between each eight-digit sequence 
just as we did for the decimal version of the IP address. Obviously, the 
decimal version of the IP address is easier to read and that's the form 
most commonly used.

Some portion of the IP address represents the network number or address 
and some portion represents the local machine address (also known as the 
/host number/ or address). IP addresses can be one of several classes, 
each determining how many bits represent the network number and how many 
represent the host number. The most common class used by large 
organizations (Class B) allows 16 bits for the network number and 16 for 
the host number. Using the above example, here's how the IP address is 
divided:

          <--Network address--><--Host address--> 
                     130.5     .          5.25

If you wanted to add subnetting to this address, then some portion (in 
this example, eight bits) of the host address could be used for a subnet 
address. Thus:

           <--Network address--><--Subnet address--><--Host address-->
                      130.5      .       5           .      25

To simplify this explanation, we've divided the subnet into a neat eight 
bits but an organization could choose some other scheme using only part 
of the third quad or even part of the fourth quad.

Once a packet has arrived at an organization's gateway 
<http://searchNetworking.techtarget.com/sDefinition/0,,sid44_gci212176,00.html> 
or connection point with its unique network number, it can be routed 
within the organization's internal gateways using the subnet number. The 
router knows which bits to look at (and which not to look at) by looking 
at a subnet mask 
<http://searchNetworking.techtarget.com/sDefinition/0,,sid9_gci1248394,00.html>,
 
which is a screen of numbers that tells you which numbers to look at 
underneath. In a binary mask, a "1" over a number says "Look at the 
number underneath"; a "0" says "Don't look." Using a mask saves the 
router having to handle the entire 32 bit address; it can simply look at 
the bits selected by the mask.

Interestingly enough, I have a dev machine within our subnet but when I 
run the scanner, it does not find it. I am going to get with our network 
guys here and see what's up with that. Also, this tool is available in 
CF 7 as well as 8, not sure about other versions. And I think that it 
looks for all versions of CF.

Ian Skinner wrote:
> I think that is what I was looking for.  I just tried it on the 
> developer version running on my workstation and it found no other 
> machines running CF.
>
> A few questions that this list maybe able to answer faster then I can 
> find them on my own when I start looking after sending this email.
>
> What is a 'subnet' in reference to this product and why would my 
> workstation not see other CF machines on our intranet network?
>
> Does this tool only find CF 8 or any version of CF?
>
> Did this tool exist in earlier versions of CF? 
>
> Currently 8 is only installed on a couple of workstations, our network 
> can have versions of CF between 4.5 and 7 running on various machines.
>   

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293059
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to