Q. What is the default network driver used by Docker?
β
Correct Answer: (B)
bridge
Explanation: The default network driver in Docker is 'bridge', which creates a private internal network for containers to communicate.