|
| Topics this page:
|
|
|
| Product | Code name | Version | Time Frame & Notes |
|---|---|---|---|
| Beyond Longhorn | Blackcomb | - | - |
| Vista | Longhorn | - | In MSDN preview July 2005. Schedule for a 1Q 2006 release. Features new "Palladium" security architecture and new hardware 3D-enabled user interface. Glossary Pillars of Windows Framework: WinFX. |
| Windows 2003 | R3 | - | launched 2002. |
| Windows XP | Whistler | = | announced March, 2001 and launched Oct 25, 2001,
is the convergence of Windows 2000 and Windows 9x.
It offers
1394 support.
|
| Windows ME (Millenium Edition) | Millenium | 4.9 | Announced Nov. 2000, is the replacement for Windows 9x.
It features a video |
|
Windows 2000 | none | = | released Feburary 2000, features file-level security, Keberos, Level 2 Tunneling Protocol over IPSec for VPN connections, Dynamic DNS, BOOTP, and many other new features. |
| Windows 98 Second Edition | Memphis | 4.1 | featuring IE5 and multiple internet sessions |
| NT4 Service Pack 5 | - | - | - |
| Windows 95 OSR2 | Detroit | - |
OSR2 Installation Tips
|
| Windows 95 Plus Pack | Frosting | - | Update Win95 to Win95a (Not Win95b/OSR2) |
| Microsoft Windows 95 | Chicago | = | (D build has Fat32 support) Windows95 service Pack 1 (W95setup.exe) (Sept 10, 1996) |
| Windows for Workgroups 3.11 | Snowball | 3.11 | - |
| Microsoft Windows for Workgroups | Kato | - | = |
| Windows 3.0 | Janus | 2.0, 2.03 - 2.11 | = |
| Windows 1.0 (Win16 - DOS 2.0 GUI), | Windows | 1.0, 1.01, 1.03, 1.04 | = |
|
| Product | Cost New /Upgrade | Max. Simul- taneous Users | Max. CPU's for SMP | Max. 64 RAM |
|
|
|---|---|---|---|---|---|---|
| Windows 2000 Pro (Workstation) | $316 / $219 from Win9x or $149 from NT4 | 1 | 2 | 64 - 128 MB | 2 GB | Not Available |
| Windows 2000 Standard Edition Server | $1,199 / $599 for 10 clients | < 500 | 4 | 128 - 256 MB | 4 GB [AWE] | Not Available |
| Windows 2000 Advanced Server | $3,999 / $1,999 for 25 clients | - | 8 | 128 - 256 MB | 8 GB | 2 servers |
| Windows 2003 Enterprise Edition | -? for 25 clients | - | 8 | 32 GB | 4 servers | |
| Windows 2000 Datacenter Server | See below | < 10,000 | 16 (32 thru OEM's) | 256 - 512 MB | [PWE] | 4 servers |
| Windows 2003 Datacenter Edition | See below | < 10,000 | 16 (32 thru OEM's) | 256 - 512 MB | [PWE] | 8 servers |
The maximum RAM on a machine depends upon the number of slots and the size of DIMM chipsets.
|
| Slots | Chip size | Memory | Cost | |
|---|---|---|---|---|
| 16x4 | 1GB each | 64GB | PC133 | |
| 16x4 | 512MB each | 32GB | PC133 |
Preemptive Multitasking refers to the ability of the OS to control execution of
process threads
.
The Intfiltr.exe background process can use InterruptAffinityFilters to route interrupts among multiple CPUs.
This improves processor cache locality.
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microsoft Windows 2000 Advanced Server" /fastdetect /3GB
See Oracle Metalink Notes 46001.1 and 297498.1 and Microsoft KB article 297812
To Monitor for Memory Usage use Perfmon to watch:
Advanced Server and Data Center Server OS
can use the PAE (Physical Address Extension)
memory mapping model to address 8GB on Intel's running on Pentium III processors
Pentium Pro and IA-32 family of chipsets.
Placing the /PAE parameter in the Boot.ini file
causes the core kernel image Ntoskrnl.exe to be replaced with Ntkrnlpa.exe
(Ntkrpamp.exe on multiprocessor machines).
Memory above 4GB are stored in pages 4MB large.
Memory below 4GB are stored in pages 4K & 4MB large.
"PAE-36" refers to the 36 bits the the MMU (Memory Management Unit) uses to address up to 64GB of physical addresses — accomplished by using an extra 4 bits for the 512 entries of the Page Directory Pointer Table to identify which contiguous 4K four "field" resides in the swappable area below 4GB.
"PSE-36" (Page Size Extensions) make fields available as 4KB or 2MB pages. It uses CONFIG_HIMEM to enable more than 4GB physical memory. The OS also needs to load PEDETRs for mapping changes on writes to CR3.
Nevertheless, only 2GB of memory is actually usable at a time.
To take advantage of this, applications must use Microsoft's single-server Address Windowing Extensions (AWE) API functions that maps views of the physical memory they allocate into 2GB virtual address spaces. Applications also need to use IMAGE_FILE_LARGE_ADDRESS_AWARE in its process header.
Oracle
uses memory above 3GB from AWE for db buffers.
When Oracle is enabled to use AWE by initialization parameter USE_INDIRECT_DATA_BUFFERS,
Oracle's VLM can get up to 12GB of database buffers.
Default value for AWE_WINDOW_MEMORY is 1 GB.
The amount of AWE memory allocated equals db_block_size times db_block_buffers (instead of db_cache_size).
See Oracle Metalink Note 225349.1
PAT (Page Attribute Table)
During testing, the /NOLOWMEM Boot.ini switch can be specified to discard memory below 4 GB and relocate device drivers to physical addresses greater than 32 bits.
Microsoft's Data Center Server supports Winsock Direct for high-speed communications in a system area network (SAN). It's only available from OEM's:
Top500 Supercomputer sites lists the most powerful supercomputers on the basis of the High Performance Linpack benchmark (introduced by Jack Dongarra) which measures the number of Flops (Floating point operations per second solving a dense system of linear equations). Machines have grew (following "Moore's Law") from GigaFlops in 1993 to a TeraFlop in 1997 to nearly a PFlop in 2005.
Distributed-memory computers are the current trend. California Digital's Thunder system, uses Linux to run 64-bit instruction set programs on four-processor Intel Itanium 2 servers. Hundreds of these communicate using a MPICH - Portable Implementation of the Message Passing Interface (MPI 1.1 and MPI-2) library (developed at the University of Tennessee at Knoxville) to displace the PVM.
Utah's Linux Networx builds for the Los Alamos National Laboratory supercomputing clusters based on AMD Opteron processors.
Get Microsoft's 120-day evaluation version for $5.95 shipping here. When time's up, "upgrade" using a full (not upgrade) version of the product, or expect this Expiration Behavior [KB Q250920].
Address Windowing Extensions and Microsoft Windows 2000 Datacenter Server March 30, 1999 article
Micosoft's Step-by-Step Guide to Installing Cluster Service
Giganet High-speed cluster interconnect technology
NetIQ application management software
QLogic host bus adapters
|
|
|
|
|
|
Top reasons to implement any new release:
Windows 2000:Automatic Update replaces the Critical Update Notification utility included in Windows 95, 98, 98 SE, and 2000. [Q294871] [Q312955] They check the Windows Update Web site. I recommend that you turn off automatic updating and update it manually to avoid bad updates. Select the option to Download the updates automatically and notify me when they are ready to be installed. |
|
|
|
|
|
Add Hardware drivers from manufacturer's diskettes/CD/website:
|
|
|
Related:
| Your first name: Your family name: Your location (city, country): Your Email address: |
Top of Page Thank you! | |||