CPS- How web pages are located, retrieved and displayed

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

1/7

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.

8 Terms

1
New cards

User opens URL in web browser

Web browser will send URL to DMS

2
New cards

Web browser will send URL to DNS

DNS will search for IP address

3
New cards

DNS will search for IP address

Is the IP found?

4
New cards

Is the IP found?

YES: it sends IP address back to web

NO: web browser sends URL to a new DNS

5
New cards

YES: It sends IP address back to web browser

NO: web browser sends URL back to a new DNS

Web browser sends request to web browser

6
New cards

Web browser sends request to web browser

Asks for web page from website through protocol

7
New cards

Asks for webpage from website through protocol

If protocol is Http:

•Web server sends script back to web browser

•Web browser renders active script to display webpage

If protocol is Https:

Web browser requests digital certificate from web server

Web server sends copy of digital certificate to web browser

•Web browser checks if digital certificate is authentic

8
New cards

If protocol is Https:

•Web browser requests digital certificate from web server

•Web server sends copy of digital certificate to web browser

•Web browser checks if digital certificate is authentic

If it is authentic:

•Web browser allows communication to continue with web server. Any data transmitted between them is encrypted.

•Web server sends script back to display web page

If not authentic:

•Web browser will report that website is not secure.