Module 2 Flashcards
How many bytes must a ZIP file be
22
What is the cloud?
Simply put, cloud servers are servers (and services) that run on remote hardware platforms with built-in scaling and redundancy. Cloud servers form the backbone of what we consider the Internet to be today.
What is Virtualisation
Running another operating system with software
VMWare or VirtualBox
Spell the abbrieviation and what it does
ICANN
The internet Corporation for Assigned Names and Numbers
Maintains/organises the Domain Name System(DNS) to ensure unique adress
Spell the abbrieviation and what it does
IRTF
Internet Research Task Force
Research to evolve internett protocols, apps, architecture and tech
Spell the abbrieviation and what it does
IETF
Internet Engineering Task Force
Establishes working groups to implement IETF standarsand guidlines.
Spell the abbrieviation and what it does
W3C
World Wide Web Consortium
INcommunity that creates standards to ensure the development of the web.
Spell the abbrieviation and what it does
URL
Uniform Resource Locator
Spell the abbrieviation and what it does
HTTP (S)
Hypertext Transfer Protocol (S-Secure)
Standard protocol for transferring data over the World Wide Web
Spell the abbrieviation and what it does
HTML
Hypertext Markup Language
Simplest form of web code
Spell the abbrieviation and what it does
CSS
Cascading Style Sheets
Used to style and layout web pages
Explain
JAVASCRIPT
Any time a web page does more than show static details for one to look at, like showing inline content changes, interactive charts, animated graphics in 2D or 3D, scrolling video, running games etc., JavaScript is probably involved.
Explain
PHP
an open-source server-side scripting language embedded in HTML to build interactive websites and web applications.
PHP is sent from the client, run on the server, and returned to the client.
Spell the abbrieviation and what it does
SQL
(Structured Query Language) is often found on the Internet, and its function is to access databases. It can commonly be used with HTML, JavaScript and PHP to access and input information from an online form to a database.
Explain
WEB Protocols
It converts a domain name into an IP address using the Domain Name System (DNS) protocol. It then requests the web page contents from that IP address using the HyperText Transfer Protocol (HTTP). It may also support the website over a secure, encrypted link using the Transport Layer Security (TLS) protocol
A web browser uses protocols to load a web page.
Spell the abbrieviation and what it does
TCP
Transmission Control Protocol
communication protocol for sending and receiving data over a network.