From owner-freebsd-net@FreeBSD.ORG Fri Mar 26 00:54:25 2004 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FFA816A4CE for ; Fri, 26 Mar 2004 00:54:25 -0800 (PST) Received: from av13-1-sn4.m-sp.skanova.net (av13-1-sn4.m-sp.skanova.net [81.228.10.104]) by mx1.FreeBSD.org (Postfix) with ESMTP id A692643D2F for ; Fri, 26 Mar 2004 00:54:24 -0800 (PST) (envelope-from ertr1013@student.uu.se) Received: by av13-1-sn4.m-sp.skanova.net (Postfix, from userid 502) id C2ECF37E43; Fri, 26 Mar 2004 09:54:23 +0100 (CET) Received: from smtp4-2-sn4.m-sp.skanova.net (smtp4-2-sn4.m-sp.skanova.net [81.228.10.180]) by av13-1-sn4.m-sp.skanova.net (Postfix) with ESMTP id B46FC37E42 for ; Fri, 26 Mar 2004 09:54:23 +0100 (CET) Received: from falcon.midgard.homeip.net (h201n1fls24o1048.bredband.comhem.se [212.181.162.201]) by smtp4-2-sn4.m-sp.skanova.net (Postfix) with SMTP id 4FC5437E46 for ; Fri, 26 Mar 2004 09:54:23 +0100 (CET) Received: (qmail 1402 invoked by uid 1001); 24 Mar 2004 17:34:44 -0000 Date: Wed, 24 Mar 2004 18:34:44 +0100 From: Erik Trulsson To: "Marc G. Fournier" Message-ID: <20040324173443.GA1389@falcon.midgard.homeip.net> Mail-Followup-To: "Marc G. Fournier" , freebsd-net@freebsd.org References: <20040324120016.Q3456@ganymede.hub.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040324120016.Q3456@ganymede.hub.org> User-Agent: Mutt/1.5.6i cc: freebsd-net@freebsd.org Subject: Re: Simple question, what is an inOctet ... ? X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Mar 2004 08:54:25 -0000 On Wed, Mar 24, 2004 at 12:01:39PM -0400, Marc G. Fournier wrote: > > Just setup net-snmp, and zabbix to monitor it ... what exactly is an > Octet? 1 byte? An octet is eight bits. A byte is also usually eight bits, but this is not universally true. 'Octet' is used in many standards-documents to have an unambigous term for a collection of eight bits, since 'byte' does not have a well-defined size. -- Erik Trulsson ertr1013@student.uu.se