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

56228 Courses delivered Online

WiFi demystified

5.0(3)

By Systems & Network Training

WiFi demystified training course description A concise overview aimed at less technical staff requiring an overview of WiFi networks. The course covers the technologies at a high level allowing delegates to discuss WiFi networks with others recognising the buzzwords used. The course will also allow the delegates to recognise the issues involved in planning and installing WiFi networks as well as securing them. What will you learn Recognise the different WiFi technologies available. Describe the architecture of WiFi networks including the role of Access Points. Recognise the distance limitations of WiFi networks. Describe the buzzwords used in WiFi. Recognise the security issues of WiFi networks. WiFi demystified training course details Who will benefit: Anyone working with WiFi networks. Prerequisites: None. Duration 1 day WiFi demystified training course contents Introduction When to use wireless, when to use wired, WiFi technologies: 802.11, 802.11a, 802.11b, 802.11g, 802.11n, WiFi speeds and distances, comparison to other wireless technologies, 802.15 (Bluetooth), 802.16 (WiMax). Simple WiFi networks Network cards, Antennae, Access Points, WiFi routers. Enterprise WiFi networks SSIDs, Multiple WiFi networks, Repeaters, Wireless bridges, Controller based access points, Wireless switches, Power Over Ethernet. RF site surveys Steps and techniques, tools, analysing the feasibility of WiFi, range, performance, roaming. Security How safe are WiFi networks? Encryption, Authentication, WEP WPA WPA2. 802.1x, EAP, RADIUS.

WiFi demystified
Delivered in Internationally or OnlineFlexible Dates
£967

Cyber Security demystified

5.0(3)

By Systems & Network Training

Cyber Security training course description The reliance of the world on the Internet and computer systems means the protection of information systems is vitally important. This is even more important smart devices and the Internet of Things increase the number of devices. This Cyber Security provides a concise overview on the threats and attacks that can happen along with the counter measures that can be taken. What will you learn Recognise the different types of attack. Describe the attacks that can be made against information systems. Describe the counter measures available. Cyber Security training course details Who will benefit: Non-technical staff working with computers. Prerequisites: None. Duration 1 day Cyber Security training course contents What is Cyber Security? Computer security, Policies, Types of security breach, denial of service, data manipulation, data theft, data destruction, security checklists, incident response. Attacks Physical access, Social engineering, Privilege escalation, Malware, Trojans, worms, viruses, rootkits, Backdoors, Denial of Service (DOS), Distributed DOS, Eavesdropping, Spoofing, Man the middle tampering. Countermeasures Prevention, detection, response. Physical, user accounts, Firewalls, IDS, AAA, authentication, cryptography, encryption, data integrity. Cyber security standards ETSI, ISO 27001, 27002, NIST, ISA/IEC 62443.

Cyber Security demystified
Delivered in Internationally or OnlineFlexible Dates
£967

Regular expressions for engineers

5.0(3)

By Systems & Network Training

Regular expressions training course description Regular expressions are an extremely powerful tool for manipulating text and data. They are now standard features in a wide range of languages and popular tools, including Python and MySQL. Regular expressions allow you to code complex and subtle text processing that you never imagined could be automated. Once you've mastered regular expressions, they'll become an invaluable part of your toolkit. You will wonder how you ever got by without them. What will you learn Use Regular Expressions. Troubleshoot Regular Expressions. Compare RE features among different versions. Explain how the regular expression engine works. Optimize REs. Match what you want, not what you don't want. Regular expressions training course details Who will benefit: Anyone looking to use regular expressions. Prerequisites: None. Duration 1 day Regular expressions training course contents Introduction to Regular Expressions Solving real problems, REs as a language, the filename analogy, language analogy, RE frame of mind, searching text files: egrep, egrep metacharacters, start and end of the line, character classes, matching any character with dot, alternation, ignoring differences in capitalization, word boundaries, optional items, other quantifiers: repetition, parentheses and backreferences, the great escape, expanding the foundation, linguistic diversification, the goal of a RE, more examples, RE nomenclature, Improving on the status quo. Extended introductory examples A short introduction to Perl, matching text with regular expressions, toward a more real-world example, side effects of a successful match, Intertwined regular expression, intermission, modifying text with regular expressions, example: form letter, example: prettifying a stock price, automated editing, a small mail utility, adding commas to a number with lookaround, text-to-HTML conversion, that doubled-word thing. Regular expression features and flavours The regex landscape, origins of REs, care and handling of REs, Integrated handling, procedural and object-oriented handling, search-and-replace example. strings character encodings and modes, strings as REs, character-encoding issues, unicode, regex modes and match modes, common metacharacters and features, character representations, character classes and class-like constructs, anchors and other 'zero-width assertions', comments and mode modifiers, grouping capturing conditionals and control. The mechanics of expression processing Two kinds of engines, new standards, regex engine types, from the department of redundancy department, testing the engine type, match basics, about the examples, rule 1: the match that begins earliest wins, engine pieces and parts, rule 2: the standard quantifiers are greedy, regex-directed versus text-directed, NFA engine: regex-directed, DFA engine: text-directed, first thoughts: NFA and DFA in comparison, backtracking, two important points on backtracking, saved states, backtracking and greediness, more about greediness and backtracking, problems of greediness, multi-character 'quotes', lazy quantifiers, greediness and laziness, laziness and backtracking, possessive quantifiers and atomic grouping, possessive quantifiers ?, +, *+, ++ and {m,n}+, the backtracking of lookaround, is alternation greedy? taking advantage of ordered alternation, NFA DFA and posix, the longest-leftmost', posix and the longest-leftmost rule, speed and efficiency. Practical regex techniques Continuation lines, matching an IP address, working with filenames, matching balanced sets of parentheses, watching out for unwanted matches, matching delimited text, knowing your data and making assumptions, stripping leading and trailing whitespace, matching and HTML tag, matching an HTML link, examining an HTTP URL, validating a hostname, plucking a hostname, plucking a URL, parsing CSV files. Crafting an efficient expression Efficiency vs. correctness, localizing greediness, global view of backtracking, more work for POSIX NFA, work required during a non-match, being more specific, alternation can be expensive, benchmarking, know what you re measuring, benchmarking with Python, common optimisations, the mechanics of regex application, pre-application optimizations, optimizations with the transmission, optimization of the regex itself, techniques for faster expressions, common sense techniques, expose literal text, expose anchors, lazy versus greedy: be specific, split into multiple REs, mimic initial-character discrimination, use atomic grouping and possessive quantifiers, lead the engine to a match, unrolling the loop, observations, using atomic grouping and possessive quantifiers, short unrolling examples, unrolling C comments, the free flowing regex, a helping hand to guide the match, a well-guided regex is a fast regex.

Regular expressions for engineers
Delivered in Internationally or OnlineFlexible Dates
£967

Internet of Things demystified

5.0(3)

By Systems & Network Training

Internet of Things training course description A concise overview course covering The Internet of Things and the technologies involved. Particular emphasis is placed on the high level architecture of IoT and the benefits achievable. What will you learn Describe the structure of the IoT List the technologies involved in IoT. Explain how IoT works. Internet of Things training course details Who will benefit: Non-technical staff working with IoT. Prerequisites: None. Duration 1 day Internet of Things training course contents What is IoT The Internet, what is IoT? IoT and M2M, IoT technologies, IoT architecture. Wired and wireless communication. IoT applications; Smart houses, smart cities, smart cars, wearable, environment, other domain specific IoTs. IoT architecture Physical objects, virtual objects, cloud computing, data capture, communications. Big data. Components Hardware, sensors, actuators, chips, firmware, embedded systems. Open source platforms. Power options: Battery, solar, PoE. IoT communication RF, ZigBee, Bluetooth, Bluetooth LE, RFID, WiFi, 802.11ah, mobile technologies. Wired. Arduino (as an example) Microcontrollers, the platform, development, Arduino software, reading from sensors, I2C, SPI. Arduino and the Internet, HTTP, WiFi, GSM. The cloud and IoT: Pachube, nimbits, ThingSpeak Security in IoT Authentication, Encryption, secure booting, firewalls.

Internet of Things demystified
Delivered in Internationally or OnlineFlexible Dates
£967

Total NTP and PTP for engineers

5.0(3)

By Systems & Network Training

NTP and PTP training course description This course looks at timing and synchronization as provided by NTP and PTP. Hands on sessions primarily involve using Wireshark to analyse the protocols. What will you learn Recognise the importance of timing and synchronisation. Explain how NTP works. Explain how PTP works. NTP and PTP training course details Who will benefit: Anyone using NTP or PTP but particularly relevant for those in the broadcast industry. Prerequisites: TCP/IP foundation for engineers Duration 1 day NTP and PTP training course contents Introduction Clock drift. Timing and synchronization. Importance in computing. Importance in broadcasting. NTP NTP versions, v0 to v4. Architecture. The intersection algorithm. Accuracy. Clock strata, Stratum 0, 1, 2 and 3. Protocol modes. Hands on NTP configuration More NTP NTP packet header. Timestamps. Variables in the header. Clock synchronization algorithm. SNTP. The Windows Time service. Hands on Wireshark and NTP analysis. PTP PTP v2, IEEE 1588. Architecture. Accuracy. Synchronization with PTP. Offset and delay. Hands on Analysing PTP packet flows. More PTP Ordinary clocks, boundary clocks, masters and grandmasters. PTP specific switch types. Hardware time stamping. SMPTE ST2059-2. PTP packet header. PTP domains. Best master clock algorithm. Hands on More Wireshark and PTP.

Total NTP and PTP for engineers
Delivered in Internationally or OnlineFlexible Dates
£967

IWFM Level 4 Diploma in Facilities Management

By The Business School (UK) Ltd

The Level 4 Certificate gives a broad understanding of the professional and provides the skills needed to complete complex, non-routine tasks within workplace and facilities management. It's for you if you work at an operational management level or if you are aspiring to these roles and want to stretch and develop your knowledge and capability.

IWFM Level 4 Diploma in Facilities Management
Delivered Online On Demand
£1,925

Level 7 Diploma in Leadership Coaching and Mentoring

By Harpar Qualifications Ltd

Who are these qualifications for? These qualifications are designed for managers and leaders who have the authority and responsibility for developing and implementing a coaching and mentoring strategy across the organisation. The qualifications require managers and leaders to build on their strategic management and leadership skills and to focus on the requirements of embedding the organisation’s strategy.

Level 7 Diploma in Leadership Coaching and Mentoring
Delivered Online On Demand
£1,999

Setting Up Your Home Or Office Studio for Video Production (FREE Webinar)

5.0(1)

By Clockwork Eye Video

Join our free webinar to learn how to set up a professional home or office studio for high-quality video creation using existing resources.

Setting Up Your Home Or Office Studio for Video Production (FREE Webinar)
Delivered Online + more
FREE

Level 5 Diploma in Health & Social Care

By Egraduate College

Become a qualified Healthcare Support Worker in 6 months, 100% online with live interactive lessons and dedicated tutor support. Flexible payments.

Level 5 Diploma in Health & Social Care
Delivered OnlineFlexible Dates
£1,200

RCN Accredited Asthma and COPD Course NORFOLK ICB ONLY

By BBO Training

'RCN Accredited Asthma and COPD' CourseThis course is a collaborative offering between your employer and BBO Training Ltd., designed to equip experienced healthcare professionals working in primary care settings with a comprehensive and holistic approach to managing patients with asthma and COPD. Even for those already holding a Diploma in either of these areas, the course has proven to be highly valuable, as indicated by positive evaluations from healthcare professionals.Course AimThe primary objective of this course is to provide qualified healthcare professionals with the necessary knowledge and skills to deliver effective asthma and COPD services in collaboration with their medical colleagues within the community healthcare setting. The course aims to raise awareness of these chronic conditions within the community, ensuring safe practice through the utilization of Patient Group Directions (PGDs) and protocols where appropriate. Participants will be clinically and theoretically prepared to establish and manage review and diagnostic clinics within their competency framework. Furthermore, the course emphasizes the clear differentiation between asthma and COPD.Clinical Practice Program and CompetenciesThroughout the course, you, along with your primary mentor, will organise and validate your clinical engagements, both under supervision and independently. By the time of your final assessment, these forms should be fully completed and ready for submission, accompanied by both your and your mentor's evaluations. Additionally, maintaining a log of all clinical hours and interactions is required, with a minimum of 36 hours.Teaching and Learning ApproachUpon completing this course, students will have the opportunity to:1. Participate in various sessions, including workshops, simulations, discussions, seminars, and tutorials, which can be conducted either virtually or in-person.2. Gain practical experience in asthma and COPD management within their local healthcare settings.3. Develop an in-depth understanding of treatments, including their composition, efficacy, indications, contraindications, and mechanisms of action, through clinical practice.4. Enhance advisory skills related to respiratory care on a broader scale.5. Attend dedicated sessions for clinical practice.6. Document a minimum of 36 hours of supervised clinical practice and maintain an ongoing reflective diary.Expected Course ContentWorkshops, Discussion Groups, Lectures, and Assessment: 40 hoursClinical Practice: A minimum of 36 hoursVisits and Private Study: 44 hoursPrivate study time is essential for reading, conducting factual research on treatments through online sources, and accessing the library for literature searches. This time will facilitate writing, referencing, completing your reflective diary, and preparing for the final assessment.AssessmentSuccessful completion of all components is required. Components 2 to 4 must be passed to complete the course. A resit option is available for any component that is not initially passed, limited to one attempt.1. Reflective Diary: This ongoing document, produced by the student throughout the course, is validated by both the student and mentor. While not directly marked, its completion is integral to your portfolio of evidence.2. Clinical Outcomes: These must be validated and passed by your mentor, with all outcomes achieved, along with a log of clinical hours.3. VIVA: A minimum pass mark of 50% is required.4. Test of Knowledge: A minimum pass mark of 50% is necessary (conducted at the end of the initial study days).Learning OutcomesUpon completion of this course, students will be capable of:1. Evaluating and showcasing clinical competence through a reflective diary/log.2. Demonstrating clinical assessment and treatment proficiency in a VIVA examination and knowledge assessment.3. Effectively educating individuals about self-management and enhancing their understanding of their condition.4. Displaying sensitivity and competence in obtaining comprehensive patient histories.5. Adapting care for diverse patient groups and their unique needs.6. Fulfilling professional responsibilities, including meticulous record-keeping and maintaining confidentiality.7. Teaching the use of various inhalers and assessment equipment.8. Developing fundamental assessment and examination techniques for respiratory conditions.9. Operating with Patient Group Directions and protocols for asthma and COPD care.10. Assessing, planning, implementing, and evaluating individual patient needs comprehensively.

RCN Accredited Asthma and COPD Course NORFOLK ICB ONLY
Delivered OnlineFlexible Dates
£1,200