1 | Supercomputer - Most powerful computer that is available at any given |
2 | time. As performance is roughly proportional to cost, this is not very |
3 | well defined for a scalable parallel computer. Traditionally, computers |
4 | costing some $10 - $30 M are termed supercomputers. |
5 | Symmetric Multiprocessor (SMP) - A Symmetric Multiprocessor |
6 | supports a shared memory programming model -- typically with a UMA |
7 | memory system, and a collection of up to 32 nodes connected with a |
8 | bus. |
9 | Transmission Control Protocol (TCP) - A connection-oriented |
10 | transport protocol used in the DARPA Internet. TCP provides for the |
11 | reliable transfer of data, as well as the out-of-band indication of urgent |
12 | data. |