Web Development Flashcards

1
Q

Which country created the internet?

A

USA California

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a server?

A

A server is a computer designed to process requests and deliver data to another computer over the internet or a local network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How many servers power the internet?

A

75 million servers

5 billion clients (devices)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What types of servers are there?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is Apache?

A

Open-source cross-platform webserver software

Apache is an open-source and free web server software that powers around 46% of websites around the world.

Who owns apache?

Apache Software Foundation announced it has agreed to sell all IP and assets of the foundation to Oracle.

The agreement is a $1.5 billion all-cash deal.

As part of the agreement, Oracle obtains even more of the crucial LAMP-stack software products

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a storage server?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a web server?

A

A web server is server software or hardware that can satisfy World Wide Web client requests. A web server can, in general, contain one or more websites. A web server processes incoming network requests over HTTP and several other related protocols.

The primary function of a web server is to store, process and deliver web pages to clients.

The communication between client and server takes place using the Hypertext Transfer Protocol (HTTP).

Pages delivered are most frequently HTML documents, which may include images, style sheets and scripts in addition to the text content.

While the primary function is to serve content, full implementation of HTTP also includes ways of receiving content from clients.

This feature is used for submitting web forms, including uploading of files.

Server code implementations allow web servers to generate HTML documents dynamically (“on-the-fly”) as opposed to returning static documents.

Dynamic HTML is used for retrieving or modifying information from databases.

Static documents are typically much faster and more easily cached but cannot deliver dynamic content.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is HTTP?

A

Get request

Ex. Tumblr login page

Get request to Tumblr server

Get all HTML code for Tumblr login page

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is HTML?

A

Hypertext markup language

The language used to tell a web browser

how to make a page look:

Title - big and bold

Font - right style

Text - link to other pages, italicize

Image - align image to right/left

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is included directly in the HTML?

A

The text of a web page

Images & Videos are separate files

browser sends separate HTTP request for images/videos

displays them as they arrive

many images = many separate HTTP requests

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is Secure Sockets Layer or Transport Layer Security?

A

SSL & TLS

A layer of security wrapped around your communications

Provides digital certificate before communication

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is TCP/IP & Routing?

A

Protocols for breaking down information and transporting them in packets

Packets are made of binary (1001001)

Sent physically through fiber optic, electric and radio frequencies

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Where can I learn AWS?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How does Blockchain work?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is blockchain?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

How do servers work?

A

A big computer that stores loads of information and serves it to other computers using the internet.

Servers vs. Personal Computer:

Has more space

Faster

More power

Stores all files that make a website

Never turned off

Designed for Computer - Computer contact