Modul CCNA Cyber Ops Day5e
Modul CCNA Cyber Ops Day5e
Information System
Dhanny Permatasari P, MT
Semester Genap
2020/2021
Modul ini (modul sebelumnya dan sesudahnya)
sebenarnya hanya ringkasan dari LMS (Learning
Management System) modul di NetAcad.
Jadi untuk lebih lengkap nya baca di NetAcad ya.
Terkadang tidak semua materi disampaikan di modul, jadi
tetap harus baca NetAcad untuk lebih detail, karena quiz,
exam per chapter dan nanti ujian berasal dari situ.
2
Chapter 4: Network
Protocols and Services
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 4
Network Communications Process
Client-Server Communications
Format
Encapsulation - process of placing one message format inside
another message format.
Decapsulation - the reverse process of encapsulation.
Size – Message is broken up into many frames when sent, and
reconstructed into the original message when received.
Timing – includes the access method, flow control, and
response timeout.
Communications Protocols
Reference Models
Communications Protocols
Three Addresses
Three important
addresses:
Protocol address
Network host address
Physical address
Addressing is used by the
client to send requests and
other data to a server. The
server uses the client’s
address to return the
requested data to the
client that requested it.
Communication Protocols
Encapsulation
Encapsulation (Cont.)
This process is reversed
at the receiving host, and
is known as de-
encapsulation. The data is
de-encapsulated as it
moves up the stack
toward the end-user
application.
Communications Protocols
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 23
Ethernet
Ethernet responsibilities
Data encapsulation
Media access control
Ethernet
IPv4 Encapsulation
IPv4 Characteristics
IPv4 Characteristics
Connectionless – no
dedicated end-to-end
connection is created before
data is sent.
Unreliable (Best Effort) - IP
protocol does not guarantee
that all packets that are
delivered are, in fact, received.
Media Independent - IP
operates independently of the
media that carry the data at
lower layers of the protocol
stack.
IPv4
IPv4 Packet
Packet header consists of
fields containing important
information about the
packet.
Fields contain binary
numbers examined by the
Layer 3 process.
The binary values of each
field identify various
settings of the IP packet.
Two most commonly
referenced fields are the
source and destination IP
addresses.
IPv4
IP address is a
series of 32
binary bits (ones
and zeros).
When a host is
configured with
an IPv4 address, it
is entered as a
dotted decimal
number such as
192.168.10.10.
The equivalent
address in binary
is
1100000.1010100
0.00001010.0000
1010
IPV4 Addressing Basics
Subnetting takes a
network space and
divides it into smaller
spaces called subnets.
Identifying network
address of an IPv4host:
IP address is logically
ANDed, bit by bit with
subnet mask.
ANDing between the
address and the subnet
mask yields the network
address.
IPv4 Addressing Basics
Subnetting takes a
network space and
divides it into smaller
spaces called subnets.
Identifying network
address of an IPv4 host:
IP address is logically
ANDed, bit by bit with
subnet mask.
ANDing between the
address and the subnet
mask yields the network
address.
IPv4 Addressing Basics
Default Gateway
The depletion of
IPv4 address
space has been
the motivating
factor for moving
to IPv6.128-bit
address space.
Four out of the
five Regional
Internet
Registries (RIRs)
have run out of
IPv4 addresses.
IPv6
128-bit address
space.
String of 32
hexadecimal
values.
Every 4 bits
represented by
one hexadecimal
digit.
Hextet is 16 bits
or 4 hexadecimal
digits.
IPv6
IPv6 Addresses:
128 bit address
space.
Can remove
leading zeros.
Can leave out 1
“all zeros”
segment.
Two sections:
Prefix and
Interface ID.
IPv6
IPv6 Prefix
length does
not use the
dotted
decimal
subnet mask
notation.
The prefix
length can
range from 0
to 128.
IPv6
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 46
ICMP
ICMPv4 Messages