Tech Level Cyber Security

Slides:



Advertisements
Similar presentations
The Operating System. What is an Operating System? The program that is loaded first and manages the hardware resources like main memory, backing storage.
Advertisements

Computer Basics Flashcards #2
Troubleshooting Hardware Issues Lesson 5. Objectives 2.
Operating Systems Operating System
Chapter 5 Basic Input/Output System (BIOS)
Basic Input Output System
Computer Maintenance Unit Subtitle: Basic Input/Output System (BIOS) Excerpted from 1 Copyright © Texas Education Agency, All.
Ch Review1 Review Chapter Microcomputer Systems Hardware, Software, and the Operating System.
INTRODUCTION TO COMPUTER OPERATION AN OVERVIEW HARDWARE SOFTWARE PERIPHERALS MOTHERBOARD CPU MEMORY OS APPLICATIONS.
Lesson 2 - Hardware on the Inside
A+ Guide to Software Managing, Maintaining and Troubleshooting THIRD EDITION Chapter 2 How an OS Works with Hardware and Other Software.
Booting. Booting is the process of powering it on and starting the operating system. power on your machine, and in a few minutes your computer will be.
The 4 functions of a computer are 1.Input 2.Output 3.Storage 4.Processing.
Hardware Boot Sequence. Vocabulary BIOS = Basic Input Output System UEFI = Unified Extensible Firmware Interface POST= Power On Self Test BR = Boot Record.
The Mechanics Of Computers The Operating System (OS) & Hardware.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
Chapter 3 System Configuration The Complete A+ Guide to PC Repair 5/e Update.
Basic Input/Output System (BIOS). 5.1Introduction to BIOS Basic Input / Output System (BIOS) boot the computer by providing a basic set of instructions.
Introduction to Computer Operation
© GCSE Computing Computing Hardware Starter. Creating a spreadsheet to demonstrate the size of memory. 1 byte = 1 character or about 1 pixel of information.
Click once to reveal the definition. Think of the answer. Then click to see if you were correct. HARDWARE Physical parts of the computer.
1 ENG224 INFORMATION TECHNOLOGY – Part I 1. Introduction to Computers.
Week1: Introduction to Computer Networks. Copyright © 2012 Cengage Learning. All rights reserved.2 Objectives 2 Describe basic computer components and.
5 th October 2004Hardware – KS41 Hardware Objectives: Computer systems  What do they do?  Identify the hardware that makes up a computer system (PC)
Digital Literacy: Computer Basics
Computer Maintenance I
Lesson 2 Component Overview Core Hardware Fundamentals.
Computer Systems Unit 2. Download the unit specification from moodle or the BTEC website Or alternatively visit ahmedictlecturer.wikispaces.com.
NON STANDARD HARDWARE By the end of this lesson you will be able to: 1. Identify non standard computer hardware 2. Understand ACRONYMS used to describe.
This slide deck is for LPI Academy instructors to use for lectures for LPI Academy courses. ©Copyright Network Development Group Module 10 Understanding.
IT Chapter 2 Part A How Computers Work Input, process, output, and storage The operating system helps the computer perform four basic operations,
Tech Level Cyber Security Lesson 7
CPU Lesson 2.
Intro to computing September 7, 2017.
Systems Architecture Keywords Fetch Execute Cycle
Basic Computer Hardware and Software.
Power Supply.
Computer systems is a 10-credit unit
Tech Level Cyber Security
Chapter Objectives In this chapter, you will learn:
Chapter 6: BIOS.
Operating System Review
Computer Hardware – System Unit
Computer Maintenance Unit Subtitle: Basic Input/Output System (BIOS)
Computer Software.
Computer Hardware By Millie Hay.
Lesson Objectives Aims Key Words
Basic Computer Hardware & Software
TOPIC 6: SYSTEM START-UP AND CONFIGURATION
Operating Systems Overview
Introduction of microprocessor
Mr C Johnston ICT Teacher
Chapter III Desktop Imaging Systems & Issues
Introduction to Computers
Basic Computer Hardware and Software.
CONFIGURING HARDWARE DEVICE & START UP PROCESS
Computer System Basics- The Pieces & Parts
Operating System Review
Booting Up 15-Nov-18 boot.ppt.
Starting the computer. Every day we are using an operating system and most specifically a Windows operating system but most of us are not aware of the.
Computers: Hardware and Software
Device management How does the operating system manage the hardware and peripheral devices? Device Driver: Each device is attached to your computer with.
Computer Basics: Inside a Computer Part II
Components of a CPU AS Computing - F451.
BIOS Chapter 6.
Overview 1. Inside a PC 2. The Motherboard 3. RAM the 'brains' 4. ROM
Computer Startup.
Unit 1.1 System Architecture Lesson 2
Introduction to BIOS Prof. Shamim Ahmad Hakim
Presentation transcript:

Tech Level Cyber Security 2j, 2k, 2l, 2m

Learning Objectives Learners will have the opportunity to: identify and describe computer ports and their purpose including: explain the features of a BIOS and the purpose it fulfils including: universal serial bus (USB) Firewire independent of operating system serial advanced technology attachment (SATA) instructions parallel booting audio input/output identification of devices CPU high-definition multimedia I memory interface (HDMI) power-on self-test (POST). video graphics array (VGA) describe the features of an extensible firmware interface (EFI) and its role in a computer system digital visual interface (DVI) describe the role and purpose of internal and external computer buses including: identify and describe a range of input/output controllers systems bus identify a range of expansion cards and describe the purpose of each (eg sound, graphics, network cards) data bus memory bus parallel bus serial bus.

Assessment outcomes 2j – Basic Input Output System (BIOS) and Extensible Firmware Interface (EFI) and their purpose 2k – Input/Output controllers and expansion cards such as sound, graphics, network cards etc. and their purpose 2l – Computer Ports and their purpose 2m – Internal and External computer buses

Pre-reading discussion The purpose and features of BIOS: Instructions Booting Identifying devices CPU Memory The features of an Extensible Firmware Interface (EFI) Input and Output Devices and Controllers Expansion Cards Computer Ports

Basic Input Output System (BIOS) When you power up a computer, a little program of instructions (known as the BIOS or Basic Input Output System and which is held in the ROM chip) starts running. The job of the BIOS is to check to see if the computer has the basic, error-free hardware needed to get the PC up and running. It runs what is known as a POST routine, or ‘Power On Self Test’. Specifically, this small program checks to see if there is a keyboard, a hard disk, a floppy disk and some memory (RAM). If it finds any of these absent or if it finds an error with any of them, then it displays an error message (and beeps)! Once the basic hardware check is complete, the BIOS then looks in some pre-set places for a special program called the ‘bootstrap program’. Often, the first place it looks in is in the first sector (known as the 'boot sector') of the hard drive and then if it can't find the bootstrap there, it looks in the first sector of any floppy disk in the floppy disk drive or possibly the CD drive.  When the BIOS has located the bootstrap program, wherever it is, it loads it into RAM and runs. The bootstrap program then takes over control of loading whatever operating system you are using. It first of all locates the operating system on the hard drive and then transfers it from the hard disk into RAM and runs it. Once your operating system has loaded, the computer automatically looks for ‘boot files’. These are special files that the user can play with to set up the computer in exactly the way that the user wants. https://neosmart.net/wiki/mbr-boot-process/

Extensible Firmware Interface Unified Extensible Firmware Interface (UEFI) is a specification for a software program that connects a computer's firmware to its operating system (OS). Like BIOS, UEFI is installed at the time of manufacturing and is the first program that runs when a computer is turned on. It checks to see what hardware components the computing device has, wakes the components up and hands them over to the operating system. The new specification addresses several limitations of BIOS, including restrictions on hard disk partition size and the amount of time BIOS takes to perform its tasks. Because UEFI is programmable, original equipment manufacturer (OEM) developers can add applications and drivers, allowing UEFI to function as a lightweight operating system.  https://blogs.msdn.microsoft.com/b8/2011/09/22/protecting-the-pre-os-environment-with-uefi/

Difference between BIOS and EFI Larger Boot Partition BIOS uses the Master Boot Record (MBR) to save information about the hard drive data while UEFI uses the GUID partition table (GPT). The major difference between the two is that MBR uses 32-bit entries in its table which limits the total physical partitons to only 4. Each partition can only be a maximum of 2TB in size, while GPT uses 64-bit entries in its table which dramatically extends the support for size possibilities of the hard drive to 8TB!! Speed and Performance Since UEFI is platform independent, it may be able to enhance the boot time and speed of the computer. This is especially the case when you have large hard drives installed in your computer. This enhancement depends upon how UEFI is configured to run. UEFI can perform better while initializing the hardware devices. Normally this speed enhancement is a fraction of the total boot time, so you will not see a huge difference in overall boot time. Developers can make use of UEFI shell environment which can execute command from other UEFI apps optimizing the performance of the system further. Security Secure boot is a feature of UEFI that has been implemented in Windows 8 recently. The biggest benefit of UEFI is its security over BIOS. UEFI can allow only authentic drivers and services to load at boot time, making sure that no malware can be loaded at computer startup. Microsoft implemented this feature to counter piracy issues in Windows, while Mac has been using UEFI for quite some time now. Secure Boot works by requiring a digital signature of boot loaders which should require digital signature by the Kernel. This process continues until the operating system is completely started. This secure boot feature is also one of the reason why it is more difficult to install another operating system on a Windows machine. https://www.maketecheasier.com/differences-between-uefi-and-bios/ http://techpp.com/2013/12/19/uefi-vs-bios/

Input and Output controllers Alternatively referred to as an input/output interface, IOC, or PIOC for Peripheral input/output controller. The input/output controller is a device that interfaces between an input or output device and the computer or hardware device. The input/output controller on a computer is commonly located on the motherboard. However, an I/O controller can also be an internal add-on that can either be used as a replacement or to allow for additional input or output devices for the computer. This means and IO Controller: Is what an input / output device are connected to It tells the computer how to process input information It tells the computer how to output information to output devices It is usually attached to the motherboard It can also be added to the computer using an expansion card http://www.computerhope.com/jargon/i/iocont.htm

Computer Ports What is a Port? A port is a physical docking point using which an external device can be connected to the computer. – IE a USB Port It can also be programmatic docking point through which information flows from a program to computer or over the internet. – IE an Ethernet Port

Computer ports USB Firewire SATA Parallel Audio I/O (3.5mm) High Definition Multimedia Interface (HDMI) Video Graphics Array (VGA) Digital Visual Interface (DVI)

Internal and external computer buses The address bus. This bus, in black on the diagram, is usually a set of wires that links the CPU to the RAM (and to other places). If the CPU want to fetch an instruction from a particular address in RAM, or wants to write a piece of data to a particular address in RAM, it puts the address on the address bus. The data bus. The dotted channels you can see in the diagram is the data bus. The CPU puts data it wants to transfer to RAM on this bus. If data is being fetched from RAM, then it is put on this bus as well. The control bus. Signals need to be sent around the computer to control when things happen. These signals are sent along the control bus. Tthe striped channel you can see in the diagram is the control bus. http://theteacher.info/index.php/f451-fundamentals/3-1-4-hardware/notes/99-busses

Research task Create a revision poster for one of the following topics – I will share these with the class Internal and external System Buses: systems bus data bus memory bus parallel bus serial bus. Computer Ports and Input Output Controllers BIOS and UEFI Use colour and examples to make your revision poster look more interesting and contain better information!

Crib sheets Using your notes, lesson resources, and the above slides create Crib sheets that you can use to revise the following topics: 2j – Basic Input Output System (BIOS) and Extensible Firmware Interface (EFI) and their purpose 2k – Input/Output controllers and expansion cards such as sound, graphics, network cards etc. and their purpose 2l – Computer Ports and their purpose 2m – Internal and External computer buses

Graded Exercises Complete the graded exercises for today’s lesson. (Lesson 5 Folder) If you have answered a question in your notes circle the section and write the question above it in a different coloured pen.

Pre-Reading for Lesson 6 Topics Resources Input Devices Output Devices Biometric Devices Secondary Storage See the Lesson 6 Folder.