Chapter 1: Introduction to Networks
Chapter 1: Network Fundamentals
A Computer Network is a set of devices (computers, servers, phones) connected together to share resources like files, printers, or internet access.
- LAN (Local Area Network): Covers a small area like a home or office. High speed.
- WAN (Wide Area Network): Covers large areas (Cities, Countries). The Internet is the biggest WAN.
> Network Topologies (Interactive)
Click a topology to see how data flows!
BUS TOPOLOGY
Single cable. If cut, network fails.
STAR TOPOLOGY
Central Switch. Most common today.
RING TOPOLOGY
Token passing. No collisions.
> The OSI Model (Quick Ref)
| Layer | Name | Data Unit (PDU) |
|---|---|---|
| 7 | Application | Data |
| 6 | Presentation | Data |
| 5 | Session | Data |
| 4 | Transport | Segment (TCP) / Datagram |
| 3 | Network | Packet |
| 2 | Data Link | Frame |
| 1 | Physical | Bit |
Comments
Post a Comment