







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
INTERNET TECHNOLOGY ! All in one..
Typology: Study notes
1 / 13
This page cannot be seen from the preview
Don't miss anything!








The Internet is a global system that connects computers and devices worldwide, enabling communication, information sharing, and access to digital services.
A web browser is client-side software (e.g., Chrome, Firefox) used to request, interpret, and display web content, while a web server is server-side software/hardware (e.g., Apache, Nginx) that stores, processes, and delivers that content. They work together via HTTP/HTTPS, with the browser asking for data and the server responding. Web Browser (Client-Side) : An application used by end-users to interact with the internet. Requests web pages, interprets HTML/CSS/JavaScript, and renders them. Acts as the user interface to view websites. Examples: Google Chrome, Safari, Mozilla Firefox, Microsoft Edge.
The Internet relies on various protocols to enable communication between devices. These protocols define how data is packaged, addressed, transmitted, and received across networks.
1. TCP/IP TCP/IP (Transmission Control Protocol/ Internet Protocol) is a standard communication protocol suite that defines how data is transmitted over the Internet using packet switching. It provides a framework that enables reliable communication between devices across different networks. - IP provides unique IP addresses to identify devices on a network. - TCP breaks data into packets before transmission. - Ensures reliable delivery of data packets. - Maintains correct sequencing and reassembly of packets at the destination. - TCP is a connection-oriented protocol, ensuring a stable communication session. - Forms the backbone of Internet communication. 2. FTP FTP (File Transfer Protocol) is a client–server protocol used to transfer files between systems over a network. It enables users to upload and download files reliably using a standardized method of communication. - Allows uploading and downloading of files between client and server. - Requires authentication using a username and password. - Uses TCP to ensure reliable data transfer. - Commonly used for website management and file sharing. - Not secure by default, unless encryption mechanisms are used. 3. HTTP HTTP (Hyper Text Transfer Protocol) is an application-layer protocol used to transfer hypertext documents over the World Wide Web. It defines how web browsers (clients) and web servers communicate to request and deliver web content. - Used for web page communication, Works on a client–server model. - Transfers text, images, audio, video, and other multimedia content. - It is a stateless protocol, meaning it does not retain session information. - Not secure by default, unless used with HTTPS.
HTTPS (HyperText Transfer Protocol Secure) is the secure version of HTTP that uses SSL/TLS encryption to protect data exchanged between a web browser and a web server. It ensures confidentiality, integrity, and authentication during online communication.
Web hosting is a service that provides the necessary technology and server space to make a website accessible on the internet. When you buy a hosting plan, you are essentially renting space on a physical or virtual server to store your website’s files (code, images, and text) so that browsers can retrieve them when a user types in your domain name. Types of Web Hosting Choosing the right hosting depends on the website's traffic, budget, and technical requirements:
1. Shared Hosting : The most affordable and beginner-friendly option. Multiple websites share the resources (CPU, RAM) of a single server, which can lead to slower speeds if another site on the server has high traffic. The most common entry-level option where your website resides on a single server alongside hundreds of others.