

























































Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
An overview of various web technologies, including communication protocols, server hardware, web server software, databases, and website builders. It explains the roles and relationships of front-end and back-end technologies, as well as their impact on presentation and application layers. The document also discusses popular tools and software for web development, such as MySQL and Visual Studio Code.
Typology: Study Guides, Projects, Research
1 / 65
This page cannot be seen from the preview
Don't miss anything!


























































Nguyen Dinh Hoang Long GCH
โ I'm currently employed by a software training company and have been tasked with developing an interesting presentation. โ The presentation goal is to help inform and instruct staff members on the tools and techniques involved with front-end and back-end development, as well as the technologies and services required to set up, host, and operate a typical commercial website.
โ DNS stands for the phrase Domain Name System. โ DNS is basically a system of converting the website domain names to a digital IP address corresponding to that domain name and vice versa.
โ DNS may be thought of as the "interpreter" and "communicator of information" in terms of functionality. โ DNS will translate the domain name into an IP address made up of four separate groups of digits. โ For example, converting www.webname.com to 208,68,69,995 or vice versa converts an IP address to a domain name.
โ Domain names are all managed by domain registries. Anyone who wants to create a website can register a domain name with a registrar. โ Domain names are organized via subdomains which are subordinate levels of the Domain Name System root domain.
โ It is often a powerful computer that is used to store files, databases, or web pages and is linked to other computers through a network or the Internet.
โ There are 3 kinds of Server Hardware: โ Rack servers โ Blade servers โ Tower servers
โ All the discussed technology above strongly depend on one another that if one of them works mistakenly or is not available, the designing, publishing and accessing a website work is impossible.
โ The Capabilities and Relationship of Front-end and Back-end Website Technologies โ How Front-End, Back-end relate to presentation and application layers.
The Relationship between Front-End and Back-End โ Both are critical to web development โ They work together, depend on one another โ However, their roles and working environments, responsibilities are different.
The front-end is the component with which the user interacts, similar to the Presentation Layer, which is the layer that displays the user interface with the main purpose being to display information to and collect data, information from the user.
The Application Layer delivers services to the user, returns results to the user, sends and receives information, and handles network transparency and resource allocation, all of which are very similar to the tasks of a website's back-end.
Python Java Script
01 02 Back-End Technologies