answersLogoWhite

0

Advantages of dumb terminal

no one person can misuse his power because his power is given by a main computer which is server.

User Avatar

Wiki User

12y ago

What else can I help you with?

Continue Learning about Computer Science

What is the name of a computer connected to a workstation?

A workstation is a computer connected to a server.The IT GUY


What is the difference between dumb and smart terminals?

Dumb terminals are input/output devices that lack processing capabilities and rely on a mainframe or server for processing tasks, whereas smart terminals have some processing capabilities and can perform certain tasks independently. Dumb terminals typically have limited functionality and rely heavily on the mainframe or server for computing power, while smart terminals can handle some tasks locally before sending data to the mainframe. In summary, the key difference lies in the processing capabilities and independence of the terminals in executing tasks.


What is a common use of dumb terminal?

Dumb terminals are systems which lack core components of a normal computer and rely on a server or cluster system that provides the calculations and processes to emulate a services or operating system. In many cases dumb terminals can increase security, decrease power usage and centralize desktop loads because everyone has a uniform desktop and allows anyone to use anyone's computer and have the same function all the time. Dumb terminals had a height of popularity back in the early days of computing but with computer actualization becoming more commonplace they are experiencing a resurgence of popularity as a method of cost saving and maximizing resources on existing platforms.


What is the purpose of Terminal Services Manager?

Terminal Services Manager is a component of Windows Server. It allows users to view information about sessions, users, and processes for all terminal servers in a trusted domain. Additionally, it allows various management tasks to be performed on terminal servers.


What is the difference between leftmost and rightmost derivation in the context of parsing algorithms?

In parsing algorithms, the difference between leftmost and rightmost derivation lies in the order in which non-terminal symbols are replaced with terminal or non-terminal symbols. In a leftmost derivation, the leftmost non-terminal symbol is always replaced first, while in a rightmost derivation, the rightmost non-terminal symbol is replaced first. This affects the structure and order of the resulting parse tree.