FACTOID # 20: Brazil is the heliport capital of the world.
 
 Home   Encyclopedia   Statistics   Countries A-Z   Flags   Maps   Education   Forum   FAQ   About 
 
WHAT'S NEW
RECENT ARTICLES
More Recent Articles »
 

SEARCH ALL

FACTS & STATISTICS    Advanced view

Search encyclopedia, statistics and forums:

 

 

(* = Graphable)

 

 


Encyclopedia > Thin client
A HP T5700 thin client, with flash memory
A HP T5700 thin client, with flash memory
A Neoware m100 thin client.
A Neoware m100 thin client.

A thin client (sometimes also called a lean client) is a client computer or client software in client-server architecture networks which depends primarily on the central server for processing activities, and mainly focuses on conveying input and output between the user and the remote server. In contrast, a thick or fat client does as much processing as possible and passes only data for communications and storage to the server. Image File history File links Emblem-important. ... Image File history File links Hpt5700. ... Image File history File links Hpt5700. ... Image File history File links No higher resolution available. ... Image File history File links No higher resolution available. ... An editor has expressed a concern that the subject of the article does not satisfy one of the following guidelines for inclusion on Wikipedia: If you are familiar with the subject matter, please expand the article to establish its notability, citing reliable sources, so as to avoid it being considered... In computing, a client is a system that accesses a (remote) service on another computer by some kind of network. ... Client/Server is a network application architecture which separates the client (usually the graphical user interface) from the server. ... In information technology, a server is an application or device that performs services for connected clients as part of a client-server architecture. ... This article or section cites very few or no references or sources. ...


Many thin client devices run only web browsers or remote desktop software, meaning that all significant processing occurs on the server. However, recent devices marketed as thin clients can run complete operating systems such as Debian GNU/Linux, qualifying them as diskless nodes or hybrid clients. An example of a Web browser (Mozilla Firefox) A web browser is a software application that enables a user to display and interact with text, images, videos, music and other information typically located on a Web page at a website on the World Wide Web or a local area network. ... In computing, remote desktop software is remote access and remote administration software that allows GUI applications to be run remotely on a server, while being displayed locally. ... Debian, created by the Debian Project, is a widely used distribution of free software developed through the collaboration of volunteers from around the world. ... A diskless node (or diskless workstation) is a workstation or personal computer without disk drives, which employs network booting to load its operating system from a server. ... Hybrid client is a client/server network computing architecture where clients (end users computers), process locally but do not persist data. ...


As a consequence, the term "thin client", in terms of hardware, has come to encompass any device marketed as, or used as, a thin client in the original definition – even if its actual capabilities are much greater. The term is also sometimes used in an even broader sense which includes diskless nodes.[1] A diskless node (or diskless workstation) is a workstation or personal computer without disk drives, which employs network booting to load its operating system from a server. ...

Contents

Introduction

In designing a client-server application, there is a decision to be made as to which parts of the task should be done on the client, and which on the server. This decision can crucially affect the cost of clients and servers, the robustness and security of the application as a whole, and the flexibility of the design for later modification or porting. In computer science, porting is the process of adapting software so that an executable program can be created for a computing environment that is different from the one for which it was originally designed (e. ...


One design question is how application-specific the client software should be. Using standardized client software such as a Web browser or X11 display can save on development costs, since one does not need to develop a custom client—but one must accept the limitations of the standard client. An example of a Web browser (Mozilla Firefox) A web browser is a software application that enables a user to display and interact with text, images, videos, music and other information typically located on a Web page at a website on the World Wide Web or a local area network. ... In computing, the X Window System (commonly X11 or X) is a windowing system for bitmap displays. ...


Depending on the outcome of these decisions we might say that we use either a thin client, a thick/fat client, or a hybrid client. Hybrid client is a client/server network computing architecture where clients (end users computers), process locally but do not persist data. ...


History

An IBM EXX Thin Client
An IBM EXX Thin Client

What are now called thin clients were originally called "graphical terminals" when they first appeared, because they were a natural development of the text terminals that had gone before them. (Text terminals are generally not classified as thin clients, because they are from an earlier computing era.) Image File history File linksMetadata Size of this preview: 316 × 598 pixelsFull resolution (1120 × 2120 pixel, file size: 283 KB, MIME type: image/jpeg) File history Legend: (cur) = this is the current file, (del) = delete this old version, (rev) = revert to this old version. ... Image File history File linksMetadata Size of this preview: 316 × 598 pixelsFull resolution (1120 × 2120 pixel, file size: 283 KB, MIME type: image/jpeg) File history Legend: (cur) = this is the current file, (del) = delete this old version, (rev) = revert to this old version. ... A computer terminal is an electronic or electromechanical hardware device that is used for entering data into, and displaying data from, a computer or a computing system. ... A typical text terminal produces input and displays output and errors A text terminal or often just terminal (sometimes text console) is a serial computer interface for text entry and display. ...


X terminals were a relatively popular form of graphical terminal in the 1990s. In computing, the X Window System (commonly X11 or X) is a windowing system for bitmap displays. ...


It is likely that the term "thin client" started to be used instead of "graphical terminal" for the following reasons:

  • When thin clients started to come back into vogue, fat clients had long been the norm in most environments. Many IT workers and managers used to working with fat clients such as PCs and Macs would have been unfamiliar with the term "graphical terminal".
  • The term "thin client" is more descriptive and relevant than "graphical terminal", in an age in which all desktop computing devices have graphical capabilities.
  • As a marketing term, it sounds short and snappy – and also, importantly, it made the technology sound innovative and technologically advanced, even though it was neither – X terminals had been acting as thin clients years before the term was widely used in the IT industry.

This article or section cites very few or no references or sources. ...

Definitions

A thin client (or a lean client) is a network computer without a hard disk drive, which, in client/server applications, is designed to be especially small so that the bulk of the data processing occurs on the server. Usually, the embedded OS in a thin client is stored in a "flash drive" or in a Disk on Module (DOM). The embedded OS in a thin client usually uses some kind of write filter so that the OS and its configuration can only be changed by administrators. A Disk on Module (DOM) is a Flash (Fast electronic memory) Disk with 40/44 pins IDE/Standard ATA Interface used in computer Hard Disk Drive (HDD). ...


Thin client (computing): A server-centric computing model in which the application software, data, and CPU power resides on a network server rather than on the client computer.


Application program

A thin client as an application program communicates with an application server and relies for most significant elements of its business logic on a separate piece of software, an application server, typically running on a host computer located nearby in a LAN or at a distance on a WAN or MAN. An application server is a software engine that delivers applications to client computers or devices. ... Business Logic is a non-technical term generally used to describe the functional algorithms which handle information exchange between a database and a user interface. ... LAN redirects here. ... Wide Area Network (WAN) is a computer network that covers a broad area (i. ... Metropolitan area networks, or MANs, are large computer networks usually spanning a city. ...


A thin client does most of its processing on a central server with as little hardware and software as possible at the user's location, and as much as necessary at some centralized managed site. In information technology, a server is an application or device that performs services for connected clients as part of a client-server architecture. ...


Other definitions of thin versus thick/fat client application program try to draw the line at whether the deployment of the application requires the installation of additional software at the user site or not. Unfortunately, this is also arguable, since e.g., a browser used for a client application might be part of one client platform, but not the other. So on one platform no additional software installation is required, while another client platform requires it. The only objective definition would seem to be whether the boot image that is normally used to start the user's computer needs to be modified in any way before the client can be used: if not, then, the client is probably thin. Another criterion is related to the management of the thin client device or program. If it can be centrally managed, it is probably thin. A boot image is the sequence of bits on the boot device that interface with computer hardware - usually includes operating system, utilities and diagnostics, boot and data recovery information. ...


However, a great deal of software is today typically included in a base boot image, specifically to support various user applications, so that it need not be reinstalled on every computer. Often, a departmental boot image is prepared to include applications specific to a department. A boot image is the sequence of bits on the boot device that interface with computer hardware - usually includes operating system, utilities and diagnostics, boot and data recovery information. ... A departmental boot image is a boot image for any computer that has been enhanced by adding some applications and passwords specific to a task or group or department in an organization. ...


User-interface device

A thin client as a device is designed to provide just those functions which are useful for user-interface programs. Often such devices do not include hard disk drives, which may become corrupted by the installation of misbehaved or incompatible software, but instead, in the interests of low maintenance cost and increased mean-time between failures (MTBF) the thin client device will use read-only storage such as a CD-ROM, Network Virtual Drive or flash memory. The user interface (or Human Machine Interface) is the aggregate of means by which people (the users) interact with a particular machine, device, computer program or other complex tool (the system). ... Typical hard drives of the mid-1990s. ... In engineering and telecommunication, the mean time between failures (MTBF) is the average time a system will operate without a failure. ... Rom is also the name of a toy and comic book character Rom (Spaceknight). ... The CD-ROM (an abbreviation for Compact Disc Read-Only Memory (ROM)) is a non-volatile optical data storage medium using the same physical format as audio compact discs, readable by a computer with a CD-ROM drive. ... A USB flash drive. ...


Ideally the user will have only a screen, keyboard, a pointing device (if needed) and enough computer to handle display and communications. Numerous companies develop and market these devices.


Device for running a thin client application program

A Gigabyte TA7 Thin client
A Gigabyte TA7 Thin client

"Thin client" has also been used as a marketing term for computer appliances designed to run thin client software. The NEC US110, Wyse Winterms, Neoware's Appliances, Hewlett-Packard HP Compaq t-series, Chip PC Jack PC and Xtreme PC Series, saas style Nexterm,X terminal, ClearCube, Koolu, or web kiosk might be considered thin clients in this sense. Image File history File linksMetadata Size of this preview: 292 × 600 pixelsFull resolution (1184 × 2432 pixel, file size: 363 KB, MIME type: image/jpeg) File history Legend: (cur) = this is the current file, (del) = delete this old version, (rev) = revert to this old version. ... Image File history File linksMetadata Size of this preview: 292 × 600 pixelsFull resolution (1184 × 2432 pixel, file size: 363 KB, MIME type: image/jpeg) File history Legend: (cur) = this is the current file, (del) = delete this old version, (rev) = revert to this old version. ... Wyse is both the type of and the name of a manufacturer of computer terminals. ... An editor has expressed a concern that the subject of the article does not satisfy one of the following guidelines for inclusion on Wikipedia: If you are familiar with the subject matter, please expand the article to establish its notability, citing reliable sources, so as to avoid it being considered... The Hewlett-Packard Company (NYSE: HPQ), commonly known as HP, is a very large, global company headquartered in Palo Alto, California, United States. ... Chip PC is the developer and manufacturer of world-class end to end thin client solutions. ... Jack PC is a fully managed computer integrated into a standard LAN jack. ... “X11” redirects here. ... Koolu is a project started by Andrew Greig and Jon maddog Hall, which aim is to provide low-power computer appliances powered by free- and open-source software. ... a pagoda-like kiosk in Lausanne. ...


The latest concept in this genre is 'Ultra Thin Client' technology – which takes the 'thin' concept one step further by running the connection client software (Citrix, Windows Terminal Services, telnet etc) directly from the appliance's hardware. This is a marked difference to legacy thin-client hardware architecture which ran an operating system, often Windows CE or Linux between the hardware and connection client software.[2][3]


Software thin client

Most thin clients are software-only however, and run on standard PC hardware. One example of this software-only thin client is PXES Universal Linux Thin Client, Pilotlinux or Lan Core[4]. Knoppix is also actively pursuing this market, as is ThinStation. (See also Puppy Linux). Hopnetix is a diskless, network booting thin client software that runs from a Windows server platform, similar to (and potentially licensed from) Neoware Image Manager software. Neoware Image Manager allows a diskless client to stream a complete system disk "on-demand" from a file server. In that perspective, it replaces the IDE or SCSI cable that connects a disk drive to a motherboard by a network protocol and a server that shares virtual disk drives to the client. Another example on the Windows platform is the BeTwin program, which uses extra VGA/DVI graphics ports, or cards, in the host PC plus USB connected keyboards and mice to enable additional workstations. A personal computer (PC) is a computer whose price, size, and capabilities make it useful for individuals. ... PXES also known as PXES Universal Linux Thin Client is the micro Linux distribution allowing you to build thin clients or diskless workstations. ... Knoppix, or KNOPPIX, is a complete Linux distribution on a CD. This includes a working computer operating system and a powerful suite of graphical user software which can be used as a live CD. It is a Debian-based Linux distribution, developed by Linux consultant Klaus Knopper. ... Puppy Linux is a LiveCD Linux distribution started by Barry Kauler. ... An editor has expressed a concern that the subject of the article does not satisfy one of the following guidelines for inclusion on Wikipedia: If you are familiar with the subject matter, please expand the article to establish its notability, citing reliable sources, so as to avoid it being considered... An editor has expressed a concern that the subject of the article does not satisfy one of the following guidelines for inclusion on Wikipedia: If you are familiar with the subject matter, please expand the article to establish its notability, citing reliable sources, so as to avoid it being considered...


Examples of thin client and thin client usage

The advocates of both architectures tend to have contentious relationships. In practice, there seems to be little to choose between the two approaches for many applications. A few situations may clearly call for one or the other. Distributed computing projects such as the SETI@home project (whose whole point is to pass off computationally intensive analysis to a large collection of remote computers) are applications that require thick/fat clients. On the other hand multicasting entertainment or educational material to a number of clients might best be done with thin clients since exactly the same material is to be presented at each, providing that the applications do not need to do intensive full-duplex multimedia. Actually, the protocols used between a thin client and its application server (such as X-11, RDP/Remote Desktop Protocol or ICA) does not support very well multimedia to be processed on the server and displayed on the client (or getting inputs from the client). For instance, it is in fact impossible to efficiently use Voice_Over_IP(VoIP) using a thin client protocol. When such issues are encountered, the choice of a hybrid client can solve them if such an hybrid client is a diskless node and actually gets its OS and applications from a shared drive, and runs its applications locally (only the drive is remote). Distributed computing is a method of computer processing in which different parts of a program run simultaneously on two or more computers that are communicating with each other over a network. ... SETI@Home under classic client (version 3. ... Routing Schemes anycast broadcast multicast unicast Multicast is sometimes also used to refer to a multiplexed broadcast, although that is a very different thing and should not be confused. ... Look up duplex in Wiktionary, the free dictionary. ... Remote Desktop Protocol (RDP) is a multi-channel protocol that allows a user to connect to a computer running Microsoft Terminal Services. ... IP Telephony, also called Internet telephony, is the technology that makes it possible to have a telephone conversation over the Internet or a dedicated Internet Protocol (IP) network instead of dedicated voice transmission lines. ... Hybrid client is a client/server network computing architecture where clients (end users computers), process locally but do not persist data. ... A diskless node (or diskless workstation) is a workstation or personal computer without disk drives, which employs network booting to load its operating system from a server. ... Look up OS, Os, os in Wiktionary, the free dictionary. ...


Several companies now sell thin-client laptops that can access internal resources through a Virtual private network so the connection between client and server passes through an encrypted tunnel. This can allow mobile workers to access security-sensitive databases with less risk of lost or compromised data should the laptop be lost or stolen since it has no local storage. VPN redirects here. ...


Industrial Thin Client Applications

Since 2006 there has been a growing interest in using Thin Client technology in hazardous areas, such as oil & gas exploration, military mobile use to monitor gen sets and mobile missile installations, and in industry in Zone 1 areas where hardened industrial computers can be prohibitively expensive. Thin Client hardware is easier to seal against environmental hazards and contamination, and can sometimes withstand a wider temperature and vibration level, due to simplified components and lack of moving parts, such as hard drives.


Flash memory is a critical component of these Thin Client terminals. With sufficient Flash (solid-state) memory and the ability to install user firmware and PCI cards, a Thin Client can perform most of the functions that a user would want to perform at these locations, typically called "point-of-attack" or "rig floor". The Thin Client can be equipped with a sealed membrane keypad for operator interface, and I/O (input/output) connectors that allow the Thin Client to be hooked up to a remote location and perform data recording of processes or history of connected device readings, that could be anything from radar to pumps to drilling apparatus.


Industrial Thin Clients typically operate on embedded software systems such as Linux, Windows CE.net, or Windows XP Embedded Ethernet. Industrial clients typically prefer an OS (operating system) environment in which the Thin Client can easily interface with proprietary firmware (software embedded in memory on a PCB card), and communications often interface with a hosting central computer in a safe environment control room. Ethernet protocol is a preferred network means of interfacing the computers, Thin Clients, and devices being monitored and controlled.

ProPanel Industrial Thin Client
ProPanel Industrial Thin Client

Fiber networks and wireless interface are also popular to enhance versatility in location and installation of Thin Clients. Encryption of data is usually a priority, and wireless options need to rely on a fast Ethernet radio transmitter using 11Mbit/s 2.4 GHz 802.11 output, otherwise data transmission speed and security can be compromised. Image File history File links No higher resolution available. ... Image File history File links No higher resolution available. ...


Ruggedized Thin Client products therefore enable easy-to-employ industry standard network creation and control at hazardous area zones for less cost and with less risk of failure than full computer systems. In fact, in the first quarter of 2007, mandates have been created by the US Armed Forces to look at Thin Client solutions in all field applications. The military is primarily interested in Thin Client technology in the field due to its improved cost control, more robust construction, less vulnerability to failure and security breaches, lesser weight and greater mobility, and lower incidence of OS failures.


Advantages of thin clients

Obviously, boot image control is much simpler when only thin clients are used – typically a single boot image can accommodate a very wide range of user needs, and be managed centrally, resulting in: A boot image control strategy is a common way to reduce total cost of operations in organizations with large numbers of similar computers being used by users with common needs, e. ...

  • Lower IT admin costs. Thin clients are managed almost entirely at the server. The hardware has fewer points of failure and the local environment is highly restricted (and often stateless), providing protection from malware.
  • Easier to secure. Thin clients can be designed so that no application data ever resides on the client (it is entirely rendered), centralizing malware protection and minimising the risks of physical data theft.
  • Lower hardware costs. Thin client hardware is generally cheaper because it does not contain a disk, application memory, or a powerful processor. They also generally have a longer period before requiring an upgrade or becoming obsolete. The total hardware requirements for a thin client system (including both servers and clients) are usually much lower compared to a system with fat clients. One reason for this is that the hardware is better utilized. A CPU in a fat workstation is idle most of the time. With thin clients, memory can be shared. If several users are running the same application, it only needs to be loaded into RAM once with a central server. With fat clients, each workstation must have its own copy of the program in memory.
  • Lower Energy Consumption. Dedicated thin client hardware has much lower energy consumption than thick client PCs. This not only reduces energy costs but may mean that in some cases air-conditioning systems are not required or need not be upgraded which can be a significant cost saving and contribute to achieving energy saving targets.
  • Easier hardware failure management. If a thin client fails, a replacement can simply be swapped in while the client is repaired; the user is not inconvenienced because their data is not on the client.
  • Enhanced data security. Should a thin-client device suffer serious mishap or industrial accident, no data will be lost, as it resides on the terminal server and not the point-of-operation device.
  • Worthless to most thieves. Thin client hardware, whether dedicated or simply older hardware that has been repurposed via cascading, is useless outside a client-server environment. Burglars interested in computer equipment have a much harder time fencing thin client hardware (and it is less valuable).
  • Hostile Environments. Most devices have no moving parts so can be used in dusty environments without the worry of PC fans clogging up and overheating and burning out the PC.
  • Less network bandwidth. Since terminal servers typically reside on the same high-speed network backbone as file servers, most network traffic is confined to the server room. In a fat client environment if you open a 10MB document that's 10MB transferred from the file server to your PC. When you save it that's another 10MB from your PC to the server. When you print it the same happens again – another 10MB over the network to your print server and then 10MB onward to the printer. This is highly inefficient. In a thin client environment only mouse movements, keystrokes and screen updates are transmitted from/to the end user. Over efficient protocols such as ICA or NX this can consume as little as 5 kbit/s bandwidth.
  • More efficient use of resources. A typical thick-client will be specified to cope with the maximum load the user needs, which can be inefficient at times when it is not utilised. In contrast, thin clients only use the exact amount of resources required by the current task – in a large network, there is a good probability the load from each user will fluctuate in a different cycle to that of another user (i.e. the peaks of one will more than likely correspond, time-wise, to the troughs of another.
  • Simple hardware upgrade path. If the peak resource usage is above a pre-defined limit, it is a relatively simple process to add another rack to a blade server (be it power, processing, storage), boosting resources to exactly the amount required. The existing units can be continued in service alongside the new, whereas a thick client model requires an entire desktop unit be replaced, resulting in down-time for the user, and the problem of disposing of the old unit.
  • Lower noise. The aforementioned removal of fans reduces the noise produced by the unit. This can create a more pleasant working environment.
  • Less Wasted Hardware. Computer hardware is very environmentally damaging. Thin clients can remain in service longer and ultimately produce less surplus computer hardware than an equivalent thick client installation.

Malware is software designed to infiltrate or damage a computer system without the owners informed consent. ... The term air conditioning most commonly refers to the cooling and dehumidification of indoor air for thermal comfort. ... A boot image is the sequence of bits on the boot device that interface with computer hardware - usually includes operating system, utilities and diagnostics, boot and data recovery information. ... In law enforcement, a fence is an individual who knowingly buys stolen property for later resale in a (usually) legitimate market. ... A photo from a Wikimedia server room. ...

Advantages of thick clients

  • Fewer server requirements. A thick client server does not require as high a level of performance as a thin client server (since the thick clients themselves do much of the application processing). This may result in cheaper servers although in practice many thin client servers are actually equivalent to file servers in specifications but with additional memory.
  • Better multimedia performance. Thick clients have advantages in multimedia-rich applications that would be bandwidth intensive if fully served. For example, thick clients are well suited for video gaming.
  • More flexibility. On some operating systems (such as Microsoft Windows) software products are designed for personal computers that have their own local resources. Trying to run this software in a thin client environment can be difficult.
  • Suitable for poor network connections. Thin clients can be unusually slow, or very frustrating to use, over a high latency network connection. Moreover, they do not work at all when the network is down. It may be possible to work offline with a thick client, although the network oriented manner in which many people work today means that thick client usage can still be curtailed if the network is down.

A computer game is a game composed of a computer-controlled virtual universe that players interact with in order to achieve a defined goal or set of goals. ... “Windows” redirects here. ...

Client/Server Protocols

ALP
Appliance Link Protocol is a secure bitmap-based network protocol used by Sun with its Sun Rays.
XML over HTTP
Protocol used by the AJAX model of web applications.
X11
Networking and display protocol available on essentially all Unix variants.
X11 over Secure Shell
Tunneling an X11 session through a ssh session to provide authentication and encryption.
NX technology
Compresses and caches the X11 protocol for better performance.
VNC
Allows for (virtual) desktop sharing.
Citrix ICA
with Citrix Presentation Server
RDP
The default remote desktop access mechanism for MS-Windows
RGS
A client-server software solution developed by HP, to enable remote access to high-performance workstations from a thin-client machine.
HTML over HTTP
Used by a myriad of web applications.

The Sun Ray was introduced by Sun Microsystems in 1999 as a thin-client solution aimed at corporate environments. ... The Extensible Markup Language (XML) is a general-purpose markup language. ... HTTP (for HyperText Transfer Protocol) is the primary method used to convey information on the World Wide Web. ... // Ajax may refer to: Ajax the Great as a well known hero from the Trojan war and son of Telamon Ajax the Lesser son of the king of Locris, and another hero in the Trojan war Ajax (missionary), Arian missionary who converted the pagan Suevi c. ... In software engineering, a web application is an application delivered to users from a web server over a network such as the World Wide Web or an intranet. ... In computing, the X Window System (commonly X11 or X) is a windowing system for bitmap displays. ... Filiation of Unix and Unix-like systems Unix (officially trademarked as UNIX®, sometimes also written as or ® with small caps) is a computer operating system originally developed in 1969 by a group of AT&T employees at Bell Labs including Ken Thompson, Dennis Ritchie and Douglas McIlroy. ... In computing, the X Window System (commonly X11 or X) is a windowing system for bitmap displays. ... Secure Shell or SSH is a network protocol that allows data to be exchanged over a secure channel between two computers. ... A tunneling protocol is a network protocol which encapsulates one protocol or session inside another. ... In computing, the X Window System (commonly X11 or X) is a windowing system for bitmap displays. ... NX technology is a computer program that makes fast, secure, remote X11 connections to enable users to access remote Linux and Unix desktop sessions, and is fast enough even over a low bandwidth and high latency data link such as provided by a modem. ... Virtual Network Computing (VNC) is a desktop sharing system which uses the RFB (Remote FrameBuffer) protocol to remotely control another computer. ... Citrix MetaFrame is a remote access/application publishing product built on the Independent Computing Architecture (ICA), Citrix Systems thin client protocol. ... Citrix Presentation Server (formerly Citrix MetaFrame) is a remote access/application publishing product built on the Independent Computing Architecture (ICA), Citrix Systems thin client protocol. ... Remote Desktop Protocol (RDP) is a multi-channel protocol that allows a user to connect to a computer running Microsoft Terminal Services. ... “Windows” redirects here. ... Remote Graphics Software is a client-server software solution developed by HP, to enable remote access to high-performance workstations from a thin-client machine. ... The Hewlett-Packard Company (NYSE: HPQ), commonly known as HP, is a very large, global company headquartered in Palo Alto, California, United States. ... HTML, an initialism of Hypertext Markup Language, is the predominant markup language for web pages. ... HTTP (for HyperText Transfer Protocol) is the primary method used to convey information on the World Wide Web. ... In software engineering, a web application is an application delivered to users from a web server over a network such as the World Wide Web or an intranet. ...

See also

BLADE PCS Blade computing takes the PC off the desktop and places it behind the data centers locked doors, leaving only a small box on the desktop. ... The introduction to this article provides insufficient context for those unfamiliar with the subject matter. ... It has been suggested that this article or section be merged into Data terminal. ... Hybrid client is a client/server network computing architecture where clients (end users computers), process locally but do not persist data. ... Linux Terminal Server Project (LTSP) is an add-on package for Linux that allows many people to simultaneously use the same computer. ... PXES also known as PXES Universal Linux Thin Client, created in early 2001 by Diego Torres Milano, is the micro Linux distribution allowing you to build thin clients or diskless workstations. ... Smart Client is a new buzzword used in software development. ... The Sun Ray was introduced by Sun Microsystems in 1999 as a thin-client solution aimed at corporate environments. ... A terminal server is a device to connect multiple, possibly remote, input/output devices to a central processing unit. ... ThinCan is the name for a thin client manufactured by Estonian electronic design start-up Artec Group. ... Thinstation is a thin client Linux distribution that makes a PC a full-featured thin client supporting all major connectivity protocols: Citrix ICA, NoMachine NX, 2X ThinClient, Microsoft Terminal Services (RDP), Cendio ThinLinc, Tarantella, X, telnet, tn5250, VMS term and SSH. One can compile Thinstation from sources (Linux box required...

References

  1. ^ Thin client definition from the Webopedia computer dictionary
  2. ^ Ultra Thin-Client Technology Advantages of an Operating System-Less Thin-Client
  3. ^ Ultra Thin-Client
  4. ^ Lan Core free Thin Client server for Windows and Linux.

  Results from FactBites:
 
Thin Client ERP Software (420 words)
The premise of thin client software is that it is a browser based system which displays applications that are run on a dedicated server.
By using thin client ERP software, constant PC desktop upgrades, the high cost of manpower to implement changes and disrupting the flow of business due to upgrades is eliminated.
Thin client ERP software can be beneficial in many business aspects, such as in marketing, sales, production, scheduling, delivery, accounting, billing, inventory management, quality management and human resources management.
Thin client - Wikipedia, the free encyclopedia (1822 words)
A thin client is a computer (client) in client-server architecture networks which depends primarily on the central server for processing activities.
Thin client hardware is generally cheaper because it does not contain a disk, application memory, or a powerful processor.
Thin client hardware, whether dedicated or simply older hardware that has been repurposed via cascading, is useless outside a client-server environment.
  More results at FactBites »


 

COMMENTARY     


Share your thoughts, questions and commentary here
Your name
Your comments
Please enter the 5-letter protection code

Want to know more?
Search encyclopedia, statistics and forums:

 


Lesson Plans | Student Area | Student FAQ | Reviews | Press Releases |  Feeds | Contact
The Wikipedia article included on this page is licensed under the GFDL.
Images may be subject to relevant owners' copyright.
All other elements are (c) copyright NationMaster.com 2003-5. All Rights Reserved.
Usage implies agreement with terms.