Answer:
Explanation:
bool isPalindrome(string str)
{
int length = str.length();
for (int i = 0; i < length / 2; i++) {
if (str [i] != str [length – 1 – i]) {
return false;
}
}
cout << str << "is a palindrome";
return true;
}
Answer: Server based network
Explanation:
The server based network is the type of network in which the special type of computer mainly handle the various networking tasks like the storing file, managing printers and authenticate the users in the system. The server based network are also responsible for run various types of application like the email and the database system.
The microsoft windows 2016 and the window 2012 are the two ideal OS (Operating system) that mainly used in the server based network.
Therefore, we use the server based network as it easy to backup and manage in the networking system.