IP Networks: Nasir Majeed Manager (Certification) Cisco Academy Support Centre (ASC) PTCL Academy
IP Networks: Nasir Majeed Manager (Certification) Cisco Academy Support Centre (ASC) PTCL Academy
IP Networks: Nasir Majeed Manager (Certification) Cisco Academy Support Centre (ASC) PTCL Academy
Nasir Majeed
Manager (Certification)
Cisco Academy Support Centre (ASC)
PTCL Academy
Course Contents
OSI & TCP/IP Model
IPv4 Addressing
IPv4 Subnetting, VLSM
IPv6 Addressing
Introduction to Routing
TCP/IP MODEL
Peer-to-Peer Communication
Peer-to-Peer Communication
Encapsulation
HTTP Data
Data
Segment
Packet
Frame
Decapsulation
HTTP Data
Data
Segment
Packet
Frame
The Communication
Process
Protocol Data Unit (PDU) - The form that a piece of data takes at any layer.
At each stage of the process, a PDU has a different name to reflect its new appearance.
PDUs are named according to the protocols of the TCP/IP suite.
Data - The general term for the PDU used at the Application layer
Segment - Transport Layer PDU
Packet - Internetwork Layer PDU
Frame - Network Access Layer PDU
Bits - A PDU used when physically transmitting data over the medium
IPv4 Addressing
An IPv4 address is a 32-bit sequence of 1s and 0s.
To make the IP address easier to use, the address is
usually written as four decimal numbers separated by
periods.
This way of writing the address is called the dotted
decimal format.
IPv4 Addressing
Network address.
Broadcast address.
Private IPv4
Addresses
What is subnetting ?
Why subnetting ?
How Subnetting ?
To create a subnet address, a network administrator borrows
bits from the host field and designates them as the subnet
field.
VLSM
Used to prevent the waste of addresses on point-to-point links
Large subnets can be used for LANs and very small subnets are
created for WAN links
2001:0DB8:AAAA:1111:0000:0000:0000:
0100
16 bits
16 bits
16 bits
16 bits
16 bits
16 bits
16 bits
16 bits
2001:0DB8:AAAA:1111:0000:0000:0000:0100/64
2001:0DB8:AAAA:1111:0000:0000:0000:
0100
16 bits
16 bits
16 bits
16 bits
16 bits
16 bits
16 bits
16 bits
2001:0d02:0000:0000:0014:0000:0000:0095
2001:d02::14:0:0:95
OR
2001:d02:0:0:14::95
Network Prefixes
IPv4, the prefixthe network portion of the addresscan be
identified by a dotted decimal netmask or bitcount.
255.255.255.0or/24
IPv6 prefixes are always identified by bit count (prefix length).
Prefix length notation:
3ffe:1944:100:a::/64
16324864bits
What is Routing?
Function of a Router
Routing Types
Static Route
A manually configured route used when routing from a network to a stub network
Static Route
Static Routes
R1(config)#ip
R1(config)#ip
OR
R1(config)#ip
R1(config)#ip
Default Routes
R1(config)#ip route 0.0.0.0 0.0.0.0 S0/0/0
OR
R1(config)#ip route 0.0.0.0 0.0.0.0 172.16.2.2
Dynamic Routing
192.168.1.0/24
192.168.2.0/24
192.168.3.0/24
192.168.4.0/24
Distance Vector
Metric=Hop count
Link-State
Metric=Cost
Bandwidth
Delay
Load
Reliability
Routing Protocols
Metrics: Example
THANK YOU