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

8 Mime courses in Warlingham

🔥 Limited Time Offer 🔥

Get a 10% discount on your first order when you use this promo code at checkout: MAY24BAN3X

Total SMTP and email for engineers

5.0(3)

By Systems & Network Training

SMTP TRAINING COURSE DESCRIPTION A hands on course focusing on the workings of email systems and the standard protocols that they use. The course is not specific to any particular implementation, but some vendor specifics are noted. Linux and Microsoft machines are used in hands on sessions to reinforce the theory of major sessions. The course concentrates on troubleshooting and interworking using network sniffing and protocol inspection rather than "which buttons to push". WHAT WILL YOU LEARN * Describe and explain SMTP MIME POP3 IMAP PGP, GPG, S/MIME SPF, DKIM, DMARC * Configure mail routing * Secure email systems SMTP TRAINING COURSE DETAILS * Who will benefit: Technical staff responsible for email systems. * Prerequisites: TCP/IP foundation for engineers. * Duration 3 days SMTP TRAINING COURSE CONTENTS * SMTP architecture What is SMTP, email before SMTP, SMTP history, the different protocols, clients, servers. Email composition, transmission, delivering emails, storing and reading emails. MUAs, MTAs, POP3, IMAP, SMTP, DNS, webmail. Hands on Setting up MTAs and MUAs and sending a simple email using telnet. * The SMTP protocol SMTP protocol stack, SMTP headers, HELO, SMTP mail, MAIL FROM, RCPT TO, DATA, SMTPUTF8, 8BITMIME, TURN, EHLO, ETRN, 3 digit replies. Hands on Analysing SMTP packets on a network. * DNS and SMTP SMTP forwarding, SMTP relays, interoperation, how SMTP uses DNS, MX records. Hands on Setting up mail relays. * SMTP headers IMF data, From, to, cc, bcc, sender and recipient headers, message Ids, received trails, in-reply-to, received-SPF, mail list headers. Hands on Using clients to analyse details from mail headers, including true originators and path of emails. * MIME Email attachments, MIME versions, content type headers, encoding, base 64, binary data, multi part headers, troubleshooting attachments. Hands on Analysing MIME headers and attachments. * POP3 What is POP3, where to use POP3, authorisation, transactions, POP3 commands: USER, PASS, STAT, LIST, RETR, DELE. Hands on Setting up a POP3 server, analysing POP3 packets on a network. * IMAP and IMAPS What is IMAP, where to use IMAP, authorisation, mailbox structure, IMAP commands: LOGIN, AUTHENTICATE, LIST, CREATE, Examine (message flags), SELECT, STORE. Hands on Setting up an IMAP server and analysing IMAP packets on a network. * Interoperation Mail gateways, addressing, Exchange, sendmail. * Email security Basics, Transport level: STARTTLS. Content: PGP/GPG, mail signing and encryption, S/MIME, digital certificates, secure email submission. Hands on Setting up and using a PGP key, configure MTAs to use TLS. * Email authentication and spam prevention Mail relays, grey listing, block list & RBL, DNSBL (Real-time Black hole List), White list, SPF, Domain Keys Identified Mail (DKIM), Author Domain Signing Practices (ADSP), Abuse Report Format (ARF), Domain-based Message Authentication, Reporting and Conformance (DMARC). Hands on Relay spamming and the blocking spamming.

Total SMTP and email for engineers
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£2367

SIP security for engineers

5.0(3)

By Systems & Network Training

SIP SECURITY TRAINING COURSE DESCRIPTION A hands-on course covering SIP security. It is assumed that delegates already know SIP as this course focuses purely on the security issues in SIP IP telephony networks. Hands-on practicals follow each major theory session and include use of various SIP security tools such as vomit, sipp, sipsak and sivus amongst others. WHAT WILL YOU LEARN * Secure SIP networks * Use various SIP security tools SIP SECURITY TRAINING COURSE DETAILS * Who will benefit: Technical staff working with SIP. Technical security staff. * Prerequisites: SIP for engineers * Duration 2 days SIP SECURITY TRAINING COURSE CONTENTS * SIP review SIP infrastructure and entities, example SIP session. Hands on Simple SIP network with and without authentication. * SIP security attacks DOS attacks, infrastructure attacks, eavesdropping, spoofing, replay, message integrity. Hands on Basic SIP packet capture, infrastructure attacks. * SIP tools SIP packet creation: Sivus, SIPsak, PROTOS, SFTF, SIP bomber, SIPp, Seagull, Nastysip. SIP packet generators: SIPNess, NetDude. Monitoring: Wireshark, Cain & Abel, Vomit, Oreka, VoiPong. Scripts and tools: SIP-Fun, Skora.net, kphone-ddos, sip-scan, sip-kill, sip-redirectrtp. Health of different tools. Hands on Generating SIP packets, rebuilding conversations from captured packets, password cracking. * VPNs and SIP IPSec, AH, ESP, transport mode, tunnel mode, Pre Shared Keys, Public keys. Hands on SIP calls over IPSec. * Secure SIP signaling SIP relationship with HTTP, Deprecated HTTP 1.0 basic authentication, HTTP 1.1 Digest authentication, S/MIME, SIPS, SIPS URI, TLS, DTLS, PKI infrastructures. Hands on SIP with TLS. * Secure media streams SRTP, features, packet format, default encryption, default authentication, key distribution. S/MIME, MIKEY, SDP security descriptions. SIP security agreements. Hands on Analysing SRTP packets. * Firewalls NAT traversal. Impact of firewall on infrastructure attacks. TLS and firewalls. SIP specific firewalls. Hands on SIP calls through a firewall.

SIP security for engineers
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£1727

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-person, on-request, onlineDelivered Online & In-Person in Internationally
£2367

Security+

5.0(3)

By Systems & Network Training

SECURITY+ TRAINING COURSE DESCRIPTION A hands on course aimed at getting delegates successfully through the CompTia Security+ examination. WHAT WILL YOU LEARN * Explain general security concepts. * Describe the security concepts in communications. * Describe how to secure an infrastructure. * Recognise the role of cryptography. * Describe operational/organisational security. SECURITY+ TRAINING COURSE DETAILS * Who will benefit: Those wishing to pass the Security+ exam. * Prerequisites: TCP/IP foundation for engineers * Duration 5 days SECURITY+ TRAINING COURSE CONTENTS * General security concepts Non-essential services and protocols. Access control: MAC, DAC, RBAC. Security attacks: DOS, DDOS, back doors, spoofing, man in the middle, replay, hijacking, weak keys, social engineering, mathematical, password guessing, brute force, dictionary, software exploitation. Authentication: Kerberos, CHAP, certificates, usernames/ passwords, tokens, biometrics. Malicious code: Viruses, trojan horses, logic bombs, worms. Auditing, logging, scanning. * Communication security Remote access: 802.1x, VPNs, L2TP, PPTP, IPsec, RADIUS, TACACS, SSH. Email: S/MIME, PGP, spam, hoaxes. Internet: SSL, TLS, HTTPS, IM, packet sniffing, privacy, Javascript, ActiveX, buffer overflows, cookies, signed applets, CGI, SMTP relay. LDAP. sftp, anon ftp, file sharing, sniffing, 8.3 names. Wireless: WTLS, 802.11, 802.11x, WEP/WAP. * Infrastructure security Firewalls, routers, switches, wireless, modems, RAS, PBX, VPN, IDS, networking monitoring, workstations, servers, mobile devices. Media security: Coax, UTP, STP, fibre. Removable media. Topologies: Security zones, DMZ, Intranet, Extranet, VLANs, NAT, Tunnelling. IDS: Active/ passive, network/host based, honey pots, incident response. Security baselines: Hardening OS/NOS, networks and applications. * Cryptography basics Integrity, confidentiality, access control, authentication, non-repudiation. Standards and protocols. Hashing, symmetric, asymmetric. PKI: Certificates, policies, practice statements, revocation, trust models. Key management and certificate lifecycles. Storage: h/w, s/w, private key protection. Escrow, expiration, revocation, suspension, recovery, destruction, key usage. * Operational/Organisation security Physical security: Access control, social engineering, environment. Disaster recovery: Backups, secure disaster recovery plans. Business continuity: Utilities, high availability, backups. Security policies: AU, due care, privacy, separation of duties, need to know, password management, SLAs, disposal, destruction, HR policies. Incident response policy. Privilege management: Users, groups, roles, single sign on, centralised/decentralised. Auditing. Forensics: Chain of custody, preserving and collecting evidence. Identifying risks: Assets, risks, threats, vulnerabilities. Role of education/training. Security documentation.

Security+
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£2797

Definitive SIP in the IMS for engineers

5.0(3)

By Systems & Network Training

SIP IN IMS TRAINING COURSE DESCRIPTION The IP Multimedia Core Network Subsystem (IMS) is defined by 3GPP as a new mobile infrastructure. This advanced course looks at the use of SIP in the IMS. WHAT WILL YOU LEARN * Describe the role of SIP in the IMS. * Explain how SIP works in the IMS * Describe the SIP architecture in the IMS. * Explain how SIP and SDP are used in basic IMS procedures. SIP IN IMS TRAINING COURSE DETAILS * Who will benefit: Technical telecommunications staff. * Prerequisites: SIP for engineers. * Duration 2 days SIP IN IMS TRAINING COURSE CONTENTS * Introduction SIP review, SIP elements, Simple SIP call flow, What is IMS? Why IMS? Why SIP in the IMS? SIP and IMS relationship. * Standards 3GPP, IETF, 3GPPr5, 3GPPr6, 3GPP SIP extensions. * SIP and IMS IMS architecture, SIP interfaces. * Server functions Registration, home and away, location and directory services, stateful and stateless servers. * SIP servers P-CSCF, I-CSCF, S-CSCF, PSTN gateways * SIP registration in the IMS SIP REGISTER, IMS identities, registration process, P-CSCF discovery, S-CSCF assignment, IMS subscriber and IMS registrar signalling flow. IMS routing in the registration process. Re and De-registration. * SIP sessions in the IMS SIP INVITE, Establishing IMS SIP sessions, User at home network, user roaming, IMS offer answer architecture, SIP preconditions, QoS, reserving resources, IMS bearer network interactions, IMS subscriber and IMS service signalling flow. Typical call flows. * SIP services in the IMS IMS specifications, IMS service procedures, call scenarios, call services. IMS multimedia related procedures. IMS presence, IMS messaging, IMS conferencing, IMS PoC. * SIP-T SIP and the PSTN, URIs and ENUM, NAPTR, SRV, ISUP numbers and URI mapping, IAM and INVITE, SIP to PSTN/ISUP mapping, PSTN/ISUP to SIP mapping, PSTN to PSTN over SIP. MIME media types for ISUP, DTMF transmission, CLIP and CLIR in SIP, ring tone, split gateways * SIP-I ISO standards, translation versus tunnelling. * IMS SIP extensions Security (RFC 3310, 3329), Resource reservation (RFC 3312), Media authorisation (RFC 3313), SigComp (RFC 3320), P Headers (RFC 3325, 3455), Mobile registration (RFC 3327, 3608), Reg event (RFC 3680), Preconditions (RFC 4032) * Security IMS security architecture, identities, HTTP digest, TLS. Affect of security on SIP media sessions.

Definitive SIP in the IMS for engineers
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£1727

Advanced Anti Wrinkle Training

By Cosmetic College

Advanced Anti Wrinkle Injections Training is designed for healthcare professionals, including medical doctors, nurses, dermatologists, and aesthetic practitioners, who want to enhance their expertise in administering anti-wrinkle injections. This specialised course provides advanced training to meet the growing demand for high-quality anti-wrinkle treatments. -------------------------------------------------------------------------------- Course Entry Requirements: This course is suitable for learners who have completed the foundation anti-wrinkle course. This training course requires you to be an active practising aesthetic injector with a minimum of six months experience with a demonstrable portfolio of client treatments. -------------------------------------------------------------------------------- Course Pre-Study/Practical & Length: 20 hours of pre-study E-learning and 1 practical day -------------------------------------------------------------------------------- Course Agenda: Theory * Mimetic muscles * Muscle names, groups and types * Branching nerves of the face * Aftercare * Managing expectations * Client consultation protocols (medical history & client consent) * Hygiene, sharps disposal and legal aspects Practical * Injection techniques * Live demonstrations * Practical Live Models Treatment Areas * Bunny Lines * Lip Lines * Marionettes * Nasal Tip Lift * Gummy Smile * Flip Lip * Chin Dimpling * Masseters * Neckbands * Bruxism COURSE BENEFITS BENEFITS FOR STUDENTS Advanced Techniques and Knowledge: Our course provides students with advanced training in anti-wrinkle injections. You will learn the latest techniques, industry trends, and cutting-edge advancements in the field. This knowledge will set you apart as a skilled practitioner and allow you to offer a wider range of treatments to your clients. Hands-on Experience: We prioritise practical learning by offering extensive hands-on training opportunities. Under the guidance of experienced instructors, you will gain valuable experience in administering anti-wrinkle injections. This practical training will enhance your confidence and proficiency, preparing you to deliver excellent results. Professional Development: By enrolling in our advanced course, you are investing in your professional development. You will expand your skill set, stay updated with industry standards, and increase your expertise in anti-wrinkle injections. This will strengthen your professional reputation and open doors to new career opportunities. BENEFITS FOR CLIENTS Advanced Treatment Options: By enrolling in our Advanced Anti Wrinkle Injections Training Course, you will be able to offer a broader range of advanced treatment options to your clients. You will learn techniques to address specific concerns, target different areas of the face, and achieve natural-looking results. Clients can benefit from customised treatments tailored to their unique needs. Enhanced Safety and Effectiveness: As a trained professional, you will understand the importance of safety and efficacy in anti-wrinkle injections. Our course emphasises best practices, proper injection techniques, and comprehensive patient assessment. By prioritising safety and delivering effective treatments, you can provide clients with peace of mind and exceptional results. Trust and Confidence: Clients seek skilled practitioners who can deliver the desired outcomes with anti-wrinkle injections. By completing our advanced training course, you will acquire the knowledge and expertise to meet client expectations. As a result, clients will have trust and confidence in your abilities, leading to a positive reputation and potential referrals. EARNING POTENTIAL By expanding your skill set and offering advanced anti-wrinkle injection treatments, you can significantly increase your earning potential. Advanced procedures often command higher prices, and as a skilled practitioner, you can attract a larger clientele. Additionally, satisfied clients are more likely to become repeat customers and recommend your services to others, further enhancing your earning potential. Enrolling in our Advanced Anti Wrinkle Injections Training Course at Cosmetic College will not only benefit you as a student but also provide valuable advantages for your clients and potential earning potential in the field of aesthetics. Start your journey towards professional excellence and financial success by enrolling today. FREQUENTLY ASKED QUESTIONS IS THIS COURSE SUITABLE FOR BEGINNERS OR THOSE WITH PRIOR EXPERIENCE? Our Advanced Anti Wrinkle Injections Training Course is designed for healthcare professionals and aesthetics practitioners with prior experience in administering basic anti-wrinkle injections. It is not suitable for complete beginners. We recommend having a foundation in basic injection techniques before enrolling in this advanced course. WHAT QUALIFICATIONS OR PREREQUISITES DO I NEED TO ENROL IN THE ADVANCED COURSE? To enrol in our Advanced Anti Wrinkle Injections Training Course, you should have completed a basic anti-wrinkle injections course and have experience in administering basic injections. Additionally, a background in healthcare or aesthetics can be beneficial. Please contact our admissions team for a comprehensive evaluation of your qualifications. WILL I RECEIVE A CERTIFICATION UPON COMPLETION? Yes, upon successfully completing our advanced training course, you will receive a certification in Advanced Anti Wrinkle Injections. This certification acknowledges your advanced skills and expertise in administering anti-wrinkle injections, which can enhance your professional reputation and career prospects. WHAT TOPICS ARE COVERED IN THE COURSE CURRICULUM? Our course curriculum covers advanced topics related to anti-wrinkle injections, such as advanced injection techniques, combination treatments, handling complications, managing patient expectations, and creating personalised treatment plans. The curriculum is designed to deepen your understanding and mastery of advanced techniques in the field. ARE THERE ANY HANDS-ON TRAINING OPPORTUNITIES? Absolutely! Our Advanced Anti Wrinkle Injections Training Course includes hands-on training sessions. Under the guidance of experienced instructors, you will have the opportunity to practice and refine your skills in administering advanced anti-wrinkle injections. This practical experience is crucial for your professional development. WILL I HAVE ACCESS TO ONGOING SUPPORT AFTER COMPLETING THE COURSE? Yes, we provide ongoing support to our students even after they complete the training course. Our instructors and support staff are available to answer any questions, provide guidance, and offer assistance as you navigate your career in advanced anti-wrinkle injections. We aim to support your continued growth and success. ARE THERE FINANCING OPTIONS AVAILABLE FOR THE COURSE? We offer flexible payment options and financing plans to make our Advanced Anti Wrinkle Injections Training Course more accessible. Please reach out to our admissions team for detailed information on available payment options and financing plans.

Advanced Anti Wrinkle Training
Delivered In-Person
Dates arranged on request
£550

Spanish theatre play touring in primary schools (South East UK)

5.0(11)

By Joy 4 Kids

Immersive Spanish theatre play touring in South East UK primary schools from January 08th to 19th 2024

Spanish theatre play touring in primary schools (South East UK)
Delivered in-person, on-requestDelivered In-Person in London & 6 more
Price on Enquiry

French theatre play touring in primary schools (South East UK)

5.0(11)

By Joy 4 Kids

Immersive French theatre play touring in South East UK primary schools from February 26th to March 8th 2024

French theatre play touring in primary schools (South East UK)
Delivered in-person, on-requestDelivered In-Person in London & 6 more
Price on Enquiry

Educators matching "Mime"

Show all 2