Network Fundamentals
Network Fundamentals
CCNA
TRAINING
A comprehensive course on networking technologies
Prepared By
Habtamu Asayto
PRESENTATION OUTLINES
Assessment Question
Introduction
IOS CLI
Network Architecture
06/09/2025 2
ASSESSMENT QUESTIONS
1. Which of the following protocols are examples of TCP/IP transport layer
protocols?
TCP UDP
HTTP/HTTPS (Web) DNS (Domain Name
FTP (File Transfer) System)
SMTP (Email) DHCP (Dynamic Host
SSH (Secure Shell) Configuration Protocol)
VoIP (Voice over IP)
Online gaming and video
streaming
06/09/2025
3
ASSESSMENT QUESTIONS
2. Which of the following protocols are examples of TCP/IP data-link layer
protocols?
Ethernet
Data-link layer protocols
HTTP
Ethernet
HDLC (High-Level Data Link
PPP
Control)
HDLC (High-Level Data Link
IP
Control)
ATM (Asynchronous Transfer
Frame Relay
Mode)
ATM (Asynchronous Transfer
UDP
Mode)
SMTP
TCP
PPP
Frame Relay
06/09/2025
4
ASSESSMENT QUESTIONS
3. Which devices are operates at Layer 3 of the OSI model?
06/09/2025
5
ASSESSMENT QUESTIONS
4. Which protocol resolves an IP address to a MAC address?
DNS Answer
ICMP ARP
ARP
DHCP
06/09/2025
6
ASSESSMENT QUESTIONS
5. Which of the following are valid private IP addresses?
10.0.0.0 – 10.255.255.255
172.16.0.0 – 172.31.255.255
192.168.0.0 – 192.168.255.255
06/09/2025
7
ASSESSMENT QUESTIONS
6. Which cabling type is used for long-distance backbone
connections?
UTP Fiber optic
STP
Coaxial
Fiber optic
06/09/2025
8
INTRODUCTION TO NETWORKING
Computer networking refers to connected computing devices
06/09/2025
9
INTRODUCTION TO NETWORKING
Researchers were looking for ways to allow computers to communicate and share
resources which is began in 1960s. The first real network is 1969 – ARPANET
(Advanced Research Projects Agency Network) was the first operational packet-
switching network which is developed by DARPA, a part of the U.S. Department of
Defense.
Types of Networks:
WAN (Wide Area Network) – Large geographical area, like the internet.
06/09/2025
1
OSI & TCP/IP
OSI and TCP/IP models
How Network Communication Works via OSI model?
06/09/2025
1
CONT…
OSI & TCP/IP Model Layers
TCP/IP Model (4 Layers)
OSI Model (7 Layers)
1. Application: User interface for network
1. Application: Combines OSI layers 5-7
services
functions
2. Presentation: Data translation and
2. Transport: Reliable or unreliable
encryption
transmission (TCP/UDP)
3. Session: Managing dialog between
3. Internet: Logical addressing and
devices
routing (IP)
4. Transport: Ensures data delivery and
4. Network Access: Physical hardware
error recovery
and data framing
5. Network: Routing and addressing
packets
6. Data Link: Frames data for physical
transmission 06/09/2025
1
7. Physical: Transmits raw bit stream over
CONT…
OSI & TCP/IP Model Layers
The application layer is the highest abstraction layer of the TCP/IP model that provides the interfaces
Protocols: SMTP, HTTP, FTP, TFTP, Telnet, DNS, POP3 and etc.
This is the closest layer to the end user. It provides the interface between the applications we use
This layer ensures the presentation of data, that the communications passing through are in the
appropriate form for the recipient. In general, it acts as a translator of the network which can
formats or translates data for the application layer based on the syntax or semantics that the
application accepts. It can also handle the encryption and decryption required by the application
layer
Protocols: Video (WMV, AVI…), Bitmap (JPG, BMP, PNG…), Audio (WAV, MP3, WMA…)
06/09/2025
1
CONT…
Layer 5 – Session layer
The transport layer manages the delivery and error checking of data packets. It
regulates the size, sequencing, and ultimately the transfer of data between
systems and hosts. It can be either UTP or TCP.
06/09/2025
1
CONT…
Compare TCP and UDP
This layer provides logical addresses which routers will use to determine the path to the
destination with a means of the IP addresses which is IPv4/IPv6 (including source &
destination IP addresses). Which is responsible for receiving frames from the data link layer,
and delivering them to their intended destinations among based on the addresses
It is responsible for the reliable transfer of data frames from one node to another connected
by the physical layer. It can establishes an error-free communications path between the
network nodes over the physical medium.
This layer uses Media Access Control (MAC) address, or sometimes Ethernet address,
card on the device by its manufacturer.The first 6 digits are the Vendor code,
(003065 belongs to Apple), and the last 6 are the individual interface's own.
This layer is subdivide into 2 sub-layers: logical link control (LLC) and media
Error Control
Flow control
The lowest layer of the OSI Model is concerned with transmitting individual
bits from one node to another over a physical medium. It manages the
physical relation to the structure with communication and signal
acceptance.
06/09/2025
1
CONT…
Physical interface and cabling types
4. Console ports: For initial device configuration (usually an RJ-45 to serial cable
or USB) 06/09/2025
2
CONT…
Cabling Types
switch)
Crossover cable – Connects similar devices (e.g., switch to switch)
Fiber Optic Cables - These are used with transceivers like SFP, SFP+, and
GBIC
Single-mode fiber (SMF): Long-distance, narrow core, laser-based
06/09/2025
2
CONT…
Cabling Types
06/09/2025
2
CONT…
Cable Arrangement in Networking
There are two main types of Ethernet cable arrangements (wiring standards) used for
RJ-45 connectors
Pin | Wire Color
1. TIA/EIA-568A Standard ----|-------------
1 | White/Green
2 | Green
3 | White/Orange
4 | Blue
5 | White/Blue
6 | Orange
7 | White/Brown
8 | Brow
Collision occurs when two devices transmit data at the same time over a
shared network medium, leading to a data packet clash. Which is common in
half-duplex Ethernet configurations (older hubs, older NICs).
Symptoms
causing delays.
Error messages - High CRC (Cyclic Redundancy Check) errors and FCS
06/09/2025
2
CONTENTS IN NETWORK FUNDAMENTAL
Network Components with its role and function
06/09/2025
2
NETWORK COMPONENTS
Network Components
Cisco 800 and 1941 series, 2911, 2921, 3945, ASR1000 series, ASR1006,
ASR1001-X
Power Supply
CPU
System bus
Interfaces
06/09/2025
2
CONT…
06/09/2025
2
CONT…
Router external connections
4. Web access
06/09/2025
3
IOS CLI
Privileged modes
The privileged EXEC mode provides access to all router commands.
Configuration mode
Also called the Global Configuration mode, this mode is entered from the
Privileged mode and supplies the complete command set for configuring
the router. In this mode you can access interface level, routing engine
level, line level…
06/09/2025
3
IOS CLI
Interface level
Router(config)#interface fa0/0
Router(config-if)#
But notice that the prompt doesn’t give you information about which interface is being
configured so be careful with this level while you are configuring! This lack of
information can make you configure wrong interface easily.
Routing engine level
This is the level where we configure dynamic routing protocols (RIP, OSPF, EIGRP…).
06/09/2025
3
IOS CLI
Line level
In this level we can configure Telnet, Console, AUX port parameters. Also
notice that the prompt (config-line) is used for all “lines” on the router so
you must be careful about which line you are configuring!
06/09/2025
3
IOS CLI
06/09/2025
3
NETWORK TOPOLOGY ARCHITECTURE
Structured in tiers/layers.
06/09/2025
3
NETWORK TOPOLOGY ARCHITECTURE
The Cisco hierarchical network structure is composed of:
access - Provides a connection point (access) for end-user devices. Does not forward
To the rest of the devices in the LAN, forwarding frames between switches, but not
connecting
core layers -Aggregates distribution switches in very large campus LANs, providing very
high
Forwarding rates for the larger volume of traffic due to the size of the network.
Each layer has its own functions, which are used to develop a hierarchical design.
06/09/2025
3
NETWORK TOPOLOGY ARCHITECTURE
06/09/2025
4
NETWORK TOPOLOGY ARCHITECTURE
Two-tier (Spine-Leaf) architecture (Data Center Network
Architecture)
06/09/2025
4
NETWORK TOPOLOGY ARCHITECTURE
The spine layer consists of switches that perform routing and work as the core of
the network. The leaf layer involves access switches that connect to servers,
storage devices, and other end-users. This structure helps data center networks
reduce hop count, reduce network latency and prevent bottlenecks, which are
main issues of three-tier architecture.
The spine-leaf architecture consists of only two layers of switches: spine and leaf
switches.
Spine Switches: These are high-speed switches that form the backbone of the
architecture. Each spine switch is connected to every leaf switch in the network.
The main function of spine switches is to interconnect the leaf switches and ensure
data can travel between any two leaf switches with low latency.
06/09/2025
4
NETWORK TOPOLOGY ARCHITECTURE
Leaf Switches: Leaf switches connect directly to the endpoints (servers,
Scalability: Since each leaf switch connects to every spine switch, adding more
leaf switches (and thus more endpoints) doesn’t affect the performance. More
spine switches can be added to increase bandwidth and support higher loads.
packet between any two endpoints takes the same number of hops (usually two
hops: from leaf to spine, and back to leaf), so latency is lower and predictable.
High Availability: The full mesh connectivity between leaf and spine ensures
redundancy. If one spine switch fails, traffic can still be routed through other spine
switches.
06/09/2025
4
NETWORK TOPOLOGY ARCHITECTURE
06/09/2025
4
NETWORK TOPOLOGY ARCHITECTURE
ACI is SDN (software defined networking), controller based, agile, highly
programmable.
Policy driven-infrastructure.
06/09/2025
4
NETWORK TOPOLOGY ARCHITECTURE
How can we manage ACI datacenter?
APIC (cisco application policy infrastructure controller) - the brain and central
management point of the entire fabric.
It is the server
A set of 3 specialized servers that are connects to leaf switches that provide
06/09/2025
4
NETWORK TOPOLOGY ARCHITECTURE
ACI Datacenter types
06/09/2025
4
NETWORK TOPOLOGY ARCHITECTURE
ACI Datacenter types
Multi-pod fabric is managed by a single APIC cluster.
06/09/2025
4
CONT…
The multi-site design is yet another design that covers multiple separate
sites. Each fabric has its own APIC cluster.
06/09/2025
5
CON….
Categories of Leafs swishes
Compute leaf switches - are ACI leaf switches that connect to servers.
storage systems.
two sites in a stretched fabric design and are connect to spine switches in
both sites. 06/09/2025
5
CONT…
Separates the control plane (logic) from the data plane (forwarding).