Option C — Web Science Flashcards
WWW
The system used for accessing web pages and websites
Web 1.0
A library where you can look for information, but cannot change anything
Web 2.0
- more interactive
- more multimedia
- more social
- creating a web page where the user is able to change the information
Web 3.0
All the data on the web is interconnected like a super database
Software agents
Programs that crawl through the Web, searching for relevant information
Ontology
- a file that defines the relationships among a group of terms.
- concept of linking context to content
Semantic Web
Proposes to help computers “read” and use the web
Metadata
Information included in the code of the web that are invisible to humans, but are readable to the computers
Internet
The entire network of connected computers and routers used for sending data
HTTP
- hyper text transfer protocol
- client requests a HTTP request message
- server returns a response message
- the response contains completion status info. about request
HTTPS
- hypertext transfer protocol secure
- a communications protocol for secure communication over a computer network
- the result of layering the HTTP on top of the SSL/TLS protocol
- provides the authentication of the website
HTML
- hypertext markup language
- uses tags to determine how the webpage will be displayed in the web browser
XML
- extensive markup language
- markup language that defines a set of rules for encoding document in a format that is both human and machine readable
- it can create any set of tags
XSLT
- extensible style sheet language transformations
- a language that transforms XML documents into other formats
JavaScript
an object orientated computer programming language used to create interactive effects within web browsers
CSS
- cascading style sheet
- a style sheet language used for describing the presentation of a document in a markup language
- designed primarily to separate document context with document presentation
CSS Advantages
- improve content accessibility
- provide more flexibility and control in the specification of the characteristics
- enables multiple HTTP pages to have the same CSS/style
URI
- uniform resources identifier
- the method in which you identify some points of content (on WWW)
- the most common form of URI is URL