The book "X Power Tools" has a chapter "Display Specifications", where it states:
Since X clients can connect to a display anywhere on the network, it is necessary to have some way of specifying the display to be used. This is done using a display specification (or displayspec).
A displayspec takes this form:
host:display[.screen]
How do you use the specifications in your projects? Can anyone connect to your screen if your host, display and screen are known? How can you protect it or share it if many people are working on the same programming project?