Mastering Topologies, The Cloud, DNS, and Essential Hardware.
When asked to draw a Star Topology, never connect computers directly to each other. All lines must go to the central Switch.
All devices connect to a central Switch.
Every device connects to others. No central switch.
You must know the specific job of these 5 components. Don't mix them up!
Internal hardware required to connect a device to a network. Contains the unique MAC Address.
Connects devices on a LAN. Intelligent: Reads the MAC address and sends data only to the intended recipient.
Connects different networks together (e.g., joins your Home LAN to the Internet/WAN). Routes data packets across the internet.
Hardware that converts data from a wired cable into a wireless signal (radio waves) for Wi-Fi devices.
Wired (Ethernet/Fibre): Uses Copper cables or light (Fibre Optic). Fast & Reliable.
Wireless: Uses Radio Waves. Flexible but subject to interference.
The Domain Name System (DNS) translates human-friendly URLs (google.com) into computer-friendly IP Addresses (142.250.180.14).
Browser asks the DNS Server for the IP of a website.
DNS checks its database. If found, it gets the IP.
DNS sends the IP Address back to the browser.
Browser uses the IP to connect to the Web Server.
Bandwidth is shared. If 1 user downloads a file, they get full speed. If 10 users download, they split the speed. More users = Slower network.
Central Server controls security and backups.
No central boss. All computers equal.
Definition: "The Cloud" refers to remote servers that store data and software, which you access over the Internet (e.g., Google Drive, Netflix, Dropbox).
You don't own the hardware; you pay a third party to host it for you.
The Internet works because computers have specific roles. You must be able to define what a "Client" is in an exam context.
"The Requestor"
A client is a device or software that requests data or services from a server.
Example: Your Web Browser (Chrome/Edge) is a client that requests webpages.
"The Provider"
A server is a powerful computer that provides services or data to clients.
Example: A Web Server holds website files and sends them to the client when asked.