Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!olivea!samsung!caen!hellgate.utah.edu!fcom.cc.utah.edu!cc.usu.edu!jrd From: jrd@cc.usu.edu (Joe R. Doupnik) Newsgroups: comp.dcom.lans Subject: Re: simple novell question... Message-ID: <1991Jun18.132019.48135@cc.usu.edu> Date: 18 Jun 91 19:20:19 GMT References: Distribution: na Organization: Utah State University Lines: 48 In article , kolasa@chowder.rutgers.edu (Stan Kolasa) writes: > > A couple of simple questions that I was curious about and > could not find anything specific in any of my readings... > > 1. I know that when Novell Netware runs on a pc dos client, > it acts as a shell around dos, and the user is still able > to execute dos commands. But what happens at the server > end? Is dos still running with novell on top, or is dos > replaced like someone mentioned to me? > > 2. Same question above regarding Banyan Vines? How is > banyran running on the server with dos? Is there any > relationship between Banyan and Unix? > > 3. A friend asked me what laguage is most of Novell > Netware written in? I can guess that portable netware is > probably written mostly in C. But what of the rest > of Netware?? > > Thanks in advance for satisfying my curiousity.... > > stan k. > kolasa@chowder.rutgers.edu > -- > ************************************************************ > Stan Kolasa kolasa@chowder.rutgers.edu > Computing Services - Camden (609) 757-6152 > Rutgers University > ************************************************************ ------------------- Stan, File servers can be written in any language running on any o/s the vendor wishes. The only requirement is to satisfy the APIs (what the client requests is what is done). Language disappears as soon as the complier finishes, right? For the record Novell file servers have nothing, zero, nada, to do with DOS. NetWare (native) is a specialized multitasking o/s tailored for file serving; it's not sitting on top of another o/s. Portable NetWare, however, sits on top of Unix and suffers accordingly. NetWare/VMS runs on top of VMS and s.a. too. Also for the record, the original NetWare predates DOS, and as time progressed NetWare added features for the client which only later appeared in DOS (small things, such as subdirectories). Banyan's Vines uses Unix as the base o/s. When tackling a large project such as a file server the natural choice for a programming language today is C. It's the way of making programmers efficient, which after all is sole purpose of computer languages. Joe D.