engineering computer science MCQ #530

In a network, a device is assigned an IP address of 10.0.0.100 with a subnet mask of 255.0.0.0. What is the network address?

engineering computer science MCQ #530

  1. Question 1

    Q1. In a network, a device is assigned an IP address of 10.0.0.100 with a subnet mask of 255.0.0.0. What is the network address?

    • A) 10.0.0.0
    • B) 10.0.0.100
    • C) 10.255.255.255
    • D) 0.0.0.0

    Answer: 10.0.0.0

    Explanation: Network address = IP address AND subnet mask. 10.0.0.100 AND 255.0.0.0 = 10.0.0.0.