Introduction to Computer Networking Concepts Computer networking connects computing devices to enable data sharing and communication. This foundation supports services like the internet, file sharing, and cloud computing.
🔹 Purposes of Digital Communication and Computer Networks Resource Sharing: Access shared printers, files, storage. Communication: Email, chat, video conferencing. Remote Access: Control systems across locations. Centralized Data: Easier management and backups. Efficiency: Distributed workloads and services. 🔹 Types of Digital Communication and Computer Networks Network Coverage Area Example PAN Personal range (~10 meters) Bluetooth headset LAN Building or campus Home/office Wi-Fi MAN Citywide University networks WAN Country or global Internet 🖼️ Textual Diagram - Network Scale PAN < LAN < MAN < WAN 🔹 Network Components End Devices: Users’ computers, phones. Network Devices: Switch: Connects devices in a LAN (uses MAC address). Router: Connects different networks (uses IP). Modem: Converts digital ↔ analog for ISP. Hub: Broadcasts data to all ports (no intelligence). Bridge: Connects LAN segments, filters by MAC. Repeater: Regenerates weak signals. Access Point: Provides Wi-Fi access. Network Interface Card (NIC): Hardware to connect devices to a network. Transceivers: Send and receive signals over media. Transmission Media: Wired: Ethernet (Cat6), Fiber. Wireless: Wi-Fi, 4G/5G, Bluetooth. 🖼️ Textual Diagram - Basic LAN Setup [PC]---+ | [PC]---+--[SWITCH]---[ROUTER]---[INTERNET] | [Printer] 🔹 Communication Modes Mode Description Example Simplex One-way only Keyboard to PC Half Duplex Two-way, one at a time Walkie-talkies Full Duplex Two-way, simultaneous Phone calls 🖼️ Textual Diagram - Duplex Modes Simplex: A ---> B Half-Duplex: A <--> B (one at a time) Full-Duplex: A <===> B (simultaneous) 🔹 Transmission Types Unicast: One-to-one Broadcast: One-to-all Multicast: One-to-selected Anycast: One-to-nearest 🖼️ Textual Diagram - Broadcast vs Unicast Unicast: [Sender] ---> [Receiver] Broadcast: [Sender] ---> [All Devices on Network] Multicast: [Sender] ---> [Group of Devices] Anycast: [Sender] ---> [Nearest Suitable Receiver] 🔹 Communication Models Peer-to-Peer (P2P):
...