Website Basics Flashcards

1
Q

What is Front-End?

A

Front-End is the Client Side of website development, meaning the way that a webpage is rendered

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

What is Back-End?

A

Back-End is the Server-Side of website development, this is typically a server thats able to send both requests and responses

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

What is HTML?

A

HTML stands for HyperText Markup Language, and is the language that most websites are written in

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

What is Javascript?

A

Javascript is another popular coding language thats for web development as well as giving webpages interactivity

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

How does making a request to Website work?

A

Theres 11 notable steps involved in making a request to website: Your browser makes the request, Computer checks local cache, Local Cache forwards too RDNS, RDNS forwards to Root Server, Root will forward to Authoritative DNS, The request will get forward though a application firewall and a load balancer, Then connect to the correct web server port, the web server will receive your GET request, The web application will begin communicating with your Database, and finally the page will then be rendered

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