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

1232 Courses delivered Online

MS-721T00 Collaboration Communications Systems Engineer

By Nexus Human

Duration 4 Days 24 CPD hours This course is intended for Collaboration Communications Systems Engineers are responsible for planning, deploying, configuring, maintaining, and troubleshooting Microsoft Teams Phone, meetings, and personal and shared space devices, including Microsoft Teams Rooms and Surface Hub. Collaboration Communications Systems Engineers have a fundamental understanding ofÿnetworking, telecommunications, audio/visual and meeting room technologies, identity and access management. They are proficient in managing and monitoring Teams Phone, meetings, and certified devices using the Microsoft Teams admin center, PowerShell, the Microsoft Teams Rooms Pro Portal, and the Call Quality Dashboard. They deploy and configure Microsoft Teams Phone with PSTN connectivity through Microsoft Calling Plans, Operator Connect, Teams Phone Mobile, and Direct Routing. Collaboration Communications Systems Engineers work with Teams Administrators, Microsoft Identity and Access Administrators, and Microsoft 365ÿAdministrators. In addition, they may work with owners of other workloads, including facilitiesÿmanagers, network engineers, security engineers, device manufacturers, telephony providers, and Microsoft Certified solutions providers. This training course is designed to give participants the knowledge and skills to become a Collaboration Communications Systems Engineer. Participants should understand the fundamentals of networking, telecommunications, audio/visual and meeting room technologies, identity and access management, and Microsoft Teams. They will gain hands-on experience configuring and deploying Microsoft Teams Phone, meetings and certified devices including Microsoft Teams Rooms and Surface Hub. The course will also cover how to manage and monitor Teams Phone, meetings, and certified devices using the Microsoft Teams admin center, PowerShell, the Microsoft Teams Rooms Pro Portal, and the Call Quality Dashboard. In addition, the course will cover configuring and deploying Microsoft Teams Phone with PSTN connectivity through Microsoft Calling Plans, Operator Connect, Teams Phone Mobile, and Direct Routing. Prerequisites Microsoft 365 and Microsoft Teams Networking, telecommunications, and audio/visual basics Identity and access management basics 1 - Introduction to Teams meetings and calling Overview of Teams meetings and events Overview of Teams Phone Overview of auto attendants and call queues Overview of Teams devices 2 - Plan for Teams Phone Plan to deploy Teams Phone Plan for Teams Phone PSTN connectivity Determine license requirements Plan for Teams Phone devices Plan and design Teams Phone features Plan for voicemail 3 - Plan for Microsoft Teams Rooms and Surface Hub Determine license requirements for Microsoft Teams Rooms and shared devices Understand differences between Microsoft Teams Rooms on Android and Windows Understand Microsoft Teams Rooms on Surface Hub 2S Understand and plan Teams Room accessories, components, and peripherals Understand Teams Rooms management options 4 - Plan and optimize network performance for Teams media Understand Teams network requirements Design network for media optimization Design and implement QoS 5 - Configure and deploy Teams Phone Configure emergency calling for Teams Calling Plans Manage and configure Microsoft PSTN numbers Configure Operator Connect and Teams Phone Mobile Configure Teams Phone policies Create and manage Teams policies Configure Audio Conferencing 6 - Configure and deploy Teams Phone with Direct Routing Design Direct Routing call flows Implement SIP trunking with Direct Routing Configure Emergency Calling for Direct Routing Extend Teams Direct Routing infrastructure Deploy and maintain a survivable branch appliance 7 - Extend Teams Phone with additional services Understand how Teams interacts with additional services Configure compliance recording in Teams Configure and integrate a certified contact center in Teams Design and deploy voice bots in Teams 8 - Manage meetings and events experiences Explore meetings and events in Microsoft Teams Configure meeting settings Create and manage meeting policies Configure audio conferencing Create and manage meeting templates and template policies Create and manage meetings customization policies Configure live events settings Create and manage live events policies Examine live events across Microsoft 365 9 - Guided project - Create and assign Teams policies to meet business requirements in Microsoft Teams Prepare 10 - Configure and manage voice users Enable users for Teams Phone Enable users for Direct Routing with Teams Phone Enable additional calling features for Teams Phone Enable users for Teams Phone Mobile 11 - Configure auto attendants and call queues Design call flows for auto attendants and call queues Configure auto attendants and call queues Deploy a channel-based call queue Configure resource accounts Configure Microsoft 365 groups for voicemail Interpret call queue conference modes Interpret call queue routing methods Configure holidays for auto attendants and call queues Configure custom music on hold 12 - Configure, deploy, and manage Teams devices Manage Microsoft Teams Phones Manage Microsoft Teams Room Systems Microsoft Teams Rooms management options Manage Surface Hub 2S devices Configure Microsoft Teams SIP gateway Manage Microsoft Teams displays Remote provisioning and sign in for Teams Phones Update Microsoft Teams devices remotely Manage Microsoft Teams device tags 13 - Guided project - Prepare meeting room experiences Prepare 14 - Monitor and troubleshoot Teams collaboration communications systems Diagnose and troubleshoot phone number assignment Diagnose and troubleshoot Teams client issues Diagnose and troubleshoot call failure and call quality issues Report on and troubleshoot Teams calls with Call Quality Dashboard Diagnose and troubleshoot Direct Routing issues Troubleshoot and monitor Teams devices Troubleshoot Teams meetings and calling Troubleshoot Teams Rooms devices

MS-721T00 Collaboration Communications Systems Engineer
Delivered OnlineFlexible Dates
£2,380

Oracle database administration

5.0(3)

By Systems & Network Training

Oracle Database 12c Admin training course description This Oracle Database 12c Administration course is designed to give the Oracle database administrator practical experience in administering, monitoring, tuning and troubleshooting an Oracle 12c database. Database administrators will gain an understanding of the architecture and processes of the Oracle database server. They will be able to ensure the integrity and availability of a company's data within the Oracle environment. They will be able to monitor the performance of the database, allocate resources with the Resource Manager and Schedule jobs. What will you learn Administer an Oracle database instance. Monitor an Oracle database. Configure the Oracle network environment. Create and manage database storage structures. Manage users, profiles, privileges and roles. Manage undo data and temporary segments. Monitor and resolve lock conflicts. Maintain database security. Implement database auditing. Monitor the performance of the Database. Load and unload data. Use the job scheduler. Configure a database for backup and recovery. Oracle Database 12c Admin training course details Who will benefit: This Oracle Database 12c Administration course is for anyone who needs to administer, monitor and support an Oracle 12c database. Prerequisites: An understanding of relational database concepts and good operating system knowledge. They should have attended the Oracle SQL course or have a good working knowledge of Oracle SQL. Knowledge of the usage of PL/SQL packages is highly recommended. Duration 5 days Oracle Database 12c Admin training course contents Introduction to Oracle database 12c Overview of the Oracle database 12c, Overview of the Oracle Cloud, Relational database concepts, database administration tasks. Oracle Database 12c Architecture Overview of the Oracle database architecture, The Oracle database instance, Oracle Database memory structures, Process architecture and structures, Server and client processes, The Oracle database storage architecture, Connect to the Oracle database instance. Administer a database instance Administrative tools available to a DBA, Use SQL*Plus in Oracle to manage a database instance, Use SQL Developer to manage a database instance, Administer the database using Enterprise Manager (EM), Overview of the Enterprise Manager framework, Access Enterprise Manager Database Express, The Enterprise Manager Database Express Home Page, Enterprise Manager Cloud Control, Initialization parameter files. Configure the Oracle network environment Overview of network configuration, Oracle Net Listener configuration and management, Oracle Net naming methods, Tools for configuring and managing the Oracle network, Using the Net Configuration Assistant, Configure client connections with Net Manager, View listener configuration, Start and stop the Oracle listener, Use TNSPING to test Oracle Net connectivity, Connect to the database, Configure Net Services with Enterprise Manager. Storage Structures Overview of data storage, The database block, Overview of tablespaces and datafiles, Use Enterprise Manager to view the storage structure of the database, Create and alter tablespace commands, Temporary tablespaces, Create and manage datafiles, Use OMF, Drop tablespaces and datafiles. Manage users Predefined database administration accounts, User accounts, Create a user account, User authentication, Change a user's password, Manage a user account, Drop a user account, Monitor user information, Terminate user sessions. Manage profiles and resources Overview of user profiles, Profile resource parameters, Create profile command, Manage passwords with profiles, Control resource usage with profiles, Maintain profiles. Manage privileges Database access, Oracle supplied roles, System and object level privileges, The grant and revoke commands, Create, modify and drop roles, Use predefined roles. Database auditing Overview of database security, Overview of database auditing, Security compliance, Standard auditing, Unified audit trail, Separation of audit responsibilities with the AUDIT_ADMIN and AUDIT_VIEWER roles, Configure the audit trail, Specify audit options. Data concurrency and lock conflicts Levels of locking in Oracle, Methods used to acquire locks, Data concurrency, Possible causes of contention, DML locks, Prevent locking problems, Detect lock contention, Resolve conflicts. Undo management Undo data overview, Monitor and administer undo, Configure undo retention, Switch undo tablespaces, Specify the retention period, Guarantee undo retention, Retention period for flashback queries, View undo space information, Use the undo advisor, Size the undo tablespace, Alter an undo tablespace to a fixed size. Proactive database management Database Maintenance, View the alert log, The Automatic Workload Repository, Statistic levels, The Automatic Database Diagnostic Monitoring, Monitor an Oracle database, Use the Advisors, Set up notification rules/ Performance management Tuning information sources, Performance monitoring, Tuning activities, Performance planning, Instance tuning, Performance tuning methodology, Performance tuning data, Monitoring performance, Managing memory. SQL tuning SQL tuning, The Oracle Optimizer, SQL Plan directives, Adaptive execution plans, SQL Advisors, Automatic SQL Tuning results, Implement automatic tuning recommendations , SQL Tuning Advisor. Moving data Create directory objects , Data Pump architecture, Data Pump data dictionary views, Data Pump interactive mode, Data Pump API, Use Data Pump to export and import data, Overview of SQL Loader, Command line parameters, Record filtering, Control file keywords, Datafiles, SQL Loader data paths, External Tables. Automate tasks with the scheduler Introduction to the Scheduler, Access Rights, Scheduler components and workflow, Create a Job, Job Classes, Use time based, event based schedules, Create an event based schedule. Managing resources with Resource Manager Overview of the Database Resource Manage, Use the Resource Manager, Create Resource Plans, The default maintenance resource manager plan, Create Resource Plan Directives, Allocate resources for Resource Plans. Manage space Overview of space management, Block space management within segments, Segment types, Allocate extents, Allocate space, Row chaining and migration, Create tables without segments. Backup and recovery configuration Oracle backup solutions, Oracle suggested backup strategy, Overview of database backup, restore and recover, Flashback technology, Types of failure ,Instance recovery, Tune instance recovery, The MTTR Advisor, Media failure, Configure a database for recoverability Oracle support The Enterprise Manager Support Workbench, Register for security updates, Work with Oracle Support, My Oracle Support integration, Log Service Requests, Manage patches, Apply a patch

Oracle database administration
Delivered in Internationally or OnlineFlexible Dates
£2,797

Sketchup and Stable Diffusion Rendering Course

By Real Animation Works

1-2-1 bespoke training course

Sketchup and Stable Diffusion Rendering Course
Delivered in London or OnlineFlexible Dates
£1,200

Voice Equipment Course

4.3(43)

By John Academy

Overview Learn how to record professional-quality voiceovers with this Voice Equipment Course. This course will introduce you to different types and functions of voiceover equipment and the latest voiceover software for your podcast.  To start a voiceover career, you need to be aware of the right recording equipment. The course will guide you through the essential tools for recording voiceovers. Here, you'll learn about different types of microphones and understand how to select the best one for your creative needs. In addition, the course will introduce you to many high-quality headphones and explain how to use them for recording and editing.  From this valuable training, you'll identify the elements of acoustic treatment to reduce unwanted reflections, echoes, and background noise and make a professional studio. The course will also teach you about different voiceover and editing tools and explain how to perform routine maintenance and simple repairs on voiceover equipment. Course Preview Learning Outcomes Familiarise yourself with different types of voice equipment Understand the role of an audio interface Gain valuable insights into the audio editing process Determine the importance of acoustic treatment for your studio Enrich your knowledge of equipment maintenance and troubleshooting Why Take This Course From John Academy? Affordable, well-structured and high-quality e-learning study materials Engaging tutorial videos, materials from the industry-leading experts Opportunity to study in a user-friendly, advanced online learning platform Efficient exam systems for the assessment and instant result Earn UK & internationally recognised accredited qualification Easily access the course content on mobile, tablet, or desktop from anywhere, anytime Excellent career advancement opportunities Get 24/7 student support via email. Who Should Take this Voice Equipment Course? This course is suitable for anyone interested in learning about different types of equipment and software for recording high-quality voiceovers. Whether you're a beginner or have some knowledge about voice equipment, you can take this course without any worries. In addition, the in-demand abilities gained from this training will provide excellent career opportunities. Are There Any Entry Requirements? This Voice Equipment Course is available to all learners of all academic backgrounds. But learners should be aged 16 or over to undertake the qualification. And a good understanding of the English language, numeracy, and ICT will be helpful. Assessment Method This course does not involve any assessment. Students can order their course completion Certificate at an additional cost of £14.99for hard copy and in PDF format at £11.99. Certificate of Achievement After completing this course successfully, you will be able to obtain an Accredited Certificate of Achievement. Certificates & Transcripts can be obtained either in Hardcopy at £14.99 or in PDF format at £11.99. Career Path​ The Voice Equipment Course provides essential skills that will make you more effective in your role. It would be beneficial for any related profession in the industry, such as: Voice Actor Narrator Audiobook Narrator Commercial Voiceover Artist Video Game Voice Actor Animation Voice Actor Radio Presenter Voice Acting Coach Module 1: Introduction to Voice Over Equipment Introduction to Voice Over Equipment 00:17:00 Module 2: Microphones for Voice Over Microphones for Voice Over 00:21:00 Module 3: Headphones and Monitoring Headphones and Monitoring 00:22:00 Module 4: Audio Interfaces and Preamps Audio Interfaces and Preamps 00:23:00 Module 5: Acoustic Treatment and Studio Setup Acoustic Treatment and Studio Setup 00:23:00 Module 6: Voice Over Software and Editing Tools Voice Over Software and Editing Tools 00:22:00 Module 7: Equipment Maintenance and Troubleshooting Equipment Maintenance and Troubleshooting 00:22:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Voice Equipment Course
Delivered Online On Demand2 hours 30 minutes
£11.99

Level 3 Diploma in ICT Information Systems and Principles for IT Professionals

4.5(3)

By Studyhub UK

24 Hour Flash Deal **25-in-1 Level 3 Diploma in ICT Information Systems and Principles for IT Professionals Mega Bundle** Level 3 Diploma in ICT Information Systems and Principles for IT Professionals Enrolment Gifts **FREE PDF Certificate**FREE PDF Transcript ** FREE Exam** FREE Student ID ** Lifetime Access **FREE Enrolment Letter ** Take the initial steps toward a successful long-term career by studying the Level 3 Diploma in ICT Information Systems and Principles for IT Professionals package online with Studyhub through our online learning platform. The Level 3 Diploma in ICT Information Systems and Principles for IT Professionals bundle can help you improve your CV, wow potential employers, and differentiate yourself from the mass. This Level 3 Diploma in ICT Information Systems and Principles for IT Professionals course provides complete 360-degree training on Level 3 Diploma in ICT Information Systems and Principles for IT Professionals. You'll get not one, not two, not three, but twenty-five Level 3 Diploma in ICT Information Systems and Principles for IT Professionals courses included in this course. Plus Studyhub's signature Forever Access is given as always, meaning these Level 3 Diploma in ICT Information Systems and Principles for IT Professionals courses are yours for as long as you want them once you enrol in this course This Level 3 Diploma in ICT Information Systems and Principles for IT Professionals Bundle consists the following career oriented courses: Course 01: IT Skills for IT / Non - IT Professionals Course 02: Computer Operating System and Troubleshooting Course 03: IT Support Technician: Troubleshooting and Technical Expertise Course 04: Computer Workstation Safety Training Course 05: Foundations of IT Security: Protecting Digital Assets Course 06: Cyber Security Awareness Training Course 07: Cyber Security Incident Handling and Incident Response Course 08: Information Governance and Data Management Training Course 09: SQL Database Management Course 10: Data Analytics Course 11: Quick Data Science Approach from Scratch Course 12: Machine Learning Basics Course 13: Deep Learning Neural Network with R Course 14: Cyber Security Law Course 15: CEH: Learn Ethical Hacking From A-Z: Beginner To Expert Course 16: Computer Networks Security from Scratch to Advanced Course 17: CompTIA Network+ Certification (N10-007) Course 18: Functional Skills IT/ ICT Level 2 Course 19: Internet of Things (IoT) Course 20: Information Architecture (IA) Fundamentals for Website Design Course 21: Learn Fundamentals of WordPress Course 22: Digital Forensic Science: Unraveling Cybercrime Mysteries Course Course 23: IT Administration and Networking Course 24: Data Center Training Essentials: General Introduction Course 25: Network Security and Risk Management In this exclusive Level 3 Diploma in ICT Information Systems and Principles for IT Professionals bundle, you really hit the jackpot. Here's what you get: Step by step Level 3 Diploma in ICT Information Systems and Principles for IT Professionals lessons One to one assistance from Level 3 Diploma in ICT Information Systems and Principles for IT Professionals professionals if you need it Innovative exams to test your knowledge after the Level 3 Diploma in ICT Information Systems and Principles for IT Professionals course 24/7 customer support should you encounter any hiccups Top-class learning portal Unlimited lifetime access to all twenty-five Level 3 Diploma in ICT Information Systems and Principles for IT Professionals courses Digital Certificate, Transcript and student ID are all included in the price PDF certificate immediately after passing Original copies of your Level 3 Diploma in ICT Information Systems and Principles for IT Professionals certificate and transcript on the next working day Easily learn the Level 3 Diploma in ICT Information Systems and Principles for IT Professionals skills and knowledge you want from the comfort of your home The Level 3 Diploma in ICT Information Systems and Principles for IT Professionals course has been prepared by focusing largely on Level 3 Diploma in ICT Information Systems and Principles for IT Professionals career readiness. It has been designed by our Level 3 Diploma in ICT Information Systems and Principles for IT Professionals specialists in a manner that you will be likely to find yourself head and shoulders above the others. For better learning, one to one assistance will also be provided if it's required by any learners. The Level 3 Diploma in ICT Information Systems and Principles for IT Professionals Bundle is one of the most prestigious training offered at StudyHub and is highly valued by employers for good reason. This Level 3 Diploma in ICT Information Systems and Principles for IT Professionals bundle course has been created with twenty-five premium courses to provide our learners with the best learning experience possible to increase their understanding of their chosen field. This Level 3 Diploma in ICT Information Systems and Principles for IT Professionals Course, like every one of Study Hub's courses, is meticulously developed and well researched. Every one of the topics is divided into Level 3 Diploma in ICT Information Systems and Principles for IT Professionals Elementary modules, allowing our students to grasp each lesson quickly. The Level 3 Diploma in ICT Information Systems and Principles for IT Professionals course is self-paced and can be taken from the comfort of your home, office, or on the go! With our Student ID card you will get discounts on things like music, food, travel and clothes etc. CPD 250 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This Level 3 Diploma in ICT Information Systems and Principles for IT Professionals training is suitable for - Students Recent graduates Job Seekers Individuals who are already employed in the relevant sectors and wish to enhance their knowledge and expertise in Level 3 Diploma in ICT Information Systems and Principles for IT Professionals Further wants to study Pearson BTEC Level 2 Certificate in ICT Systems and Principles Please Note: Studyhub is a Compliance Central approved resale partner for Quality Licence Scheme Endorsed courses. Requirements To participate in this Level 3 Diploma in ICT Information Systems and Principles for IT Professionals course, all you need is - A smart device A secure internet connection And a keen interest in Level 3 Diploma in ICT Information Systems and Principles for IT Professionals Career path You will be able to kickstart your Level 3 Diploma in ICT Information Systems and Principles for IT Professionals career because this course includes various courses as a bonus. This bundle is an excellent opportunity for you to learn multiple skills from the convenience of your own home and explore Level 3 Diploma in ICT Information Systems and Principles for IT Professionals career opportunities Certificates CPD Accredited Certificate Digital certificate - Included CPD Accredited e-Certificate - Free CPD Accredited Hardcopy Certificate - Free Enrolment Letter - Free Student ID Card - Free

Level 3 Diploma in ICT Information Systems and Principles for IT Professionals
Delivered Online On Demand6 days
£279

CompTIA Network+ Certification (N10-007)

4.7(47)

By Academy for Health and Fitness

** Trust The 35000+ Students Who Are Learning with Us & Kick Starting Their Career! ** Deal Price is Active; Save Now- £405! Offer Ends Soon; Hurry Up!! Are you looking to improve your current abilities or make a career move? Our unique CompTIA Network+ Certification (N10-007) Course might help you get there! Expand your expertise with high-quality training - study and get an expertly designed, great-value training experience. Learn from industry professionals and quickly equip yourself with the specific knowledge and skills you need to excel in your chosen career through the online training course. This online training course is accredited by CPD with 20 CPD points for professional development. Students can expect to complete this training course in around 23 hours. You'll also get dedicated expert assistance from us to answer any queries you may have while studying our course. The course is broken down into several in-depth modules to provide you with the most convenient and rich learning experience possible. Upon successful completion of the course, you will receive an instant e-certificate as proof of comprehensive skill development and competency. Add these amazing new skills to your resume and boost your employability by simply enrolling on this course. With this comprehensive course, you can achieve your dreams and train for your ideal career. The course provides students with an in-depth learning experience that they can work through at their own pace to enhance their professional development. You'll get a Free Student ID card by enrolling in this course. This ID card entitles you to discounts on bus tickets, movie tickets, and library cards. Enrolling on the course will ensure that you land your dream career faster than you thought possible. Stand out from the crowd and train for the job you want with the program. Experts created the CompTIA Network+ Certification (N10-007) course to provide a rich and in-depth training experience for all students who enrol in it. Enrol in the course right now and you'll have immediate access to all of the course materials. Then, from any internet-enabled device, access the course materials and learn when it's convenient for you. Start your learning journey straight away with this course and take a step toward a brighter future! Why Prefer this CompTIA Network+ Certification (N10-007) Course? Opportunity to earn a certificate accredited by CPD after completing this course Student ID card with amazing discounts - completely for FREE! (£10 postal charges will be applicable for international delivery) Standards-aligned lesson planning Innovative and engaging content and activities Assessments that measure higher-level thinking and skills Complete the program in your own time, at your own pace Each of our students gets full 24/7 tutor support *** Course Curriculum *** Here is the curriculum breakdown of course: Section 01: Introduction Introduction Section 02: Network Models What is a Model? OSI vs. TCP/IP Model Walking Through OSI and TCP/IP Meet the Frame The MAC Address Broadcast vs. Unicast Introduction to IP Addressing Packets and Ports Section 03: Cabling and Topology Network Topologies Coaxial Cabling Twisted Pair Cabling Cat Ratings Fiber Optic Cabling Fire Ratings Legacy Network Connections Section 04: Ethernet Basics What is Ethernet? Ethernet Frames Early Ethernet The Daddy of Ethernet, 10BaseT Terminating Twisted Pair Hubs vs. Switches Section 05: Modern Ethernet 100BaseT Connecting Switches Gigabit Ethernet and 10-Gigabit Ethernet Transceivers Connecting Ethernet Scenarios Section 06: Installing a Physical Network Introduction to Structured Cabling Terminating Structured Cabling Equipment Room Alternative Distribution Panels Testing Cable Troubleshooting Structured Cabling, Part 1 Troubleshooting Structured Cabling, Part 2 Using a Toner and Probe Wired Connection Scenarios Section 07: TCP/IP Basics Introduction to IP Addressing and Binary Introduction to ARP Classful Addressing Subnet Masks Subnetting with CIDR More CIDR Subnetting Practice Dynamic and Static IP Addressing Rogue DHCP Servers Special IP Addresses IP Addressing Scenarios Section 08: Routing Introducing Routers Understanding Ports Network Address Translation Implementing NAT Forwarding Ports Tour of a SOHO Router SOHO vs. Enterprise Static Routes Dynamic Routing RIP OSPF BGP Section 09: TCP/IP Applications TCP and UDP ICMP and IGMP Handy Tools Introduction to Wireshark Introduction to netstat Web Servers FTP E-mail Servers and Clients Securing E-mail Telnet and SSH Network Time Protocol Network Service Scenarios Section 10: Network Naming Understanding DNS Applying DNS The Hosts File Net Command Windows Name Resolution Dynamic DNS DNS Troubleshooting Section 11: Securing TCP/IP Making TCP/IP Secure Symmetric Encryption Asymmetric Encryption Cryptographic Hashes Identification Access Control AAA Kerberos/EAP Single Sign-On Certificates and Trust Certificate Error Scenarios Section 12: Advanced Networking Devices Understanding IP Tunneling Virtual Private Networks Introduction to VLANs InterVLAN Routing Interfacing with Managed Switches Switch Port Protection Port Bonding Port Mirroring Quality of Service IDS vs. IPS Proxy Servers Load Balancing Device Placement Scenarios Section 13: IPv6 Introduction to IPv6 IPv6 Addressing IPv6 in Action IPv4 and IPv6 Tunneling Section 14: Remote Connectivity Telephony Technologies Optical Carriers Packet Switching Connecting with Dial-up Digital Subscriber Line (DSL) Connecting with Cable Modems Connecting with Satellites ISDN and BPL Remote Desktop Connectivity Advanced Remote Control Systems Section 15: Wireless Networking Introduction to 802.11 802.11 Standards Power over Ethernet (PoE) Antennas Wireless Security Standards Implementing Wireless Security Threats to Your Wireless Network Retro Threats Wi-Fi Protected Setup (WPS) Enterprise Wireless Installing a Wireless Network Wireless Scenarios More Wireless Scenarios Section 16: Virtualization and Cloud Computing Virtualization Basics Cloud Ownership Cloud Implementation Your First Virtual Machine NAS and SAN Platform as a Service (PaaS) Software as a Service (SaaS) Infrastructure as a Service (IaaS) Section 17: Mobile Networking Cellular Technologies Mobile Connectivity Deploying Mobile Devices Mobile Access Control Section 18: Building a Real-World Network Network Types Network Design Power Management Unified Communications Network Documentation Contingency Planning Predicting Hardware Failure Backups Section 19: Managing Risk What is Risk Management? Security Policies Change Management1 User Training Standard Business Documentation Mitigating Network Threats High Availability Section 20: Protecting Your Network Denial of Service Malware Social Engineering Access Control Man-in-the-Middle Introduction to Firewalls Firewalls DMZ Hardening Devices Physical Security Controls Testing Network Security Network Protection Scenarios Section 21: Network Monitoring SNMP Documenting Logs System Monitoring SIEM (Security Information and Event Management) Section 22: Network Troubleshooting Network Troubleshooting Theory Assessment Process Once you have completed all the modules in the CompTIA Network+ Certification (N10-007) course, you can assess your skills and knowledge with an optional assignment. Our expert trainers will assess your assignment and give you feedback afterwards. Show off Your New Skills with a Certificate of Completion The learners have to complete the assessment of this course to achieve the CPD accredited certificate. Digital certificates can be ordered for only £10. The learner can purchase printed hard copies inside the UK for £29, and international students can purchase printed hard copies for £39. CPD 20 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Is This CompTIA Network+ Certification (N10-007) Course Right for You? Anyone interested in learning more about this subject should take this course. This course will help you grasp the basic concepts as well as develop a thorough understanding of the subject. All are welcome to take this course. There are no prerequisites for enrolment, and you can access the course materials from any location in the world. Requirements The CompTIA Network+ Certification (N10-007) program does not require any prior knowledge; everyone may participate! This course is open to anyone interested in learning from anywhere in the world. Every student must be over the age of 16 and have a passion for learning and literacy. This 100% online course can be accessed from any internet-connected device, such as a computer, tablet, or smartphone. This course allows you to study at your speed and grow a quality skillset. Career path After completing this CompTIA Network+ Certification (N10-007) Course, you are to start your career or begin the next phase of your career in this field. Our entire course will help you to gain a position of respect and dignity over your competitors. The certificate enhances your CV and helps you find work in the field concerned.

CompTIA Network+ Certification (N10-007)
Delivered Online On Demand23 hours
£12

Ultimate Broadcasting Guide for OBS

By Compete High

🎥 Unleash Your Broadcasting Potential with the Ultimate Broadcasting Guide for OBS! 🌟 Are you ready to take your streaming and broadcasting skills to the next level? Whether you're a gaming enthusiast, a content creator, or a business professional looking to captivate your audience through live streams, OBS (Open Broadcaster Software) is your gateway to seamless, professional-grade broadcasting.   Introducing our comprehensive online course: the Ultimate Broadcasting Guide for OBS! 🚀 🔹 Master the Tools: Dive deep into the functionalities of OBS and learn how to wield its features like a pro. From scene creation to audio management and everything in between, this course covers it all! 🔹 Polish Your Presentation: Elevate your broadcasts with advanced tips and tricks to enhance visual appeal, engage viewers, and create a dynamic streaming experience that keeps audiences coming back for more. 🔹 Optimize Your Setup: Discover the optimal settings and configurations for your hardware, ensuring smooth and high-quality streams without compromising performance. 🔹 Exclusive Techniques: Unlock insider secrets and expert strategies from industry professionals to stand out in the competitive world of streaming and broadcasting. 🔹 Troubleshooting Expertise: Overcome technical hurdles and glitches with confidence. Learn troubleshooting techniques to tackle common issues and maintain a flawless broadcast. 🔹 Interactive Community: Join a thriving community of broadcasters, exchange ideas, and get ongoing support from instructors and fellow learners on your broadcasting journey.   💡 Whether you're a beginner eager to embark on your streaming adventure or an experienced broadcaster seeking to refine your skills, this course is tailored for you. 🌟 Enroll now and gain the knowledge and expertise needed to become a broadcasting maestro with OBS! 🌟 Don't miss this opportunity to level up your streaming game. Join the ranks of successful broadcasters who have transformed their content with the Ultimate Broadcasting Guide for OBS! Course Curriculum

Ultimate Broadcasting Guide for OBS
Delivered Online On Demand1 hour
£4.99

CompTIA A+ (220-1001)

By Course Cloud

Course Overview Get the essential IT skills you want and the knowledge that leading IT companies need when you take this course for CompTIA A+ (220-1001). CompTIA A+ training is dedicated to preparing IT students for troubleshooting and resolving problems in a broad range of disciplines and domains. You can learn how to pass the A+ exam and specialise in a wider variety of issues that will boost your earning potential to new levels of opportunity as an IT technician.  This CompTIA A+ tutorial focuses on 220-1001 principles with high-end support for most personal and business equipment. You will be taught how to resolve issues with mobile devices, networking technology, hardware, virtualisation, cloud computing and connectivity problems. This learning package is an absolute must for the budding IT technician who wants to gain the most sought-after skills. Enrol now for an assured future in IT technology.  This best selling CompTIA A+ (220-1001) has been developed by industry professionals and has already been completed by hundreds of satisfied students. This in-depth CompTIA A+ (220-1001) is suitable for anyone who wants to build their professional skill set and improve their expert knowledge. The CompTIA A+ (220-1001) is CPD-accredited, so you can be confident you're completing a quality training course will boost your CV and enhance your career potential. The CompTIA A+ (220-1001) is made up of several information-packed modules which break down each topic into bite-sized chunks to ensure you understand and retain everything you learn. After successfully completing the CompTIA A+ (220-1001), you will be awarded a certificate of completion as proof of your new skills. If you are looking to pursue a new career and want to build your professional skills to excel in your chosen field, the certificate of completion from the CompTIA A+ (220-1001) will help you stand out from the crowd. You can also validate your certification on our website. We know that you are busy and that time is precious, so we have designed the CompTIA A+ (220-1001) to be completed at your own pace, whether that's part-time or full-time. Get full course access upon registration and access the course materials from anywhere in the world, at any time, from any internet-enabled device.  Our experienced tutors are here to support you through the entire learning process and answer any queries you may have via email.

CompTIA A+ (220-1001)
Delivered Online On Demand
£319

Cisco Securing Email with Cisco Email Security Appliance v3.1 (SESA)

By Nexus Human

Duration 4 Days 24 CPD hours This course is intended for Security engineers Security administrators Security architects Operations engineers Network engineers Network administrators Network or security technicians Network managers System designers Cisco integrators and partners Overview After taking this course, you should be able to: Describe and administer the Cisco Email Security Appliance (ESA) Control sender and recipient domains Control spam with Talos SenderBase and anti-spam Use anti-virus and outbreak filters Use mail policies Use content filters Use message filters to enforce email policies Prevent data loss Perform LDAP queries Authenticate Simple Mail Transfer Protocol (SMTP) sessions Authenticate email Encrypt email Use system quarantines and delivery methods Perform centralized management using clusters Test and troubleshoot This course shows you how to deploy and use Cisco© Email Security Appliance to establish protection for your email systems against phishing, business email compromise, and ransomware, and to help streamline email security policy management. This hands-on course provides you with the knowledge and skills to implement, troubleshoot, and administer Cisco Email Security Appliance, including key capabilities such as advanced malware protection, spam blocking, anti-virus protection, outbreak filtering, encryption, quarantines, and data loss prevention. This course helps you prepare to take the exam, Securing Email with Cisco Email Security Appliance (300-720 SESA). Describing the Cisco Email Security Appliance Cisco Email Security Appliance Overview Technology Use Case Cisco Email Security Appliance Data Sheet SMTP Overview Email Pipeline Overview Installation Scenarios Initial Cisco Email Security Appliance Configuration Centralizing Services on a Cisco Administering the Cisco Email Security Appliance Distributing Administrative Tasks System Administration Managing and Monitoring Using the Command Line Interface (CLI) Other Tasks in the GUI Advanced Network Configuration Using Email Security Monitor Tracking Messages Logging Controlling Sender and Recipient Domains Public and Private Listeners Configuring the Gateway to Receive Email Host Access Table Overview Recipient Access Table Overview Configuring Routing and Delivery Features Controlling Spam with Talos SenderBase and Anti-Spam SenderBase Overview Anti-Spam Managing Graymail Protecting Against Malicious or Undesirable URLs File Reputation Filtering and File Analysis Bounce Verification Using Anti-Virus and Outbreak Filters Anti-Virus Scanning Overview Sophos Anti-Virus Filtering McAfee Anti-Virus Filtering Configuring the Appliance to Scan for Viruses Outbreak Filters How the Outbreak Filters Feature Works Managing Outbreak Filters Using Mail Policies Email Security Manager Overview Mail Policies Overview Handling Incoming and Outgoing Messages Differently Matching Users to a Mail Policy Message Splintering Configuring Mail Policies Using Content Filters Content Filters Overview Content Filter Conditions Content Filter Actions Filter Messages Based on Content Text Resources Overview Using and Testing the Content Dictionaries Filter Rules Understanding Text Resources Text Resource Management Using Text Resources Using Message Filters to Enforce Email Policies Message Filters Overview Components of a Message Filter Message Filter Processing Message Filter Rules Message Filter Actions Attachment Scanning Examples of Attachment Scanning Message Filters Using the CLI to Manage Message Filters Message Filter Examples Configuring Scan Behavior Preventing Data Loss Overview of the Data Loss Prevention (DLP) Scanning Process Setting Up Data Loss Prevention Policies for Data Loss Prevention Message Actions Updating the DLP Engine and Content Matching Classifiers Using LDAP Overview of LDAP Working with LDAP Using LDAP Queries Authenticating End-Users of the Spam Quarantine Configuring External LDAP Authentication for Users Testing Servers and Queries Using LDAP for Directory Harvest Attack Prevention Spam Quarantine Alias Consolidation Queries Validating Recipients Using an SMTP Server SMTP Session Authentication Configuring AsyncOS for SMTP Authentication Authenticating SMTP Sessions Using Client Certificates Checking the Validity of a Client Certificate Authenticating User Using LDAP Directory Authenticating SMTP Connection Over Transport Layer Security (TLS) Using a Client Certificate Establishing a TLS Connection from the Appliance Updating a List of Revoked Certificates Email Authentication Email Authentication Overview Configuring DomainKeys and DomainKeys Identified Mail (DKIM) Signing Verifying Incoming Messages Using DKIM Overview of Sender Policy Framework (SPF) and SIDF Veri?cation Domain-based Message Authentication Reporting and Conformance (DMARC) Verification Forged Email Detection Email Encryption Overview of Cisco Email Encryption Encrypting Messages Determining Which Messages to Encrypt Inserting Encryption Headers into Messages Encrypting Communication with Other Message Transfer Agents (MTAs) Working with Certificates Managing Lists of Certificate Authorities Enabling TLS on a Listener?s Host Access Table (HAT) Enabling TLS and Certi?cate Verification on Delivery Secure/Multipurpose Internet Mail Extensions (S/MIME) Security Services Using System Quarantines and Delivery Methods Describing Quarantines Spam Quarantine Setting Up the Centralized Spam Quarantine Using Safelists and Blocklists to Control Email Delivery Based on Sender Configuring Spam Management Features for End Users Managing Messages in the Spam Quarantine Policy, Virus, and Outbreak Quarantines Managing Policy, Virus, and Outbreak Quarantines Working with Messages in Policy, Virus, or Outbreak Quarantines Delivery Methods Centralized Management Using Clusters Overview of Centralized Management Using Clusters Cluster Organization Creating and Joining a Cluster Managing Clusters Cluster Communication Loading a Configuration in Clustered Appliances Best Practices Testing and Troubleshooting Debugging Mail Flow Using Test Messages: Trace Using the Listener to Test the Appliance Troubleshooting the Network Troubleshooting the Listener Troubleshooting Email Delivery Troubleshooting Performance Web Interface Appearance and Rendering Issues Responding to Alerts Troubleshooting Hardware Issues Working with Technical Support References Model Specifications for Large Enterprises Model Specifications for Midsize Enterprises and Small-to-Midsize Enterprises or Branch O?ces Cisco Email Security Appliance Model Specifications for Virtual Appliances

Cisco Securing Email with Cisco Email Security Appliance v3.1 (SESA)
Delivered OnlineFlexible Dates
Price on Enquiry

Cisco Implementing Cisco Enterprise Wireless Networks v1.1 (ENWLSI)

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for Network designers Sales engineers Wireless network engineers Overview Objectives After taking this course, you should be able to: Implement network settings to provide a secure wireless network infrastructure Implement a secure wireless client and troubleshoot wireless client connectivity issues Implement and troubleshoot QoS in wireless networks Implement and troubleshoot advanced capabilities in wireless network services The Implementing Cisco Enterprise Wireless Networks (ENWLSI) v1.1 course gives you the knowledge and skills needed to create a secure wireless network infrastructure and troubleshoot any related issues. You?ll learn how to implement and fortify a wireless network infrastructure using Cisco Identity Service Engine (ISE), Cisco Prime Infrastructure (PI), and Cisco Connect Mobile Experience to monitor and troubleshoot network issues.This course provides hands-on labs to reinforce concepts including deploying Cisco Prime Infrastructure Release 3.5, Cisco Catalyst© 9800 Wireless Controller Release, Cisco IOS XE Gibraltar 16.10, Cisco Digital Network Architecture (Cisco DNA) Center Release 1.2.8, Cisco Connected Mobile Experiences (CMX) Release 10.5, Cisco Mobility Services Engine (MSE) Release 8.0 features, and Cisco ISE Release 2.4.This course also helps you prepare to take the 300-430 Implementing Cisco Enterprise Wireless Networks (ENWLSI) exam, which is part of the new CCNP© Enterprise certification and the Cisco Certified Specialist - Enterprise Wireless Implementation certification. Course Outline Securing and Troubleshooting the Wireless Network Infrastructure Implementing and Troubleshooting Secure Client Connectivity Implementing and Troubleshooting Quality of Service (QoS) in Wireless Networks Implementing and Troubleshooting Advanced Wireless Network Services Lab Outline Lab Familiarization (Base Learning Lab) Configure Secure Management Access for Cisco Wireless LAN Controllers (WLCs) and Access Points (APs) Add Network Devices and External Resources to Cisco Prime Infrastructure Customize Cisco Prime Infrastructure for Network Monitoring Capture a Successful AP Authentication Implement Authentication, Authorization, and Accounting (AAA) Services for Central Mode WLANs Implement AAA Services for FlexConnect Mode Wireless LANs (WLANs) Configure Guest Services in the Wireless Network Configure Bring Your Own Device (BYOD) in the Wireless Network Capture Successful Client Authentications Configure QoS in the Wireless Network for Voice and Video Services Configure Cisco Application Visibility and Control (AVC) in the Wireless Network Configure multicast DNS (mDNS) in the Wireless Network Capture Successful QoS Traffic Marking in the Wireless Network Configure, Detect, and Locate Services on the Cisco CMX Additional course details: Nexus Humans Cisco Implementing Cisco Enterprise Wireless Networks v1.1 (ENWLSI) 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 Cisco Enterprise Wireless Networks v1.1 (ENWLSI) 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 Cisco Enterprise Wireless Networks v1.1 (ENWLSI)
Delivered OnlineFlexible Dates
Price on Enquiry