Internet Protocols and Architecture

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

1/23

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

24 Terms

1
New cards

HTTP / Hypertext Transfer Protocol

  • is a protocol used to transfer data over the web. It ensures that a server understands and responds to requests from a browser.

2
New cards

DNS / Domain Name System

DNS is a system that matches domain names with their corresponding IP addresses.

3
New cards

TCP/IP || Transmission Control Protocol/Internet Protocol

  • ensures that data sent over the internet arrives correctly and in the right order. _ _ _breaks data into small packets, and _ _ helps route them to the right place.

4
New cards

Protocol

<p></p>
5
New cards

Domain name

<p></p>
6
New cards

resource

<p></p>
7
New cards

HTML5

is the language used to create the structure of web pages. It organizes content into elements like headings, paragraphs, and images.

8
New cards

Key Features of HTML5

Semantic Elements

9
New cards

Semantic Elements

<header>

<nav>

<section>

<article>

<aside>

<footer>

<p>&lt;header&gt;</p><p>&lt;nav&gt;</p><p>&lt;section&gt; </p><p> &lt;article&gt;</p><p>&lt;aside&gt;</p><p>&lt;footer&gt;</p>
10
New cards

HTML5 Structure and Semantics

knowt flashcard image
11
New cards

CSS / Cascading Style Sheets

  • It is primarily used to provide styling to web pages, including color, layout, background, font, and border properties.

12
New cards

to improve content accessibility, provide enhanced flexibility and control, and specify presentation characteristics

What is the main objective of CSS?

13
New cards

CSS3 / Cascading Style Sheets Level 3.

  • It is an advanced version of CSS, used for structuring, styling, and formatting web pages.

  • introduces several new features and is supported by all modern web browsers.

14
New cards

the splitting of CSS standards into separate modules, making it simpler to learn and use

What is the significant advancement in CSS3?

15
New cards
16
New cards

css

knowt flashcard image
17
New cards

css3

knowt flashcard image
18
New cards

CSS Responsive Design

a web design approach to make web pages render well on all screen sizes and resolutions while ensuring good usability. It is the way to design for a multi-device web

19
New cards

Viewport meta tag

knowt flashcard image
20
New cards

without viewport meta tag

knowt flashcard image
21
New cards

with viewport meta tag

knowt flashcard image
22
New cards

JavaScript

is a scripting language used to create interactive and dynamic content on web pages

23
New cards

DOM / Document Object Model

is a programming interface for web documents. It provides a structured way to access and modify the elements of a webpage.

24
New cards

JavaScript with DOM Manipulation

knowt flashcard image