Study Guides and Actual Real Exam Questions For Oracle OCP, MCSE, MCSA, CCNA, CompTIA


Advertise

Submit Braindumps

Forum

Tell A Friend

    Contact Us

 Home

 Search

Latest Brain Dumps

 BrainDump List

 Certifications Dumps

 Microsoft

 CompTIA

 Oracle

  Cisco
  CIW
  Novell
  Linux
  Sun
  Certs Notes
  How-Tos & Practices 
  Free Online Demos
  Free Online Quizzes
  Free Study Guides
  Free Online Sims
  Material Submission
  Test Vouchers
  Users Submissions
  Site Links
  Submit Site

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Online Training Demos and Learning Tutorials for Windows XP, 2000, 2003.

 

 

 

 





Braindumps for "310-302" Exam

Sun great matrials got from itcertkeys

 Question 1.
All of the following are fiber based connectors EXCEPT:

A. ST (Straight Tip)
B. MT-RJ (Mechanical Transfer-Registered Jack)
C. IEEE 1394 (Institute of Electrical and Electronics Engineers)
D. SC (Standard Connector)

Answer: C

Question 2.
A home user has enforced HTTPS (Hypertext Transfer Protocol Secure) access to a web server.
After HTTPS is enforced, the web server is no longer accessible from the Internet, but can still be accessed by internal network users. 

What is causing this problem?

A. The users DNS (Domain Name Server) server is down.
B. The users web server IP (Internet Protocol) address has changed.
C. The users Internet router is blocking port 389.
D. The users Internet router is blocking port 443.

Answer: D

Question 3.
Exhibit:

 

You have configured a Jump Start server. When you attempt to install a client machine, it starts
booting, but stops responding shortly afterwards.
s
Which command, when run on the Jump Start server, helps diagnose this problem?

A. snoop dhcp
B. snoop -d eri0
C. snoop 8:0:20:fd:e9:3c
D. /usr/sbin/in.rarpd -d -a
E. ndd -get /dev/eri0 errors

Answer: C

Question 4.
host name IP address MAC address
host1 192.40.62.10 8:0:20:75:6e:7d

Which command removes the ARP table entry for host1?

A. rarp host1
B. arp -d host1
C. rm -a 192.40.62.10
D. rarp 8:0:20:75:6e:7d
E. rmarp -r 192.40.62.10

Answer: B

Question 5.
To more efficiently allocate and manage their network infrastructure, the Network Company is implementing Classless Inter-Domain Routing. 

Which routing protocol is best suited to prepare for this implementation?

A. BGP
B. RIPv2
C. RDISC
D. RIPv1
E. ipCIDR-forwarding

Answer: B

Question 6.
Each DNS zone must have a primary server. 

Which two are features of a DNS primary server? (Choose two.)

A. They maintain data about each of the top-level zones.
B. They are the system on which all changes are made to the zone.
C. They are never authoritative for any domain, except for the loopback address.
D. They provide update information and synchronize secondary servers when the secondary  
     servers request information.

Answer: B, D

Question 7.
A DNS server that you administer has stopped responding to client requests. 

Which four commands can you use in debugging the DNS server? (Choose four.)

A. dig
B. ndc
C. pkill -HUP inetd
D. pkill -INT in.inetd
E. pkill -INT in.named
F. pkill -USR1 in.named
G. svcadm restart system/name-service-cache

Answer: A, B, E, F

Question 8.
A DHCP client is configured with the RELEASE_ON_SIGTERM=yes parameter. 

Which two actions force a DHCP client to relinquish the IP address it obtained through DHCP on the hme0 interface? (Choose two.)

A. Shut down the DHCP client.
B. Run the dhcpinfo command with the r option.
C. Run the dhcpagent command with the r option.
D. Run the pkill -9 dhcpagent command.
E. Run the stop option of the ifconfig hme0 dhcp command.
F. Run the release option of the ifconfig hme0 dhcp command.

Answer: A, F

Question 9.
A new system is being installed with multiple interfaces configured and IP Forwarding enabled. One interface, ge0, connects to the primary company LAN. Another interface, ge1, connects to a LAN dedicated to administration of the company's servers.
Given:
ge0 IP Address = 10.0.0.25/32
ge1 IP Address = 192.168.1.25/32
Admin network = 192.168.1.0/24
Primary network = 10.0.0.0/24
Solaris IP Filter firewall must be configured in a way that:

1- Systems on the admin network can reach the primary network.
2- The system itself has to be reached using ssh from all systems on the admin network.
3- Systems on the primary network cannot reach any systems on the admin network.

Which three rules should be included in the Solaris IP Filter configuration? (Choose three.)

A. block in all
B. block out all
C. block out quick log on ge0 from 192.168.1.0/24 to any
D. pass out quick log from 192.168.1.0/24 to any keep state
E. pass in quick from 192.168.1.0/24 to 10.0.0.0/24 flags keep state
F. pass in quick proto tcp on ge1 from 192.168.1.0/24 to 192.168.1.25/32 port = 22 flags keep  
    state
G. pass out quick on ge0 from 10.0.0.25 to 10.0.0.0/24 flags keep state

Answer: A, E, F

Question 10.
In a given Telnet communication, two IP addresses, 194.168.85.51 and 192.9.9.6, are involved in peer-to-peer communication. 

Data grams leave the source host 194.168.85.51 and are transmitted to destination host 192.9.9.6. Which should you expect to find in the IP header of an outbound datagram?

A. source port number
B. destination port number
C. destination IP address 192.9.9.6
D. destination IP address 194.168.85.51

Answer: C

Question 11.
Which two statements are true about the data payload section of an Ethernet frame? 
(Choose two.)

A. It includes the Ethernet address of the receiving system.
B. It helps the receiving interface detect the beginning of the frame.
C. It includes the Transport, Internet, and Application layer headers.
D. Its maximum size is specific to the type of network interface on a system that receives the  
    frame.
E. It includes information used by both the sending and receiving hosts to determine if an error  
     has occurred during frame transmission.

Answer: C, D

Question 12.
What are two advantages of using a layered networking model? (Choose two.)

A. Routing tables are simplified.
B. Network performance is improved.
C. The troubleshooting process is simplified.
D. Changing one layer does NOT require changes to the other layers.
E. Networking related code does NOT need to be recompiled for other systems.

Answer: C, D

Question 13.
Which three layers of the OSI network model are included in the Application layer of the TCP/IP network model? (Choose three.)

A. Network
B. Session
C. Transport
D. Data Link
E. Application
F. Presentation

Answer: B, E, F

Question 14.
At which layer in the TCP/IP network model are decisions about routing between networks made?

A. Internet
B. Transport
C. Data Link
D. Application

Answer: A

Question 15.
A user begins to establish a Telnet session with a second system located on a different subnet. The Network Interface layer is responsible for creating a packet data unit. 

What information does the header in the packet data unit contain?

A. time to live (TTL)
B. destination host address
C. address of the local subnet's router
D. UID of the user executing the telnet command

Answer: C

Question 16.
As a connectionless protocol in peer-to-peer communications, UDP interacts with which adjacent And corresponding layers of the TCP/IP model?

A. Ethernet and Hardware
B. Hardware, Network, and Internet
C. Transport, Application, and Internet
D. Application, Transport, Internet, and Network

Answer: C

Question 17.
Which statement is true about TCP and/or UDP?

A. TCP implements flow control at the Transport layer.
B. UDP implements flow control at the Transport layer.
C. TCP is a Transport layer protocol; UDP is an Internet layer protocol.
D. TCP segments are converted to UDP data grams at the Internet layer.

Answer: A

Question 18.
Protocols are used by computer networks to communicate or exchange data. A data communication protocol is a set of rules that must be followed by electronic devices to communicate with each other. 

Which three describe these sets of rules? (Choose three.)

A. Syntax - Data format and coding
B. Internet - Manages data addressing
C. Timing - Speed matching and sequencing
D. Application - Handles the detail and functions
E. Semantics - Controls information and error handling
F. Transport - Manages the connections between cooperating applications

Answer: A, C, E

Question 19.
What are the four layers of the TCP/IP Model? (Choose four.)

A. Internet layer
B. Software layer
C. Data Link layer
D. Hardware layer
E. Transport layer
F. Application layer
G. Network Interface layer

Answer: A, E, F, G

Question 20.
Which is an example of a Network Interface layer protocol?

A. Transmission Control Protocol
B. Uniform Demultiplexing Protocol
C. Internet Control Message Protocol
D. EIA/TIA 568 - Unshielded Twisted Pair
E. IEEE 802.11 - Wireless Network Standard

Answer: E


Google
 
Web www.certsbraindumps.com


Braindumps: Dumps for 9L0-616 Exam Brain Dump

Study Guides and Actual Real Exam Questions For Oracle OCP, MCSE, MCSA, CCNA, CompTIA


Advertise

Submit Braindumps

Forum

Tell A Friend

    Contact Us





Braindumps for "9L0-616" Exam

Xsan Administration v10.4 Exam

 Question 1.
Which method of increasing the storage capacity of a SAN does NOT require that a volume be unmounted and stopped?

A. add LUNs
B. add volumes
C. add storage pools
D. reduce block allocation size

Answer:  B

Question 2.
You want to use different block allocation sizes for two applications. To do so, you must set up a ________ for each application.

A. LUN
B. volume
C. storage pool
D. metadata controller

Answer:  B

Question 3.
You try to save a file from an Xsan client to an Xsan volume, but receive an alert message that indicates error -1425 has occurred. 

What is the MOST LIKELY cause?

A. The Xsan volume is busy.
B. Saving the file would cause you to exceed your hard quota.
C. Another user is saving changes simultaneously to the same file on the Xsan volume.
D. You are trying to save the file to a folder or volume where you do not have write permissions.

Answer:  B

Question 4.
Xsan is a ________ file system.

A. local
B. cluster
C. network
D. distributed

Answer:  B

Question 5.
You are creating an Xsan volume in Xsan Admin. Below is a list of steps required to accomplish this task. 

In what order should you perform these steps?

A. label LUNs
B. create LUNs
C. create volumes
D. create storage pools
E. add LUNs to storage pools

A. BACDE
B. BADEC
C. CBADE
D. CDBAE

Answer:  A

Question 6.
In Xsan, you can set up an affinity between a folder and a ________.

A. volume
B. hard disk
C. storage pool
D. metadata controller

Answer:  C

Question 7.
Fibre Channel switched fabrics use ____-bit addresses.

A. 8
B. 16
C. 24
D. 32

Answer:  C

Question 8.
Which command-line utility can you use to return a LUN to a state in which Disk Utility can initialize it?

A. cvfsck
B. cvmkfs
C. cvlabel
D. cvadmin
E. cvupdatefs

Answer:  C

Question 9.
You try to set up an access control list (ACL) for several folders on your Xsan volume, but you are unable to do so. 

What is MOST LIKELY preventing you from completing this task?

A. ACLs have not been enabled for your Xsan volume.
B. Your client is not bound to the Open Directory master.
C. Your controller is not bound to the Open Directory master.
D. Your Xsan volume has not been mounted on the primary metadata controller.

Answer:  A

Question 10.
Setting up a separate storage pool to store both metadata and journal data can ________.

A. complicate user quota configuration
B. improve I/O throughput for user data
C. increase free disk space on the primary metadata controller
D. cause data loss due to multiple files having the same address

Answer:  B


Google
 
Web www.certsbraindumps.com


Study Guides and Real Exam Questions For Oracle OCP, MCSE, MCSA, CCNA, CompTIA





              Privacy Policy                   Disclaimer                    Feedback                    Term & Conditions

www.helpline4IT.com

ITCertKeys.com

Copyright © 2004 CertsBraindumps.com Inc. All rights reserved.