If you speak German or Turkish you can visit my Blog to read on those Language.
In this Article we are gonna handle the Vmware Network Connections Types. I used to use Vmware always so simple without knowing what the connections mean. But one day i needed to connect to my friends computer from my Virtual Machine, but i couldn't. So I searched the vmware network connections types. I found many Articles about it, but there was no clear Graphical Simple( I need to see graphical, before i complete understand something :)So I tired to draw them with Office Visio to really understand and show you guys :) I used the Operation System Ubuntu(Linux), but the network connections have overall same meaning. On any Windows you can configure them with GUI(Graphical User Interface) and of course with Terminal(cmd). I prefer always Terminal, which is on first shell of the kernel. I recommend you to use Terminal. Lets begin.
NAT - Network Address Translation
With NAT, your virtual machine and the physical Host share same network identity. But your Virtual Machine is not reachable from outside of the network. That's means if someone want to sniff your network traffic, he can not sniff your Virtual Machine Traffic.NAT, Network Address Translation converts the Private IP Addresses to Public IP Addresses. Let's say, you have at Home or Workplace (LAN(Local Area Network)) an IP 192.168.1.17. (This is an Private IP, I will post an Artikel about Private and Public IP's), NAT takes this IP Address and converts to your Public IP Address, which you got from your Internet Service Provider. You can google it, "what is my ip address", every Host on same LAN has same Public IP Address.If you don't want to have a separate IP address for the virtual machine, but you want to be able to connect to the Internet, you should choose the NAT.
Vmware Network Connections - Bridged
With bridged networking, the virtual machine has direct access to an external Ethernet network. The virtual machine gets IP Address from DHCP Server of Network(It's can be a Firewall or Router).
Vmware Bridged Network Connection
If you want to have your virtual machine on same network as host system and have a separate IP address for your virtual machine, you should choose the Bridged Connection. Other computers on the same network can communicate directly with the virtual machine.
Vmware Network Connections - Host-Only
Host-only networking provides a network connection between the virtual machine and the host system, using a virtual network adapter(switch) that is visible to the host operating system.
With host-only networking, the virtual machine can communicate only with the other virtual machines in the host-only network. You should choose host-only networking to set up an isolated and secure virtual network.
Source:https://azizozbek.ch/blog/2018/01/vmware-network-connections-types-graphics/