Intro to Web Systems and Technologies

0.0(0)
studied byStudied by 4 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/18

flashcard set

Earn XP

Description and Tags

Prelim Topic 1

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

19 Terms

1
New cards

World Wide Web

Is a system of interlinked hypertext documents that are accessed via internet. With a web browser, one can view web pages that may contain text, images, videos, or any other multimedia and navigate between hyperlinks

abbreviated as www

2
New cards

Universal Resource Locator

Online documents could be accessed via a unique document address, abbreviated as url

3
New cards

Hypertext

The term was introduced by Ted Nelson 30 years ago.

A way of describing ‘non-sequential writing’ - text that branches and allows choice to the reader

It is intended for use with an interactive computer screen

4
New cards

Hypertext

A text that is fluid, open, and changeable, and can be connected to other pieces by “links” called hyperlinks

5
New cards

Webpages

Is a document that is suitable for the world wide web and the web browser. A web browser displays this on a monitor or mobile device

6
New cards

Webpages

This term also refers to a computer file, usually written in HTML or comparable markup language, whose main distinction is to provide hypertext that will navigate to other webpages via links

7
New cards

Websites

Is a set of related webpages typically served from a single web domain

It is hosted on at least one web server, accessible via a network such as the internet through an internet address known as a url

8
New cards

Web Applications

Is any application software that runs in a web browser and is created in a browser-supported programming language such as the combination of javascript, html, css and relies on a web browser to render the application.

Presents dynamic content based on request parameters, tracked user behaviors, and security considerations.

9
New cards

Transmission Control Protocol (TCP) / Internet Protocol (IP)

It is the model and communications protocol and similar computer networks.

Provides end-to-end connectivity specifying how data should be packetized, addressed, transmitted, routed, and received at the destination.

10
New cards

Web Servers

Can refer to either the hardware (the computer) or the software (the computer application) that helps deliver web content that can be accessed through the internet.

The most common use is to host websites, but there are others such as gaming, data storage, running enterprise applications, handling, FTP, and other web uses.

11
New cards

Web Services

Is a standardized medium to propagate communication between the client and server applications on the world wide web. Designed to perform a set of tasks.

Can be searched for over the network and can be invoked accordingly.

When invoked it would be able to provide functionality to the client.

12
New cards

Simple Object Access Protocol (SOAP)

(Types of Web Services)

  • It is known as a transport-independent messaging protocol

  • Based on transferring XML data as SOAP Messages. Each message has something which is known as an XML document.

  • Only the structure of the XML document follows a specific pattern, but not the content.

  • The best part of Web services and SOAP is that its all sent via HTTP, which is the standard web protocol.

13
New cards

Web Services Description Language (WSDL)

(Types of Web Services)

  • A web service cannot be used if it cannot be found. The client invoking the web service should know where the web service actually resides.

  • Secondly, the client application needs to know what the web service actually does, so that it can invoke the right web service.

14
New cards

Dynamic Web Content

Page content is changed according to the dynamic requirements

Dynamic web content is generated in 3 steps

  • Data presentation (html, css, js)

  • PHP code interpreter (web server)

  • Fetching data from database (MySQL)

It is generated using server side programming language PHP

15
New cards

TCP

  • handles conversion between messages amd streams packets

16
New cards

IP

  • handles addressing of packets among networks

17
New cards

TCP/IP

  • enables packets to be sent across multiple networks using multiple standards

18
New cards

Telnet

  • One of the earliest standards for exchanging transmission, directly connect accounts on different systems

19
New cards

SMTP

  • Specifies another way of direct connection