Lesson 6 — CCNA module 8-13 Flashcards
What does the network layer do in the OSI model?
The network layer performs four basic operations:
* Addressing end devices
* Encapsulation
* Routing
* De-encapsulation
What are the two principle network layer communication protocols?
IPv4 and IPv6
What is IP encapsulation?
IP encapsulation means wrapping an IP packet inside another IP packet
What is exactly encapsulated during the IP encapsulation process?
IP encapsulates the transport layer
segment.
Which IP versions can be used during encapculation?
IP can use either an IPv4 or IPv6
packet and not impact the layer 4
segment.
Where is the packet IP examinated?
IP packet are examined by all
layer 3 devices as it traverses the
network
Does the IP addressing change from source to destination?
No, The IP addressing does not change from source to destination.
What are the different IPv4 network header characteristics?
- It is in binary.
- Contains several fields of information
- Diagram is read from left to right, 4 bytes per
line - The two most important fields are the source
and destination.
What are the different IPv4 Packet Header Fields?
- Version
- Differentiated Services
- Header Checksum
- Time to Live (TTL)
- Protocol
- Source IPv4 address
- Destination IPv4 Address
What is the Version IPv4 Packet Header Field?
This will be for v4, as opposed to v6, a 4 bit field= 0100
What are the Differentiated Services IPv4 Packet Header Field?
Used for QoS: DiffServ – DS field or the older IntServ – ToS or Type of Service
What is the Header Checksum IPv4 Packet Header Field?
It Detects corruption in the IPv4 header
What is the TTL IPv4 Packet Header Field?
It’s the Layer 3 hop count. When it becomes zero the router will discard the packet.
What is the Protocol IPv4 Packet Header Field?
I.D.s next level protocol: ICMP, TCP, UDP, etc.
What is the Source IPv4 address IPv4 Packet Header Field?
32 bit source address
What is the Destination IPV4 Address IPv4 Packet Header Field?
32 bit destination address
How is IPv6 better thanIPv4?
IPv6 overcomes the limitations of IPv4
What are the two main improvements that IPv6 provides
Increased address space and Improved packet handling
What is the major design improvements of IPv6 over IPv4?
The IPv6 header is simplified,
but not smaller
At how many bytes is the IPv6 Header fixed?
40 bytes (or octets)
What are the IPv4 fields that have been removed to improve performance?
Flag, Fragment Offset and Header Checksum
What are the different IPv6 packet headers?
- Version
- Traffic Class
- Flow Label
- Payload length
- Next Header
- Hop limit
- Source IPv4 Address
- Destination IPv4 Address
What is the version IPv6 Packet Header Field?
This will be for v6, as opposed to v4, a 4 bit field= 0110
What is the traffic class IPv6 Packet Header Field?
Used for QoS: Equivalent to DiffServ – DS field