INTRODUCTION
OVERVIEW OF THE INTERNET
| 
 Question 
 [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
 
 | 
 A ____ is used to compare bits against the IP address to determine the network address. 
| 
 | 
  host address 
 
 | 
| 
 | 
  subnet mask 
 
 | 
| 
 | 
  network address 
 
 | 
| 
 | 
  loopback adapter 
 
 | 
 Explanation: 
Detailed explanation-1: -The Class of the address determines which part belongs to the network address and which part belongs to the node address. All nodes on a given network share the same network prefix but must have a unique host number.
Detailed explanation-2: -The network address can be calculated by a bitwise AND of the respective bits in the binary representation of the address and the network mask. Align the bits, perform a bitwise AND on each pair of the respective bits, then convert the individual octets of the result back to decimal.
 There is 1 question to complete.