Building Cloud Services with the Java Spring Framework Flashcards
(43 cards)
How we can increase computing power of mobile device?
use cloud servers
… provides connection between mobile device and cloud servers
Communication protocol
… is a message format
Syntax
… is a meaning of the messages
Semantics
… is a duration of operation
Timing
One of the most popular communication protocol in the Internet
HTTP
HTTP abbreviation means
HyperText Transfer Protocol
What HTTP provide?
Client-server interaction
How Client-server interaction looks like?
Client sends request and gets response from the server
Server has a … that can be accessible for client
series of resources
server сan be accessible for mobile services, browsers and ..
IoT (internet of things)
Why HTTP can be used as communication protocol?
everyone use it on web cites
its about transform HTTP to another necessary formats
Data Marshalling
What can provide work with millions clients simultaneously
Load Balancing infrastructure
What standard Java application make?
series of commands
What does standard Java application analyze?
command line parameters («flags)
What about does standard Java application notify user?
results or bugs were happen
Where does standard Java application store resources?
Database/local file system
What is an issue with communication with remote service?
Resources are remotely
What does HTTP method GET do?
Retrieve info from a server
What does HTTP method POST do?
Send a big amount of info to the server
What does HTTP method PUT do?
Save some info to the server
What does HTTP method DELETE do?
Delete some resources from the server
2 main parts of HTTP methods
method and path to the resource