First 5 Modules Course
First 5 Modules Course
A network is a group of connected devices that communicate with each other. The
Internet is the largest network, connecting billions of devices worldwide. Networks
enable communication, file sharing, entertainment, and cloud services.
*LAN (Local Area Network): Covers a small area like a home or office.
*WAN (Wide Area Network): Covers large distances, connecting multiple LANs (e.g.,
the Internet).
A network consists of end devices (PCs, phones, servers) and intermediary devices
(routers, switches). Routers direct traffic between networks, while switches
connect devices within a LAN.
3)Quality of Service (QoS) – Prioritizes critical traffic (e.g., video calls over
downloads).
*BYOD (Bring Your Own Device): Employees use personal devices at work.
*IoT (Internet of Things): Smart devices like sensors and cameras connecting to the
Internet.
ping 192.168.1.1
traceroute 8.8.8.8
A protocol is a set of rules for communication between devices. The TCP/IP model is
the foundation of the Internet and consists of four layers:
1)Application Layer: Handles user applications like web browsing and email.
2)Transport Layer: Manages data transfer using TCP (reliable, for web pages) or UDP
(faster, for video streaming).
4)Network Access Layer: Converts data into electrical signals or wireless waves.
When sending data, the message is encapsulated as it moves through these layers:
At the receiving end, the process is decapsulation – the headers are removed as
data moves up the layers.
Module 4: Physical Layer
The physical layer of a network deals with how data is transmitted over cables and
wireless signals.
Transmission characteristics:
Networking cables:
1)Copper cables:
*UTP (Unshielded Twisted Pair): Common in Ethernet networks, cheap but susceptible
to interference.
*STP (Shielded Twisted Pair): Reduces interference but more expensive than UTP.
2)Fiber-optic cables:
3)Wireless transmission:
*Interference and obstacles (walls, other signals) can affect signal quality.
25 ÷ 2 = 12 remainder 1
12 ÷ 2 = 6 remainder 0
6 ÷ 2 = 3 remainder 0
3 ÷ 2 = 1 remainder 1
1 ÷ 2 = 0 remainder 1
Binary: **11001**
Used in MAC addresses and IPv6 addresses. It uses 0-9 and A-F (where A = 10, B =
11, …, F = 15).
*Hexadecimal: AF