SK0-005 · Question #301
An application server cannot communicate with a newly installed database server. The database server, which has static IP information, is reading the following output from ipconfig: IP: 10.0.10.240…
The correct answer is A. IP address. The database has IP: 10.0.10.240 - Mask: 255.255.255.128 - Gateway: 10.0.10.1 This mask gives two subnets 10.0.10.0/25 and 10.0.10.128/25 So the ip address and the gateway are on different subnets. The Application Server is on IP: 10.0.10.25 - Mask: 255.255.255.128 - Gateway…
Question
An application server cannot communicate with a newly installed database server. The database server, which has static IP information, is reading the following output from ipconfig:
IP: 10.0.10.240 Mask: 255.255.255.128 Gateway: 10.0.10.1 The application server is reading the following output from ipconfig:
IP: 10.0.10.25 Mask: 255.255.255.128 Gateway: 10.0.10.1 Which of the following MOST likely contains an error?
Options
- AIP address
- BDHCP
- CGateway
- DSubnet mask
How the community answered
(44 responses)- A75% (33)
- B14% (6)
- C5% (2)
- D7% (3)
Explanation
The database has IP: 10.0.10.240 - Mask: 255.255.255.128 - Gateway: 10.0.10.1 This mask gives two subnets 10.0.10.0/25 and 10.0.10.128/25 So the ip address and the gateway are on different subnets. The Application Server is on IP: 10.0.10.25 - Mask: 255.255.255.128 - Gateway: 10.0.10.1 The IP address and gateway are on the same subnet. So the answer is an incorrect IP address on the database server.
Topics
Community Discussion
No community discussion yet for this question.