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

4936 Courses

Cisco Implementing and Configuring Cisco Identity Services Engine v4.0 (SISE)

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for Network security engineers Network security architects ISE administrators Senior Security Operations Center (SOC) personnel responsible for Incidence Response Cisco integrators and partners Overview After taking this course, you should be able to: Describe the Cisco Identity Services Engine (ISE) Explain Cisco ISE deployment Describe Cisco ISE policy enforcement components Describe Cisco ISE policy configuration Troubleshoot Cisco ISE policy and third-party Network Access Device (NAD) support Configure guest access Configure hotspots and guest portals Describe the Cisco ISE profiler services Describe profiling best practices and reporting Configure a Cisco ISE BYOD solution Configure endpoint compliance Configure client posture services Configure Cisco ISE device administration Describe Cisco ISE TrustSec configurations The Implementing and Configuring Cisco Identity Services Engine (SISE) v4.0 course teaches you to deploy and use Cisco© Identity Services Engine (ISE) v3.x, an identity and access control policy platform that simplifies the delivery of consistent, highly secure access control across wired, wireless, and VPN connections. This hands-on course provides you with the knowledge and skills to implement and apply Cisco ISE capabilities to support use cases for Zero Trust security posture. These use cases include tasks such as policy enforcement, profiling services, web authentication and guest access services, BYOD, endpoint compliance services, and Terminal Access Controller Access Control Server (TACACS+) device administration. Through hands-on practice via lab exercises, you will learn how to use Cisco ISE to gain visibility into what is happening in your network, streamline security policy management, and contribute to operational efficiency. This course helps you prepare to take the Implementing and Configuring Cisco Identity Services Engine (300-715 SISE) exam, which leads to CCNP© Security and the Cisco Certified Specialist - Security Identity Management Implementation certifications. This course also earns you 40 Continuing Education (CE) credits toward recertification Course Outline Introducing Cisco ISE Architecture Introducing Cisco ISE Deployment Introducing Cisco ISE Policy Enforcement Components Introducing Cisco ISE Policy Configuration Troubleshooting Cisco ISE Policy and Third-Party NAD Support Introducing Web Authentication and Guest Services Configuring Hotspots and Guest Portals Introducing the Cisco ISE Profiler Introducing Profiling Best Practices and Reporting Configuring Cisco ISE BYOD Introducing Cisco ISE Endpoint Compliance Services Configuring Client Posture Services and Compliance Working With Network Access Devices Exploring Cisco TrustSec Additional course details: Nexus Humans Cisco Implementing and Configuring Cisco Identity Services Engine v4.0 (SISE) 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 Configuring Cisco Identity Services Engine v4.0 (SISE) 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 Configuring Cisco Identity Services Engine v4.0 (SISE)
Delivered OnlineFlexible Dates
Price on Enquiry

Total sFlow for engineers

5.0(3)

By Systems & Network Training

Total sFlow training course description A comprehensive hands on course covering sFlow. The course starts with the basics of flows moving swiftly onto configuring sFlow and studying the information it provides. What will you learn Describe sFlow. Use Nmap. Recognise how sFlow can be used. Describe the issues in using sFlow. Compare SFlow with SNMP and NetFlow. Total sFlow training course details Who will benefit: Technical staff working with sFlow. Prerequisites: TCP/IP foundation for engineers. Duration 1 day Total sFlow training course content What is SFlow? Where to monitor traffic. Packet based sampling, Time based sampling. Adaptive sampling. Flow samples, Counter samples. Hands on Wireshark flow analysis. Getting started with sFlow sFlow configuration. Enabling sFlow. Per interface. Hands on Accessing sFlow data using the CLI. sFlow architecture SFlow agents and collectors. When flows are exported. Distributed sFlow architecture, subagents. sFlow reporting products. SolarWinds. Hands on Collector software. sFlow features and benefits Troubleshooting with sFlow, controlling congestion, security and audit trail analysis. Hands on Using sFlow. sFlow versus other technologies Flows. sFlow impact and scalability. sFlow versus SNMP and RMON, SFlow versus NetFlow/IPFIX. Hands on Advanced sFlow configuration.

Total sFlow for engineers
Delivered in Internationally or OnlineFlexible Dates
£1,397

Definitive Apache for Engineers

5.0(3)

By Systems & Network Training

Apache training course description A hands on training course covering installation, configuration and management of the Apache web server. What will you learn Install Apache. Configure Apache. Manage Apache. Build static and dynamic web sites with Apache. Secure Apache. Apache training course details Who will benefit: Technical staff working with Apache. Prerequisites: TCP/IP foundation for engineers. UNIX fundamentals Duration 3 days Apache training course contents Installing Apache What is Apache? Apache versions, history, downloading Apache, source distribution, compilation, binary distribution, installation, platform considerations. Hands on Downloading and installing Apache. Controlling the Apache server Running Apache, automatic Apache start, starting, stopping, restarting Apache. Checking Apache status. Hands on Server control. Configuration Serving webpages, setting the document root, applying configuration changes, Configuration files, httpd.conf, syntax, directives, modules, utilities, turning features on/off. Hands on basic Apache configuration. More configuration MIME, URL mapping, content negotiation, indexing, performance tuning. Logging log file content, configuration, log file locations, error logging, browser errors, error page configuration, forbidden index pages. Hands on Log files. Security File permissions, .htaccess, protecting files with passwords, password files, authentication, restricting access by IP address. Secure HTTP HTTPS, installing mod_ssl, certificates, configuring mod_ssl, http and https coexistence Virtual hosts Multiple sites on one server, separate configuration files, IP based, name based, port based, virtual host names, enabling, defining, configuring, aliases, testing, https virtual hosts. Hands on Virtual hosts. Dynamic sites Dynamic sites, CGI, PHP, PERL, CGI programs, example CGI scripts, Apache and CGI, CGI parameters, CGI issues, PHP, mod_php, Perl and Apache, mod_perl, installing mod_perl. Hands on CGI, PHP and Perl with Apache. Modules What are modules, standard modules, loading modules, mod_speling, mod_rewrite, other special purpose modules, URL rewriting, redirection, URL transformation, browser dependent pages. Hands on Working with modules.

Definitive Apache for Engineers
Delivered in Internationally or OnlineFlexible Dates
£2,367

Complete Ruby programming

5.0(3)

By Systems & Network Training

Complete Ruby programming training course description This course starts with a quick-start session and then explains the language in detail from the bottom up. Hands on sessions follow all the major sessions to reinforce the theory. What will you learn Read Ruby programs. Write Ruby programs. Debug Ruby programs. Complete Ruby programming training course details Who will benefit: Anyone wishing to program in Ruby. Prerequisites: Software development fundamentals Duration 3 days Complete Ruby programming training course contents Introduction A tour of Ruby, Try Ruby, A suduko solver in Ruby. The Structure and execution of Ruby Lexical structure, Syntactic structure, Files structure, Program encoding, Program execution. Datatypes and objects Numbers, text, Arrays, Hashes, Ranges, Symbols, True, false, and nil, Objects. Expressions and operators Literals and keyword literals, Variable references, Constant references, Method invocations, Assignments, Operators. Statements and control structures Conditionals, loops, Iterators and enumerable objects, Blocks, Altering flow control, Exceptions and exception handling, BEGIN and END, Threads, fibres and continuations. Methods, Procs, Lambdas and closures Defining simple methods, Method names, Methods and parentheses, Method arguments, Procs and lambdas, Closures, Method objects, Functional programming. Classes and modules Defining a simple class, Method visibility: public, protected, privates, Subclassing and inheritance, Object creation and initialization, Modules, Loading and requiring modules, Singleton methods and Eigenclass, Method lookup, Constant lookup. Reflection and metaprogramming Types, classes and modules, Evaluating strings and blocks, Variables and constants, Methods, Hooks, Tracing, ObjectSpace and GV, Custom control structures, Missing methods and missing constants, Dynamically creating methods, Alias chaining. The Ruby platform Strings, Regular expressions, Numbers and Math, Dates and times, Collections, Files and directories, Input/output, Networking, Threads and concurrency. The Ruby environment Invoking the Ruby interpreter, The Top-level environment, Practical extraction and reporting shortcuts, Calling the OS, Security.

Complete Ruby programming
Delivered in Internationally or OnlineFlexible Dates
£2,367

GDPR , Compliance & Information Management at QLS Level 3 & 5

By Imperial Academy

3 QLS Endorsed Diploma | QLS Hard Copy Certificate Included | Plus 10 CPD Courses | Lifetime Access

GDPR , Compliance & Information Management at QLS Level 3 & 5
Delivered Online On Demand
£399

DDOS demystified

5.0(3)

By Systems & Network Training

DDOS demystified training course description This course covers DDOS attacks and how to defend against them. The course starts by studying DOS attacks and then DDOS attack. Reflectors, booters and stressers are followed by reflection and amplification. Once the various DDOS attacks have been covered we then study the ways to defend against DDOS attacks. What will you learn Describe DDOS. Explain how DDOS attacks work. Recognise DDOS attack types. Describe how to defend DDOS attacks. DDOS demystified training course details Who will benefit: Anyone involved in network security. Prerequisites: Network fundamentals Duration 1 day DDOS demystified training course contents What is DOS? Denial Of Service, outages, Attackers, Command and control, Bots. Why DOS? What is DDOS? Distributed, reflectors, botnets, botnet topologies, amplification, attack bandwidth, attack vectors, booters, stressers, backscatter, DirtJumper, XOR. RUDY. High and Low orbit Ion Cannon. Attack types Application layer attacks, HTTP flood, protocol attacks, SYN floods, teardrop, volumetric attacks, slowloris, DNS cachebusting, fraggle, smurf. IP address spoofing. Reflectors Reflector attacks, amplification attacks, quotients, embedded devices, DNS, NTP, SSDP. DDOS defence Protecting devices from becoming bots. Onsite, outsourced scrubbing, Defending self, defending the Internet, Black hole routing, rate limiting, intelligent application firewalls, anycast, IPS, upstream filtering, BCP38, BCP 140. uRPF.

DDOS demystified
Delivered in Internationally or OnlineFlexible Dates
£1,397

Highfield Level 3 Award Physical Intervention Training

5.0(5)

By Wimbledon Training Services

To complete this qualification learners should expect to undertake approximately 46-hours of learning. The SIA stipulates a minimum of 12 contact hours for the Physical Intervention Skills Within the Private Security Industry unit. Please refer to Highfield’s qualification specification for further details on suitable methods of distance learning.

Highfield Level 3 Award Physical Intervention Training
Delivered In-Person in WimbledonFlexible Dates
£590

ISO 27001:2022 (ISMS) Lead Auditor Training Course

By TUVSW Academy

ISO/IEC 27001:2022 is an international standard of Information security, cyber security and privacy protection known as Information security management systems (ISMS), the existence of it requires competent personnel to interpret its requirements, address those to integrate ISMS in an organization, and audit the organization to assess the implementation and effectiveness of overall implementation. This course is designed for professionals who are responsible for any aspect of Information Security Management Systems (ISMS) as well as for those, specifically, who are pursuing their career in the field of auditing and certification. This course enhances the knowledge and skills of delegates to understand the standard and audit it effectively. The course is consisting of study material in form of self-study type written and exercises. Attendees of this course will be, on completion, competent to implement ISMS, Plan, Conduct & Report 1st, 2nd & 3rd party audits.   Features of Couse ✔ 100% Online Self-paced: Considering busy schedules, we have designed this course to be attended online without bounding with the timings. To make it interactive, we have created different communication groups where candidates can discuss the points with other fellows as well as the trainers of course. Also, they can interact with trainers on monthly demonstration classes. ✔ Testing the Learning: Each section of course is covered with exercise to check your understanding in real-time, and overall result is affected by exercises you complete. ✔ Self-Scheduling: This 40 Hours full fledge course is designed to match your schedule. You will get a life time access to this course and complete it on your ease. ✔ Superlative Material: The training is designed, developed and reviewed by competent auditors with extensive experience of auditing in different regions of world. ✔ Approved Course: The course is approved by one of the well-known personal certifying body “Exemplar Global”. With the approved course, you will get many benefits from Exemplar global which includes but not limited to; Exemplar Global graduate certificate with being listed on their website as auditor as well as badge of auditor from Exemplar Global. Extended learning content from Exemplar Global Complimentary access to online events, online magazine, newsletters, and low-cost professional Access to an exclusive LinkedIn Community Opportunity to explore career enhancement and employment opportunities A discount of 50% in registration fees with Exemplar Global if register through us   Who should attend this? This course is recommended to be attended by those who are involved in implementation and/ or auditing of Information Security Management Systems (ISMS), specifically ISMS Managers, Auditors and others willing to add credibility with a widely accepted qualification for auditing. Also, recommended to satisfy the applicable requirement of training and competence, if any. This course can add values to your profile if you are Intending to perform audits of Information Security Management Systems (ISMS). An ISMS Executive/ Management Representative An Existing Internal Auditor An Information Security Management Systems (ISMS) Consultant Responsible for implementing the Information Security Management Systems (ISMS) standard. Responsibility to evaluate the outcome of internal ISO 27001 – Information Security Management Systems (ISMS) audits and have responsibility/ authority to improve the effectiveness of the Information Security Management Systems (ISMS). Pursuing to make career in Information Security Management Systems (ISMS) auditing. Want to transit from older version to new   Course Duration: 40 Learning Hours and extended time of exercise & Exam.   Certificate: Those who pass all exercises with 50% at least in each exercise will be awarded with successfully completion certificate with the approval of Exemplar Global and a Lifetime validity. Note: Each exercise have 2 retakes, if a candidate fails in all 3 terms, the course will be blocked there and the candidate will have to purchase it again by paying 20% of the original price.   Language of Course: English   Pre-Requisites: ISO 27001 awareness training course.

ISO 27001:2022 (ISMS) Lead Auditor Training Course
Delivered Online On Demand
£198

Information Management and GDPR

By Imperial Academy

Level 3 - Two Endorsed Training | QLS Hard Copy Certificate Included | Plus 5 CPD Courses | Lifetime Access

Information Management and GDPR
Delivered Online On Demand
£300

Level 5 Diploma in Business Management - QLS Endorsed Course

5.0(2)

By Training Express

**10 FREE QLS Endorsed Certificates and Included with Lifetime Access** The Level 5 Diploma in Business Management - QLS Endorsed Course is designed for individuals eager to develop a robust understanding of business operations, leadership strategies, and organisational management. This course covers essential topics such as project management, financial decision-making, marketing strategies, and business analysis. It’s ideal for those looking to advance their careers or develop a deep understanding of how businesses function from a managerial perspective.Through the Level 5 Diploma, learners will gain the knowledge needed to make informed decisions, manage teams effectively, and tackle complex business challenges. The course content is tailored to provide an in-depth look into how businesses operate across various sectors, offering students the skills they need to contribute meaningfully to their organisations. Whether you’re aiming for a leadership role or simply wish to broaden your business knowledge, this course equips you with the tools to succeed. Business and Management - QLS Endorsed Bundle Includes the following Courses Course 01: Diploma in Business and Management at QLS Level 5 Course 02: Diploma in Business Law at QLS Level 5 Course 03: Advanced Diploma in Business Administration at QLS Level 7 Course 04: Award in Business Finance at QLS Level 2 Course 05: Diploma in Business Analyst Training at QLS Level 5 Course 06: Diploma in Corporate Compliance and Risk Management at QLS Level 3 Course 07: Diploma in Security Management at QLS Level 5 Course 08: Diploma in Facilities Management at QLS Level 5 Course 09: Advanced Diploma in Project Management at QLS Level 7 Course 10: Certificate in Quality Assurance (QA) Management at QLS Level 3 Learning Outcomes Master strategic business management for effective decision-making. Navigate the complexities of business law with confidence and precision. Demonstrate advanced proficiency in business administration principles. Understand the fundamentals of business finance and apply them strategically. Analyse and interpret data for informed business decision-making. Implement corporate compliance and risk management strategies. Develop expertise in security and facilities management practices. Lead and execute successful projects with advanced project management skills. Ensure quality assurance through effective management practices. Enhance your business acumen through comprehensive analyst training. Key Features 10 FREE QLS Endorsed Certificate Fully online, interactive course Self-paced learning and laptop, tablet, smartphone-friendly 24/7 Learning Assistance Discounts on bulk purchases Are you ready to steer your career to new heights? Our bundle isn't just a collection of courses; it's a strategic roadmap designed to cultivate the leader in you. Dive into dynamic courses that decode the art of effective leadership, empowering you to inspire and influence teams with finesse. Take on a journey that encompasses a spectrum of business disciplines, from strategic management and business law to project management and finance. Each course, carefully curated at different qualification levels, ensures a holistic understanding of the multifaceted business landscape. Immerse yourself in the intricacies of business administration, corporate compliance, and risk management, gaining expertise that goes beyond the surface. Dive into the realms of security and facilities management, cultivating a skill set that is both broad and specialised. Elevate your understanding of project management to an advanced level, equipping yourself with the tools needed to steer projects towards success. Embrace the opportunity to enhance your career prospects and thrive in a competitive business. In the ever-evolving game of business, strategic moves make all the difference. Our bundle equips you with the tools to navigate this complex chessboard. From market analysis to innovative problem-solving, each module is a strategic piece in building your business acumen. Certificate Once you've successfully completed your course, you will immediately be sent a CPD Accredited PDF certificate. Also, you can have your printed certificate delivered by post (shipping cost £3.99). After successfully completing the assignment, learners will be able to order FREE QLS Endorsed certificate for Each Courses. CPD 55 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Aspiring business professionals seeking a diverse skill set. Individuals aiming for advanced project management roles. Those interested in corporate compliance and risk management careers. Business enthusiasts looking to grasp the intricacies of finance. Individuals aspiring to excel in security and facilities management. Anyone wanting to understand the complexities of business law. Professionals seeking to elevate their strategic management skills. Those looking to broaden their expertise in business administration. Career path Business Analyst Project Manager Compliance Officer Facilities Manager Security Manager Legal Advisor Certificates Digital certificate Digital certificate - Included Hard copy certificate Hard copy certificate - Included Hardcopy Certificate (UK Delivery): For those who wish to have a physical token of their achievement, we offer a high-quality, printed certificate. This hardcopy certificate is also provided free of charge. However, please note that delivery fees apply. If your shipping address is within the United Kingdom, the delivery fee will be only £3.99. Hardcopy Certificate (International Delivery): For all international addresses outside of the United Kingdom, the delivery fee for a hardcopy certificate will be only £10. QLS Endorsed Certificate Hard copy certificate - Included

Level 5 Diploma in Business Management - QLS Endorsed Course
Delivered Online On Demand1 hour
£499