ERMDESCRIPTION
Address barThe address bar is the familiar text field at the top of a web browser’s graphical user interface (GUI) that displays the name or the URL (uniform resource locator) of the current web page.
Application Program Interface (API)An application program interface (API) is code that allows two software programs to communicate with each other.
API keyUse the API Key to create an authentication to put a Twitter/ Instagram feed on website. Also manage multiple twitter accounts at once. API keys are often used to limit usage on ‘Freemium’ plugins for websites
Application ServerWeb applications primarily allow the user to perform actions. Google Analytics, Gmail, and Hotmail are web applications
Clients (web clients)Used in home and corporate networks, a client is any computer hardware or software device that requests access to a service provided by a server. Clients are typically seen as the requesting program or user in a client-server architecture. Client end-user devices typically include desktop computers, laptops and smartphones. Clients are often browsers (Chrome, Edge, Safari), but they can be any type of program or device.
CookiesComputer program, installed on hard drives, that provides identifying information. Such as for forms, registration and checkout. Can cause security risks, performance risks due to amount of data.
Tracking Cookie track information between sites and a session cookie tracks one site.
DatabaseA database is a set of data stored in a computer. This data is usually structured in a way that makes the data easily accessible.
Enterprise-based Application (EA)Enterprise-based Applications are a software solution that provide business logic and tools to model entire business processes for organisations to improve productivity and efficiency.
Examples include billing systems, customer relationship management systems and supplier relationship management systems. An example of an Enterprise-based Application is MailChimp.
ECMA (European Computer Manufacturers Association)ECMA is a standards organisation for information and communication systems. It acquired its current name in 1994, when the European Computer Manufacturers Association (ECMA) changed its name to reflect the organization’s global reach and activities.
ECMAScript is a scripting-language specification standardized by ECMA International in ECMA-262 and ISO/IEC 16262. It was created to standardize JavaScript to help foster multiple independent implementations.
IETF (Internet Engineering Task Force)The Internet Engineering Task Force (IETF) is an open standards organisation, which develops and promotes voluntary Internet standards, in particular the standards that comprise the Internet Protocol suite.
The mission of the IETF is to make the Internet work better by producing high quality, relevant technical documents that influence the way people design, use, and manage the Internet.
Some would say that the IETF looks after the architecture / structure of the Internet:
*The ART Area develops application protocols and architectures in the IETF.
*The Internet Area is responsible for specifying how IP will run over new link layer protocols.
GDPR / UK GDPRGeneral data protection regulation was updated to help protect customers from data breaching and more secure about how their data is being treated.
HTML (Hyper Text Markup Language)HTML is the standard markup language for Web pages. HTML elements are the building blocks of HTML pages, and the HTML elements are represented by <> tags
HTTP (Hyper Text Transfer Protocol)Communication between client computers and web servers is done by sending HTTP Requests and receiving HTTP Responses.
• A client (a browser) sends an HTTP request to the web
• A web server receives the request
• The server runs an application to process the request
• The server returns an HTTP response (output) to the browser
• The client (the browser) receives the response
HTTPS (Hyper text Transfer Protocol Secure)HTTPS appears in the URL when a website is secured by an SSL certificate. The details of the certificate, including the issuing authority and the corporate name of the website owner, can be viewed by clicking on the lock symbol on the browser bar.
HDD (Hard Disk Drive)The most common type of hard drive in computers. It includes spinning platters and read/write heads.
IP (Internet Protocol)IP is a system of rules that govern how information is sent from one computer to another computer, over an internet connection. Using a numerical address (IP Address) the IP system receives instructions on how the data should be transferred.
JavaScriptan object-oriented computer programming language commonly used to create interactive effects within web browsers. Programming language that runs in a web browser to give a website dynamic features.
TCP/IPTransmission Control Protocol/Internet Protocol: The dominant set of protocols for the transfer of data over the Internet.
RuntimeRuntime describes software/instructions that are executed while your program is running, especially those instructions that you did not write explicitly, but are necessary for the proper execution of your code.