Questões de Concurso
Filtrar
1.081 Questões de concurso encontradas
Página 56 de 217
Questões por página:
Consider the text below.
Client computers provide an interface to allow a computer user to request services of the server and to display the results the server returns. Servers wait for requests to arrive from clients and then respond to them. Ideally, a server provides a standardized transparent interface to clients so that clients need not be aware of the specifics of the system (i.e., the hardware and software) that is providing the service. Clients are often situated at workstations or on personal computers, while servers are located elsewhere on the network, usually on more powerful machines. This computing model is especially effective when clients and the server each have distinct tasks that they routinely perform.
The text defines
Web Service representa uma solução utilizada na integração de sistemas e na comunicação entre aplicações diferentes e que possui entre suas características as possibilidades:
- da interação de novas aplicações com as já existentes;
- da compatibilidade de sistemas desenvolvidos em plataformas diferentes;
- de as chamadas às operações, incluindo os parâmetros de entrada/saída, serem codificadas em um determinado protocolo;
- de as aplicações enviarem e receberem dados por meio de uma linguagem em formato padronizado.
Para a construção das bases de um Web Service por padrão, o protocolo e a linguagem são: