SMA
SMA Unimib
SMA Unimib
Kartei Details
Karten | 287 |
---|---|
Sprache | Deutsch |
Kategorie | Technik |
Stufe | Universität |
Erstellt / Aktualisiert | 06.12.2023 / 15.01.2024 |
Weblink |
https://card2brain.ch/box/20231206_sma
|
Einbinden |
<iframe src="https://card2brain.ch/box/20231206_sma/embed" width="780" height="150" scrolling="no" frameborder="0"></iframe>
|
Lernkarteien erstellen oder kopieren
Mit einem Upgrade kannst du unlimitiert Lernkarteien erstellen oder kopieren und viele Zusatzfunktionen mehr nutzen.
Melde dich an, um alle Karten zu sehen.
What is the disadvantage of a proxy?
Proxy has all our requested pages, since we request all pages using the same proxy
What are third-party-cookies?
Third-party cookies are generated and placed on the user's device by a different website other than the one the user is visiting. They are created when a user visits a website that includes elements from other sites, such as third-party images or ads.
What did the socialbot experiment find out in 2011?
The socialbot sent friendship requests on facebook to random people.
20 % acceppts request from strangers (socialbot)
60 % accepts request from strangers (socialbot), if they have a friend in common with it (socialbot)
What is the World Wide Web?
- The World Wide Web is one of the major services of the Internet
- Inventor: Tim Berners-Lee
- Lee elaborated a previous project of sharing scientific documentation in electronic format regardless of the platform
- Goal was to provide more effective communication system for CERN but Lee soon realized the global potential of the idea.
- The Web now allows browse and take advantage of a very vast set of amateur and professional (multimedia) content connected to each other and of further services accessible to all or a selected part of Internet users
- Viviani: Graph of pages
What is Uniform Resource Identifier (URI)?
A sequence of characters that uniquely identifies a generic resource. Examples of URIs are: a Web address (Uniform Resource Locator, URL), a document, an image, a file, an e-mail address, etc
What is the fundemental concept behind the Web?
Hypertext and hyperlink. Hypertext is semi-structured text that uses logical links between pages that contain text (and other multimedia content)
Webpages are written in html --> this is the language to structure data
What is HTML?
What are other semi-structured data formats?
XML and JSON
What is XML?
- Markup Language (like HTML)
- Designed to store and transport data
- Self-descriptive
- hierarchical/tree structure with root element, that contains all the other elements of a document
- The base unit of XML are elements (block of text within a document, pair of tags):
- start and end tag (names can be choosen freely)
- <paragraph> Paragraph text </Paragraph text>
- You can only write text in the lowest tags (title and paragraph in this case)
What is DTD?
The Document Type Definition (DTD) define the components allowed in the construction of an XML document
- Defines the legal elements and attributes within the document. You cannot use any other elements except those defined. A kind of "vocabulary" for the files that will use it
- It defines the structure of each element (e.g., what each element can contain, the order, the quantity of elements that can appear, etc.). A kind of "grammar"
- Finally, it provides some mechanisms to simplify document management (e.g., the ability to import parts of other DTDs
What is an XML Schema?
An XML Schema describes the structure of an XML document
- The XML Schema language is also referred to as XML Schema Definition (XSD)
- XML Schema is an XML-based (and more powerful) alternative to DTD.
The purpose of an XML Schema is to define the legal building blocks of an XML document:
- The elements and attributes that can appear in a document
- The number of (and order of) child elements
- Data types for elements and attributes
- Default and fixed values for elements and attributes
DTD wird nicht in XML-Sprache geschrieben, XML Schema (XDS) gingegen schon
What is HTTP?
HyperText Transfer Protocol (HTTP) is an application layer protocol used as the primary system for transmitting information on the Web.
What is the Client/Server Model?
- HTTP is a protocol that works with a Client/Server architecture: the client executes a request, and the server returns the response
- In common use, the client is the browser and the server is the remote machine on which the Website resides.
- There are therefore two types of HTTP messages: request messages and response messages.
-
- 1 / 287
-