My textbook, Convex Optimization by Boyd and Vandenberghe, says the following in a section on Polyhedra:
A polyhedron is defined as the solution set of a finite number of linear equalities and inequalities:
$$\mathcal{P} = \{ x \mid a^T_j x \le b_j, j = 1, ..., m, c^T_j x = d_j, j = 1, ..., p \}. \tag{2.5}$$
A polyhedron is thus the intersection of a finite number of halfspaces and hyper-planes. Affine sets (e.g., subspaces, hyperplanes, lines), rays, line segments, and halfspaces are all polyhedra. It is easily shown that polyhedra are convex sets. A bounded polyhedron is sometimes called a polytope, but some authors use the opposite convention (i.e., polytope for any set of the form (2.5), and polyhedron when it is bounded). Figure 2.11 shows an example of a polyhedron defined as the intersection of five halfspaces.
It seems to me that, by saying the following, the authors are implying that (2.5) is not bounded:
... but some authors use the opposite convention (i.e., polytope for any set of the form (2.5), and polyhedron when it is bounded).
But, given the presence of the inequalities and equalities, it seems to me that (2.5) is bounded, no? And doesn't figure 2.11 also suggest that it is bounded?
I would appreciate it if people would please take the time to clarify this.

The terms "polyhedron" and "polytope" are used in different ways by different mathematical sub-disciplines. A result obtained under one definition will not necessarily apply to other sub-disciplines. For example Grünbaum's classic Convex Polytopes gives three explicit and incompatible definitions of a polyhedron.
Whether the polygon you describe is bounded or open (unbounded) depends on whether the half-spaces include the boundary with the other half-space. If they do, then they have to deal with the fact that the boundaries are entire sub-spaces.
Be aware also that most formalisms taught in college assume, even demand, that a polyhedron or polytope be convex. Although you will sometimes find it stated that these ideas are readily generalized to non-convex cases such as star polytopes, this is a mere sentiment with no rational foundation.