Asked By
efourt
0 points
N/A
Posted on - 05/22/2012
What is the full name of a network protocol found in CISCO that translates a network name such as https://www.facebook.com/ or https://www.google.com/ to a unique Internet Protocol Address (IP Address)?
Error:
set interface bgroup0 dhcp server option custom 78 string abc
unknown keyword String
                           OK
set interface bgroup0 dhcp server option custom 78 IP 1.1.1.1
unknown keyword IP
                           OK
What is the full of a network protocol found in CISCO?
The name is network address translator (NAT) which is responsible for translate the network name. NAT operates by the help of a router and it can configure two networks together automatically.
The network which was configured by the NAT is either obsolete or private address that needs to be converted into legal address before send the packet to the other network.
The main function of a NAT is to provide a network a unique address globally. The Cisco ISO provides bi- directional translation by using inside source and outside source translation.