1) DES is a block cipher developed in the 1970s that became a standard but is now considered insecure due to advances in computing power allowing brute force attacks on its 56-bit key.
2) DES uses a Feistel network structure applying 16 rounds of substitution and permutation. The key is used to generate 48-bit round keys for each round.
3) While initially secure, concerns were raised about the small key size of DES and whether the NSA could exploit "trapdoors". Alternatives like triple-DES were developed to increase security.