Intro Week 1 Flashcards
(65 cards)
When to Break Up Networks?
> 250 devices in single subnet (broadcast overhead)
Different security requirements (student vs admin networks)
Different performance needs (research vs email)
Geographic separation (different buildings)
Wireless Data Transmission Steps?
π± Your Phone β πΆ Radio Waves β π‘ Access Point Electrical signals(Ethernet) β Router β Light Pulses (Fiber) β ISP β More Fiber β YouTube β
Think of it like shouting in a room - everyone hears you, but only the intended person responds.
AP as Signal Translator?
Radio Waves ββ Access Point ββ Electrical Signals
(WiFi) β (Ethernet)
β
Bridge Between
Wireless & Wired
What is a computer network?
Two or more devices connected together to share resources, exchange data, and communicate across distances.
What are the four core functions of computer networking?
- Resource Sharing 2. Communication 3. Data Exchange 4. Distributed Computing
What is the difference between physical and logical topology?
Physical topology = actual layout of cables and connections. Logical topology = how data flows through the network regardless of physical connections.
What is Bus Topology?
All devices connect to a single shared cable (backbone). Pros: Low cost, simple. Cons: Single point of failure, performance degrades with more devices.
What is Star Topology?
All devices connect to a central hub/switch. Pros: Fault isolation, easy management, dedicated bandwidth. Cons: Central device is single point of failure.
What is Ring Topology?
Devices connected in circular pattern, data travels in one direction. Pros: Fair access, no collisions (token passing). Cons: Single break stops entire network.
What is Mesh Topology?
Multiple connections between devices. Pros: Maximum redundancy, fault tolerance, load distribution. Cons: Expensive, complex configuration.
How many connections needed for full mesh with n devices?
n(n-1)/2 connections.
Example: 4 devices = 6 connections, 10 devices = 45 connections.
What is the Internet hierarchy (ISP structure)?
Tier 1 ISPs (global backbone) β Tier 2 ISPs (regional) β Tier 3 ISPs (local) β Your home router.
What topology do major ISPs use for backbone networks?
Partial Mesh topology - provides redundancy and multiple paths without the expense of full mesh.
Why do home networks use star topology?
Devices donβt need to communicate with each other, most traffic goes to internet, cost-effective for small number of devices.
What is the difference between wired backbone and internet backbone?
Wired backbone = Ethernet cables within a building. Internet backbone = Major fiber cables connecting cities/countries.
What is network isolation and why is it important?
Separating network segments to contain problems. Prevents broadcast storms from affecting entire network.
Example: faulty device flooding one subnet doesnβt crash whole campus.
When should networks be broken into subnets?
When >250 devices (broadcast overhead), different security needs, different performance requirements, or geographic separation.
What is the difference between a switch and a router?
Switch: Operates within ONE subnet, uses MAC addresses, Layer 2. Router: Connects DIFFERENT subnets, uses IP addresses, Layer 3.
What are private IP addresses and why are they used?
Non-routable addresses (192.168.x.x, 10.x.x.x) used internally. Allows address reuse, provides security, enables NAT to conserve public IPs.
What is NAT (Network Address Translation)?
Process where router changes private IP addresses to public IP addresses for internet communication. Uses port numbers to track multiple internal devices.
How does NAT handle multiple devices with same private IP?
Router creates unique port mappings.
Example: 192.168.1.10:5000 β Public IP:60001, 192.168.1.10:5001 β Public IP:60002.
What is the difference between local and internet communication?
Local: Same network, direct switch forwarding, no internet needed. Internet: Different networks, requires routing through internet infrastructure.
What does WiFi stand for?
WiFi doesnβt stand for anything - itβs a marketing brand name. Technical name is IEEE 802.11.
What is an Access Point (AP)?
Device that bridges wireless and wired networks. Converts radio signals to electrical signals and acts like a wireless switch for connected devices.