The correct answer is (a) SPI
Explanation: The SD.h library for communication between SD Card Modules and Arduinos use SPI (Serial Peripheral Interface) for establishing communications. The SPI is a synchronous Serial Communication Protocol which is used for short distance communications between microcontrollers and devices like SD Card Readers, shift resistors, etc.