Problem
Negative acknowledgements directly trigger a response at the sender, while the lack of positive acknowledgements only triggers an action after a timeout. Is it possible to build a reliable communication channel using only negative acknowledgements, and no positive acknowledgements? If it is possible, give an example. If it is impossible, explain why.