Classes of computers: Difference between revisions

Content deleted Content added
Adding intentionally blank description, overriding Wikidata description "any category of computers, e.g. by architecture, form factor, market segment, use"
m clean up
Line 1:
{{Short description|none}}
{{refimprovemore citations needed|date=October 2007}}
 
{{multiple image|perrow = 2|total_width=300
Line 30:
=== Microcomputers (personal computers) ===
 
[[Microcomputer]]s became the most common type of computer in the late 20th century. The term “microcomputer” was introduced with the advent of systems based on single-chip [[microprocessor]]s. The best-known{{Citation needed|date=September 2022}} early system was the [[Altair 8800]], introduced in 1975. The term "microcomputer" has practically become an [[anachronism]] as it has fallen into disuse.<ref>https://books.google.com/ngrams/graph?content=Microcomputer&year_start=1800&year_end=2019&corpus=26&smoothing=3&direct_url=t1%3B%2CMicrocomputer%3B%2Cc0</ref>
 
These computers include:
Line 60:
[[computer server|Server]] usually refers to a computer that is dedicated to providing one or more services. A server is expected to be reliable (e.g. error-correction of RAM; redundant cooling; self-monitoring, RAID), fit for running for several years, and giving useful diagnosis in case of an error. For even increased security, the server may be mirrored. Many smaller servers are actually personal computers that have been dedicated to provide services for other computers.
 
* A [[database server]] is a server which uses a [[database application]] that provides [[database]] services to other computer programs or to [[Computer|computerscomputer]]s. [[Database|Database management systems]] (DBMSs) frequently provide database-server functionality, and some database management systems (such as [[MySQL]]) rely exclusively on the [[client–server model]] for database access while others (such as [[SQLite]]) are meant for using as an [[embedded database]]. Users access a database server either through a "[[Front and back ends|front end]]" running on the user's computer – which displays requested data – or through the "[[Front and back ends|back end]]", which runs on the server and handles tasks such as data analysis and storage.
* A [[file server]] does not normally perform computational tasks or run programs on behalf of its client workstations but manage and store a large collection of [[computer file]]s. The crucial function of a file server is storage. File servers are commonly found in schools and offices, where users use a [[local area network]] to connect their client computers and use [[Network-attached storage|Network-attached storage (NAS)]] systems to provide data access.
* A [[web server]] is a server that can satisfy [[Client (computing)|client]] requests on the [[World Wide Web]]. A web server can, in general, contain one or more [[Website|websiteswebsite]]s. A web server processes incoming [[Computer network|network]] requests over [[Hypertext Transfer Protocol|HTTP]] and several other related [[Communication protocol|protocols]]. The primary function of a web server is to store, process and deliver [[Webweb page|web pages]]s to clients. The communication between client and server takes place using the [[Hypertext Transfer Protocol|Hypertext Transfer Protocol (HTTP)]]. Pages delivered are most frequently [[HTML|HTML documents]], which may include [[Image|imagesimage]]s, [[Style sheet (web development)|style sheets]] and [[JavaScript|scripts]] in addition to the text content.
* A [[terminal server]] enables organizations to connect devices with an [[RS-232]], [[EIA-422|RS-422]] or [[EIA-485|RS-485]] serial interface to a [[local area network]] (LAN). Products marketed as terminal servers can be very simple devices that do not offer any security functionality, such as [[data encryption]] and user authentication. These provide GUI sessions that can be used by client PCs that work someway like a remote control. Only the screen (and audio) output is shown on the client. The GUI applications run on the server, data (like in files) would be stored in the same LAN, thus avoiding problems, should a client PC be damaged or stolen.
 
A server may run several [[Virtualvirtual machine|virtual machines]]s (VMs) for different activities, supplying the same environment to each VM as if it ran on dedicated hardware. Different operating systems (OS) can therefore be run at the same time. This technology approach needs special hardware support to be useful and was first the ___domain of mainframes and other large computers. Nowadays, most personal computers are equipped for this task, but for long-term operation or critical systems, specialized server hardware may be needed.<br />
Another approach is to implement VMs on the operating system level, so all VMs run on the same OS instance (or incarnation), but are fundamentally separated to not interfere with each other.
 
Line 72:
 
===Information appliances===
[[Information appliance]]s are computers specially designed to perform a specific "[[user-friendly]]" function—such as [[text editor|editing text]], [[Media player software|playing music]], [[photography]], [[videography]] etc. The term is most commonly applied to battery-operated [[Mobilemobile device|mobile devices]]s, though there are also [[Wearable technology|wearable devices]].
 
===Embedded computers===
Line 99:
*Second generation computers (1956-1963): It used [[Discrete device|discrete]] [[Transistor computer|transistors]], and so were smaller and consumed less power.
*Third generation computers (1964-1970): It used [[Integrated Circuits|Integrated Circuits (ICs)]], the main difference between hardware in computers of the 1960s and today being the density of transistors in each IC (beginning with [[Small Scale Integration]] chips like the [[Transistor-transistor logic]] (TTL) [[7400 series|SN7400]] [[logic gates|gates]] with 20 transistors, through [[Medium Scale Integration]] and [[Large Scale Integration]] to [[Very-large-scale integration|Very-large-scale integration (VLSI)]] with over ten billion transistors in a single silicon-based IC "chip".
*Fourth generation computers(1971-present1971–present): It uses [[Microprocessor|Microprocessors]]s, as millions of ICs were built onto a single silicon-based chip. Since then form factor of computers reduced, task processing & graphic rendering improved and it became more battery-powered with the advent of personal mobile devices such as laptops, tablets, smartphones etc.
 
==See also==