ui exam Flashcards
Which of the following protocols is considered a connection oriented protocol?
Transmission Control
Protocol (TCP)
In terms of a web application, what is meant by the term ‘scalability’?
its ability to handle a growing amount of user traffic, data, or workload without experiencing significant performance degradation
What does the ‘404’ status code in HTTP indicate?
the server cannot find the requested resource
Which protocol is used to transfer web pages from servers to browsers?
HyperText Transfer Protocol
Which of the following does an HTTP cookie do?
track, personalize and save information about each user’s session.
What does the ‘S’ stand for in HTTPS
Secure
In an MVC (Model-View-Controller) architecture, what is the role of the ‘Controller’?
handles request flow, never handles data logic
What does DNS stand for in terms of the Internet and the World Wide Web?
Domain Name System
How are IPv4 addresses expressed?
typically written in decimal digits, formatted as four 8-bit fields that are separated by periods 192.0.2.146
In AWS S3, what does S3 stand for?
Simple Storage Service,
Which of the following are pricing model for AWS EC2 instances?
on demand, savings plan, spot instances
How would you handle a sudden increase in traffic to your AWS hosted website?
Content Delivery Network (CDN)
Which service would you use to connect your on-premises data center to the AWS Cloud securely?
AWS Direct Connect
Internet Protocol (IP)
is the fundamental protocol defining the Internet
* Subdivides information into packets
* Responsible for routing those packets over networks
* IP address is typically : 32-bit number (IPv4) or 128-bit (IPv6)
Hypertext Transfer Protocol (HTTP)—
a communications protocol used to send
information over the web
* HTTP is built on top of TCP
IP source software creates packets representing the data
Header : source and destination IP addresses, length of data, sequencing info, etc.
* Data itself – the payload
The World Wide Web
huge client-server system with millions of clients
and Web servers for accessing linked documents
* Comprises applications and protocols that run on top of the Internet
* Web Servers host thousands of hyperlinked documents or applications that dynamically
generate hyperlinked documents
* Browsers provide an easy-to-use interface for accessing and presenting those documents
GET
request to return a document to the client
HTTP POST
POST sends data to a specific URI and expects the resource at that
URI to handle the request
Head
request to return the header of the document
HTTP PUT
PUT puts a file or resource at a specific Uniform Resource Identifier
(URI)
delete
request to delete the document
URI
Uniform Resource Identifier
Amazon RDS
(Relational Database Service): RDS offers managed database
services for popular database engines like MySQL, PostgreSQL, Oracle, and
Microsoft SQL Server.
- element, followed by
.nav-item for each
- and add the .nav-link class to their links:
- element (or a
- elements with a .nav-item class followed by an element with a .nav-link class.