• Professional Development
  • Medicine & Nursing
  • Arts & Crafts
  • Health & Wellbeing
  • Personal Development

460 Courses

Microsoft Word 2019

By Packt

Your guide to practice and learn to excel in Word 2019.

Microsoft Word 2019
Delivered Online On Demand7 hours 42 minutes
£18.99

Learn Automation Testing with Java and Selenium Webdriver

By Packt

In this course, you will learn how to write great automation tests with Selenium WebDriver and Java, and start building automation testing frameworks!

Learn Automation Testing with Java and Selenium Webdriver
Delivered Online On Demand39 hours 24 minutes
£63.99

REST APIs with Flask and Python in 2023

By Packt

This course will show you how to create simple, intermediate, and advanced REST APIs for authentication, deployment, caching, and much more. You will also cover essential technologies such as Flask and popular extensions such as Flask-Smorest, Flask-JWT-Extended, and Flask-SQLAlchemy; we will dive right into developing complete, solid, production-ready REST APIs.

REST APIs with Flask and Python in 2023
Delivered Online On Demand12 hours
£82.99

AZ-303 Azure Architecture Technologies Exam Prep 2021

By Packt

This course covers all the requirements of the Microsoft AZ-300 and AZ-303 exams. You will get a detail-oriented approach to all the important concepts that will help you pass the exams and design solutions for the Microsoft Azure platform.

AZ-303 Azure Architecture Technologies Exam Prep 2021
Delivered Online On Demand12 hours 29 minutes
£103.99

Ultimate PHP & MySQL Web Development & OOP Coding

By iStudy UK

The world is comprised of many different people, with many different cultures, who speak many different languages. Even though English is considered the staple international language, not everyone understands or speaks in English. That is why there is a huge need for people in the world to help others learn this language in order to eliminate the language barrier we have. You could be one of these people with the help of this Teaching English as Foreign Language (TEFL) course. This is a very elaborate course but helps you to become the perfect English teacher to those who don't know it so well. It starts with helping you to teach in different situations - as per needs and constraints - and work with many different approaches for different students. Following that there are specific chapters dedicated to help you teach speaking, listening, reading, writing and grammar in English. You will also learn about creating lesson plans and testing as well. The course is filled with exercises and examples to help you in your way to become a great English as a foreign language teacher. Course Highlights Ultimate PHP & MySQL Web Development & OOP Coding is an award winning and the best selling course that has been given the CPD Qualification Standards & IAO accreditation. It is the most suitable course anyone looking to work in this or relevant sector. It is considered one of the perfect courses in the UK that can help students/learners to get familiar with the topic and gain necessary skills to perform well in this field. We have packed Ultimate PHP & MySQL Web Development & OOP Coding into 133 modules for teaching you everything you need to become successful in this profession. To provide you ease of access, this course is designed for both part-time and full-time students. You can become accredited in just 10 hours, 6 minutes hours and it is also possible to study at your own pace. We have experienced tutors who will help you throughout the comprehensive syllabus of this course and answer all your queries through email. For further clarification, you will be able to recognize your qualification by checking the validity from our dedicated website. Why You Should Choose Ultimate PHP & MySQL Web Development & OOP Coding Lifetime access to the course No hidden fees or exam charges CPD Qualification Standards certification on successful completion Full Tutor support on weekdays (Monday - Friday) Efficient exam system, assessment and instant results Download Printable PDF certificate immediately after completion Obtain the original print copy of your certificate, dispatch the next working day for as little as £9. Improve your chance of gaining professional skills and better earning potential. Who is this Course for? Ultimate PHP & MySQL Web Development & OOP Coding is CPD Qualification Standards and IAO accredited. This makes it perfect for anyone trying to learn potential professional skills. As there is no experience and qualification required for this course, it is available for all students from any academic backgrounds. Requirements Our Ultimate PHP & MySQL Web Development & OOP Coding is fully compatible with any kind of device. Whether you are using Windows computer, Mac, smartphones or tablets, you will get the same experience while learning. Besides that, you will be able to access the course with any kind of internet connection from anywhere at any time without any kind of limitation. Career Path You will be ready to enter the relevant job market after completing this course. You will be able to gain necessary knowledge and skills required to succeed in this sector. All our Diplomas' are CPD Qualification Standards and IAO accredited so you will be able to stand out in the crowd by adding our qualifications to your CV and Resume. Section 01: Introduction & Setup Introduction 00:02:00 Setup On Windows 00:15:00 Setup On Mac 00:11:00 Setup On Linux 00:12:00 Online Code Editor 00:03:00 Section 02: Basics Basic File Syntax 00:05:00 Printing (echo) 00:06:00 Comments 00:05:00 Variables 00:06:00 Variable Data Types 00:07:00 Variable Naming 00:03:00 Constants 00:02:00 Arrays 00:05:00 Associative Arrays 00:06:00 Multidimensional Arrays 00:04:00 Section 03: Control Structures if Statement 00:06:00 if...else Statement 00:02:00 if...elseif...else Statement 00:05:00 Switch Statement 00:06:00 while Loop 00:06:00 do...While Loop 00:03:00 for Loop 00:03:00 foreach Loop 00:05:00 Break Statement 00:02:00 Continue Statement 00:02:00 Section 04: Functions Basic Function 00:03:00 Passing Function Arguments 00:03:00 Passing Function Arguments By Reference 00:04:00 Default Argument Value 00:02:00 Function Returning Values 00:05:00 Dynamic Function Calls 00:03:00 Variable Scope 00:04:00 Section 05: Forms Simple HTML Form 00:07:00 GET vs POST 00:05:00 $_SERVER ['PHP_SELF'] 00:07:00 Validating Form Data With PHP 00:07:00 Required Fields 00:05:00 Display Error Messages 00:05:00 Validate Name 00:03:00 Validate Email 00:03:00 Validate URL 00:07:00 Keep The Values In The Form 00:04:00 Section 06: File Handling Read File (readfile()) 00:02:00 Open, Read & Close A File (fopen(), fread(), fclose()) 00:04:00 Read Single Line (fgets()) 00:03:00 Check End-Of-File (feof()) 00:02:00 Read Single Character (fgetc()) 00:02:00 Write To File (fwrite()) 00:03:00 Configure php.ini File For File Uploading 00:02:00 Front End HTML Upload Form 00:04:00 PHP Upload Script 00:15:00 Check If File Exists 00:03:00 Limit File Size 00:05:00 Limit File Type 00:04:00 Section 07: MySQL MySQL vs MySQLi vs PDO 00:05:00 Creating A Database & Table (phpMyAdmin) 00:06:00 Connecting To A Database 00:06:00 Get Data Using SELECT Query 00:10:00 WHERE Property For Filtering 00:03:00 LIKE Property For Pattern Search 00:02:00 Sorting Results Using ORDER BY Property 00:01:00 Using JOINS 00:08:00 Insert Data Using INSERT Query 00:04:00 Get ID Of The Last Inserted Row 00:02:00 Insert Multiple Rows 00:05:00 Update Data Using UPDATE Query 00:03:00 Delete Data Using DELETE Query 00:02:00 Delete All Rows In A Table Using TRUNCATE Query 00:02:00 Delete Table Using DROP Query 00:02:00 Limit Data Selections Using LIMIT, ROWNUM 00:04:00 Create Table Using CREATE Query 00:03:00 Clone/Duplicate Table 00:03:00 Alter Table 00:05:00 Create Database 00:02:00 Drop Database 00:02:00 SQL Injection & Prepared Statements 00:09:00 Section 08: XML What Is XML? 00:02:00 What Is SimpleXML? 00:02:00 Parse XML String 00:08:00 Parse XML File 00:02:00 Get Node Values 00:02:00 Get Node Values of Specific Elements 00:03:00 Get Node Values - Loop 00:03:00 Get Attribute Values 00:02:00 What Is The XML Expat Parser? 00:02:00 Initializing The XML Expat Parser 00:10:00 Load and Output XML Using DOM Parser 00:02:00 Looping Through XML Using DOM Parser 00:03:00 Section 09: AJAX What Is AJAX? 00:02:00 Load Simple Data Using AJAX Front End 00:08:00 Load Simple Data Using AJAX Back End 00:05:00 Load Data From A Database Using AJAX 00:08:00 Section 10: Emails Send A Plain Text Email 00:04:00 Send A HTML Email 00:06:00 Email Attachments 00:17:00 PHPMailer Setup 00:03:00 Send Email Using PHPMailer 00:04:00 Send HTML Email Using PHPMailer 00:04:00 Email Attachments Using PHPMailer 00:02:00 Section 11: Object Oriented Programming What Is Object Oriented Programming (OOP)? 00:03:00 Basic Class With Variables 00:04:00 Functions 00:05:00 Constructor 00:04:00 Destructor 00:02:00 Inheritance 00:06:00 Multi Class Inheritance 00:03:00 Function Overriding 00:03:00 Public vs Private vs Protected 00:05:00 Interfaces 00:04:00 Constants 00:03:00 Abstract Class 00:06:00 Static Keyword 00:03:00 Final Keyword 00:02:00 Initiating Parent Constructor 00:02:00 Section 12: Error Handling die() Function 00:02:00 Custom Error Handler 00:04:00 Triggering An Exception 00:03:00 Exception Handling 00:05:00 Create Database & Table 00:04:00 User Class & Database Connection 00:15:00 Register User Form 00:09:00 Inserting User Data Into Database 00:10:00 Registration Form Field Validation 00:12:00 Securing User Password 00:03:00 Check If Username or Email Already Exists 00:11:00 Retain Data After Failed Registration 00:03:00 Section 13: Advanced Validate an Integer Within a Range 00:04:00 Validate IPv6 Address 00:03:00 Validate URL - Must Contain QueryString 00:03:00 Remove Characters With ASCII Value > 127 00:04:00 Including & Requiring External PHP Files 00:05:00 Section 14 : Resource Resource 00:00:00 Assignment Assignment - Ultimate PHP & MySQL Web Development & OOP Coding 00:00:00

Ultimate PHP & MySQL Web Development & OOP Coding
Delivered Online On Demand10 hours 6 minutes
£25

IT Support Technician

4.5(3)

By Studyhub UK

Navigate the multifaceted domain of IT support with our 'IT Support Technician' course, a pathway to mastering the essentials of technology support in diverse environments. This curriculum embarks on a comprehensive journey, beginning with the foundational aspects of software, including operating systems and application management. As you move through the modules, you'll encounter a blend of technical knowledge and practical application, from understanding the intricacies of software licensing to mastering hardware devices and peripherals. This course is meticulously structured to equip you with not just the theoretical aspects of IT support, but also the hands-on skills required for effective troubleshooting and problem-solving in real-world scenarios. Progressing further, the course delves into the critical areas of security, including risk management, cybersecurity, and data protection. You'll gain insights into managing various threats and vulnerabilities, alongside learning the importance of robust security protocols. The course also encompasses essential knowledge in networking, covering topics from OSI layers to wireless security, preparing you for the complex nature of modern networks. Concluding with modules on basic IT literacy, the program ensures you are well-versed in healthcare IT, server management, and effective communication within IT roles. By the end of this course, you'll have a thorough understanding of the diverse components that make up IT support, ready to tackle challenges and advance your career in this dynamic field. Learning Outcomes Develop a comprehensive understanding of software systems and operating system configurations. Master the skills in hardware setup, peripheral management, and troubleshooting. Acquire in-depth knowledge of network infrastructure and wireless security. Learn to manage IT risks and implement robust cybersecurity measures. Gain expertise in healthcare IT and the implementation of EMR/EHR systems. Why choose this IT Support Technician course? Unlimited access to the course for a lifetime. Opportunity to earn a certificate accredited by the CPD Quality Standards and CIQ after completing this course. Structured lesson planning in line with industry standards. Immerse yourself in innovative and captivating course materials and activities. Assessments designed to evaluate advanced cognitive abilities and skill proficiency. Flexibility to complete the Course at your own pace, on your own schedule. Receive full tutor support throughout the week, from Monday to Friday, to enhance your learning experience. Unlock career resources for CV improvement, interview readiness, and job success. Who is this IT Support Technician course for? Aspiring IT support technicians and helpdesk professionals. Individuals seeking to transition into IT roles or enhance their tech skills. Professionals in healthcare IT looking to deepen their understanding of EMR systems. Small business owners or managers responsible for their IT infrastructure. Students pursuing a career in network or systems administration. Career path IT Support Technician: £20,000 - £35,000 Network Administrator: £25,000 - £40,000 Systems Administrator: £27,000 - £45,000 Cybersecurity Analyst: £30,000 - £55,000 Healthcare IT Specialist: £26,000 - £42,000 Helpdesk Manager: £28,000 - £48,000 Prerequisites This IT Support Technician does not require you to have any prior qualifications or experience. You can just enrol and start learning.This IT Support Technician was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Certification After studying the course materials, there will be a written assignment test which you can take at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £4.99 Original Hard Copy certificates need to be ordered at an additional cost of £8. Course Curriculum Software: What is an Operating System 00:48:00 Configuring the Operating System 00:06:00 What is an Application 00:10:00 Using Control Panel 00:18:00 Software and Concepts 00:11:00 Licensing 00:06:00 Using Software 00:07:00 Software Tools 00:10:00 Software 00:14:00 Hardware, Devices, and Peripherals 00:05:00 Hardware: Storage 00:12:00 Connectivity Devices 00:05:00 Network Components 00:09:00 Identify the Importance of Risk Management 00:11:00 Assess Risk 00:13:00 Mitigate Risk 00:24:00 Integrate Documentation into Risk Management 00:15:00 Classify Threats and Threat Profiles 00:08:00 Perform Ongoing Threat Research 00:13:00 Resources that Aid in Research of Threats 00:03:00 Implement Threat Modeling 00:10:00 Assess the Impact of Reconnaissance Incidents 00:11:00 Performing Reconnaissance on a Network 00:07:00 Examining Reconnaissance Incidents 00:08:00 Assess the Impact of Social Engineering 00:11:00 Assessing the impact of Social Engineering 00:08:00 Assessing the Impact of Phishing 00:03:00 Types of Wireless Attacks 00:30:00 Intrusion Monitoring 00:08:00 Wireless Security Risks 00:22:00 Authentication Attacks 00:21:00 Rogue Devices 00:04:00 Public Hotspots 00:07:00 Wireless Security Monitoring 00:21:00 Device Tracking 00:18:00 WLAN Security Infrastructure 00:38:00 Management Protocols 00:23:00 Other RADIUS Solutions 00:16:00 Security: Recover from a Security Incident 00:10:00 Introduction 00:30:00 Child Safety Online 01:00:00 Secure Payment Sites 01:00:00 Online Banking 00:30:00 How To Keep Your Password Safe 00:30:00 How I Got Pharmed 01:00:00 Virus Protection 01:00:00 Self Maintenance 00:30:00 Personal Information Online 01:00:00 Is The Internet Safe? 00:30:00 Importance of Cyber Security 00:30:00 Spyware Can Destroy 00:30:00 How Does Spyware Spread? 01:00:00 How To Remove Spyware 01:00:00 Common Scams 01:00:00 Anti Spyware Program 01:00:00 The Anti Anti-Spyware Programs 00:30:00 Research And Learn More 00:30:00 Choosing The Best Anti Spyware Tool 01:00:00 Computer Security And Spyware 01:00:00 The Programs To Avoid 00:15:00 Is It Legal? 00:30:00 Checklist Of Protection 00:15:00 The Information Security Cycle 00:37:00 Information Security Controls 00:36:00 Authentication Methods 00:09:00 Cryptography Fundamentals 00:56:00 Security Policy Fundamentals 00:11:00 Social Engineering 00:32:00 Malware 00:25:00 Software-Based Threats 00:22:00 Based Threats 00:39:00 Wireless Threats and Vulnerabilities 00:43:00 Physical Threats and Vulnerabilities 00:09:00 Manage Data Security 00:47:00 Manage Application Security 00:55:00 Manage Device and Host Security 01:08:00 Manage Mobile Security 00:10:00 A Risk Analysis 00:17:00 Implement Vulnerability Assessment Tools and Techniques 00:05:00 Scan for Vulnerabilities 00:27:00 Mitigation and Deterrent Techniques 00:19:00 Respond to Security Incidents 00:23:00 Hardware and Peripherals 00:07:00 Networking: OSI Layers 00:44:00 LANs and WANs 00:14:00 Network Types 00:07:00 Transmissions 00:36:00 Cables 00:41:00 Fiber Optics 00:17:00 Converters and Connectors 00:27:00 Wireless Security 00:15:00 Authentication.prproj 00:21:00 Wireless Security Threats 00:30:00 TACACS 00:10:00 Keys 00:26:00 RADIUS 00:07:00 VPN Technologies 00:16:00 Tunneling Protocols.prproj 00:05:00 Acceptable Use 01:00:00 Common Problems 00:32:00 Troubleshooting 00:28:00 Network Technician Tools 00:50:00 Physical and Logical Issues 00:19:00 Open or Closed Ports 00:09:00 ARP Issues 00:13:00 Basic IT Literacy: Core Concepts in Healthcare IT 00:06:00 EMR EHR Issues 00:05:00 Regulations, Standards, and Stakeholders 00:14:00 HIPAA Controls and Compliance 00:08:00 Roles and Responsibilities 00:10:00 Manage Communication and Ethics Issues 00:15:00 Legal Best Practices, Requirements, and Documentation 00:09:00 Medical Document Imaging 00:04:00 Sanitation Management 00:02:00 Computing Essentials 00:05:00 Networking 00:33:00 Manage Servers and Software 00:27:00 Hardware Support 00:14:00 Set Up a Workstation 00:08:00 Troubleshoot Basic IT Issues 00:15:00 Troubleshoot Medical IT Issues 00:20:00 Implementation of an EMR EHR System 00:34:00 Change Control 00:08:00 Manage Physical and Logical Security 00:36:00 Implement Security Best Practices and Threat Mitigation Techniques 00:13:00 Manage Remote Access 00:06:00 Manage Wireless Security 00:15:00 Perform Backups and Disaster Recovery 00:16:00

IT Support Technician
Delivered Online On Demand3 days
£10.99

Microsoft Project 2021 From Beginners to Advanced

By Packt

Microsoft Project 2021 is a complete lifecycle project management tool that manages complex projects efficiently. This all-encompassing course molds you into an expert in project management with fundamentals to advanced techniques to handle projects of all sizes and gain confidence and proficiency in project planning, execution, and reporting.

Microsoft Project 2021 From Beginners to Advanced
Delivered Online On Demand11 hours 11 minutes
£74.99

Cisco Implementing and Operating Cisco Security Core Technologies v1.0 (SCOR)

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for Security engineer Network engineer Network designer Network administrator Systems engineer Consulting systems engineer Technical solutions architect Network manager Cisco integrators and partners Overview After taking this course, you should be able to: Describe information security concepts and strategies within the network Describe common TCP/IP, network application, and endpoint attacks Describe how various network security technologies work together to guard against attacks Implement access control on Cisco ASA appliance and Cisco Firepower Next-Generation Firewall Describe and implement basic email content security features and functions provided by Cisco Email Security Appliance Describe and implement web content security features and functions provided by Cisco Web Security Appliance Describe Cisco Umbrella security capabilities, deployment models, policy management, and Investigate console Introduce VPNs and describe cryptography solutions and algorithms Describe Cisco secure site-to-site connectivity solutions and explain how to deploy Cisco Internetwork Operating System (Cisco IOS) Virtual Tunnel Interface (VTI)-based point-to-point IPsec VPNs, and point-to-point IPsec VPN on the Cisco ASA and Cisco Firepower Next-Generation Firewall (NGFW) Describe and deploy Cisco secure remote access connectivity solutions and describe how to configure 802.1X and Extensible Authentication Protocol (EAP) authentication Provide basic understanding of endpoint security and describe Advanced Malware Protection (AMP) for Endpoints architecture and basic features Examine various defenses on Cisco devices that protect the control and management plane Configure and verify Cisco IOS software Layer 2 and Layer 3 data plane controls Describe Cisco Stealthwatch Enterprise and Stealthwatch Cloud solutions Describe basics of cloud computing and common cloud attacks and how to secure cloud environment The Implementing and Operating Cisco Security Core Technologies (SCOR) v1.0 course helps you prepare for the Cisco© CCNP© Security and CCIE© Security certifications and for senior-level security roles. In this course, you will master the skills and technologies you need to implement core Cisco security solutions to provide advanced threat protection against cybersecurity attacks. You will learn security for networks, cloud and content, endpoint protection, secure network access, visibility, and enforcements. You will get extensive hands-on experience deploying Cisco Firepower© Next-Generation Firewall and Cisco Adaptive Security Appliance (ASA) Firewall; configuring access control policies, mail policies, and 802.1X Authentication; and more. You will get introductory practice on Cisco Stealthwatch© Enterprise and Cisco Stealthwatch Cloud threat detection features. This course, including the self-paced material, helps prepare you to take the exam, Implementing and Operating Cisco Security Core Technologies (350-701 SCOR), which leads to the new CCNP Security, CCIE Security, and the Cisco Certified Specialist - Security Core certifications. Describing Information Security Concepts* Information Security Overview Assets, Vulnerabilities, and Countermeasures Managing Risk Vulnerability Assessment Understanding Common Vulnerability Scoring System (CVSS) Describing Common TCP/IP Attacks* Legacy TCP/IP Vulnerabilities IP Vulnerabilities Internet Control Message Protocol (ICMP) Vulnerabilities TCP Vulnerabilities User Datagram Protocol (UDP) Vulnerabilities Attack Surface and Attack Vectors Reconnaissance Attacks Access Attacks Man-in-the-Middle Attacks Denial of Service and Distributed Denial of Service Attacks Reflection and Amplification Attacks Spoofing Attacks Dynamic Host Configuration Protocol (DHCP) Attacks Describing Common Network Application Attacks* Password Attacks Domain Name System (DNS)-Based Attacks DNS Tunneling Web-Based Attacks HTTP 302 Cushioning Command Injections SQL Injections Cross-Site Scripting and Request Forgery Email-Based Attacks Describing Common Endpoint Attacks* Buffer Overflow Malware Reconnaissance Attack Gaining Access and Control Gaining Access via Social Engineering Gaining Access via Web-Based Attacks Exploit Kits and Rootkits Privilege Escalation Post-Exploitation Phase Angler Exploit Kit Describing Network Security Technologies Defense-in-Depth Strategy Defending Across the Attack Continuum Network Segmentation and Virtualization Overview Stateful Firewall Overview Security Intelligence Overview Threat Information Standardization Network-Based Malware Protection Overview Intrusion Prevention System (IPS) Overview Next Generation Firewall Overview Email Content Security Overview Web Content Security Overview Threat Analytic Systems Overview DNS Security Overview Authentication, Authorization, and Accounting Overview Identity and Access Management Overview Virtual Private Network Technology Overview Network Security Device Form Factors Overview Deploying Cisco ASA Firewall Cisco ASA Deployment Types Cisco ASA Interface Security Levels Cisco ASA Objects and Object Groups Network Address Translation Cisco ASA Interface Access Control Lists (ACLs) Cisco ASA Global ACLs Cisco ASA Advanced Access Policies Cisco ASA High Availability Overview Deploying Cisco Firepower Next-Generation Firewall Cisco Firepower NGFW Deployments Cisco Firepower NGFW Packet Processing and Policies Cisco Firepower NGFW Objects Cisco Firepower NGFW Network Address Translation (NAT) Cisco Firepower NGFW Prefilter Policies Cisco Firepower NGFW Access Control Policies Cisco Firepower NGFW Security Intelligence Cisco Firepower NGFW Discovery Policies Cisco Firepower NGFW IPS Policies Cisco Firepower NGFW Malware and File Policies Deploying Email Content Security Cisco Email Content Security Overview Simple Mail Transfer Protocol (SMTP) Overview Email Pipeline Overview Public and Private Listeners Host Access Table Overview Recipient Access Table Overview Mail Policies Overview Protection Against Spam and Graymail Anti-virus and Anti-malware Protection Outbreak Filters Content Filters Data Loss Prevention Email Encryption Deploying Web Content Security Cisco Web Security Appliance (WSA) Overview Deployment Options Network Users Authentication Secure HTTP (HTTPS) Traffic Decryption Access Policies and Identification Profiles Acceptable Use Controls Settings Anti-Malware Protection Deploying Cisco Umbrella* Cisco Umbrella Architecture Deploying Cisco Umbrella Cisco Umbrella Roaming Client Managing Cisco Umbrella Cisco Umbrella Investigate Overview and Concepts Explaining VPN Technologies and Cryptography VPN Definition VPN Types Secure Communication and Cryptographic Services Keys in Cryptography Public Key Infrastructure Introducing Cisco Secure Site-to-Site VPN Solutions Site-to-Site VPN Topologies IPsec VPN Overview IPsec Static Crypto Maps IPsec Static Virtual Tunnel Interface Dynamic Multipoint VPN Cisco IOS FlexVPN Deploying Cisco IOS VTI-Based Point-to-Point IPsec VPNs Cisco IOS VTIs Static VTI Point-to-Point IPsec Internet Key Exchange (IKE) v2 VPN Configuration Deploying Point-to-Point IPsec VPNs on the Cisco ASA and Cisco Firepower NGFW Point-to-Point VPNs on the Cisco ASA and Cisco Firepower NGFW Cisco ASA Point-to-Point VPN Configuration Cisco Firepower NGFW Point-to-Point VPN Configuration Introducing Cisco Secure Remote Access VPN Solutions Remote Access VPN Components Remote Access VPN Technologies Secure Sockets Layer (SSL) Overview Deploying Remote Access SSL VPNs on the Cisco ASA and Cisco Firepower NGFW Remote Access Configuration Concepts Connection Profiles Group Policies Cisco ASA Remote Access VPN Configuration Cisco Firepower NGFW Remote Access VPN Configuration Explaining Cisco Secure Network Access Solutions Cisco Secure Network Access Cisco Secure Network Access Components AAA Role in Cisco Secure Network Access Solution Cisco Identity Services Engine Cisco TrustSec Describing 802.1X Authentication 802.1X and Extensible Authentication Protocol (EAP) EAP Methods Role of Remote Authentication Dial-in User Service (RADIUS) in 802.1X Communications RADIUS Change of Authorization Configuring 802.1X Authentication Cisco Catalyst© Switch 802.1X Configuration Cisco Wireless LAN Controller (WLC) 802.1X Configuration Cisco Identity Services Engine (ISE) 802.1X Configuration Supplicant 802.1x Configuration Cisco Central Web Authentication Describing Endpoint Security Technologies* Host-Based Personal Firewall Host-Based Anti-Virus Host-Based Intrusion Prevention System Application Whitelists and Blacklists Host-Based Malware Protection Sandboxing Overview File Integrity Checking Deploying Cisco Advanced Malware Protection (AMP) for Endpoints* Cisco AMP for Endpoints Architecture Cisco AMP for Endpoints Engines Retrospective Security with Cisco AMP Cisco AMP Device and File Trajectory Managing Cisco AMP for Endpoints Introducing Network Infrastructure Protection* Identifying Network Device Planes Control Plane Security Controls Management Plane Security Controls Network Telemetry Layer 2 Data Plane Security Controls Layer 3 Data Plane Security Controls Deploying Control Plane Security Controls* Infrastructure ACLs Control Plane Policing Control Plane Protection Routing Protocol Security Deploying Layer 2 Data Plane Security Controls* Overview of Layer 2 Data Plane Security Controls Virtual LAN (VLAN)-Based Attacks Mitigation Sp

Cisco Implementing and Operating Cisco Security Core Technologies v1.0 (SCOR)
Delivered OnlineFlexible Dates
Price on Enquiry

IT Support Technician Training

5.0(10)

By Apex Learning

Course Overview: Are you ready to embark on a journey into the dynamic world of IT support? Our comprehensive "IT Support Technician Training" course will equip you with the knowledge and skills needed to thrive in this ever-evolving industry.  According to recent statistics, the IT support field is projected to grow by a staggering 10% over the next decade, offering exciting opportunities. As businesses and individuals rely on technology for everyday operations, the need for adept IT professionals becomes increasingly evident. With a curriculum from the fundamentals of computing devices to troubleshooting complex IT issues, this course is your gateway to a rewarding and high-paying profession.  Enroll now and unlock a world of IT support opportunities! Join the ranks of skilled professionals making a difference in the digital age.  Key Features of the Course: Key Features of the Course: FREE IT Support Technician Training CPD-accredited certificate Get a free student ID card with IT Support Technician Training (£10 applicable for international delivery) Lifetime access to the IT Support Technician Training course materials The IT Support Technician Training program comes with 24/7 tutor support Get instant access to this IT Support Technician Training course Learn IT Support Technician Training from anywhere in the world The IT Support Technician Training is affordable and simple to understand The IT Support Technician Training is entirely online Who is This Course For? This IT Support Technician Training course is for anyone who wants to learn the skills they need to be an IT support technician. Learning Outcome From this IT Support Technician Training, you will learn: Comprehensive knowledge of computer systems and their respective networks. How to professionally set up and configure various computing devices. Efficient and systematic file and data management. Advanced strategies for IT threat mitigation and computer maintenance. Essential techniques for troubleshooting computer-related issues. Introduction and in-depth exploration of databases. Fundamentals of programming, facilitating a smooth transition into software development. Why Enrol in This Course: Gain unparalleled IT mastery with a top-reviewed curriculum, constantly updated to match the dynamic technological landscape. Learn today's most coveted skills, future-proofing your career. Requirements: Basic computer familiarity; no prior technical expertise is essential. Career Path: IT Support Specialist - £26,000 System Administrator - £35,000 Network Engineer - £40,000 Database Administrator - £42,000 IT Consultant - £52,000 Cloud Solutions Architect - £60,000 Cybersecurity Analyst - £45,000 Certification: Upon completing the IT Support Technician Training, you will be awarded a CPD certificate. Employers across the UK recognise this qualification and can help you advance your career in IT support. FAQ What qualifications do I need for an IT technician? You typically need a high school diploma or equivalent for an IT technician. Many companies also want you to have a relevant degree or certification. A strong understanding of computers, networks, and software is essential. On-the-job training is common too. Which course is best for IT technician? The best course for an IT technician often depends on where you want to specialise. Common choices include A+ Certification by CompTIA and Cisco's CCNA. Both offer a good grounding in IT fundamentals. How do I start as an IT technician? To start as an IT technician, first, get your educational basics. Then, go for certifications in your interest area. It helps to gain hands-on experience through internships. Build a strong resume and apply for entry-level positions. Networking with professionals can also open doors. What is the role of IT support? IT support helps users with tech issues. They make sure systems run smoothly. They answer questions, troubleshoot problems, and maintain hardware and software. Their goal? Keep tech working for everyone. What is the role of an IT support technician? An IT support technician is a problem solver. When tech breaks, they fix it. They help users install and update software and maintain hardware. They're the go-to people for tech troubles in a company. Course Curriculum 16 sections • 64 lectures • 04:52:00 total length •The Case for Computer Literacy: 00:03:00 •Features Common to Every Computing Device: 00:02:00 •Common General-Purpose Computing Devices: 00:02:00 •Networks of Computing Devices: 00:04:00 •Remotely-Accessed Computer Systems: 00:04:00 •Specialized Computer Systems: 00:02:00 •Specialty I/O Devices: 00:01:00 •CPUs: 00:03:00 •Passive and Active Cooling: 00:03:00 •RAM and Active Memory: 00:05:00 •Motherboards: 00:03:00 •Power Supplies: 00:03:00 •AMA - Ask Me Anything about System Hardware: 00:07:00 •Ports and Connectors: 00:03:00 •General Use I/O Devices: 00:02:00 •AMA - Ask Me Anything about I/O, Ports and Peripherals: 00:07:00 •Basics of Binary: 00:04:00 •Storage Technologies: 00:04:00 •Mass Storage Variation: 00:03:00 •AMA - Ask Me Anything about Data Storage and Sharing: 00:07:00 •Operating System Functions: 00:04:00 •Operating System Interfaces: 00:05:00 •AMA - Ask Me Anything about Understanding OS's: 00:05:00 •Preparing the Work Area: 00:02:00 •Setting up a Desktop PC: 00:01:00 •Completing PC Setup: 00:04:00 •AMA - Ask Me Anything about Setting up and Configuring a PC: 00:09:00 •Personalizing a Tablet: 00:08:00 •AMA - Ask Me Anything about Mobile Devices Part 1: 00:07:00 •AMA - Ask Me Anything about Mobile Devices Part 2: 00:07:00 •File Management Tools: 00:02:00 •File Manipulation: 00:06:00 •Backups: 00:03:00 •AMA - Ask Me Anything about Managing Files: 00:08:00 •Walking Survey of Applications: 00:03:00 •Managing Applications: 00:03:00 •Applications and Extensions: 00:04:00 •AMA - Ask Me Anything about Working with Applications: 00:07:00 •Wi-Fi Setup: 00:06:00 •Going High Speed: 00:03:00 •Setting Up and Sharing Printers: 00:05:00 •AMA - Ask Me Anything about Networks and Internet Connectivity Part 1: 00:07:00 •AMA - Ask Me Anything about Networks and Internet Connectivity Part 2: 00:05:00 •Physical Security: 00:05:00 •Dealing with Malware: 00:03:00 •Password Management: 00:03:00 •Clickworthy: 00:03:00 •Perils of Public Internet: 00:02:00 •AMA - Ask Me Anything about IT Threat Mitigation Part 1: 00:07:00 •AMA - Ask Me Anything about IT Threat Mitigation Part 2: 00:08:00 •Power Management: 00:02:00 •Cleaning and Maintaining Computers: 00:02:00 •Trash it or Stash it?: 00:02:00 •AMA - Ask Me Anything about Computer Maintenance and Management: 00:11:00 •Troubleshooting 101: 00:03:00 •AMA - Ask Me Anything about Troubleshooting Computers Part 1: 00:10:00 •AMA - Ask Me Anything about Troubleshooting Computers Part 2: 00:11:00 •Introduction to Databases: 00:06:00 •Database Details: 00:06:00 •AMA - Ask Me Anything about Databases: 00:06:00 •Introduction to Programming: 00:04:00 •Programming with a PBJ Sandwich: 00:08:00 •AMA - Ask Me Anything about Programming: 00:04:00 •Assignment - IT Support Technician Training: 00:00:00

IT Support Technician Training
Delivered Online On Demand5 hours
£12

Oracle Certification: Mastering Java for Beginners and Experts

By Packt

Java is one of the most popular programming languages. Companies such as Facebook, Microsoft, and Apple all want Java.

Oracle Certification: Mastering Java for Beginners and Experts
Delivered Online On Demand5 hours 45 minutes
£134.99