Understanding Network Switches, IP Addressing, and Key Terms
Network Switches
Managed vs. Unmanaged Switches
Managed Switch: Configurable via software, supports security and communication settings. Used in large networks (enterprise, universities).
Unmanaged Switch: Fixed configuration, hardware-only, cannot be configured.
Ethernet & Speed
- Fast Ethernet: 100 Mbps.
- Gigabit Ethernet: 1 Gbps.
Ethernet Protocol
Divides data into frames, encapsulates IP addresses, performs error detection.
Ports
- Console Port: Connects PC/laptop to configure switch.
Communication Modes
- Simplex (Half Duplex): One-way communication at a time.
- Duplex (Full Duplex): Two-way communication simultaneously.
Bandwidth
- Maximum transmission speed of a network, determined by signal frequency range.
IP Addressing & Subnets
- IP Address: Identifies device on network.
- Subnet Mask (32-bit): Determines network portion of IP.
- Same network → send directly to device.
- Different network → send via default gateway.
- Network Address: IP & subnet mask combined.
- Example: IP: 172.20.0.2, Subnet: 255.255.0.0 → Network: 172.20.0.0, Range: 172.20.0.0 – 172.20.255.255
- Default Gateway: First usable address after network address (router interface).
DNS (Domain Name System)
- Converts hostnames → IP addresses.
- Easier to remember device names than IPs.
MAC Address (Media Access Control)
- 48-bit unique address, burned into NIC.
- Ensures uniqueness across devices.
- MAC Notations:
- Cisco: XXXX.XXXX.XXXX
- Byte-dash: XX-XX-XX-XX-XX-XX
- Byte-colon: XX:XX:XX:XX:XX:XX
- Conversion: Binary ↔ Hexadecimal.
Conversions
- Binary ↔ Dotted Decimal (for IP addresses)
- Binary ↔ Hexadecimal (for MAC addresses)
- Must convert both ways.
Ping Command
- ping → Test connectivity & latency.
- Windows → 4 packets by default.
- Mac/Linux → Sends continuously until stopped.
- Outputs:
- Connectivity: Is host reachable?
- Latency: Round-trip time for packet.
- TTL (Time To Live): Prevents endless packet loops.
Key Terms
- Latency/Delay: Time from sending request → receiving reply.
- Bandwidth: Max network speed.
- TTL: Limits lifespan of packets to avoid network congestion.
- Simplex: One-way. Duplex: Two-way.
Extra Tips for Exam
- First usable IP = default gateway.
- Always check subnet mask to determine if destination is in same network.
- MAC addresses are unique & permanent.
- Ping average time = network delay/latency.
English with a size of 2.96 KB