CCNA Chapter 1: Networking Fundamentals

What is Networking?

Networking connects computers and other devices to share data and resources. It forms the foundation of communication from small homes to enterprise and internet-level connections.

OSI Model (7 Layers)

The OSI model is a conceptual framework that standardizes network communication into 7 distinct layers:

OSI Model View Full Image
LayerNameFunction
7ApplicationUser interface and network services
6PresentationData encoding, encryption
5SessionSession control and maintenance
4TransportTCP/UDP, reliability, flow control
3NetworkIP addressing and routing
2Data LinkMAC addressing and frame forwarding
1PhysicalCabling, signals, physical media

TCP/IP Model

The TCP/IP model simplifies the OSI model into 4 layers used in real-world networking:

TCP/IP LayerCorresponding OSI Layers
Application7, 6, 5
Transport4
Internet3
Network Access2, 1

Network Topologies

Ethernet Standards

StandardSpeedMedia
10BASE-T10 MbpsCat3/Cat5
100BASE-TX100 MbpsCat5
1000BASE-T1 GbpsCat5e/Cat6
10GBASE-T10 GbpsCat6a/Cat7

IP Addressing: IPv4 and IPv6

IPv4: 32-bit addresses written as four octets, e.g. 192.168.1.1.

Classes:

Subnetting: Divides networks into logical segments to optimize traffic.

IPv6: 128-bit addresses, written as hexadecimal, e.g. 2001:0db8:85a3::8a2e:0370:7334.

IPv6 Structure View Full Image
Back to Home