From owner-freebsd-questions Mon Aug 16 23:11:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from storm.digital-rain.com (storm.digital-rain.com [204.244.71.70]) by hub.freebsd.org (Postfix) with ESMTP id 94A9A14CA5 for ; Mon, 16 Aug 1999 23:11:05 -0700 (PDT) (envelope-from tim@storm.digital-rain.com) Received: from agamemnon.melonville.net (dial-line60.digital-rain.com [204.244.94.60]) by storm.digital-rain.com (8.9.1/8.9.1) with SMTP id XAA16086; Mon, 16 Aug 1999 23:08:49 -0700 (PDT) Message-Id: <3.0.2.32.19990816230848.007dbb80@storm.digital-rain.com> X-Sender: tim@storm.digital-rain.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.2 (32) Date: Mon, 16 Aug 1999 23:08:48 -0700 To: "David S. Jackson" From: Tim Baird Subject: Re: segment, subnet Cc: freebsd-questions@freebsd.org In-Reply-To: <19990816205039.E44880@juno.dsj.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 08:50 PM 16/08/99 -0400, you wrote: >What's the difference between a subnet and a network segment? A subnet is a higher level concept than a segment. A subnet is implemented by partitioning the 32 bit IP address space in such a way as to isolate IP brodcast areas. All hosts with the same net ID (marked by the bit postions in the subnet mask containing a "1") are part of the same subnet - each host must have a unique host ID (marked by the bit positions in the subnet mask containing a "0"). A single host ID is set aside as a broadcast address...usually the host ID that is all '1's. A segment is a lower level concept - down at the physical level. A segment describes a common physical communication channel. With ethernet, a segment is understood as a common collision area...in other words, if a frame from one interface can collide with a frame from another interface, those two interfaces share the same segment. On a vanilla 10Base2 (thin net) setup, the cable is understood as the "segment". With 10BaseT (twisted pair) with a "repeating" hub, each wire attached to the hub combine to form a single segment. On a intelligent/switched hub, you may have the option of isolating ports into separate segments to minimize collisions. Bridges are devices which translate signals from one physical signalling system to another and typically divide the differing physical topologies into segments. You may have multiple segments under one subnet....this is often avoided though You may have multiple subnets on a given segment....this is not typical either. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message