InterviewSolution
Saved Bookmarks
| 1. |
Explain Promiscuous mode. |
|
Answer» A promiscuous mode is network security, monitoring, and administration METHOD that allows any network adapter CONFIGURED on a host system to ACCESS all network data packets. You can specify it at the virtual switch or port group level in vSphere ESX/ESXi. Essentially, promiscuous mode is a method of monitoring (sniffing) network traffic. You have two options: ACCEPT or reject. ADDITIONALLY, all communication will be visible to all virtual machines if the promiscuous mode is set to accept. |
|