CCNA 1 - Finals Flashcards
: Responsible for end-to-end data exchange between devices.
Network Layer
: Core protocol of the network layer (IPv4 and IPv6).
IP (Internet Protocol)
: Wrapping data within IP headers by examining layer 3 (no impact on layer 4)
Encapsulation
: Determining the best path for data delivery.
Routing
: Removing IP headers.
De-encapsulation
: Maximum size of data that can be transmitted in a single frame.
MTU (Maximum Transmission Unit)
: Dividing large packets into smaller units. (layer 3)
Fragmentation
: Is the primary communication protocol for the network layer.
IPv4
The network header has many purposes:
- *It ensures the packet is sent in the correct direction (to the destination).
- *It contains information for network layer processing in various fields.
- *The information in the header is used by all layer 3 devices that handle the packet
: Translates private IP addresses to public ones.
NAT (Network Address Translation)
: Next-generation IP protocol with improved features and larger address space.
IPv6
: Contains information about network destinations and paths to reach them.
Routing Table
: The router that handles traffic destined for networks outside the local network.
Default Gateway
: Manually configured routes.
Static Routing
: Automatically discovers and maintains routing information.
Dynamic Routing
A host can send packets to the following:
- Itself – 127.0.0.1 (IPv4), ::1 (IPv6)
- Local Hosts – destination is on the same LAN
- Remote Hosts – devices are not on the same LAN
– Source uses its own IP address and Subnet mask, along with the destination IP address
IPv4
– Source uses the network address and prefix advertised by the local router
IPv6
is dumped out the host interface to be handled by an intermediary device.
Local traffic
is forwarded directly to the default gateway on the LAN.
Remote traffic
There three types of routes in a router’s routing table:
Directly Connected – These routes are automatically added by the router, provided the interface is active and has addressing.
Remote – These are the routes the router does not have a direct connection and may be learned:
* Manually – with a static route
* Dynamically – by using a routing protocol to have the routers share their information with each other
Default Route – this forwards all traffic to a specific direction when there is not a match in the routing table
MAC vs IP Address
- MAC Address: Unique physical address of a network interface card (NIC). Layer 2
- -Used for NIC to NIC communications on the same Ethernet network.
- IP Address: Logical address used to identify devices on a network. Layer 3
- -Used to send the packet from the source device to the destination device.
is used by IPv6 to associate the IPv6 address of a device with the MAC address of the device NIC.
ICMPv6
: Used by IPv4 to map IP addresses to MAC addresses.
ARP (Address Resolution Protocol)