Module 2 Flashcards
IP Datagram
Highly structured series of fields that are strictly defined. An IP packet.
Address Resolution Protocol (ARP)
A protocol used to discover the hardware address of a node with a certain IP address
ARP Table
A list of IP addresses and the MAC address associated with them
Subnetting
The process of taking a large network and splitting it up into many individual and smaller subnetworks, or subnets
Class A Address
1st octet is used for network ID, last 3 are used for host ID. 0-127
Class B Address
1st 2 octets are used for network, last 2 are used for host. 128-191
Class C Address
First 3 octets are used for network, last 3 are used for host. 192-223
CIDR
Classless Inter-Domain Routing (CIDR) allows network routers to route data packets to the respective device based on the indicated subnet. Instead of classifying the IP address based on classes, routers retrieve the network and host address as specified by the CIDR suffix.
Demarcation Point
To describe where one network system ends and another one begins.
Address Class System
A system which defines how the global IP address space is split up
ASN
Autonomous System Number is a number assigned to an individual autonomous system
Demarcate
To set the boundaries of something
Destination Network
The column in a routing table that contains a row for each network that the router knows about
DHCP
A technology that assigns an IP address automatically to a new device. It is an application layer protocol that automates the configuration process of hosts on a network.
Dotted Decimal Notation
A format of using dots to separate numbers in a string, such as in an IP address
Dynamic IP address
An IP address assigned automatically to a new device through a technology known as Dynamic Host Configuration Protocol