google.com, pub-4617457846989927, DIRECT, f08c47fec0942fa0 Learn to enjoy every minute of your life.Only I can change my life.

Tuesday, July 8, 2014

Technical Exam preparation Qs

1. What is the decimal equivalent to the hexadecimal number E6D3?
A. 59019
B. 59091
C. 59136
D. 59093
Answer::-B.

2. Convert the decimal number 2989 to hex.
A. FDD1
B. BAD
C. TED
D. CAD
Answer::- B.

3. MAC address are _________ bits in length.
A. 12
B. 24
C. 48
D. 64
Answer::- C.

4. Where does the MAC address reside?
A. Transceiver
B. Computer BIOS
C. NIC
D. CMOS
Answer::- C.

5. Which of the following statements best describes communication between two devices on a LAN?
A. The source device encapsulates data in a frame with the MAC address of the destination device, and then transmits it. Everyone on the LAN sees it, but the devices with non-matching addresses otherwise ignore the frame.
B. The source encapsulates the data and places a destination MAC address in the frame. It puts the frame on the LAN, where only the device with the matching address can check the address field.
C. The destination device encapsulates data in a frame with the MAC address of the source device, puts it on the LAN, and the device with the matching address removes the frame.
D. Each device on the LAN receives the frame and passes it up to the computer, where software decides whether to keep or to discard the frame.
Answer::-A.

6. Which are the functions associated with framing?
A. Identifies which computers are communicating with one another
B. Signals when communication between individual computers begins and when it ends
C. Flags corrupted frames
D. All of the above
Answer::-D.

7. How does a computer on a LAN detect an error in a frame?
A. It sends a copy of the frame back to the sender for verification.
B. It checks the destination address to verify that the frame was really intended for them.
C. It compares an FCS in the frame to one that the computer calculates from the contents of the frame.
D. It calculates a checksum from the data in the frame, and then sends it back to the source for verification.
Answer::- C.

8. Which best describes a CSMA/CD network?
A. One node's transmission traverses the entire network and is received and examined by every node.
B. Signals are sent directly to the destination if the source knows both the MAC and IP addresses.
C. One node's transmission goes to the nearest router, which sends it directly to the destination.
D. Signals are always sent in broadcast mode.
Answer::- A.

9. Which best describes broadcasting?
A. Sending a single frame to many stations at the same time
B. Sending a single frame to all routers to simultaneously update their routing tables
C. Sending a single frame to all routers at the same time
D. Sending a single frame to all hubs and bridges at the same time
Answer::- A.

10. A half-duplex circuit means
A. Only one side can talk at a time
B. The signal strength is cut in half
C. The signal strength is doubled
D. Two hosts can talk simultaneously
Answer::-A.

11. Attenuation means
A. Travel
B. Delay
C. A signal losing strength over distance
D. Loss of signal due to EMI
Answer::-C.

12. Which of the following is an external source of electrical impulses that can attack the quality of electrical signals on a cable?
A. EMI caused by electrical motors
B. RFI caused by electrical motors
C. Impedance caused by radio systems
D. EMI caused by lightning
Answer::- A.

13. What is the primary cause of crosstalk?
A. Cable wires that are too large in diameter
B. Too much noise in a cable's data signal
C. Electrical motors and lighting
D. Electrical signals from other wires in a cable
Answer::-D.

14. Which of the following describes cancellation?
A. Wires in the same circuit cancel each other's electrical current flow.
B. Cancellation is a commonly used technique to protect the wire from undesirable interference.
C. The magnetic fields from one cable run cancel magnetic fields of another cable run.
D. External magnetic fields cancel the fields inside network cabling.
Answer::- B.

15. What is it called when two bits from two different communicating computers are on a shared medium at the same time?
A. Latency
B. Dispersion
C. Collision
D. Obstruction
Answer::-C.

16. Reflection does not occur with what kind of signals?
A. Electrical
B. Radio waves
C. Microwaves
D. None of the above
Answer::- D.

17. __________ means to convert binary data into a form that can travel on a physical communications link.
A. Encoding
B. Decoding
C. Encrypting
D. Decrypting
Answer::- A.

18. Which of the following is the correct order for the network layers?
A. 1: Physical 2: Data Link 3: Transport 4. Network 5: Presentation 6: Session 7: Application
B. 1: Physical 2: Data Link 3: Network 4: Transport 5: Session 6: Presentation 7: Application
C. 1: Physical 2: Data Link 3: Network 4: Session 5: Transport 6: Application 7: Presentation
D. 1: Physical 2: Network 3: Session 4: Data Link 5: Transport 6: Application 7: Presentation
Ans::- B.

19. Which layer of the OSI model handles error detection, network topology, and medium access?
A. The physical layer
B. The data link layer
C. The transport layer
D. The network layer
Ans::- B.

20. Which layer of the OSI model establishes, maintains, and manages sessions between applications?
A. The transport layer
B. The session layer
C. The presentation layer
D. The application layer
Answer::-B.

21. Which best describes the function of the presentation layer?
A. It provides data representation and code formatting.
B. It handles error notification, network topology, and flow control.
C. It provides network services to user applications.
D. It provides electrical, mechanical, procedural, and functional means for activating and maintaining the link between systems.
Answer::-A.

22. Which layer of the OSI model provides network services to user applications?
A. The transport layer
B. The session layer
C. The presentation layer
D. The application layer
Answer::-D.

23. Which layer offers provisions for data expedition, class of service, and exception reporting?
A. Session
B. Presentation
C. Network
D. Data link
Answer::-A.

24. Which of the following statements regarding encapsulation is untrue?
A. Encapsulation allows computers to communicate data.
B. If one computer wants to send data to another computer, the data first must be packaged by a process called encapsulation.
C. Encapsulation occurs at one layer.
D. Encapsulation wraps data with the necessary protocol information before network transit.
Answer::- C.

25. Which of the following correctly describes the five conversion steps of data encapsulation when one computer sends an e-mail message to another computer?
A. Data, segments, packets, frames, bits
B. Bits, frames, packers, segments, data
C. Packets, segments, data, bits, frames
D. Segments, packets, frames, bits, data
Answer::- A.

26. An e-mail message is sent from Host A to Host B on a LAN. To send this message, the data must be encapsulated. Which of the following best describes the first step of data encapsulation?
A. Alphanumeric characters are converted into data.
B. The message is segmented into easily transportable chunks.
C. A network header is added to the message (source and destination addresses).
D. The message is converted into binary format.
Answer::- A.

27. An e-mail message is sent from Host A to Host B on a LAN. Before you can send this message, the data must be encapsulated. Which of the following best describes what happens after a packet is constructed?
A. The packet is transmitted along the medium.
B. The packet is put into a frame.
C. The packet is segmented into frames.
D. The packet is converted to binary format.
Answer::- B.

28. An e-mail message is sent from Host A to Host B on a LAN. Before you can send this message, the data must be encapsulated. Which of the following best describes what happens after the e-mail message's alphanumeric characters are converted into data?
A. The data is converted into binary format.
B. A network header is added to the data.
C. The data is segmented into smaller chunks.
D. The data is put into a frame.
Answer::- C.

29. Which best describes a datagram?
A. A message sent to the source to confirm the receipt of uncorrupted data
B. A binary representation of routing information
C. A data packet less than 100 bytes in size
D. A network layer packet
Answer::- D.

30. Which of the following layers of the OSI model is not present in the TCP/IP protocol stack?
A. Transport
B. Network
C. Internet
D. Data link
Answer::- D.

More Questions with ans to solve

1. A router is an OSI Layer __________device.
A. 1
B. 5
C. 3
D. 4

Ans:-C


2. What do routers connect?
A. Bridges and repeaters
B. Bridges and hubs
C. Two or more networks
D. Hubs and nodes

Ans:- C.


3. What does a router route?
A. Layer 1 bits
B. Layer 2 frames
C. Layer 3 packets
D. Layer 4 segments

Ans:- C.

4. To construct a simple LAN of four computers, you connect them with a _________ ?
A. Cross-connect cable
B. Serial line
C. Hub
D. Router

Ans. C.



5. What is the maximum cable length for STP (without a repeater, and so on)?
A. 100 ft
B. 100 m
C. 150 ft
D. 1000 in

Ans: - B.


6. How many pairs of wires make up a UTP cable?
A. 2
B. 4
C. 6
D. 8

Ans::- B.

7. Which connector does UTP use?
A. STP
B. BNC
C. RJ-45
D. RJ-69

Ans::- C.


8. What is an advantage that coaxial cable has over STP or UTP?
A. It is capable of achieving 10-100 Mbps.
B. it is inexpensive.
C. It can run longer distances unboosted.
D. None of the above.

Ans::- C.


9. A more compact version of coaxial cable is known as
A. Thinnet
B. BNC
C. STP
D. UTP

Ans::- A.

10. A _________ fiber optic cable allows multiple streams of LED-generated light.
A. Multimode
B. Multi-channel
C. Multiphase
D. None of the above

Ans::- A.

11. What is the importance of the EIA/TIA standards?
A. They provide a framework for the implementation of the OST reference model.
B. They provide guidelines for NIC manufacturers to follow to ensure compatibility.
C. They provide the minimum media requirements for multi-product and multi-vendor environments.
D. None of the above.

Ans::- C.

12. For the horizontal cabling component, TIA/EIA-568A requires a minimum of how many connectors at each work area?
A. 1
B. 2
C. 4
D. 6

Ans::- B.

13. What does the twisting of the wires do in a CAT-5 cable?
A. It makes it thinner.
B. It makes it less expensive.
C. It reduces noise problems.
D. It allows six pairs to fit in the space of four pairs.

Ans::- C.

14. The standard 10BaseT cable is Category ___________
A. 3
B. 4
C. 5
D. 6

Ans::- C.

15. The network area within which data packets originate and collide is called a ____________?
A. Collision domain
B. Network domain
C. Collision segment
D. Network segment

Ans::- A.

16. Using repeaters __________ the collision domain.
A. Reduces
B. Has no effect on
C. Extends
D. None of the above

Ans::- C.

17. The process of installing complex networking devices that break up the domains by using bridges, switches, and routers is known as:
A. Sectioning
B. Segmentation
C. Collision Domain Reduction
D. None of the above

Ans::- B.

18. What physical topology has all its nodes connected directly to one link, and has no other connections between nodes?
A. Linear bus
B. Star
C. Ring
D. None of the above

Ans::- A.

19. What type of numbering system is characterized by 0’s and 1’s?
A. Base 4
B. Base 10
C. Binary
D. Hexadecimal

Ans::- C.

20. What is the decimal number 151 in binary?
A. 10100111
B. 10010111
C. 10101011
D. 10010011

Ans::- B.

21. What is the binary number 11011010 in decimal?
A. 186
B. 202
C. 222
D. 218

Ans::- D.

22. What best describes how much information can flow from one place to another in a given amount of time?
A. Mbps
B. Transfer-rate
C. Reliability
D. Bandwidth

Ans::- D.

23. Bandwidth is described in _____________.
A. Bytes per second
B. Bits per second
C. Megabits per millisecond
D. Centimeters

Ans::- B.

24. What term is used to describe the rated throughput capacity of a given network medium or protocol?
A. TCP/IP
B. Ethernet
C. Bandwidth
D. Routing protocol

Ans::- C.

25. At its most basic level, computer data consist of _________.
A. Bits
B. Bytes
C. Packets
D. None of the above

Ans::- A.

26. Which of the following is not a form of cable media?
A. Coaxial cables
B. Optical fibers
C. Category 5 UTP
D. None of the above

Ans::- D.

27. A protocol is not __________.
A. A set of rules
B. An agreement
C. A connection layer
D. A definitive outline

Ans::- C.

28. Which of the following best describes topology?
A. A connection of computers, printers, and other devices for the purpose of communications
B. The physical arrangement of network nodes and media within an enterprise networking structure
C. A network type that prevents collisions of data packets
D. A method for filtering network traffic to reduce the chance of bottlenecks and slowdowns

Ans::- B.

29. Which of the following best describes a star topology?
A. A LAN topology in which a central hub is connected by vertical cabling to other hubs that are dependent on it
B. A LAN topology in which transmissions from network stations propagate the length of the medium and are received by all other stations
C. A LAN topology in which endpoints on a network are connected to a common central point
D. A LAN topology in which central points on a network are connected to a common central switch by linear links

Ans::- C.

30. Which of the following best describes a node?
A. An endpoint of a network connection or a junction common to two or more lines in a network that serve as control points
B. An application that establishes, manages, and terminates sessions between devices and manages data exchange between presentation layer entities
C. An application that synchronizes cooperating devices and establishes agreement on procedures for error recovery and control of data integrity
D. All of the above

Ans::- A.

अच्छे विचार करे विचार

  पहचान की नुमाईश, जरा कम करें... जहाँ भी "मैं" लिखा है, उसे "हम" करें... हमारी "इच्छाओं" से ज़्यादा "सुन...