Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions test-yourself-answers.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ Define the following:

### The Web

The web is netowrk of interconnected computers that comunicate by using protocols

#### URL( Uniform Resource Locator)

Expand Down Expand Up @@ -400,6 +401,8 @@ For example, Amazon.com released its API so that web developers could more easil

A program usually running on a remote computer that responds to requests from a browser.

Communicates with the client by a protocol, namely http, and responds with a minified version of html markup of the website requested.

*Contributed by [Unknown]*


Expand Down