ArticleslgStudy

computer science

VAXft

VAXft is a computer science topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand VAXft rather than just read about it. In short: The VAXft was a family of fault-tolerant minicomputers developed and manufactured by Digital Equipment Corporation (DEC) using processors implementing the VAX instruction set architecture (ISA). "VAXft" stood for "Virtual Address Extension, fault tolerant". These systems ran the OpenVMS operating system, and were first supported by VMS 5.4.

Key takeaways

  • VAXft belongs to computer science; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect VAXft to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of VAXft from memory before moving on to harder problems.

Reference excerpt

The VAXft was a family of fault-tolerant minicomputers developed and manufactured by Digital Equipment Corporation (DEC) using processors implementing the VAX instruction set architecture (ISA). "VAXft" stood for "Virtual Address Extension, fault tolerant". These systems ran the OpenVMS operating system, and were first supported by VMS 5.4. Two layered software products, VAXft System Services and VMS Volume Shadowing, were required to support the fault-tolerant features of the VAXft and for the redundancy of data stored on hard disk drives.

Architecture All VAXft systems shared the same basic system architecture. A VAXft system consisted of two "zones" that operated in lock-step: "Zone A" and "Zone B". Each zone was a fully functional computer, capable of running an operating system, and was identical to the other in hardware configuration. Lock-step was achieved by hardware on the CPU module. The CPU module of each zone was connected to the other with a crosslink cable. The crosslink cables carried the results of instructions executed by one CPU module to the other, where they were compared by hardware with the results of the same instructions executed by the latter to ensure that they were identical. The two zones were kept synchronous by a clock signal carried by the crosslink cables. When a hardware failure occurred in one of the zones, the affected zone was brought offline without bringing down the other zone, which continued to operate as normal. When repairs were completed, the offline zone was powered on and automatically resynchronized with the other zone, restoring redundancy.

VAXft Model 310 The VAXft Model 310, introduced as the VAXft 3000 Model 310, code named "Cirrus", was introduced in February 1990 and shipped in June. It was the first VAXft model, and was DEC's first fault-tolerant computer that was generally available. At the 1991 launch of new VAXft models, the VAX 3000 Model 310 was renamed to follow the new naming scheme, becoming the VAXft Model 310. The Model 310 had a theoretical maximum performance of 3.8 VUPs. When announced, the Model 310 had a starting price of US$200,000. In August 1990, slow sales prompted DEC to reduce the US price of the Model 310 to US$168,000. It used the KA520 CPU module containing a 16.67 MHz (60 ns cycle time) CVAX+ chip set with 32 KB of external secondary cache. The system contained two such CPU modules, one in each zone, running in lock-step.

VAXft Model 110 The VAXft Model 110, code named "Cirrus", was an entry-level model announced on 18 March 1991 alongside three other models. The Model 110 was essentially a low-cost model of the VAXft Model 310, and had a theoretical maximum performance of 2.4 VUPs. It contained two zones packed side by side in an enclosure. Compared to the Model 310, it was limited in expandability in regards to memory, storage capacity and available options. It was available in either a pedestal or rackmount configuration. The rackmount configuration was a pedestal without the plastic covers or casters that fitted in a standard 19-inch RETMA cabinet. Each zone had a five-slot backplane for a KA510 CPU module, one to three 32 MB MS520 memory modules, one or two KFE52 system I/O controller modules and one or two DEC WANcontroller 620 (DSF32) wide area network (WAN) communications adapters. The leftmost slot was the first slot. The primary system controller resided in the first slot, the CPU module in the second, and the memory modules in the third, fourth and fifth slots. The second system I/O controller resided in either the fourth and fifth slots and the WAN communications adapters also in the fourth and fifth slots. The most basic system contained a CPU module, a memory module and a system I/O controller. The DEC WANcontroller 620 was designed for use in VAXft systems. It provided two synchronous lines, each with a bandwidth of 64 KB. The lines could be operated as two independent lines or paired to provide redundancy.

VAXft Model 410 The VAXft Model 410, code named "Cirrus II", was a mid-range model announced on 18 March 1991 alongside three other models. Originally supposed to ship in June or July 1991, it was delayed until September 1991, with the reason given by DEC being that it wanted to tune a new release of VMS for the system. The Model 410 was identical to the Model 310, but used the KA550 CPU module containing a 28.57 MHz (35 ns cycle time) SOC microprocessor with 128 KB of external secondary cache. It supported up to 256 MB of memory. The Model 410 had a theoretical maximum performance of 6.0 VUPs.

VAXft Model 610 The VAXft Model 610, code named "Cirrus II", was a mid-range model announced on 18 March 1991 alongside three other models. Originally supposed to ship in June or July 1991, it was delayed until September 1991, with the reason given by DEC being that it wanted to tune a new release of VMS for the system. The Model 610 was architecturally identical to the Model 410, except that the two zones were packaged vertically a 60" high cabinet, with Zone A above Zone B. The cabinet had more storage capacity than the systems packaged in pedestals, and for this reason the Model 610 was intended for data centers. It could have one or two expander cabinets placed on the left and right of the system for additional storage devices. These cabinets were front to rear cooled.

VAXft Model 612 The VAXft Model 612 was a high-end model announced on 18 March 1991 alongside three other models. Originally supposed to ship in June or July 1991, it was delayed until September 1991, with the reason given by DEC being that it wanted to tune a new release of VMS for the system. The Model 612 was a VAXcluster of two VAXft Model 610s with an expansion cabinet positioned between the two systems as standard. It had a theoretical maximum performance of 12.0 VUPs. A second expansion cabinet could be added between the two system cabinets.

… excerpt ends here. Continue reading the full article.

Worked examples

Example 1 — a first encounter with VAXft

Start with the simplest possible case. Write down what VAXft claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In computer science, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to VAXft before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about VAXft ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of VAXft

In research
VAXft appears in computer science research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses VAXft in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
VAXft is common in secondary-school and first-year university syllabi. It links to neighbouring topics Computer-related introductions in 1990, DEC minicomputers, Fault-tolerant computer systems, so understanding it makes those chapters shorter.
In everyday life
Look for VAXft outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study VAXft in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what VAXft means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain VAXft out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is VAXft in simple terms?

The VAXft was a family of fault-tolerant minicomputers developed and manufactured by Digital Equipment Corporation (DEC) using processors implementing the VAX instruction set architecture (ISA). "VAXft" stood for "Virtual Address Extension, fault tolerant". These systems ran the OpenVMS operating s…

Why does VAXft matter?

Because it connects several computer science ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study VAXft?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on VAXft.

Tags

  • Computer-related introductions in 1990
  • DEC minicomputers
  • Fault-tolerant computer systems

Keep exploring