Let
be an undirected graph and let
. The S‐connectivity
of
is the maximum number of uv‐paths that no two of them have an edge or a node in
in common. Edge‐connectivity is the case
and node‐connectivity is the case
. Given an integer k and a subset
of terminals, we consider the problem of assigning small ‘labels’ (binary strings) to the terminals, such that given the labels of two terminals
, one can decide whether
(k‐partial labeling scheme) or to return
(k‐full labeling scheme). We observe that the best known labeling schemes for edge‐connectivity (the case
) extend to element‐connectivity (the case
), and use it to obtain a simple k‐full labeling scheme for node‐connectivity (the case
). If q distinct queries are expected, our k‐full scheme has max‐label size
, with success probability
for all queries. We also give a deterministic k‐full labeling scheme with max‐label size
. Recently, Hsu and Lu (2009) gave an optimal
labeling scheme for the k‐partial case. This implies an
labeling scheme for the k‐full case. Our deterministic k‐full labeling scheme is better for
.