The correct answer to question [1] below is:
Configure SrvA with no default gateway address
What I cannot understand -
1)
Why would it prevent the hosts on subnet B to connect to hosts on subnet A and through them to SrvA (since they, according to the task solved and correct answer, would continue to have access to SrvA)?
1a) why it would prevent the direct connection to a host (with a server) from another network at all?
2)
Why does the ability of a server to communicate influence the communication abilities of hosts on a network?
2a) Are servers needed for hosts to communicate with hosts on another subnetwork?
2b) and why only with foreigners - hosts from another network?
Why the absence of default gateway address on a server would prevent the hosts from another network to communicate with a server if there is only one possible external output (through a router separate from servers) between networks, i.e. anything not-found locally should probably be destined by router to another network ?
3)
What is the difference between "connect" and "establish session"?
[1]
2 private neworks A and B are connected by a router.
A server named SrvA (in subnetwork A) functions as an intranet Web server for the human resources (HR) department.
A server named SrvB (in subnetwork B) is a Microsoft Exchange 2000 Server mail server.
SrvA contains confidential documents that must be accessed daily by users on only the A subnet.
All users must be able to connect to SrvB.
You want to configure the TCP/IP properties of SrvA to prevent any computer in the subnet B from establishing a session with SrvA.
What should you do?
[2] Explanation to correct answer "Configure SrvA with no default gateway address"
In order to communicate with SrvA, the clients in the network B have been configured with a default gateway address, that is, the address of the router.
For SrvA to communicate with the clients in the network B, it has to be configured with a default gateway address (the address of the router). Removing the default gateway from SrvA will prevent computers residing in the subnet B from establishing a session with SrvA.
SrvA will however continue to be able to communicate with clients in the network B. This will ensure that the confidential files will be accessible only by users on the subnet A.