Understanding Transmission Media: Wired and Wireless
📖 Scenario: You are helping a small office set up their network. They want to understand the types of transmission media available to connect their computers and devices.
🎯 Goal: Build a simple data structure that lists common wired and wireless transmission media, then categorize them and finally summarize their main characteristics.
📋 What You'll Learn
Create a dictionary named
transmission_media with exact keys and values for wired and wireless mediaAdd a variable named
wired_types that holds only the wired media namesUse a loop to create a new dictionary
media_summary with media names as keys and a short description as valuesAdd a final statement that sets a variable
total_media to the total count of all media types💡 Why This Matters
🌍 Real World
Understanding transmission media helps in planning and setting up computer networks in homes, offices, and public spaces.
💼 Career
Network technicians and IT professionals must know different transmission media to choose the best option for reliable and efficient communication.
Progress0 / 4 steps