You have been tasked with creating a dedicated virtual network between two local zones within a
single system. In order to isolate the network traffic from other zones on that system.
To accomplish this, you will create__________.
A.
An ether stub
B.
A virtual router
C.
A virtual switch
D.
A virtual bridge.
E.
A virtual network interface
F.
Nothing because a virtual switch is automatically created then the virtual network interfaces are
created.
Explanation:
Etherstubs are pseudo ethernet NICs which are managed by the system
administrator. You can create VNICs over etherstubs instead of over physical links. VNICs over an
etherstub become independent of the physical NICs in the system. With etherstubs, you can
construct a private virtual network that is isolated both from the other virtual networks in the
system and from the external network. For example, you want to create a network environment
whose access is limited only to your company developers than to the network at large. Etherstubs
can be used to create such an environment.
Note:Oracle Solaris 11 introduces a new and powerful network stack architecture which includes:
* Networking virtualization with virtual network interface cards (VNICs) and virtual switching
(etherstubs)
* Tight integration with zones
* Network resource management – efficient and easy to manage integrated quality of service
(QoS) to enforce bandwidth limit on VNICs and traffic flows
We will be examini
Reference: Oracle Solaris Administration: Network Interfaces and Network Virtualization,
Configuring Components of Network Virtualization in Oracle Solaris
A
E is the answer. VNIC is the solution..
Sorry, Ether Stub is the answer.
Answer is D..
search “dedicated to the zone” at
http://www.oracle.com/technetwork/systems/hands-on-labs/solaris11virtualized-1524997.html#ExploringSolaris11-theWorld%27sFirstFullyVirtualizedOperatingSystem-EX2
A
Correct is A
Etherstubs are pseudo Ethernet NICs. You can create VNICs over etherstubs instead of over physical links. VNICs over an etherstub become independent of the physical NICs on the system. With etherstubs, you can construct a private virtual network that is isolated both from the other virtual networks on the system and from the external network. For example, if you want to create a network environment whose access is limited only to your company developers and not to the network at large, etherstubs can be used to create such an environment.
https://docs.oracle.com/cd/E26502_01/html/E28992/gfkbw.html
The use of etherstubs constitutes the main difference between a virtual network and a private virtual network. In a private virtual network, the VNICs that are assigned to the zones are configured over an etherstub and are isolated from network traffic that flows through the system.
https://docs.oracle.com/cd/E36784_01/html/E36813/ggkfr.html#scrolltoc
A is correct.
A