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

44124 BA courses

Energy Insurance and Risk Management

By EnergyEdge - Training for a Sustainable Energy Future

Elevate your expertise in energy insurance and risk management with EnergyEdge's in-depth classroom training. Take the next step in your career!

Energy Insurance and Risk Management
Delivered In-PersonFlexible Dates
£2,199 to £2,299

The Automated Oilfield: AI and Drilling Optimization

By EnergyEdge - Training for a Sustainable Energy Future

Master the latest techniques in AI and drilling optimization with EnergyEdge's specialized course. Take your career to the next level!

The Automated Oilfield: AI and Drilling Optimization
Delivered In-PersonFlexible Dates
£2,199 to £2,299

Negotiation Skills and Techniques for Engineers and Technical Professionals

By EnergyEdge - Training for a Sustainable Energy Future

Develop essential negotiation skills with EnergyEdge's course tailored for engineers and technical professionals. Enroll in our classroom training now!

Negotiation Skills and Techniques for Engineers and Technical Professionals
Delivered In-PersonFlexible Dates
£2,099 to £2,299

CIPD Level 5 Associate Diploma in People Management

5.0(5)

By Hrc Online

At HRC, our overarching mission revolves around ensuring accessibility to CIPD qualifications for everyone, irrespective of their time constraints or availability. We firmly believe that the vision of a world with better-supported employees hinges upon the leadership of qualified HR professionals who spearhead this transformation. Our values are rooted in simplicity: we direct our energy towards your achievement, relentlessly strive to aid others in reaching their objectives, and actively dismantle barriers to education. These principles are exemplified by our pioneering initiative, the First Module Free offer, granting everyone the opportunity to engage with the introductory segment of our CIPD course at no cost. Our team of seasoned tutors understands the rigorous demands of succeeding in CIPD courses – a journey that necessitates diligence, dedication, and the right guidance. In this pursuit, we equip you with The HRC Online Environment, an all-encompassing resource hub designed to furnish you with the tools and knowledge essential for success. Throughout your journey, our tutors stand by you, providing unwavering support at every step. The collective experience of the HR Courses Online team spans decades, bridging the realms of online education and the HR/L&D sector. When you choose to study with us, your attainment of a CIPD qualification holds the same weight and prestige as if you were studying within the confines of a traditional college or physical location. Certification CIPD Level 5 Associate Diploma in People Management Description The Chartered Institute of Personnel and Development (CIPD) stands as a leading force in shaping the landscape of HR and People Development. With a legacy spanning over a century, CIPD remains dedicated to driving excellence, fostering enhanced work environments, and establishing benchmarks that define optimal practices. As a respected Approved Centre of CIPD, we take immense pride in providing unparalleled HR training experiences. Our commitment is unwavering – we are devoted to equipping aspiring professionals with the skills, knowledge, and expertise requisite for attaining CIPD qualification. Within the Middle East, our distinctiveness lies in offering on-demand learning coupled with unprecedented face-to-face tutor support and a seamless Virtual Learning Environment, all contributing to paving the way for your HR journey. Our comprehensive course encompasses all the essentials you need to launch your career: Bite-Size Learning: Easily digestible educational materials crafted to facilitate a streamlined learning journey. Personalized Tutor Support: Enjoy the privilege of a dedicated tutor, with unlimited 1-to-1 support that adapts to your needs. Seamless Virtual Learning: Access our dedicated student portal housing learning materials, study guides, and a user-friendly interface. Versatile Learning: Our platform is accessible on a multitude of devices, ensuring learning fits seamlessly into your life. Engaging Web Series: "Let's Talk HR" – a series featuring over 40 specialists sharing insights, ideas, and solutions, offered entirely free. Learners' Community: An exclusive invitation to our private LinkedIn-based learners' community, fostering positive professional development. Transparent Pricing: All-inclusive access with no hidden fees, providing you with a holistic learning experience. Why opt for our program? Unlimited Tutor Support: Access tailored support at your discretion, putting you in control of when you need assistance. Seasoned Trainers: Benefit from trainers enriched with industry experience and comprehensive training backgrounds. Flexibility Redefined: Embrace a learning journey free from study deadlines or rigid requirements, allowing you to tailor study hours to your life. Continuous Assessment: Bid farewell to conventional exams as your progress is continually assessed, nurturing a dynamic learning experience. Who is this course for? If you are an HR & L&D professional aiming for career advancement or endeavoring to enter the field, CIPD qualifications are meticulously designed for you. Our CIPD Level 5 qualification caters to current or aspiring HR managers and individuals seeking to elevate their careers in human resources, learning, and development. At our institution, we don't just provide education – we facilitate transformation, enabling you to navigate the intricate realms of HR and People Development with confidence and expertise.

CIPD Level 5 Associate Diploma in People Management
Delivered Online On Demand
£2,750

Power BI® – Business Data Analytics

By EnergyEdge - Training for a Sustainable Energy Future

Discover Power BI business data analytics through EnergyEdge's course. Enhance your skills and gain valuable insights for your business.

Power BI® – Business Data Analytics
Delivered In-PersonFlexible Dates
£2,199 to £2,299

Definitive Salt for engineers

5.0(3)

By Systems & Network Training

Definitive Salt training course description Salt is a remote execution framework and configuration management system. This course covers Salt from the basics. After a quick first taste the course moves onto execution modules, salt states, minion and master data, jinja, Salt extensions and then topology and configuration options. Hands on sessions are used to reinforce the theory rather than teach specific manufacturer equipment. What will you learn Install and use Salt. Describe the architecture of Salt. Manage configurations with Salt. Extend Salt. Definitive Salt training course details Who will benefit: Anyone working with Salt. Prerequisites: Linux fundamentals. Duration 2 days Definitive Salt training course contents Introduction What is Salt? High- level architecture, Some quick examples, system management, configuration management, A brief history, Topology options, Extending Salt. Quick start: First taste of Salt Single-master setup, from packages, bootstrap scripts, Starting up, Basic commands, salt: the main workhorse, salt-key: key management, salt-call: execution on the minion, salt-run: co-ordination of jobs on the master, summary of commands, Key management, viewing keys, accepting keys, rejecting keys, key files, Minion targeting, minion ID, list (-L), glob, regular expressions (-E), grains (-G), compound (-C), targeting summary, Additional remote execution details, Conclusion. Execution modules: The functional foundation sys: information and documentation about modules, sys.doc basic documentation, sys.list_modules, sys.list_functions: simple listings, cmd: execute via shell, cmd.run: run any command, pkg: manage packages, virtual modules, pkg.lists_pkgs: list all installed packages, pkg.available version: see what version will be installed, pkg.install: install packages, user: manage users, user.add: add users, user.list_users, user info: get user info, saltutil: access various Salt utilities, Summary. Configuration management: Salt states Salt files overview, SLS example: adding a user, working with the multi-layered state system, Highstate and the top file, the top file, State ordering, require: depend on another state, watch: run based on other changes, odds and ends, Summary. Minion data / master data Grains are minion data, performing basic grain operations, setting grains, targeting with grains in the top file, Pillars are data from the master, querying pillar data, querying other sources with external pillars, Renderers give data options. Extending Salt: part I Introduction to Jinja, Jinja basics, Templating with Jinja, filtering by grains, Custom execution module, Custom state modules, Custom grains, External pillars, Summary. More on the matter Runners, manage minions, manage jobs, The orchestrate runner, The event system, The reactor system, Summary. Extending Salt: part II Python client API, reading configuration data on a master and minion, using the master client (localclient) API, Using the caller client API, Custom runners, writing a custom runner, using the runnerclient API, Summary. Topology and configuration options Master configuration, directories and files, logging, access control, files server options, Topology variations, masterless minions, peer systems, syndication masters, multiple masters. Brief introduction to salt-cloud Overview, Setup AWS and salt-cloud, installing salt-cloud, cloud providers, cloud profiles, cloud maps, Introspection via salt cloud, Creating infrastructure, More information. Using vagrant to run Salt examples YAML.

Definitive Salt for engineers
Delivered in Internationally or OnlineFlexible Dates
£1,727

Total MPLS VPN for engineers

5.0(3)

By Systems & Network Training

Total MPLS VPN for engineers training course description A hands on course concentrating solely on MPLS VPNs. The course begins with a review of VPN basics before moving onto L3VPNs and MBGP, followed by L2VPNs. What will you learn Compare, contrast and evaluate MPLS L2VPNs versus L3VPNs. Describe, configure and troubleshoot MPLS L3VPNs. Configure and troubleshoot MBGP. Describe, configure and troubleshoot MPLS L2VPNs. Total MPLS VPN for engineers training course details Who will benefit: Anyone working with MPLS VPNs. Prerequisites: Concise MPLS for engineers Duration 2 days Total MPLS VPN for engineers training course contents MPLS VPN basics LSR, PE and P router roles. What is a VPN? MPLS VPN types, MPLS VPN comparison, MPLS L3VPN, L2VPN. VPN architectures. Hands on: Building the base network. L3VPN Separate routing tables, The Virtual Routing Table, VRFs, Route Distinguisher (RD), VNPv4 addresses. Hands on: Minimal VRF configuration, routing between customer and provider (PE-CE). MBGP MP-BGP, IPv4 routing, IPv6 routing, VPNv4 addresses, VPNv6 addresses. Exchanging labels. Exchanging routes. Route targets, communities. Route reflectors. Hands on: MBGP setup. MPLS L3VPN troubleshooting. L2VPN Why L2 not L3? Services: TDM, ATM, Frame Relay, Ethernet. Pseudowires. Hands on: Simple L2VPN configuration. Pseudowires VPWS, AToM, Attachment Circuit, Traffic encapsulation, Ethernet over MPLS. Ethernet MTU considerations. VC types. Hands on: PW configuration and troubleshooting. VPLS Ethernet multipoint connectivity. Virtual Forwarding Instance (VFI), Virtual Switching Instance. Flooding, MAC address management, split horizons. Hierarchical VPLS. Signalling: LDP based. BGP based. Auto discovery. Hands on: VPLS configuration and troubleshooting. Next generation L2VPN E-VPN, PBB-EVPN.

Total MPLS VPN for engineers
Delivered in Internationally or OnlineFlexible Dates
£1,727

Netgear switches for engineers

5.0(3)

By Systems & Network Training

Netgear switches training course description A hands on course covering the product specifics of Netgear switches. Installation, configuration, maintenance and troubleshooting are all covered in a practical oriented way. What will you learn Install Netgear switches. Use the command line interface and the web based interface to manage Netgear switches. Configure and troubleshoot Netgear switches. Perform software upgrades. Netgear switches training course details Who will benefit: Anyone working with Netgear switches. Particularly aimed at engineers and technicians supporting Netgear switches. Prerequisites: None. Duration 2 days Netgear switches training course content Introduction How Ethernet works with hubs, How Ethernet works with switches. Installing Netgear switches. Hands on Building a network with a hub, building a network with a Netgear switch. Basic troubleshooting The Netgear switch range, LEDs, cabling issues, factory resets, default settings. Hands on Building a network with multiple Netgear switches. Configuration methods Managed vs. unmanaged switches, Console port access, telnet, web based access, SNMP, saving configurations, NVRAM, switch stacks, stacking ports. Hands on Accessing the switch using the console, IP address configuration, telnet. Console interface Password protection, the menus, menu options. Hands on Setting a password, displaying the switch configuration. Web based interface Getting started, basic format. Hands on Configuring the switch using the web interface. Port configuration Common port configuration tasks, port trunking. Hands on Configuring ports. STP configuration What is STP? Configuring STP. Hands on Enabling and disabling STP, configuring STP VLAN configuration What are VLANS? 802.1Q, tagged/untagged, creating VLANS, applying VLANS. Hands on Setting up VLANS, setting up 802.1Q, Inter VLAN traffic. Housekeeping TFTP, upgrades Hands on Boot from net. SNMP SNMP configuration, NMS's. Hands on Using SNMP to manage a Netgear switch, putting it all together: troubleshooting.

Netgear switches for engineers
Delivered in Internationally or OnlineFlexible Dates
£1,727

Essential WiMax

5.0(3)

By Systems & Network Training

WiMax training course description Broadband wireless access is an emerging technology area. This course looks at WiMAX, where it can be used, how it works and the alternative technologies. What will you learn Describe WiMAX. Explain how WiMAX works. Compare and contrast WiMAX with alternative broadband wireless access technologies. WiMax training course details Who will benefit: Anyone wishing to know more about WiMAX. Prerequisites: None. Duration 2 days WiMax training course contents Introduction What is WiMAX? WiMAX applications, The Internet, Internet access choices, wireless broadband access, WiMAX benefits. WiMAX overview Spectrums, LOS vs. non-LOS, bit rates, modulation, mobility, channel bandwidth, cell radius. WiMAX standards The WiMAX forum, IEEE, ETSI, HIPERACCESS, HIPERMAN, 802.16, 802.16-2004, 802.16a, 802.16e, 802.16f. WiMAX architecture Subscriber Stations (SS), Indoors, outdoors, antennas, Radio Base Stations (BS), LOS, Non LOS BackHaul, Point to multipoint, mesh support. Physical layer 10 - 66GHz, TDMA, TDD, FDD, 2 -11 GHz, SC2, OFDM, OFDMA, QPSK, QAM, Radio Link Control (RLC), uplink, downlink. MAC layer Traffic types (continuous, bursty), QoS, service types. MAC operations, connection oriented, frame structure, addressing. Convergence sublayers, service specific, common part, profiles (IP, ATM). Bandwidth request-grant, ARQ, Management messages. Security MAC privacy sublayer, network access authentication, AAA, 802.1x, key exchange and privacy. WiMAX alternatives WiMAX vs. 3G, WiMAX vs. 802.20.

Essential WiMax
Delivered in Internationally or OnlineFlexible Dates
£1,727

Definitive Firewalls for engineers

5.0(3)

By Systems & Network Training

Firewalls training course description A technical hands on training course covering firewall technologies. This focuses on the whys and hows of firewall technology rather than looking at manufacturer specific issues. What will you learn Design secure firewall protected networks. Test firewalls. Evaluate firewalls Configure firewalls Firewalls training course details Who will benefit: Technical staff wanting to learn about Filrewalls including: Technical network staff. Technical security staff. Prerequisites: IP security foundation for engineers Duration 2 days Firewalls training course contents Firewall introduction Security review, what is a firewall? What do firewalls do? Firewall benefits, concepts. Hands on Configuring the network to be used in later labs, launching various attacks on a target. Firewall types Packet filtering, SPI, Proxy, Personal. Software firewalls, hardware firewalls, blade based firewalls, personal firewalls, which firewall should you use? Firewall products. Hands on Configuring a simple firewall. Packet filtering firewalls Things to filter in the IP header, stateless vs. stateful filtering. ACLs. Advantages of packet filtering. Hands on Configuring packet filtering firewalls. Stateful packet filtering Stateful algorithms, packet-by-packet inspection, application content filtering, tracks, special handling (fragments, IP options), sessions with TCP and UDP. Firewall hacking detection: SYN attacks, SSL, SSH interception. Hands on Stateful packet inspection firewalls. Proxy firewalls Circuit level, application level, SOCKS. Proxy firewall advantages and disadvantages. Hands on Proxy firewalls. Personal firewalls The role of personal firewalls, Windows XP, Zonealarm. Hands on Configuring a personal firewall. Firewall architectures Home based, small office, enterprise, service provider, what is a DMZ? DMZ architectures, bastion hosts, multi DMZ. Virtual firewalls, transparent firewalls. Dual firewall design, high availability, load balancing, VRRP. Hands on Resilient firewall architecture. Securing communications VPNs, IPsec. Firewall configuration of VPNs, integration of dedicated VPN devices and firewalls. Hands on IPSec VPN configuration. Testing firewalls Configuration checklist, testing procedure, monitoring firewalls, logging, syslog. Hands on Testing firewalls.

Definitive Firewalls for engineers
Delivered in Internationally or OnlineFlexible Dates
£1,727