Ricardo Murillo-Sanchez - Home Page

w2053086@apps.losrios.edu


Assignments

Question 1

What is middleware scripting?

Middleware scripting is code that runs on a web server between the web browser and the database. It processes requests from the user, communicates with the server or database, and sends the correct response back to the browser. It helps connect the front-end and back-end of a website.

Question 2

What is the difference between SSH and FTP and why do we use each?

SSH (Secure Shell) is used to securely connect to a remote server and run commands, manage files, and control the server. FTP (File Transfer Protocol) is used to upload and download files between your computer and the web server. We use SSH to manage the server and FTP to transfer website files.