SóProvas


ID
442708
Banca
CESPE / CEBRASPE
Órgão
TCE-TO
Ano
2009
Provas
Disciplina
Arquitetura de Software
Assuntos

Assinale a opção correta, acerca da tecnologia cliente- servidor.

Alternativas
Comentários
  • wikipedia:

    Um thin client ("cliente magro") é um computador cliente em uma rede de modelo cliente-servidor de duas camadas o qual tem poucos ou nenhum aplicativo instalados, de modo que depende primariamente de um servidor central para o processamento de atividades.

    não entendi o gabarito.
  • Embora o gabarito conste como letra C, pelo web site abaixo, o correto no meu entendimento, seria letra D - extraído da MSDN.

    In a multitier architecture, a system is implemented in the following tiers:
    • User Services Tier. This is a set of thin clients that focuses on managing the application user interface. The user services tier calls the next tier to perform the business functions needed to support user requests.
    • Business Services Tier. A set of COM+ components that encapsulates the business logic of the organization. The business services tier uses the next tier for any permanent data storage that has to be performed.
    • Data Services Tier . A set of components, such as SQL Server databases, that can store data in a permanent medium. This is also referred to as persisting the data.
    http://msdn.microsoft.com/en-us/library/ms187075%28v=sql.90%29.aspx
  • 93

    Segundo Ian Sommerville, 8ªed, p 271:

    Thin-Client:
    All of the application processing and data management is carried out on the server. The client is simply responsible for running the presentation software;

    Fat-Client:
    The server is only responsible for data management. The software on the client implements the application logic and the interactions with the system user.

    Esse gabarito não foi alterado?

    93,93/93
  • O gabarito é D, não tenham dúvida disso.
  • Com base nos meus conhecimentos, no modelo Thin Client as regras de negócio residem no servidor e não no cliente.
    Com esta informação a letra "C" também estaria incorreta.
  • Com certeza o gabarito está errado. Será que não foi alterado pela Banca?
  • GAB Muitoooo errado...


  • Em relação ao item A, me parece que o correto seria camada de usuário (ou apresentação) e de dados.