Q1. Identify the components of computer network and describe their functions.
- End devices (clients, servers) are sources/destinations of data, enabling user interaction and service provision.
- Hubs broadcast data in a single collision domain; switches intelligently forward frames based on MAC addresses, reducing collisions.
- Routers connect different networks using IP addresses, determine optimal paths, and create separate broadcast domains.
- Transmission media (guided: cables; unguided: wireless) provide physical or electromagnetic pathways for data transfer.
Answer: A computer network is an interconnected system of autonomous computers that allows them to share resources and exchange information. The MLI-004 course material emphasizes that these networks are built upon various essential components, each playing a crucial role in enabling seamless communication and data transfer. These components can broadly be categorized into end devices, interconnecting devices, transmission media, and network software. **1. End Devices (Hosts)** End devices are the ul...