Backend
The backend is the administrative side of the CMS, accessible only to users with the correct permissions. It allows users to create and publish content, configure the site (like settings, domains, languages), manage backend users, and handle third-party extensions. The Frontend is what visitors see when browsing the site.
You can view and try out the TYPO3 backend on this demo
Backend modules
The backend contains modules that are grouped by task. Which modules a user sees depends on the access rights that have been given to them.
The Web group contains a set of modules for the creation and management of pages and content. This group contains important backend modules such as Pages, where the page content can be edited, List where database records can be viewed and edited and Info where you can find information provided by different system and third party extension. Many page modules provided by third party extensions can also be found in this area.
Site Management is for the setup of a site. Here it is possible to specify the site name, assign domains and select languages.
Filelist is for viewing and managing files including documents, images and videos.
Admin Tools are administrative modules for maintenance and performing upgrades. One module is the Extension manager for enabling/disabling third-party extensions.
System is where administrators control access to the backend, view error logs and provide information specific to the installation.