edited by
1,621 views
2 votes
2 votes

If you are hosting an email service on your server with some domain name with many local nodes, what service is absolutely essential?

1.DNS

2.SMTP

3.DHCP

4.IRC

Multiple options can be right? 

edited by

Please log in or register to answer this question.

Related questions

1 votes
1 votes
0 answers
1
rahul sharma 5 asked Feb 26, 2018
458 views
1. Prove/Disprove:a) If a graph has k-independent components, it it n-k+1 colorableb) converse of (a)c) If a graph is not n-1 colorable, it's a clique
2 votes
2 votes
0 answers
3
rahul sharma 5 asked Mar 18, 2018
362 views
if degree of vertices < 3, then prove that the graph will be union of vertex disjoint path and cycle
1 votes
1 votes
1 answer
4
pC asked Jul 18, 2016
1,263 views
Implement Longest Increasing Subsequence with the help of 1-D array for dynamic programming. (Hint : MaxTill 1-D array)