VIDEO PEMBELAJARAN PROJECT BASED LEARNING (PJBL) TEKNIK KOMPUTER DAN JARINGAN
3 min read
10 months ago
Published on Sep 07, 2024
This response is partially generated with the help of AI. It may contain inaccuracies.
Table of Contents
Introduction
This tutorial provides step-by-step instructions for installing a Learning Management System (LMS) and setting up a network as part of a Project-Based Learning (PJBL) initiative in a vocational school setting. The aim is to equip students in the Computer Engineering and Networking program at SMK Muhammadiyah 3 Metro with hands-on experience in building network infrastructure and implementing an LMS.
Step 1: Planning the Project
- Define Objectives: Clearly outline the goals of the project, such as improving access to educational resources through the LMS.
- Assemble a Team: Gather students and faculty members who will participate, assigning roles based on skills and interests.
- Create a Timeline: Develop a schedule that includes milestones and deadlines for various phases of the project.
Step 2: Designing the Network Infrastructure
- Assess Requirements: Determine the hardware and software needed for the network and LMS.
- Network Layout: Design a network topology that meets the school's needs. Consider
- Router and switch placements
- Connection types (wired or wireless)
- Number of devices to connect
Step 3: Acquiring Necessary Equipment
- List Equipment: Compile a list of all necessary components, including
- Servers
- Routers
- Switches
- Cables
- Procure Equipment: Use school resources or sponsors to obtain the equipment.
Step 4: Installing the Server for LMS
- Choose the LMS Platform: Select an appropriate LMS, such as Moodle or Google Classroom.
- Server Setup: Follow these steps to set up the server
- Install the operating system (e.g., Ubuntu Server).
- Update the server with the latest patches.
- Install the LMS software using the following commands (adjust based on the chosen platform):
sudo apt update sudo apt install moodle
- Configure the LMS: Set up user accounts and customize settings according to the educational needs.
Step 5: Setting Up the Network
- Configure Network Devices: Set up routers and switches
- Access the router's web interface using its IP address.
- Configure basic settings like SSID and password for the Wi-Fi network.
- Test Connectivity: Ensure all devices can connect to the network and access the LMS.
Step 6: Testing and Troubleshooting
- Conduct Testing: Invite users to log into the LMS and navigate its features.
- Identify Issues: Take note of any connectivity or usability problems.
- Resolve Problems: Work as a team to troubleshoot and fix any issues that arise during testing.
Step 7: Final Review and Launch
- Gather Feedback: Collect input from users to assess the system's performance and usability.
- Make Adjustments: Implement any final changes based on feedback.
- Official Launch: Announce the completion of the project and provide training sessions for users.
Conclusion
By following these steps, students will gain valuable experience in project management, teamwork, and technical skills essential for their future careers in Computer Engineering and Networking. Encourage ongoing learning and exploration of advanced network configurations and LMS features as next steps in their education journey.