Memory Management and Local Area Networks
Miller, Joseph B., Hannah, Stan A., Computers in Libraries
Over the past few years, desktop computing environments have steadily moved from that of stand alone PCs to networked PCs. There are many advantages to this new, distributed computing environment. The network gives us the ability to share resources such as data and printers, and to communicate with others within the organization. If our network is connected to the Internet, global communication and resource sharing become possible.
While the benefits may seem apparent, some of the many costs of a networked environment are not so obvious. For instance, training users can have a significant cost but is an essential component to a smooth, productive transition to this new operating environment. In addition there is the cost of upgrading the individual PCs by adding additional random access memory (RAM) and additional disk storage that may be needed to support the connection to the network.
While effective PC memory management is a desirable goal for a stand alone PC, it is absolute critical for PCs connected to a network. We would now like to turn our attention to some of the experiences we had in dealing with the limitations of DOS memory and discuss the implications that these limitations had in a Novell network environment.
Our Operating Environment
We maintain a small instruction computer center with a relatively small LAN of nineteen PCs connected to a 486 file server running Novell NetWare 3.11. Most of our PCs are 486 machines with either 8 or 16 megabytes of RAM and are running DOS versions 5.0 through 6.2. In addition, many of these networked PCs have local CD-ROM drives attached to support databases or multimedia products. Our LAN is also connected to a wide area campus ethernet that is our gateway to the Internet and other campus resources. We run virus protection on all our machines and also run a menu program produced by Saber Software that provides access to the programs on the network.
On a beautiful fall day last October, we finished connecting our last PC to the new server. A menu was created that included an option to run CD-ROM programs if a CD-ROM player was connected to that machine. Wile testing each menu option, we discovered that, while most of our Windows based programs were working fine, our CD-ROM programs were not. Both the Bowker's Children's Reference Plus 6.1 and the Wilson Library Literature 2.5 were giving insufficient memory errors now that the PCs were connected to the network. Both of these machines had 8 MB of RAM--how could we not have enough memory? The programs require only 539 and 475KB respectively, of conventional memory. When we looked at the amount of memory available using the MEM command, we were shocked to learn that there were only 424KB (388.1KB if our network menu program was not exited) available in conventional memory for DOS programs. It looked like a good time to get a little more serious about memory management.
Memory Use in the Networked PC
Table 1 shows what and where the DOS operating system was loading on boot up before the machine was networked. Even before the network software was loaded, we needed to improve our memory management because the external CD-ROM player requires a device driver, the Microsoft CD-ROM extensions program, and the SETVER program (needed because MSCDEX does not know about versions of DOS later than 4.01). In addition, memory is used by the command interpreter and the mouse program.
Conventional Memory Name Size in Decimal Size in Hexadecimal MSDOS 42848 (41.8KB) A760 HIMEM 1072 (1.0KB) 430 EMM386 3232 (3.2KB) CA0 SETVER 400 (0.4KB) 190 CDROM 21184 (20.7KB) 52C0 COMMAND 3392 (3.3KB) 52C0 MSCDEX 27952 (27.3KB) 6D30 GMOUSE 16992 (16.6KB) 4260 FREE 64 (0.1KB) 40 FREE 80 (0. …
The rest of this article is only available to active members of Questia
Already a member? Log in now.