GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Certification  >  Sun  >  310-044
Go To First  |  Previous Question  |  Next Question 
 310-044  |  Question 168 of 193    Print  
Which network technique is defined as “the inclusion of a data structure within another
structure so that the first data structure is temporarily hidden”?
A. Interlace
B. Encryption
C. Embedding
D. Encapsulation
Answer: D



  
Total Answers and Comments: 0 Last Update: N/A   
  
 Sponsored Links

 

No answers are posted for this question yet.
Be the first to answer it!


 Related Questions

A network administrator has several clients unable to generate ARP requests, and the administrator decides it is safe to use IP address assigned by DHCP servers. What should the network administrator do to ensure that DHCP clients dhcpagent daemons will accept an IP address even though they are unable to generate an ARP request? A. Modify DHCP clients and disable RARP. B. Set the IGNORE_FAILED_ARP variable to no. C. Ensure that the client interface is set to NOARP. D. Set the
Answer: D  

To which DHCP environment term does SUNW.Ultra-5_10 apply? A. A macro B. An option C. A data type D. A vendor-client class
Answer: D  

Given the portion of in.dhcpd output running in debug mode: 3cdbc114: There is no 192.6.17.0 dhcp-network table. 3cdbc114: Datagram received on network device: hme0. Which two are executed on the DHCP server for the DHCP client to obtain an IP address? (Choose two) A. init 6 B. touch /etc/dhcp.hme0 C. pntadm –C 192.6.17.0 D. ifconfig hme0 dhcp start E. pntadm –r SUNWfiles –f /var/dhcp –A 192.6.17.97 192.6.17.0
Answer: C, E  

Which two are benefits of using DHCP? (Choose two) A. DHCP is a replacement for JumpStart. B. DHCP servers support BOOTP and RARP clients. C. DHCP allows setting up BOOTP and RARP relays. D. DHCP on Solaris includes a VPN feature that allows for the dynamic setup of an IP-over-IP tunnel. E. DHCP supports clients that boot over a network, effectively replacing the need for RARP and the bootparams file. F. DHCP reduces the cost of managing networks by automatic assignment of available
Answer: E, E  
Tags : VPN

You are helping a junior network administrator configure and set up a tunnel, and need to ping the remote end of the tunnel to ensure the tunnel will work. Since the remote end of the tunnel can be pinged without a tunnel in place, the junior network administrator asks why a tunnel needs to be created. What are two reasons to create a tunnel? (Choose two) A. Tunneling ensures privacy of data through encryption. B. Tunneling allows Ethernet packets to be encapsulated in IPv6 packets.
Answer: C, D  
Tags : Encryption

A Solaris router is correctly configured in terms of interfaces and addresses, but is refusing to forward inbound IP datagrams that arrive and travel up its stack to the Internet Layer. A network administrator discovers that the routers kernel is configured NOT to forward (route) IP datagrams. Which command enables the router to forward and attempt to route IP datagrams? A. ndd –set /dev/ip ip_ire_status B. ndd –set /dev/ip ip_forwarding 1 C. ndd –set /dev/ip
Answer: B  

A host with network interfaces 200.3.34.18 and 200.4.64.23 broadcasts its routing table every 30 seconds. What routing daemon is running? A. ospf B. inetd C. in.rdisc D. in.routed E. defaultroute
Answer: D  

The address 197.20.71.0 identifies a network that you want to identify with a name. Which file, if edited, will identify the network address with a name? A. /etc/hosts B. /etc/inet/networks.conf C. /etc/networks.conf D. /etc/inet/networks.conf E. /etc/default/networks.conf
Answer: B  

A system boots and has a configured network interface. At minimum, what type of route is automatically added to the routing table? A. Static direct B. Static indirect C. Dynamic direct D. Dynamic indirect
Answer: A  

What is the length, in bits, of the network interface-specific identifier (VID) of the Ethernet address?
Answer: 24  


 Sponsored Links

 
Related Articles

Breaking up XML into Relational Data

Breaking up XML into Relational Data While the preceding example shows how to construct an XML representation over relational data the example in this section illustrates how you can shred XML data back into relational data This reverse operation can be useful if your application works with relation
 

Querying Data with Oracle XQuery

Querying Data with Oracle XQuery Starting with Oracle Database 10g Release 2 you can take advantage of a full featured native XQuery engine integrated with the database With Oracle XQuery you can accomplish various tasks involved in developing PHP Oracle XML applications operating on any kind of dat
 

Retrieving XML Data

Retrieving XML DataTo retrieve XML data from an XMLType table you can use a SELECT SQL statement just as you would if you had to query a relational table For example to select the employee with the id set to 100 from the employees XMLType table discussed in the preceding section you might issue the
 

Using XMLType for Handling XML Data in the Database

Using XMLType for Handling XML Data in the Database Being an object type XMLType can not only be used to store XML data in the database but also to operate on that data via its built in methods Regardless of the storage model you choose XMLType provides a set of XML specific methods to operate on XM
 

Using Oracle Database for Storing, Modifying, and Retrieving XML Data

Using Oracle Database for Storing Modifying and Retrieving XML Data With Oracle XML DB you have various XML storage and XML processing options allowing you to achieve the required level of performance and scalability One of the most interesting things about Oracle XML DB is that it allows you to per
 

ODP.NET - Techniques to Improve Performance while Retrieving Data

ODP NET Techniques to Improve Performance while Retrieving Data Performance tuning is a great subject in Oracle Volumes of books would not be enough to cover every aspect of performance tuning in Oracle However in this section we will only discuss the fundamental performance techniques while working
 

ODP.NET - Populating a Dataset with a Single Data Table

ODP NET Populating a Dataset with a Single Data Table A dataset is simply a group of data tables These data tables can be identified with their own unique names within a dataset You can also add relations between data tables available in a dataset mosgoogle The following code gives you the details o
 

ODP.NET - Retrieving Typed Data

ODP NET Retrieving Typed Data While retrieving values from OracleDataReader we can extract information available in individual columns of a particular row either by using column ordinal position values or column names mosgoogle Retrieving Typed Data Using Ordinals ODP NET provides data specific enum
 

ODP.NET - Retrieving Data Using OracleDataReader

ODP NET Retrieving Data Using OracleDataReader OracleDataReader is simply a read only and forward only result set It works only if the database connection is open and it makes sure that the connection is open while you are retrieving data As the data that it retrieves is read only it is a bit faster
 

ODP.NET - Fundamental ODP.NET Classes to Retrieve Data

ODP NET Fundamental ODP NET Classes to Retrieve Data To retrieve data from an Oracle database using ODP NET we need to work with a few of the ODP NET classes At this point we will discuss the most fundamental classes available in ODP NET for retrieving data mosgoogle The following is the list of fun
 

Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape