What is the network address for a network with IP 192.168.1.150 and subnet mask 255.255.255.0? MCQ with Answer and Explanation

What is the network address for a network with IP 192.168.1.150 and subnet mask 255.255.255.0?
A. 192.168.1.0
B. 192.168.0.0
C. 192.168.1.255
D. 192.168.1.150
Answer: Option A
Solution (By JKExamLibrary)
With a /24 mask, the network address is obtained by ANDing the IP with mask, resulting in 192.168.1.0.

This question belongs to: Computer Computer Networking

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Computer Networking Questions

Question #1 Report Error
Which hardware device works at Layer 3 of the OSI model, tracking network path metrics to route packets across separate networks?
A. Layer 2 Bridge
B. Passive Hub Array
C. Layer 1 Repeater
D. Layer 3 Router

Correct Answer: Option D


Explanation:
Routers operate at the Network Layer (Layer 3), managing data routing across separate subnets based on logical destination IP addresses.

This question belongs to: Computer Computer Networking
Question #2 Report Error
What form of network topology links a master hub down to secondary hub nodes, which in turn connect to individual workstations in a multi-level hierarchy?
A. Mesh Topology
B. Bus Topology
C. Ring Topology
D. Tree / Hierarchical Star Topology

Correct Answer: Option D


Explanation:
A tree topology arranges star-configured subnets in a multi-level hierarchy connected back to a central root node.

This question belongs to: Computer Computer Networking
Question #3 Report Error
What is the main disadvantage of a ring topology?
A. Expensive cabling
B. Requires a central hub
C. Difficult to manage
D. A single break in the ring can disable the entire network

Correct Answer: Option D


Explanation:
In ring topology, if one link fails, the entire network fails unless it uses a dual-ring design.

This question belongs to: Computer Computer Networking