
Explore how the internet works through data packets, IP addresses, and protocols, including TCP, HTTP/HTTPS, SMTP, and FTP, and understand bandwidth, latency, and the global network of cables.
Explore how the HTTP and HTTPS protocols govern browser communication with web servers, translating URLs to IP via DNS, sending GET requests, and delivering HTML via data packets.
Explore how the https protocol secures data transmission by encrypting http packets with ssl or tls, and how a security certificate from a trusted authority enables the ssl handshake.
Explore the SMTP protocol and how email transmission works, covering local and external delivery, SMTP server roles, and the use of POP3 and IMAP for retrieval.
Explore how local area networks form with routers, firewalls, and port configurations to secure and expand networks. See how wide area networks connect LANs to internet through modems and ISPs.
Explore how routers control data packets via ports, with examples like http 80, smtp 25, and ftp 21, and compare hardware and software firewalls for network protection.
Discover the full web development process from planning and hosting to DNS and domain email, and build the front end with HTML, CSS, Bootstrap, JavaScript, jQuery, plus MySQL and PHP.
Plan your website by defining its purpose and choosing between static and dynamic designs. Use Zillow and Amazon as examples to map a flow of pages, home, listings, blog, contact.
Explore hosting options—from a home testing server to traditional hosting (shared, dedicated, virtual private) and cloud servers—consider public access, resource needs, scalability, and whether PHP/MySQL or ASP/ASP.NET is required.
Explore shared hosting, its resource limits, Linux versus Windows plans, and how PHP and MySQL run on these servers, with real-world package examples.
Dedicated hosting provides your website an entire system, offering greater power and control at higher cost, with linux plans such as 512gb storage, 2gb ram, 5 tb bandwidth, and administration.
Explore how cloud hosting provides scalable, utility-based pricing and access to global data centers, enabling on-demand virtual machines for CPU, RAM, storage, and bandwidth, contrasting with traditional hosting limits.
Registering a domain name creates a unique web address. You can host via IP, while ICANN coordinates registrars and registries to manage domains like .com and ccTLDs such as .jp.
Choose a reputable domain registrar that provides domain security, administration through an online portal, and brand protection services, as these shape your website's future value and safety.
Cloud computing provides on-demand, pay-as-you-go resources like servers, storage, databases, networking, and analytics. Virtualization enables virtual instances via a hardware abstraction layer and hypervisors, provisioning CPU, memory, storage, and networking.
Discover how cloud computing delivers cost efficiency, agility, scalability, reliability, and security through on-demand resources, rapid deployment of virtual instances, global data centers, and a shared responsibility model.
Explore the three cloud service models, IaaS, PaaS, and SaaS, and compare them with on-premises setups, highlighting pay-as-you-go resource provisioning through a cloud provider.
Explore infrastructure as a service (IaaS), offering scalable on demand compute, storage, and network resources managed by a cloud provider with virtualization and rapid deployment for use cases like e-commerce.
Platform as a service (PaaS) provides a cloud platform where providers manage software and infrastructure for scalable, rapid deployment, enabling DevOps collaboration and data analytics with IoT support.
explore software as a service (saas), a cloud hosted, subscription-based model delivering apps via web browsers or mobile apps. learn how vendors manage infrastructure, data storage, upgrades, and security.
Compare IaaS, PaaS, and SaaS across on-premises data centers to cloud models, noting control, cost, and vendor responsibility, while market share trends hint at future growth.
Learn how to set up a Linode account on the Linode cloud platform by signing up, confirming email, entering billing and payment details, and agreeing to the master services agreement.
Explore the Linode cloud manager dashboard, access volumes, block storage, and object storage, review the marketplace and account settings, and learn about learning aids and support resources.
Enable two-factor authentication on your Linode account to secure access using knowledge and possession components. Set up Google Authenticator, scan the QR code, save the scratch code, and test login.
Deploy and configure a Linode virtual instance with Ubuntu 20.04 LTS in Newark, New Jersey, choosing a plan and resources (RAM, CPU, storage, bandwidth) and setting a strong root password.
Explore the Linode instance dashboard to monitor a test VM, view analytics, manage networks and volumes, and access SSH commands for remote administration.
Learn secure methods to connect to a Linode instance for administration, including updating OS, installing software and patches, managing files, monitoring performance, and configuring firewalls via the command line.
Discover how SSH key authentication strengthens security by replacing passwords with a private key and public key pair, using OpenSSH tools, and understanding the transport, authentication, and connection layers.
Learn to generate a 4096-bit ssh key pair on Windows with PuTTY Gen, upload the public key to a Linode server, and enable ssh key authentication using PuTTY.
Generate an ssh key pair on macOS using terminal with 4096-bit keys and a passphrase, then securely copy the public key to your Linode instance to enable ssh key authentication.
Remotely connect to your Linode instance via the web-based lish console in the cloud manager, log in as root, and run terminal commands.
Learn to add an ssh public key to your Linode account for future instance deployments, including labeling keys, pasting the public key, and enabling them during deployment.
Explore the exponential growth of cloud computing, AWS's dominance, and global market trends. Understand adoption rates, workload shifts to public and hybrid clouds, and barriers like privacy, security, and training.
Explore the origins and rapid growth of AWS within Amazon, from EC2, SQS, and S3 to Prime and enterprise adoption, with milestones in certifications and AI services.
Explore how AWS dominates the cloud market with 41.5% share, 1 million customers, 175 services, and global data centers, while pricing trends and the AWS Partner Network drive broad adoption.
Gain confidence navigating the AWS console and understanding the pay-per-use billing model across global and regional services. Build a foundation in AWS budgeting and security to prevent unauthorized use.
Explore how AWS pricing works, including pay-per-use billing, resource-based costs, volume discounts, tiered pricing for S3, and reserved instances with upfront or no upfront payments to save on EC2 costs.
Discover how the AWS free tier provides 750 hours of EC2 usage, free S3 storage, EFS, and EBS options, with billing alerts to avoid overage.
Review AWS acceptable use policy to understand prohibited actions, consequences like suspension or termination, and the importance of compliance with legal agreements and the privacy policy.
Register an AWS account using the free tier and complete billing verification to access the AWS management console. Learn to navigate services, regions, and essential account details.
Explore core AWS services for the cloud practitioner exam, including IAM, compute (EC2, ECS, Lambda), storage (S3, EBS, EFS), networking (VPC), databases, monitoring (CloudWatch, CloudTrail), and security.
Compare global and regional AWS services, explore regions and availability zones, and understand how local zones enhance proximity and low-latency, highly available deployments.
Explore the difference between global and regional cloud services with an AWS case study, illustrating IAM as global, EC2 regional, S3 regional, and Route 53 and CloudFront global.
Set up a billing alert in the AWS management console to email you when charges exceed a threshold, using CloudWatch metrics and an SNS topic.
enable multi-factor authentication on the AWS root account to add a possession-based code from your smartphone, using Google Authenticator for sign-in.
Enable MFA on the AWS root account via the security credentials page using a virtual MFA device, scanned with Google Authenticator, and verify login.
Create an individual IAM user and admin group in AWS, grant console and programmatic access, attach the Administrator Access policy, and securely manage access keys.
Configure a branded custom sign-in link for IAM users by creating a unique alias, enabling first-login password change, and using the new non-root account with optional multi-factor authentication.
Configure a custom password policy in AWS to enforce strong IAM user passwords by setting a minimum of eight characters and including a non alphanumeric character.
This course is designed to give students a comprehensive understanding of the fundamentals of web development, web hosting, and cloud computing. The course will begin with an overview of how the internet works, including the basic concepts of TCP/IP, DNS, HTTP, and other protocols. Students will learn how data is transmitted over the internet and how web servers and web clients communicate with each other.
After the introductory concepts, the course will delve into web hosting and system requirements. Students will learn how to select the appropriate web hosting service for their website, taking into account factors such as bandwidth, storage, and security. They will also learn about the different types of web hosting options available, such as shared hosting, dedicated hosting, and virtual private servers (VPS).
The course will then cover domain names, including how to choose a domain name, register it, and manage it. Students will learn how to configure DNS settings, set up email accounts, and troubleshoot domain-related issues. They will also learn about domain privacy and security measures to protect their online identity.
Next, the course will introduce students to cloud computing, including the benefits and drawbacks of using cloud-based services. They will learn about the different cloud computing service models, such as Infrastructure-as-a-Service (IaaS), Platform-as-a-Service (PaaS), and Software-as-a-Service (SaaS). They will also learn about cloud computing providers such as Amazon Web Services (AWS), Google Cloud, and Microsoft Azure.
The course will then focus on Linode Foundations, which offers a comprehensive introduction to the Linode cloud computing platform. Students will learn how to create and manage Linode instances, configure networking settings, and deploy web applications. They will also learn about Linode security features and how to optimize Linode performance.
The course will conclude with an introduction to AWS Foundations, which provides an overview of the AWS platform and its services. Students will learn about the AWS global infrastructure, including data centers, regions, and availability zones.
In summary, this course will provide students with a solid foundation in web development, web hosting, and cloud computing. They will gain hands-on experience with industry-standard tools and platforms, as well as a deep understanding of the concepts and technologies that underpin the modern web. Whether students are looking to launch a personal website, start a career in web development, or expand their knowledge of cloud computing, this course will provide them with the skills and knowledge they need to succeed.