Networking Flashcards
the principal set of digital message formats and rules for exchanging messages between computers across a single network or a series of interconnected networks (how data packets move through a network)
Internet Protocol
a logical numeric address that is assigned to every single device that is part of a TCP/IP-based network
IP Addressing
What is the goal of an IP Address?
to uniquely identify every node on the network; can change with time in the same network
How many bits does IPv4 addressing have?
32 bits
The first 3 numbers of an IPv4 address generally represent this
Network ID
The last number of an IPv4 address represents this
Host ID
used to determine what subnet a host is on; is this host on our network or another network
Subnet mask
IPv4 Class A addresses are within this range
The first octet is 1-127
IPv4 Class B addresses are within this range
128-191
IPv4 Class C addresses are within this range
192-223
IPv4 Class A subnet masks generally have how many octets used?
1 (255.0.0.0)
IPv4 Class B subnet masks generally have how many octets used?
2 (255.255.0.0)
IPv4 Class C subnet masks generally have how many octets used?
3 (255.255.255.0)
What is the CIDR mask for Class A IPv4 addresses?
/8
What is the CIDR mask for Class B IPv4 addresses?
/16
What is the CIDR mask for Class C IPv4 addresses?
/24
What is it called when a router will remap (translate) private addresses to a public IP address as we go on the internet?
Network Address Translation (NAT)
What is the private range for IPv4 class A?
10.0.0.0 - 10.255.255.255
What is the private range for IPv4 class B?
172.16.0.0 - 172.31.255.255
What is the private range for IPv4 class C?
192.168.0.0 - 192.168.255.255
How many bits does IPv6 addressing use?
128 bits
Which of the IP Addressing is represented by hexadecimals? (IPv4 or IPv6?)
IPv6
You specify all the information, like IP address, subnet mask, and more. What way are you getting this IP address? (Static or dynamic)
Static
Information like IP address, subnet mask and more are done for you automatically. What way are you getting this IP address? (Static or dynamic)
dynamic