Spring Boot-Java Full Stack Study List Flashcards
How does the web browser determine what type of file is being returned from the web server?
The web browser uses the MIME type to determine the file type.
What is a web service?
A web service is essentially a web application that returns data instead of HTML.
True or False: Media and other types of files are often handled in browsers by using special plugin components.
True
True or False: Broken authentication and session management vulnerabilities are very hard to detect.
True
What is true of both XML and JSON?
Both are human readable.
What is part of the URL?
Protocol/Scheme: “https://”
Domain or Host: “example.com”
Port: “:8080”
Path: “/path/to/resource”
Query Parameters: “?key1=value1&key2=value2”
Fragment or Anchor: “#section”
What is responsible for issuing trusted certificates?
Certificate authority
How do you define the term ‘the public Internet’?
The servers and web sites on the Internet available to anyone.
What is TCP/IP?
Transmission Control Protocol/Internet Protocol (TCP/IP) specifies how data is packaged up, addressed, sent, routed, and received on the Internet.
What is the purpose of a switch?
Switches connect one or more computers together to form a network.
What is the main purpose of a web browser?
To get resources from the Web and present them to the user.
True or False: The Domain Name System maps computer owners to IP addresses.
False
What is the purpose of encrypting HTTP communication?
To ensure that the data is private and remains unchanged.
True or False: Media files such as video are processed and displayed by the layout engine.
False
Which components are in both web services and web applications?
Web Server
Interpreter/Container
Data Store