Html unit 1 part two Flashcards

(24 cards)

1
Q

Why do we need Universal Addressing?

A

To make sure every device is unique
To grow the internet easily
To talk across different networks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the benefits? of universal addresing

A

1 introperability
2 scalbility
3 Routing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Domain Name

A

A website name that’s easy for people to remember

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

IP Address =

.

A

The actual number address of the website.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

DNS

A

Like a translator — it changes the name to a number or corsponding ip address

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Domain Name Server

A

A computer that does the job of this translation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

what dose it means protocol

A

protocol means set of rule or standard must be follwed in order to server and browser to comunicate
lemsale chrome brworser ena ene chrome lay heje serch madergew neger web server yemerdaw protocol weyem rule ga temsasay mehon albet lek yesew lejoch temsasay language yemeyaweru sewoch edemigebabut hulu

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

web protocol

A

chrome need to comunitcate with serve it need web protocol

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

TCP (Transmission Control Protocol)

A

Breaks big data into small parts.

Sends each part to the other computer.

Makes sure all parts arrive safely.

Puts the parts back together in the right order.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

TCP has 4 layer so give me 4 each 4 layer

A

Transfer layer or message deliver part

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

what dose it means FTP

A

FTP(File Transfer Protocol): is used to load (upload) or retrieve (download) files between the client and server communication, or between two computers on the Internet.
In other words, this protocol is responsible for file transfer on the Internet.

FTP is commonly used by web developers to publish updates to a website (i.e. to upload a new version of the website).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

what dose i tmeans HTTP

A

Where HTTP is used for displaying the file in your browser, FTP is used simply to transfer the file from one computer to a specified location on another computer. You can use FTP to transfer the files from your computer to a remote computer (such as a web server), or to transfer from the remote computer to your local computer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

what dose it means HTTP Request

A

Request is when your browser asks the server for something (like a webpage, image, or data).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

what part dose http request have
2 try to rember an example

A

request line Tells what you want (GET or POST), where it is (URL), and the HTTP version.
Headers Extra information about you (browser type, what formats you accept, etc.).
Body (optional)

GET /index.html HTTP/1.1 (Request Line)
Host: www.example.com (Header)
User-Agent: Mozilla/5.0 (Header)
Accept: text/html (Header)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

HTTP Response

A

is the server’s reply to the browser’s request.

It tells whether the request was successful and sends back the data (like a webpage)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Main Parts of an HTTP Response:
and rember an example

A

Status Line Tells the result (like success or error). Example: HTTP/1.1 200 OK
Headers Gives extra info (like content type, size, etc.)
Body The actual content — like HTML, images, or data
HTTP/1.1 200 OK ← Status Line
Content-Type: text/html ← Header
Content-Length: 95 ← Header

<!DOCTYPE html> ← Body starts

<html>
<head><title>Welcome</title></head>
<body><h1>Hello, World!</h1></body>
</html>

17
Q

Important points about GET

A

✅ Saved in browser history
✅ Can be bookmarked (saved as a favorite)
🚫 Should NOT be used to send sensitive (private) data (like passwords)
🚫 Has a length limit (can’t send too much data)
✅ Only used for getting information, NOT changing anything.

18
Q

POST
Important points about POST:

A

“Hey server, I’m sending you some data. Please save or process it.
NOT saved in browser history
🚫 Can’t be bookmarked
✅ No limit on how much data you can send
✅ Good for sending private or big data (like passwords, messages,

19
Q

GET
POST
PUT
DELETE
OPTIONS
TRACK
CONNECT

A

Method | Easy Meaning
GET | Ask for data
POST | Send data
PUT | Update or create data
DELETE | Remove data
OPTIONS | Ask what is allowed
TRACK | See what server got
CONNECT | Make secure connection

20
Q

why we said Web development is always changing

A

new tools and new ways come in, and old ones become outdated.

21
Q

give me five current web trends

A

1 AI functionalities
2 Progressive Web Apps (PWA)
3 Blockchain
4 Lightweight Web Pages
5 Serverless & Headless Architecture

22
Q

What is User Experience (UX) Design?

A

Making a website easy, comfortable, and pleasant to use.

23
Q

What are the important parts of UX Design?

A

Accessibility: Make sure everyone (even with disabilities) can use the website.

Usability: Make the website simple, clear, and easy to navigate.

Empathy: Understand users’ feelings, needs, and problems.

24
Q

what dose it means A wireframe

A

A wireframe is like a simple map for your website. It shows the basic layout, helping everyone agree on the structure before making it look pretty.