I call a digraph G= (V,E) essentially interconnected if whenever any vertex $a$ is removed from $G$ there is always at least one pair of distinct vertices $v$ and $w$ which can no longer be joined by an oriented path in $G$.

Are there essentially interconnected graphs ?

Example: The cycle: (a,b), (b,c),(c,a)

If I remove $b$ then I cannot connect $a$ to $c$ (although I can connected $c$ to $a$) and analogusly for $a$ and $c$.

Can we characterise such digraphs in general ?

Similar questions and discussions