What are the main components of physical infrastructure?

The main components of physical infrastructure are:

Servers
Storage devices
Networking devices (Routers and Switches)
Data Centers
Power supply and Backup systems
Cooling systems
Cables and Racks
These components work together to provide a stable and reliable IT environment.

What is physical infrastructure?

Physical infrastructure is the actual hardware and equipment used to run IT systems. It includes all the physical components like servers, storage devices, networking equipment, and data centers that help computers and applications work properly.

Why do we use git clone instead of downloading a ZIP file?

Linux machines are connected to ssh protocal it does not allow files directly copy for the the local machine and in oraganisation source codes are maintained in git repositories

What is the purpose of the -y option in dnf install httpd -y?

using -y does not ask for confirmation as (yes/no) while installing httpd

Why do we use SSH to connect to a Linux server?

SSH is a Secured Shell Protocol which uses port 22 to connect to the instance.