Network Routing Flashcards
What is network segmentation?
The practice of dividing a computer network into smaller, manageable parts.
True or False: Network segmentation can improve security by isolating sensitive data.
True
What is the purpose of a subnet mask?
To define the network and host portions of an IP address.
Fill in the blank: The default subnet mask for a Class C IP address is ______.
255.255.255.0
What does CIDR stand for?
Classless Inter-Domain Routing
Which of the following is an example of a private IP address? A) 192.168.1.1 B) 8.8.8.8
A) 192.168.1.1
What is an IP address?
A unique identifier for a device on a network.
True or False: IP addresses can be static or dynamic.
True
What is the range of valid Class A IP addresses?
1.0.0.0 to 126.255.255.255
Fill in the blank: The loopback IP address is ______.
127.0.0.1
What is the primary benefit of using network masks?
To efficiently allocate IP addresses within a network.
What does the notation /24 represent in CIDR?
A subnet mask of 255.255.255.0
Which layer of the OSI model does IP addressing operate at?
Network layer
True or False: Subnetting can help reduce network congestion.
True
What is the maximum number of hosts that a /30 subnet can support?
2 hosts
What is NAT?
Network Address Translation
Fill in the blank: The private IP address range for Class B is ______.
172.16.0.0 to 172.31.255.255
What is the function of a default gateway?
To route traffic from a local network to external networks.
True or False: All devices on the same subnet can communicate directly with each other.
True
Which protocol is used to automatically assign IP addresses to devices on a network?
DHCP (Dynamic Host Configuration Protocol)
What does the term ‘broadcast address’ refer to?
An address used to send data to all devices on a subnet.
Fill in the blank: The subnet mask for a /16 network is ______.
255.255.0.0
What is the purpose of VLSM?
Variable Length Subnet Masking allows for more efficient use of IP addresses.
True or False: The IP address 0.0.0.0 is a valid host address.
False