internet protocol stack (3) Flashcards
(11 cards)
what are the two main functions of the network layer
forwarding - moving packets from router’s input to its output
routing - determining the end to end path from source to destination
what is the difference between the data plane and control plane
data plane - per-router logic for forwarding packets
control plane - network-wide logic for routing decisions
what is an IP datagram
a packet in the network layer that includes a header and payload, used for data delivery across Ip network
which protocol operate at the network layer
IP ( internet protocol )
ICMP ( internet control message protocol
what is an ip address
a 32 bit identifier for a host or rounter interface, usually written in dotted decimal format
what is the difference between a subnet and an interface
subnet- groups of interfaces that can communicate directly without a rounter
interfaces - connection point between host/router and a physical link
what is DHCP and what is its purpose
dynamic host configuration protocol - automatically assigns ip addresses and network info to hosts
list the four steps in the DHCP process
DHCP discover
DHCP offer
DHCP request
DHCP Ack
what network layer information does DHCP provide
ip address
subnet mask
default gateway
DNS server ip
what transport protocol does DHCP use
UDP because the host may not have an ip address yet for reliable TCP communication