Skip to main content

CCNA v4 - E4 - Module 1 (100%)

 http://p4s-ccna.blogspot.com    
http://testccna-4u.blogspot.com

1. Which statement about WAN protocols is correct?

  Most WAN protocols use HDLC or a variant of HDLC as a framing mechanism.

2. Which statement is true of the functionality of the layers in the hierarchical network model?

  The distribution layer aggregates WAN connections at the edge of the campus.

3. Which WAN technology uses a fixed payload of 48 bytes and is transported across both switched and permanent virtual circuits?

  ATM

4. A U.S. company requires a WAN connection used only to transfer sales data from individual stores to the home office. All transfers will occur after business hours. The required bandwidth for this connection is estimated to be less than 38 kbps. Which type of connection requires the least investment for this company?

  analog dialup

5. What is an advantage of packet-switched technology over circuit-switched technology?

  Packet-switched networks can efficiently use multiple routes inside a service provider network.

6. Which statement is true about data connectivity between a customer and a service provider?

  The segment between the demarcation point and the central office is known as the "last mile."


7. What are two advantages of an analog PSTN WAN connection? (Choose two.)

  low cost
  availability

8. What can cause a reduction in available bandwidth on a cable broadband connection?

  number of subscribers

9. For digital lines, which device is used to establish the communications link between the customer equipment and the local loop?

  CSU/DSU

10. At which two layers of the OSI model does a WAN operate? (Choose two.)

  Physical Layer
  Data Link Layer

11. A company needs a WAN connection that is capable of transferring voice, video, and data at a minimum data rate of 155 Mbps. Which WAN connection is the best choice?

  ATM

12. Which statement is true about the differences between a WAN and a LAN?

  A WAN often relies on the services of carriers, such as telephone or cable companies, but a LAN does not.

13. Which networking device is typically used to concentrate the dial-in and dial-out traffic of multiple users to and from a network?

  access server

14. Why is the call setup time of a circuit-switched WAN implementation considered a drawback?

  Data cannot be transferred until a circuit has been established.

15. What three terms are associated with ISDN PRI? (Choose three.)

  circuit switching
  data bearer channels
  time-division multiplexing

16. Which three features are identified with Frame Relay connections? (Choose three.)
  CIR
  DLCI
  PVC

17. Which two devices are commonly used as data communications equipment? (Choose two.)

  modem
  CSU/DSU

18. Which packet-switched WAN technology offers high-bandwidth connectivity capable of managing data, voice, and video all on the same infrastructure?

  metro Ethernet

19. Which three WAN devices can be found in the cloud? (Choose three.)

  ATM switches
  core routers
  Frame Relay switches

20. Which switching type will allow the communication devices in the provider network to be shared and only allocated to an individual subscriber during data transfer?

  dedicated switched lines

21. What type of connectivity is established when VPNs are used from the remote site to the private network?

  tunnels

22. Which term describes a device that will put data on the local loop?

  DCE

Comments

  1. There is a mistake in 20. It should be: packet-switched.

    Thanks anyway for this test :)

    ReplyDelete
  2. he's right. question 20 is wrong and the answer is packet-switched. I got 100%. Thanks

    ReplyDelete
  3. is this for exploration or discovery?

    ReplyDelete

Post a Comment

Popular posts from this blog

[韓日関係] 首相含む大幅な内閣改造の可能性…早ければ来月10日ごろ=韓国

div not scrolling properly with slimScroll plugin

I am using the slimScroll plugin for jQuery by Piotr Rochala Which is a great plugin for nice scrollbars on most browsers but I am stuck because I am using it for a chat box and whenever the user appends new text to the boxit does scroll using the .scrollTop() method however the plugin's scrollbar doesnt scroll with it and when the user wants to look though the chat history it will start scrolling from near the top. I have made a quick demo of my situation http://jsfiddle.net/DY9CT/2/ Does anyone know how to solve this problem?

Why does this javascript based printing cause Safari to refresh the page?

The page I am working on has a javascript function executed to print parts of the page. For some reason, printing in Safari, causes the window to somehow update. I say somehow, because it does not really refresh as in reload the page, but rather it starts the "rendering" of the page from start, i.e. scroll to top, flash animations start from 0, and so forth. The effect is reproduced by this fiddle: http://jsfiddle.net/fYmnB/ Clicking the print button and finishing or cancelling a print in Safari causes the screen to "go white" for a sec, which in my real website manifests itself as something "like" a reload. While running print button with, let's say, Firefox, just opens and closes the print dialogue without affecting the fiddle page in any way. Is there something with my way of calling the browsers print method that causes this, or how can it be explained - and preferably, avoided? P.S.: On my real site the same occurs with Chrome. In the ex