**How to use Command line argument in gcc compiler
1. Framing Techniques
2. Error Detection and Correction Techniques
- Single Bit Parity. [ SHOW ]
- Block Parity. [ SHOW ]
- Checksum. [ SHOW ]
- CRC Checksum. [ SHOW ]
- LRC(Longitudinal Redundancy Check) [ SHOW ]
- Hamming Code.
3. All Data Link Layer Protocols
- Protocol - 1 (Unrestricted Simplex Protocol) [ SHOW ]
- Protocol - 2 (Simplex Stop And Wait Protocol) [ SHOW ]
- Protocol - 3 (Simplex Protocol For Noisy Channel) [ SHOW ]
- Protocol - 4 (A 1-bit Sliding Window Protocol)
- Protocol - 5 (Go-Back N Protocol)
- Protocol - 6 (Selective Repeat Protocol)
4. Cryptography (Without Using java security/cryptography package).
- DES (with ECB,CBM,CFM modes).
- 3DES (with ECB,CBC,CFM modes).
- AES(with ECB,CBC,CFM modes).
- Stream Cipher implementation of DES,3DES and AES.