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

11646 Environment courses in Horsforth delivered Online

Cisco Implementing and Operating Cisco Data Center Core Technologies (DCCOR) v1.2

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for Network designers Network administrators Network engineers Systems engineers Data center engineers Consulting systems engineers Technical solutions architects Field engineers Cisco integrators and partners Server administrator Network manager Overview After taking this course, you should be able to: Implement routing and switching protocols in Data Center environment Implement overlay networks in data center Introduce high-level Cisco Application Centric Infrastructure (Cisco ACI™) concepts and Cisco Virtual Machine manager (VMM) domain integration Describe Cisco Cloud Service and deployment models Implement Fibre Channel fabric Implement Fibre Channel over Ethernet (FCoE) unified fabric Implement security features in data center Implement software management and infrastructure monitoring Implement Cisco UCS Fabric Interconnect and Server abstraction Implement SAN connectivity for Cisco Unified Computing System™ (Cisco UCS) Describe Cisco HyperFlex™ infrastructure concepts and benefits Implement Cisco automation and scripting tools in data center Evaluate automation and orchestration technologies This course helps you prepare for the CiscoÿCCNPÿData Center and CCIEÿData Center certifications. In this course, you will master the skills and technologies you need to implement data center compute, LAN and SAN infrastructure. You will also learn the essentials of automation and security in data centers. You will gain hands-on experience deploying, securing, operating, and maintaining Cisco data center. Implementing Data Center Switching Protocols* Spanning Tree Protocol Port Channels Overview Implementing First-Hop Redundancy Protocols* Hot Standby Router Protocol (HSRP) Overview Virtual Router Redundancy Protocol (VRRP) Overview Implementing Routing in Data Center* Open Shortest Path First (OSPF) v2 and Open Settlement Protocol (OSP) v3 Border Gateway Protocol Implementing Multicast in Data Center* IP Multicast in Data Center Networks Internet Group Management Protocol (IGMP) and Multicast Listener Discovery (MLD) Implementing Data Center Overlay Protocols Cisco Overlay Transport Virtualization Virtual Extensible LAN Implementing Network Infrastructure Security* User Accounts and Role Based Access Control (RBAC) Authentication, Authorization, and Accounting (AAA) and SSH on Cisco NX-OS Describing Cisco Application-Centric Infrastructure Cisco ACI Overview, Initialization, and Discovery Cisco ACI Management Describing Cisco ACI Building Blocks and VMM Domain Integration Tenant-Based Components Cisco ACI Endpoints and Endpoint Groups (EPG) Describing Packet Flow in Data Center Network* Data Center Traffic Flows Packet Flow in Cisco Nexus Switches Describing Cisco Cloud Service and Deployment Models Cloud Architectures Cloud Deployment Models Describing Data Center Network Infrastructure Management, Maintenance, and Operations* Time Synchronization Network Configuration Management Explaining Cisco Network Assurance Concepts* Need for Network Assurance Cisco Streaming Telemetry Overview Implementing Fibre Channel Fabric Fibre Channel Basics Virtual Storage Area Network (VSAN) Overview Implementing Storage Infrastructure Services Distributed Device Aliases Zoning Implementing FCoE Unified Fabric Fibre Channel over Ethernet Describing FCoE Implementing Storage Infrastructure Security* User Accounts and RBAC Authentication, Authorization, and Accounting Describing Data Center Storage Infrastructure Maintenance and Operations* Time Synchronization Software Installation and Upgrade Describing Cisco UCS Server Form Factors* Cisco UCS B-Series Blade Servers Cisco UCS C-Series Rack Servers Implementing Cisco Unified Computing Network Connectivity Cisco UCS Fabric Interconnect Cisco UCS B-Series Connectivity Implementing Cisco Unified Computing Server Abstraction Identity Abstraction Service Profile Templates Implementing Cisco Unified Computing SAN Connectivity iSCSI Overview Fibre Channel Overview Implementing Unified Computing Security User Accounts and RBAC Options for Authentication Introducing Cisco HyperFlex Systems* Hyper converged and Integrated Systems Overview Cisco HyperFlex Solution Describing Data Center Unified Computing Management, Maintenance, and Operations* Compute Configuration Management Software Updates Implementing Cisco Data Center Automation and Scripting Tools* Cisco NX-OS Additional course details: Nexus Humans Cisco Implementing and Operating Cisco Data Center Core Technologies (DCCOR) v1.2 training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the Cisco Implementing and Operating Cisco Data Center Core Technologies (DCCOR) v1.2 course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

Cisco Implementing and Operating Cisco Data Center Core Technologies (DCCOR) v1.2
Delivered OnlineFlexible Dates
Price on Enquiry

Introduction to GITHub for Developers (TTDV7551)

By Nexus Human

Duration 2 Days 12 CPD hours This course is intended for This class assumes some prior experience with Git, plus basic coding or programming knowledge. Overview This course is approximately 50% hands-on, combining expert lecture, real-world demonstrations and group discussions with machine-based practical labs and exercises. Our engaging instructors and mentors are highly experienced practitioners who bring years of current 'on-the-job' experience into every classroom. Working in a hands-on learning environment led by our expert team, students will explore: Getting Started with Collaboration Understanding the GitHub Flow Branching with Git Local Git Configuration Working Locally with Git Collaborating on Your Code Merging Pull Requests Viewing Local Project History Streaming Your Workflow with Aliases Workflow Review Project: GitHub Games Resolving Merge Conflicts Working with Multiple Conflicts Searching for Events in Your Code Reverting Commits Helpful Git Commands Viewing Local Changes Creating a New Local Repository Fixing Commit Mistakes Rewriting History with Git Reset Merge Strategies: Rebase This is a fast-paced hands-on course that provides you with a solid overview of Git and GitHub, the web-based version control repository hosting service. While the examples in this class are related to computer code, GitHub can be used for other content. It offers the complete distributed version control and source code management (SCM) functionality of Git as well as adding its own features. It provides access control and several collaboration features such as bug tracking, feature requests, task management, and wikis for every project. Getting Started with The GitHub Ecosystem What is Git? Exploring a GitHub Repository Using GitHub Issues Activity: Creating A GitHub Issue Using Markdown Understanding the GitHub Flow The Essential GitHub Workflow Branching with Git Branching Defined Activity: Creating a Branch with GitHub Introduction Class Diagram Interaction Diagrams Sequence Diagrams Communication Diagrams State Machine Diagrams Activity Diagram Implementation Diagrams Local Git Configuration Checking your Git version Git Configuration Levels Viewing your configurations Configuring your username and email Configuring autocrif Working Locally with Git Creating a Local copy of the repo Our favorite Git command: git status Using Branches locally Switching branches Activity: Creating a New File The Two Stage Commit Collaborating on Your Code Collaboration Pushing your changes to GitHub Activity: Creating a Pull Request Exploring a Pull Request Activity: Code Review Merging Pull Requests Merge Explained Merging Your Pull Request Updating Your Local Repository Cleaning Up the Unneeded Branches Viewing Local Project History Using Git Log Streaming Your Workflow with Aliases Creating Custom Aliases Workflow Review Project: GitHub Games User Accounts vs. Organization Accounts Introduction to GitHub Pages What is a Fork? Creating a Fork Workflow Review: Updating the README.md Resolving Merge Conflicts Local Merge Conflicts Working with Multiple Conflicts Remote Merge Conflicts Exploring Searching for Events in Your Code What is GitHub? What is Git bisect? Finding the bug in your project Reverting Commits How Commits are made Safe operations Reverting Commits Helpful Git Commands Moving and Renaming Files with Git Staging Hunks of Changes Viewing Local Changes Comparing changes with the Repository Creating a New Local Repository Initializing a new local repository Fixing Commit Mistakes Revising your last commit Rewriting History with Git Reset Understanding reset Reset Modes Reset Soft Reset Mixed Reset Hard Does gone really mean gone? Getting it Back You just want that one commit Oops, I didn?t mean to reset Merge Strategies: Rebase About Git rebase Understanding Git Merge Strategies Creating a Linear History Additional course details: Nexus Humans Introduction to GITHub for Developers (TTDV7551) training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the Introduction to GITHub for Developers (TTDV7551) course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

Introduction to GITHub for Developers (TTDV7551)
Delivered OnlineFlexible Dates
Price on Enquiry

VMware NSX: Install, Configure, Manage [V4.x]

By Nexus Human

Duration 5 Days 30 CPD hours Overview By the end of the course, you should be able to meet the following objectives: Describe the architecture and main components of NSX Explain the features and benefits of NSX Deploy the NSX Management cluster and VMware NSX Edge™ nodes Prepare VMware ESXi™ hosts to participate in NSX networking Create and configure segments for layer 2 forwarding Create and configure Tier-0 and Tier-1 gateways for logical routing Use distributed and gateway firewall policies to filter east-west and north-south traffic in NSX Configure Advanced Threat Prevention features Configure network services on NSX Edge nodes Use VMware Identity Manager™ and LDAP to manage users and access Explain the use cases, importance, and architecture of Federation This five-day, fast-paced course provides comprehensive training to install, configure, and manage a VMware NSX© environment. This course covers key features and functionality offered in the NSX 4.0.0.1 and NSX 4.0.1 releases, including the overall infrastructure, logical switching, logical routing, networking and security services, firewalls and advanced threat prevention, and more. Course Introduction Introductions and course logistics Course objectives VMware Virtual Cloud Network and VMware NSX Introduce the VMware Virtual Cloud Network vision Describe the NSX product portfolio Discuss NSX features, use cases, and benefits Explain NSX architecture and components Explain the management, control, data, and consumption planes and their functions. Preparing the NSX Infrastructure Deploy VMware NSX© ManagerTM nodes on ESXi hypervisors Navigate through the NSX UI Explain data plane components such as N-VDS/VDS, transport nodes, transport zones, profiles, and more Perform transport node preparation and configure the data plane infrastructure Verify transport node status and connectivity Explain DPU-based acceleration in NSX Install NSX using DPUs NSX Logical Switching Introduce key components and terminology in logical switching Describe the function and types of L2 segments Explain tunneling and the Geneve encapsulation Configure logical segments and attach hosts using NSX UI Describe the function and types of segment profiles Create segment profiles and apply them to segments and ports Explain the function of MAC, ARP, and TEP tables used in packet forwarding Demonstrate L2 unicast packet flow Explain ARP suppression and BUM traffic handling NSX Logical Routing Describe the logical routing function and use cases Introduce the two-tier routing architecture, topologies, and components Explain the Tier-0 and Tier-1 gateway functions Describe the logical router components: Service Router and Distributed Router Discuss the architecture and function of NSX Edge nodes Discuss deployment options of NSX Edge nodes Configure NSX Edge nodes and create NSX Edge clusters Configure Tier-0 and Tier-1 gateways Examine single-tier and multitier packet flows Configure static routing and dynamic routing, including BGP and OSPF Enable ECMP on a Tier-0 gateway Describe NSX Edge HA, failure detection, and failback modes Configure VRF Lite NSX Bridging Describe the function of logical bridging Discuss the logical bridging use cases Compare routing and bridging solutions Explain the components of logical bridging Create bridge clusters and bridge profiles NSX Firewalls Describe NSX segmentation Identify the steps to enforce Zero-Trust with NSX segmentation Describe the Distributed Firewall architecture, components, and function Configure Distributed Firewall sections and rules Configure the Distributed Firewall on VDS Describe the Gateway Firewall architecture, components, and function Configure Gateway Firewall sections and rules NSX Advanced Threat Prevention Explain NSX IDS/IPS and its use cases Configure NSX IDS/IPS Deploy NSX Application Platform Identify the components and architecture of NSX Malware Prevention Configure NSX Malware Prevention for east-west and north-south traffic Describe the use cases and architecture of VMware NSX© Intelligence? Identify the components and architecture of VMware NSX© Network Detection and Response? Use NSX Network Detection and Response to analyze network traffic events. NSX Services Explain and configure Network Address Translation (NAT) Explain and configure DNS and DHCP services Describe VMware NSX© Advanced Load Balancer? architecture, components, topologies, and use cases. Configure NSX Advanced Load Balancer Discuss the IPSec VPN and L2 VPN function and use cases Configure IPSec VPN and L2 VPN using the NSX UI NSX User and Role Management Describe the function and benefits of VMware Identity Manager? in NSX Integrate VMware Identity Manager with NSX Integrate LDAP with NSX Identify the various types of users, authentication policies, and permissions Use role-based access control to restrict user access Explain object-based access control in NSX NSX Federation Introduce the NSX Federation key concepts, terminology, and use cases. Explain the onboarding process of NSX Federation Describe the NSX Federation switching and routing functions. Describe the NSX Federation security concepts.

VMware NSX: Install, Configure, Manage [V4.x]
Delivered OnlineFlexible Dates
Price on Enquiry

JNCIA Practicum and Exam Preparation

By Nexus Human

Duration 2 Days 12 CPD hours This course is intended for This program is designed for students who have attended successfully the IJOS and JRE courses (prior to April 1, 2017) or the IJOS course (since April 3, 2017) and are working toward JNCIA-JUNOS certification. Overview The objectives for this course follow the requirements for the current JNCIA-JUNOS. At the end of this course, the successful student will be able to: Identify the concepts and functionality of various fundamental elements of networking Identify the concepts, benefits and functionality of the core elements of the Junos OS Identify the concepts, operation and functionality of the Junos user interfaces Identify the main elements for configuring Junos devices Describe how to configure basic components of a Junos device Identify methods of monitoring and maintaining Junos devices Describe monitoring and maintenance procedures for a Junos device Identify basic routing concepts and functionality for Junos devices Describe how to configure and monitor basic routing elements for a Junos device Identify the concepts and functionality of routing policy and firewall filters on Junos devices Describe how to configure and monitor routing policies and firewall filters on a Junos device Apply knowledge of Junos operating system configuration, operations, and functionality to real-world scenarios This intense, two-day program is designed to prepare attendees who have previously taken the Introduction to the Junos Operating System (IJOS) course for taking the certification exam while simultaneously gaining insight into real-world applications Session 1: Practice Labs Guided practice labs to reintroduce the lab environment Session 2: Real-World Scenario Labs Labs that emulate real-world application of JNCIA-level knowledge, configurations, operations, and functionality. These labs will challenge students to complete scenario-based problems to accomplish specific network goals. Session 3: Networking Fundamentals Collision domains and broadcast domains Function of routers and switches Optical network fundamentals ? SONET/SDH, OTN Ethernet networks Layer 2 addressing, including address resolution IPv4 and IPv6 fundamentals Layer 3 / IP addressing, including subnet masks Subnetting and supernetting Decimal to binary conversion Longest match routing Connection-oriented vs. connectionless protocols Session 4: Junos OS Fundamentals Junos device portfolio ? product families, general functionality Software architecture Control and forwarding planes Routing Engine and Packet Forwarding Engine Protocol daemons Transit traffic processing Exception traffic Session 5: User Interfaces CLI functionality CLI modes CLI navigation CLI Help Filtering output Active vs. candidate configuration Reverting to previous configurations Modifying, managing, and saving configuration files Viewing, comparing, and loading configuration files J-Web ? core/common functionality Session 6: Junos Configuration Basics Initial configuration User accounts Login classes User authentication methods Interface types and properties Configuration groups Additional initial configuration elements ? NTP, SNMP, syslog, etc. Configuration archival Logging and tracing Rescue configuration Session 7: Operational Monitoring and Maintenance Show commands Monitor commands Interface statistics and errors Network tools ? ping, traceroute, telnet, SSH, etc. Real-time performance monitoring (RPM) Junos OS installation Software upgrades Powering on and shutting down Junos devices Root password recovery Session 8: Routing Fundamentals Packet forwarding concepts Routing tables Routing vs. forwarding tables Route preference Routing instances Static routing Advantages of / use cases for dynamic routing protocols Session 9: Routing Policy and Firewall Filters Default routing policies Import and export policies Routing policy flow Effect of policies on routes and routing tables Policy structure and terms Policy match criteria, match types, and actions Firewall filter concepts Firewall filter concepts Filter match criteria and actions Effect of filters on packets Unicast reverse-path-forwarding (RPF) Session 10: JNCIA-JUNOS Certification Exam The exam voucher is included in the price of the course DWWTC is a certified PearsonVUE Testing Center' Additional course details: Nexus Humans JNCIA Practicum and Exam Preparation training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the JNCIA Practicum and Exam Preparation course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

JNCIA Practicum and Exam Preparation
Delivered OnlineFlexible Dates
Price on Enquiry

BA27 - Writing and Managing Effective Requirements

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for This course is intended for intermediate to advanced Business Analysts who are looking to improve their skills for eliciting, analyzing, documenting, validating, and communicating requirements. Overview Obtain a thorough understanding of the core responsibilities of the business analyst Understand the main professional associations and standards supporting business analysts in the industry Discuss and explore the components of each of the domains/knowledge areas that comprise the work of business analysis Recognize the importance of properly defining the business need prior to engaging in requirements activities Formulate a strong understanding of the concepts that comprise strategy analysis Obtain experience with identifying and analyzing stakeholders Decipher between project and product scope and successfully use models to communicate scope Thoroughly understand and identify the various requirements categories and be able to recognize requirements of various types Explore business rules analysis Understand the benefits of process modeling and the common modeling language of BPMN Discuss process models and how the techniques can capture details about the as-is/to-be environment Learn how to properly prepare and conduct interviews Explore the components of use cases Learn what it means to package requirements Obtain hands-on experience with a number of business analysis techniques and gain hands-on experience eliciting, defining, and writing requirements. This course provides students a clear understanding of all the facets of the business analysis role, including a thorough walkthrough of the various domain/knowledge areas that comprise the business analysis profession. Students are provided an opportunity to try their hand at several business analysis techniques to assist with improving their skills in stakeholder identification, scope definition, and analyzing, documenting, and modeling requirements. Introduction to Business Analysis What is business analysis Benefits and challenges of business analysis Project success factors A Closer Look at the Business Analyst Role Definition of a business analyst Responsibilities of a business analyst Importance of communication/collaboration BA role vs. PM role Project roles involved in requirements IIBA/PMI and the goals of a professional association Purpose for having a BA standard IIBA?s BABOK© Guide and PMI?s Practice Guide in Business Analysis Business analysis beyond project work Business analysis core concepts Business analysis perspectives IIBA and PMI certifications for business analysts Workshop: Choose Your Project Supporting the Project Portfolio (Enterprise Analysis) Define Strategy Analysis When to perform Strategy Analysis Components of Strategy Analysis Defining the business need Envisioning the Product and Project Defining business requirements The importance of stakeholders Stakeholder identification Tips for analyzing stakeholders Techniques for managing stakeholder lists Discussion: Who is involved in strategy analysis? Workshops: Define the Business Need, Write Business Requirements, and Identify Stakeholders Understanding and Defining Solution Scope Defining solution scope Techniques for defining solution scope Applying the brainstorming technique Project scope vs. Product scope Finding solution boundaries The Context Diagram Actors and key information Workshop: Draw a Context Diagram Understanding Requirements What is a requirement? Requirement types Business, Stakeholder, Solution, and Transition requirements Assumptions and constraints Business rules Taxonomy of business rules Decision tables How to write simple calculations Requirements vs. business rules Document requirements Workshop ? Document Requirements Elicitation and Process Modeling Why do we model processes? What is Business Process Management? Using a modeling notation ?As Is? vs. ?To Be? modeling Why use BPMN? Basic BPM notation Business Process Modeling ? A case study Business Process Realignment ?As Is? vs. ?To Be? activity diagrams Workshop: Create a Business Process Model Planning & Eliciting Requirements Interviewing ? what and why? Preparing for an effective interview Types of questions to ask Sequencing questions Active listening techniques Planning for elicitation Conducting the interview Establishing rapport Active Listening Feedback techniques Types of elicitation techniques Workshops: Planning for Elicitation and Conducting an Elicitation Session Use Case & User Story Analysis What is an Actor? Types of Actors How to ?find? Use Cases? Diagramming Use Cases Tips on naming Use Cases Explaining scenarios The use case template Components of a use case Scenario examples Best practices for writing Use Cases Scenarios and flows Alternate and exception flows Exercises: Drawing a Use Case Diagram, Writing the Main Success Scenario, and Writing Alternate and Exception Scenarios Analyzing & Documenting Requirements Requirements and Use Cases Non-Functional requirements User Interface Requirements UI Data Table Reporting requirements Data requirements Data accessibility requirements Characteristics of good requirements The business requirements document (BRD) BRD vs. Functional Requirements Specification Preparing the requirements package Requirements traceability Workshops: Develop a User Interface, Analyzing Requirements, and Tracing requirements Additional Resources Useful books and links on writing effective requirements

BA27 - Writing and Managing Effective Requirements
Delivered OnlineFlexible Dates
Price on Enquiry

Blockchain Security Training

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for Blockchain Architects Blockchain DevelopersApplication Developers Blockchain System AdministratorsNetwork Security Architects Cyber Security ExpertsIT Professionals w/cyber security experience Overview Those who attend the Security for Blockchain Professionals course and pass the exam certification will have a demonstrated knowledge of:Identifying and differentiating between security threats and attacks on a Blockchain network.Blockchain security methods, best practices, risk mitigation, and more.All known (to date) cyber-attack vectors on the Blockchain.Performing Blockchain network security risk analysis.A complete understanding of Blockchain?s inherent security features and risks.An excellent knowledge of best security practices for Blockchain System/Network Administrators.Demonstrating appropriate Blockchain data safeguarding techniques. This course covers all known aspects of Blockchain security that exist in the Blockchain environment today and provides a detailed overview of all Blockchain security issues, including threats, risk mitigation, node security integrity, confidentiality, best security practices, advanced Blockchain security and more. Fundamental Blockchain Security Cryptography for the Blockchain Hash Functions Public Key Cryptography Elliptic Curve Cryptography A Brief Introduction to Blockchain The Blocks The Chains The Network Promises of the Blockchain Blockchain Security Assumptions Digital Signature Security Hash Function Security Limitations of Basic Blockchain Security Public Key Cryptography Review Real-Life Public Key Protection Cryptography and Quantum Computers Lab 1 (Tentative) Finding Hash Function Collisions Reversible hash function Hash function with poor non-locality Hash function with small search space Breaking Public Key Cryptography Brute Forcing a Short Private Key Brute Forcing a Poorly-Chosen Private Key Consensus in the Blockchain Blockchain Consensus and Byzantine Generals Blockchain Networking Review Byzantine Generals Problem Relation to Blockchain Byzantine Fault Tolerance Introduction to Blockchain Consensus Security Blockchain Consensus Breakthrough Proof of Work What is Proof of Work? How does Proof of Work Solve BGP? Proof of Work Security Assumptions Attacking Proof of Work Proof of Stake What is Proof of Stake? How does Proof of Stake Solve BGP? Proof of Stake Security Assumptions Attacking Proof of Stake General Attacks on Blockchain Consensus Other Blockchain Consensus Algorithms Lab 2 (Tentative) Attacking Proof of Work Performing a 51% Attack Performing a Selfish Mining Attack Attacking Proof of Stake Performing a XX% Attack Performing a Long-Range Attack Malleable Transaction Attacks Advanced Blockchain Security Mechanisms Architectural Security Measures Permissioned Blockchains Checkpointing Advanced Cryptographic Solutions Multiparty Signatures Zero-Knowledge Proofs Stealth Addresses Ring Signatures Confidential Transactions Lab 3 (Tentative) Permissioned Blockchains 51% on a Checkpointed Blockchain Data mining on a blockchain with/without stealth addresses Zero-Knowledge Proof Simulation Trying to fake knowledge of a ZKP Module 4: Blockchain for Business Introduction to Ethereum Security What is Ethereum Consensus in Ethereum Smart Contracts in Ethereum Ethereum Security Pros and Cons of Ethereum Blockchains Introduction to Hyperledger Security What is Hyperledger Consensus in Hyperledger Smart Contracts in Hyperledger Hyperledger Security Pros and Cons of Hyperledger Blockchains Introduction to Corda Security What is Corda Consensus in Corda Smart Contracts in Corda Corda Security Pros and Cons of Corda Blockchains Lab 4 Blockchain Risk Assessment What are the Risks of the Blockchain? Information Security Information Sensitivity Data being placed on blockchain Risks of disclosure Regulatory Requirements Data encryption Data control PII protection Blockchain Architectural Design Public and Private Blockchains Open and Permissioned Blockchains Choosing a Blockchain Architecture Lab 5 Exploring public/private open/permissioned blockchains? Basic Blockchain Security Blockchain Architecture User Security Protecting Private Keys Malware Update Node Security Configuring MSPs Network Security Lab 6 (TBD) Smart Contract Security Introduction to Smart Contracts Smart Contract Security Considerations Turing-Complete Lifetime External Software Smart Contract Code Auditing Difficulties Techniques Tools Lab 7 (Tentative) Try a couple of smart contract code auditing tool against different contracts with built-in vulnerabilities Module 8: Security Implementing Business Blockchains Ethereum Best Practices Hyperledger Best Practices Corda Best Practices Lab 8 Network-Level Vulnerabilities and Attacks Introduction to Blockchain Network Attacks 51% Attacks Denial of Service Attacks Eclipse Attacks Routing Attacks Sybil Attacks Lab 9 Perform different network-level attacks System-Level Vulnerabilities and Attacks Introduction to Blockchain System Vulnerabilities The Bitcoin Hack The Verge Hack The EOS Vulnerability Lab 10 Smart Contract Vulnerabilities and Attacks Introduction to Common Smart Contract Vulnerabilities Reentrancy Access Control Arithmetic Unchecked Return Values Denial of Service Bad Randomness Race Conditions Timestamp Dependence Short Addresses Lab 11 Exploiting vulnerable smart contracts Security of Alternative DLT Architectures What Are Alternative DLT Architectures? Introduction to Directed Acyclic Graphs (DAGs) DAGs vs. Blockchains Advantages of DAGs DAG Vulnerabilities and Security Lab 12 Exploring a DAG network

Blockchain Security Training
Delivered OnlineFlexible Dates
Price on Enquiry

Level 5 Diploma in Sports First Aid

By Compliance Central

In the fast-paced arena of sports, injuries are an inevitable part of the game. As we dive into this Sports First Aid course, we'll explore the critical techniques and strategies that can make the difference between a quick recovery and a prolonged setback for athletes. With the help of our Level 5 Diploma course, explore the exciting field of sports first aid. Delve into a comprehensive journey through eight meticulously crafted modules, each designed to empower you with the knowledge and skills necessary for adept response in sports-related emergencies. Emphasizing the critical role of Sports First Aid, this course positions you at the forefront of safety, equipping you to address injuries with confidence and precision. The course delves into the nuances of Initial Assessment, Life-Saving Priorities, Common and Major Injuries, Environmental Injuries, and Medical Emergencies. Level 5 Diploma in Sports First Aid Course Learning Outcomes: Learn the fundamentals of initial assessment for situations involving sports. Set priorities and carry out life-saving procedures precisely. Recognise and understand the differences between minor and major injuries. Focus on treating environmental injuries using a theoretical framework. Gain comprehensive understanding of medical emergencies in relation to sporting situations. Gain a thorough awareness of the important factors in sports first aid. Level 5 Diploma in Sports First Aid Module 01: Introduction to Sports First Aid Module 02: Initial Assessment Module 03: Life-Saving Priorities Module 04: Common Injuries Module 05: Major Injuries Module 06: Environmental Injuries Module 07: Medical Emergency Module 08: Things to Keep in Mind Certificate of Achievement Endorsed Certificate of Achievement from the Quality Licence Scheme Learners will be able to achieve an endorsed certificate after completing the course as proof of their achievement. You can order the endorsed certificate for Free to be delivered to your home by post. For international students, there is an additional postage charge of £10. Endorsement The Quality Licence Scheme (QLS) has endorsed this course for its high-quality, non-regulated provision and training programmes. The QLS is a UK-based organisation that sets standards for non-regulated training and learning. This endorsement means that the course has been reviewed and approved by the QLS and meets the highest quality standards. Who is this course for? Level 5 Diploma in Sports First Aid Sports First Aid Specialist Athletic Safety Coordinator Sports Emergency Response Analyst Injury Prevention Consultant Sports Health and Wellness Advisor Requirements Level 5 Diploma in Sports First Aid To enrol in this Level 5 Diploma in Sports First Aid course, all you need is a basic understanding of the English Language and an internet connection. Career path Sports Physiotherapist: £25,000 to £50,000 per year Sports Rehabilitation Therapist: £20,000 to £40,000 per year Fitness Instructor with a focus on injury prevention: £18,000 to £30,000 per year Sports Massage Therapist: £20,000 to £35,000 per year Athletic Trainer: £22,000 to £40,000 per year Health and Safety Officer in a sports facility: £25,000 to £45,000 per year Certificates CPD Accredited PDF Certificate Digital certificate - Included QLS Endorsed Hard Copy Certificate Hard copy certificate - Included CPD Accredited Hard Copy Certificate Hard copy certificate - £9.99 CPD Accredited Hard Copy Certificate Delivery Charge: Inside the UK: Free Outside of the UK: £9.99 each

Level 5 Diploma in Sports First Aid
Delivered Online On Demand3 hours
£109

Teaching Assistant Level 2

By NextGen Learning

Course Overview The Teaching Assistant Level 2 course provides an essential foundation for those seeking to build a rewarding career in education support. This comprehensive programme covers the key responsibilities, skills, and knowledge required to assist in classroom settings effectively. Learners will explore a range of topics including child development, SEN support, behaviour management, curriculum understanding, and the role of technology in education. By completing this course, individuals will develop the confidence to work alongside teachers, support diverse learning needs, and foster positive learning environments. The course also highlights career progression opportunities within the education sector, offering valuable insights into future pathways. Whether you are starting out or looking to enhance your current role, this course provides practical knowledge and industry-relevant skills to help you succeed as a Teaching Assistant and contribute meaningfully to pupil achievement and school success. Course Description The Teaching Assistant Level 2 course offers a structured exploration of the duties and expectations placed on modern Teaching Assistants. Learners will gain in-depth knowledge of school operations, safeguarding policies, behaviour management strategies, and methods for supporting literacy, numeracy, and ICT development. The programme places special emphasis on understanding special educational needs (SEN) and nurturing strong communication with students and colleagues. Participants will also examine how to create inclusive learning environments that encourage student participation and success. Designed to enhance both theoretical understanding and workplace readiness, this course equips learners with the tools needed to support teachers, manage small groups, and assist in delivering high-quality education. With a strong focus on professional development and career advancement, this course serves as a stepping stone towards a fulfilling role in educational settings across the UK. Course Modules Module 01: Teaching Assistant Overview Module 02: Professional Developments for a TA Module 03: Working with the School and Its Policies Module 04: Discussion on Curriculum, Assessment and Monitoring Module 05: Providing the Best Learning Environment Module 06: Learn to Implement ICT, Literacy and Numeracy Development Processes as a TA Module 07: Child Development and the SEN Support Module 08: Understanding Behaviour & Relationships as a TA Module 09: Experienced TAs Maintain Strong Communications with the Students Module 10: Career Prospects for TAs in the UK (See full curriculum) Who is this course for? Individuals seeking to begin a career as a Teaching Assistant. Professionals aiming to enhance their educational support skills. Beginners with an interest in working within school environments. Those looking to support children’s academic and personal development. Career changers wanting to transition into the education sector. Career Path Teaching Assistant Learning Support Assistant Special Educational Needs (SEN) Support Worker Classroom Support Worker Behaviour Support Assistant Early Years Teaching Assistant

Teaching Assistant Level 2
Delivered OnlineFlexible Dates
£9.99

Functional Skills Maths Level 2

By Study Plex

Our expert-designed Functional Skills Maths Level 2 Course has smart learning options that provide the necessary Level 2 numeracy knowledge and skills to excel in Functional Skills Maths. Level 2 Maths Course Highlights: This qualification is equivalent to GCSE grade C or 4 Take the Exam from Home – Guaranteed Fast Track Results Exam Booking within 2 Working Days of Enrolment Remote Exam Online or Paper based both option available Course Duration: 55 hours Unlimited Access to Course Materials Get Free Mock Tests & Free Past Papers Extra 25% Time for people with Learning Difficulties NCFE, Pearson Edexcel, Open Awards and TQUK are all OFQUAL-regulated and nationally recognised Exam slots are available 24*7 from Monday to Sunday. If you are in a rush and would like to book your exam sooner, then you can book your remote online exam within 3 working days for Open Awards, 1 working day of enrolment for NCFE and within 7 working days for Pearson Edexcel. Please note the exam price advertised on the website for the Open Awards remote invigilation exam is applicable for weekdays (Monday to Friday between 9 am to 5 pm). If you would like to book the Open Awards remote invigilation exam at the weekend then there is an additional £25+Vat applicable. The new assessment and result dates by NCFE are: (Only applicable if you are attending the exam in between the following assessment date). Delivery mode: On-screen and RI Assessment date to and from: 16/09/2024 – 25/10/2024 Results release: 01/11/2024 The new assessment and result dates by Open Awards is: (Only applicable if you are attending the exam in between the following assessment date). Delivery mode: Remote Assessment date to and from: 02/09/2024 – 13/09/2024 Results release: 11/10/2024 Delivery mode: Remote Assessment date to and from: 04/11/2024 – 15/11/2024 Results release: 13/12/2024 (Note that this only applies to the mentioned exam type and if you book the exam during the dates mentioned above. Also, this will not affect the schedule of the other exam types and results.) Christmas Holiday Information For our remote invigilation service of Functional Skills qualifications, the last accepted booking will be on 19th December 2024. We will reopen for bookings from 3rd January 2025. Results Release For Open Awards: Any results from assessments taken after 30th November 2024 will be published after 2nd January 2025. For NCFE Exams: Results from assessments taken after 11th December 2024 will also be published after 2nd January 2025. Additionally, the period between 20th December 2024 and 2nd January 2025 will not be counted as “working days” for the result release timeframes. Please plan your assessment bookings accordingly. Our last results release prior to Christmas will be on 20th December 2024, with the next results release taking place on 3rd January 2025. Why is this course right for you? Our course is tailored to meet your specific needs and help you achieve your academic and career goals from the comfort of your home. You also get the opportunity to book Live 1:1 tutor support via Microsoft Teams. FREE mock test, personalised feedback and remote exams, our Maths Level 2 Course ensures a comprehensive and engaging learning experience. What you will learn from this course? Gain comprehensive knowledge about functional skills maths Understand the core competencies and principles of functional skills maths Explore the various areas of functional skills maths Know how to apply the skills you acquired from this course in a real-life context Become a confident and expert math teacher Exam Details Exam slots are available 24*7 from Monday to Sunday. If you are in a rush and would like to book your exam sooner, then you can book your remote online exam within 3 working days for Open Awards, 1 working day of enrolment for NCFE, 2 working days of enrolment for TQUK and within 7 working days for Pearson Edexcel. Please note the exam price advertised on the website for the Open Awards remote invigilation exam is applicable for weekdays (Monday to Friday between 9 am to 5 pm). If you would like to book the Open Awards remote invigilation exam at the weekend then there is an additional £25+Vat applicable. [/gcse-course-accordion-content][gcse-course-accordion-content title="EXAM Booking & Results Details"] You can decide the exam date and place according to your convenience. Awarding Body Paper-Based Exam in Centre On-Screen Exam in Centre Remote Online Exam – From Home Results Edexcel Book within 15 days Book within 24 Hours Book within 7 working days Get results in 20 working days NCFE Book within 10 working days Book within 24 Hours Book within 2 working days Get results in only 7 days Open Awards N/A N/A Book within 2 working days Get results in only 16 working days TQUK Book within 7 working days Book within 24 Hours Book within 2 working days Get results in only 6 working days *Offline examinations will be held at our Swindon and London centres. Please contact us for more information.Difference between NCFE, Pearson Edexcel and Open Awards and TQUK. Difference between NCFE, Pearson Edexcel and Open Awards and TQUK NCFE, TQUK, Pearson Edexcel and Open Awards are OFQUAL-regulated and nationally recognised; however, the only difference lies in the exam booking and result turn-around time. You can book your remote online exam within 2 working days of enrolment for NCFE, within 7 working days for Pearson Edexcel, 2 working days of enrolment for TQUK and within 3 working days for Open Awards. You can get your NCFE results in 7 days, your Edexcel results in 20 working days, your TQUK results in 6 working days and your Open Awards results within 16 working days. Universities and apprenticeships accept all of the awarding bodies. This distinction allows learners to choose the awarding body that aligns best with their educational and career goals. Entry Requirements This level 2 maths qualification is available to all students of all academic backgrounds; no experience or previous qualifications are required. However, you will require a laptop/desktop computer and a good internet connection. Exam Structure The Functional Skills NCFE, Pearson Edexcel, TQUK and Open Awards Qualification in Mathematics Level 2 consist of one externally assessed assessment that comprises two sections- a non-calculator section (calculator prohibited) and a calculator section (calculator permitted). The assessments are available as paper-based and onscreen, on-demand assessments. Section A (Non-calculator) Awarding Body Exam Duration Total Marks Questions Cover Edexcel 25 minutes 16 25% NCFE / Open Awards / TQUK 30 minutes 15 25% Section B (Calculator) Awarding Body Exam Duration Total Marks Questions Cover Edexcel 1 hour 30 minutes 48 75% NCFE / Open Awards / TQUK 1 hour 30 minutes 45 75% Pass Mark (Edexcel): Learners are required to achieve an overall (from sections A and B) (59%) mark to pass the exam. Pass Mark (NCFE): Learners are required to achieve an overall (from sections A and B) (57% – 62%) mark to pass the exam. Please note that the marks vary for individual exam papers, so for all the exam papers, the pass marks are not fixed for the NCFE exam. Pass Mark (Open Awards): Pass Marks for L 2 functional skills maths assessments vary per assessment version and are set following standardisation and awarding activities. Each Maths assessment is designed to enable a minimally competent learner to achieve a pass mark of 36 out of 60. However, the awarding process will determine specifically where the pass mark sits for each assessment version. Therefore, the pass mark may vary between assessments. Pass Mark (TQUK): Pass Marks for level 2 functional skills maths assessments vary per assessment version and are set following standardisation and awarding activities. Assessment This math's level 2 course assesses learners through multiple-choice questions (MCQs). Upon successful completion of the modules, learners must answer MCQs to complete the assessment procedure. Through the MCQs, it is measured how much a learner could grasp from each section. In the assessment pass mark is 60%. Recognised Accreditation This Functional Skills Maths Level 2 has been independently accredited by Pearson Edexcel, NCFE, TQUK and Open Awards, also regulated by Ofqual. The Office of Qualifications and Examinations Regulation (Ofqual) is responsible for regulating qualifications, assessments, and examinations in England. Pearson Edexcel is the most prestigious awarding body, for an academic and vocational qualifications. Pearson Edexcel qualifications are regulated by Ofqual and recognised by universities and employers across the world. NCFE is a charity and awarding organisation that provides qualifications in England, Wales, and Northern Ireland. It is regulated by Ofqual in England and recognised in Wales and Northern Ireland. Open Awards is an awarding organisation that offers a wide range of qualifications across various sectors, including education, health and social care, and business. Their qualifications are regulated by Ofqual and are designed to meet the needs of learners and employers. Open Awards also works closely with educational institutions and employers to ensure their qualifications are relevant and up-to-date. TQUK is an awarding organisation approved by Ofqual and offers RQF courses in a variety of sectors. RQF courses have different credit values that can be applied to the National Credit Transfer System. TQUK accredits courses developed by industry experts and collaborates with organisations to ensure the quality and value of the courses provided. Additional Features Access to On-Demand Classes Opportunity to Book 1:1 Live Tutor Support via Microsoft Teams. Enrol in Our Course and Prepare for the Exam from Home Get a Free Mock Test with Professional Feedback Course Curriculum Unit 1: Number Lesson 1.1: Numbers and the Number System Unit 1: Number The number system gives you a general insight into the mathematical operations regarding the given numbers. You will acquire skills in division, multiplication, addition and subtraction, which require steps in real-life contexts. Lesson 1.2: Fractions and Decimals You will be learning many types of fractions, including improper fractions, proper fractions, equivalent fractions and more. Along with this, you will learn Ordering Decimal Numbers, Subtracting Decimals, multiplying and dividing decimals and more, which enables you to apply real-world problem-solving. Lesson 1.3: Percentages You will learn to calculate the Percentage and how to express a Number as a Percentage of Another. Interpreting the Original Value, Calculating Percent Increase and Decrease, and so on. This learning you can easily apply in real-life counting issues along with increasing your rational thinking. Lesson 1.4: Ratio and Proportion You will be learning to calculate the Total Amounts using Ratios, direct Proportion, Inverse Proportion and many more things, which help you in doing comparisons, learning science and engineering and more. Lesson 1.5: Formula You will learn the definition of formulas Formula Using Words, Multi-Step Formulas, Formula Using Letters and so on. Learning formulas has a large impact on real life as these formulas are used extensively in measuring, building infrastructure and more. Unit 2: Measures, Shapes and Space Lesson 2.1: Money Math You will be mastering Solving Money Related Questions, including percentage-based discounts, discounts Related to Fractions, Profit and Percentage, etc. This money math learning will help you to understand money-earning and saving-related issues that you face in daily activities. Lesson 2.2: Units You will learn units and Types of Units, Units of Weight, Units of Length, Units of Capacity, etc. Also, you will gain knowledge about steps to convert between Metric Units, Imperial to Imperial Conversions, and Other Unit Conversions will help pursue a higher university degree. Lesson 2.3: Speed and Density You will be clearing the concept of speed, calculations to find out distance and time, density, Relation between Density, Weight and Volume. Lesson 2.4: Perimeter You will learn to find perimeter and area, Circle, perimeter of triangle etc. which require in measurement, design and planning and so on. Lesson 2.5: Area and Shapes You will gain skills in formulas for calculating area, finding areas of complex shapes, applying area calculations in complex questions, different Types of 3D Shapes, surface area, finding the surface area of complex 3D Shapes, using nets, plans and elevations, etc. learning about area and shapes will certainly help you in building your dream home and more. Lesson 2.6: Volume In the volume classes, you will learn Formulas for calculating volume, Questions based on volumes of different 3D Shapes, finding the Scale in a Diagram, Making Scale Drawings, which are required in building critical thinking skills and more. Lesson 2.7: Coordinates & Angles You will be learning necessary things about the coordinate Grid, How to Read Coordinates on a Grid? Plotting Points on a Grid and more which extensively requires in making video games, medical imaging, physics and more. Unit 3: Handling Data and Information Lesson 3.1: Median and Mode You will be learning about median and mode, which is one of the most interesting mathematical chapters. As you will know how to find the median and mode from the sets of numbers, you can easily implement such learning in household work and other places as well. Lesson 3.2: Mean and Range You will be able to find the mean, median and mode. Knowing how to find these is highly important in all aspects of life. Lesson 3.3: Probability You will learn Probability: Definition and Meaning, Calculating Probabilities, Probability of Something Happening and Something Not Happening, etc. Once you know how to find probability, you can easily detect business profit loss and implement other parts of your life. FAQ How to pass functional skills maths level 2? To pass Functional Skills Maths Level 2, it's essential first to understand the format and content of the exam. Make sure to practise regularly, using past papers and other resources, whether it's textbooks, online courses, or one-on-one tutoring, and seek help when needed. Study Plex's course on Functional Skills Maths Level 2 is an excellent option for those looking for comprehensive and practical study materials with expert guidance and support. With practice tests, quizzes, and one-on-one support, you'll have everything you need to succeed. Can you do functional skills level 2 maths online? Yes, it is possible to do Functional Skills Level 2 Maths online. Many course providers offer online education courses for Functional Skills Maths, including StudyPlex. Their online course includes video lectures, interactive quizzes, and practice tests to help learners prepare for the exam. With online courses, learners have the flexibility to study at their own pace and on their own schedule. Do universities accept functional skills maths level 2? Functional Skills Maths qualifications at Level 2 demonstrate your ability in numeracy and are equivalent to a GCSE level 4 or grade C, making them widely accepted by universities for various courses. However, it's important to check the admission requirements of the university you're interested in. Additionally, some universities may require higher levels of maths proficiency depending on the course of study. How hard is functional skills level 2 maths? Functional Skills Maths Level 2 can be challenging for some individuals, especially those not confident in their math skills. However, the difficulty level can be manageable with proper preparation and practice. The exam covers topics such as algebra, geometry, statistics, and probability, which require a good understanding of mathematical concepts and problem-solving skills. It's important to note that Level 2 is equivalent to a GCSE C or above, so it's considered to be at a relatively high level of difficulty. How many marks to pass functional skills level 2 maths? The Functional Skills NCFE and Pearson Edexcel Qualification in Mathematics at Level 2 consist of one externally assessed assessment with two sections: a non-calculator section and a calculator section. The non-calculator section is 25% of the exam, while the calculator section is 75%. To pass the exam, learners must achieve an overall mark of 59% in both sections. How many questions in functional skills level 2 maths? The number of questions in Functional Skills Maths Level 2 can vary depending on the exam board, but typically there are around 35 to 40 questions across both sections of the exam. How to get functional skills maths level 2? You have several options available to obtain Functional Skills Maths Level 2. Enrolling in a course that prepares you for the exam is a common way, and many colleges, adult education centres, and online learning platforms like StudyPlex offer such courses. You can also self-study using textbooks, online resources, and practice exams. Additionally, if you are participating in an apprenticeship or job training program, your employer may offer Functional Skills Maths Level 2 training. Hiring a private tutor is also an option. Once prepared, you can register through an accredited exam centre. How to revise for functional skills maths level 2? You should start by identifying your strengths and weaknesses, creating a study plan, and using study resources such as textbooks, online resources, practice exams, and past papers to revise for Functional Skills Maths Level 2. It's also important to practise as much as possible and seek help when needed. StudyPlex's Level 2 Maths course provides opportunities to facilitate revision, including access to online resources, practice exams, and past papers. The course also includes tutor support and feedback to help you identify areas for improvement and work towards achieving success in the exam. Is functional skills level 2 maths easy? Although Functional Skills Level 2 Maths is less complex and faster to finish than GCSE Maths, it is still essential to have good subject proficiency to pass the exam as it is recognised as equivalent to a C/4 grade in GCSE Maths. Is functional skills level 2 maths equivalent to gcse? Functional Skills Level 2 Maths is equivalent to a GCSE at grade 4 (C) or above. This means that achieving a Level 2 qualification in Functional Skills Maths demonstrates the same level of knowledge and maths skills as attaining a Grade 4 or higher in GCSE Maths. Is functional skills maths level 2 hard? The difficulty of Functional Skills Maths Level 2 may vary depending on the individual's prior knowledge and skill level in maths. However, it is generally considered equivalent in difficulty to a GCSE Grade 4/C, a standard proficiency level in maths. However, with adequate preparation and practice, many individuals find it manageable to achieve a pass in Functional Skills Maths Level 2. What are the system requirements for remote exam? To sit your assessment, you’ll need: A laptop/desktop with webcam and microphone; you can’t sit the assessment on a tablet or smartphone a good Wi-Fi connection – recommended minimum 1Mbit/s Upload, minimum 10Mbit/s Download. You MUST use google chrome browser for the exam, as this is recommended by the awarding body. A smartphone or tablet (Apple iOS 8.0 / Android 4.1 or higher) - this will be used to record you taking the assessment. A suitable environment - quiet room with no distractions The link for the assessment sent to your email; remember to check your spam/junk folder. You must activate Airplane mode on your smartphone however you need to be connected to Wi-Fi, so turn on Airplane mode then reactivate your Wi-Fi. Please familiarise yourself with the potential violations as these can potentially lead to the assessment being voided. Ensure ALL equipment is plugged in (including phone for the recording of sessions). Loss of power at any point could lead to the assessment being voided. You must brief other members of your household/workplace that you’re sitting an assessment, and they must not enter the room at any point. There is a 24-hour live chat function within the assessment software for technical support should you need it at any time. For Open Awards: In order to take your exam, you need to have the following equipment: A good quality laptop or PC with a minimum screen size of approx. 14” and minimum resolution of 1024 x 768. A stable internet connection with at least 3mbps. An integrated (i.e., fixed) webcam on your PC/ laptop or a portable webcam. If using a PC/ laptop with an integrated webcam, a reflective surface (e.g., a mirror) must be available. This will be used to show the invigilator the space immediately surrounding your screen and keyboard. A basic (non-scientific) calculator for maths assessments. You will have access to an on-screen calculator but may feel more comfortable using a separate calculator. Please note that all workings need to be added to the assessment platform if you use a separate calculator so that your workings can be marked. Plain paper. You will need to show this to your invigilator at the beginning of the exam to assure them that you do not have access to notes. A dictionary (where allowed). Supported Browsers Chrome: 34.0.1847 or above Microsoft Edge: Version 88.0.705.81 or newer Firefox: 31.0 or above Safari: 6.2 or above Safe Exam Browser 2.0.2 or above Please note: Chromebooks are not compatible with the Safe Exam Browser Browser settings Popups must be allowed. Guidance on how to do this below: Chrome Edge Firefox Safari For TQUK: Exam conditions All remote exams must take place in a controlled environment. Training Qualifications UK (TQUK) defines a controlled environment as a quiet, appropriate space conducive to the undertaking of a remotely invigilated exam. The environment must be: populated only by you, the learner, and no other parties well-lit to allow maximum webcam visibility free from distractions that may cause you to divert your attention away from the computer screen or move outside of the webcam’s viewing range free from notes and posters on the wall free from noise free from personal or sensitive material free from visual or physical access to supporting materials (such as educational texts) free from electronic devices, other than the computer used to undertake the exam. The space, as described above, must meet these requirements throughout the entire duration of the exam. If the exam conditions requirements are not met, the exam may be voided. If, for any reason, you are unable to undertake the exam in a space that meets these requirements, you should inform your training provider/recognised centre at the earliest opportunity and arrange your exam at a time when these conditions can be met. You must have a desktop or laptop computer that is equipped with a working webcam, a stable internet connection, and the Google Chrome web browser (available here). Requirements and guidance for materials: The following relates to materials within the controlled environment and must be followed to ensure compliance: Mobile phones and electronic devices, except for the computer you are using to undertake the exam, must be switched off and stored in an inaccessible location. Smartwatches and other wearable technological devices must be switched off and removed. Headphones must not be worn. Water must be stored in a clear glass or a clear bottle with the labels removed. No other food or drink is permitted. Second monitors are not permitted. Identification must be clearly presented to the camera at the start of an exam. If identification is not provided, or is unclear, at the start of the exam, this will result in the exam being voided. A room sweep must be completed at the start of an exam. If a room sweep is not completed, the exam will be voided.

Functional Skills Maths Level 2
Delivered Online On Demand1 hour
£19.99

Keras Deep Learning and Generative Adversarial Networks (GAN)

By Packt

Welcome to this dual-phase course. In the first segment, we delve into neural networks and deep learning. In the second, ascend to mastering Generative Adversarial Networks (GANs). No programming experience required. Begin with the fundamentals and progress to an advanced level.

Keras Deep Learning and Generative Adversarial Networks (GAN)
Delivered Online On Demand17 hours 16 minutes
£93.99