Hi Robert,
In the simplest form, I used to remember a 'Tagged' port as an inter-switch link and an 'Untagged' port as a host port.
Basically, its all about the VLAN information that gets 'tagged'into the Ethernet frame.
When you configure a port as 'Tagged' you are telling the switch to place an 802.1q tag in the frame that can identify the VLAN that the frame came from.
That way, the switch that receives the frame knows which VLAN to send the Frame to.
So if you have 2 switches, each with ports 1-10 in VLAN 10 and ports 11-22 in VLAN 20.
You want PC's to be in VLAN 10 and Servers to be in VLAN 20, so you would :
VLAN10 untag ports 1-10 on each switch
VLAN20 untag ports 11-22 on each switch
This sets your hosts up. You want to use interface 24 to connect the switches.
VLAN10 tag port 24
VLAN20 tag port 24
So, the Interswitch links are TAGGED and the hosts are UNTAGGED...