Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Mar 2001 21:39:36 -0800
From:      Alfred Perlstein <bright@wintelcom.net>
To:        Vishwanath P <vishu_bp@postmark.net>
Cc:        freebsd-net@FreeBSD.ORG
Subject:   Re: TCP/IP stack
Message-ID:  <20010319213936.F29888@fw.wintelcom.net>
In-Reply-To: <20010320055052.20711.qmail@venus.postmark.net>; from vishu_bp@postmark.net on Tue, Mar 20, 2001 at 05:50:52AM %2B0000
References:  <20010320055052.20711.qmail@venus.postmark.net>

next in thread | previous in thread | raw e-mail | index | archive | help
* Vishwanath P <vishu_bp@postmark.net> [010319 20:48] wrote:
> Hi ,
> 
> can any one help me with this.
> how is the tcp/ip stack running.is it a single process? or is it
> running as multiple processes.
> pls tell me if i do ps -aef which is the process concerned with the
> tcp/ip stack implementation.
> 
> As far as i know inetd daemon has daemons for applications like
> telnet, ftp etc... But how abt the actual stack where is it ie which
> is the process?

The stack is run inside the kernel, there's really no seperate
process for it.  It either runs in user context or interrupt
context (usually interrupt), but it only borrows context from
the consumer of the stack.

-- 
-Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org]


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-net" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010319213936.F29888>