Skip to main content

CCNA 1 - Module 2

1
Which two layers of the OSI model have the same functions as the TCP/IP model Network Access Layer? (Choose two.)
Network
Transport
Physical**
Data Link**
Session


2
What is a primary function of the trailer information added by the data link layer encapsulation?
supports error detection**
ensures ordered arrival of data
provides delivery to correct destination
identifies the devices on the local network
assists intermediary devices with processing and path selection


3
During the encapsulation process, what occurs at the data link layer?
No address is added.
The logical address is added.
The physical address is added.**
The process port number is added.



4
What device is considered an intermediary device?
file server
IP phone
laptop
printer
switch**


5
Which layer encapsulates the segment into packets?
physical
data link**
network
transport


6
Which statements correctly identify the role of intermediary devices in the network? (Choose three.)
determine pathways for data**
initiate data communications
retime and retransmit data signals**
originate the flow of data
manage data flows**
final termination point for data flow


7
What can be identified by examining the network layer header?
the destination device on the local media
the path to use to reach the destination host**
the bits that will be transferred over the media
the source application or process creating the data


8
What is the proper order of the layers of the OSI model from the highest layer to the lowest layer?
physical, network, application, data link, presentation, session, transport
application, physical, session, transport, network, data link, presentation
application, presentation, physical, session, data link, transport, network
application, presentation, session, transport, network, data link, physical**
presentation, data link, session, transport, network, physical, application


9
Refer to the exhibit. Which three labels correctly identify the network types for the network segments that are shown? (Choose three.)
Network A -- WAN
Network B -- WAN**
Network C -- LAN**
Network B -- MAN
Network C -- WAN
Network A -- LAN**


10
What are the key functions of encapsulation? (Choose three.)
allows modification of the original data before transmission
identifies pieces of data as part of the same communication**
enables consistent network paths for communication
ensures that data pieces can be directed to the correct receiving end device**
enables the reassembly of complete messages**
tracks delay between end devices


11
Refer to the exhibit. Which networking term describes the data interleaving process represented in the graphic?
piping
PDU
streaming
multiplexing
**encapsulation


12
What is a PDU?
corruption of a frame during transmission
data reassembled at the destination
retransmitted packets due to lost communication
**a layer specific encapsulation


13
Refer to the exhibit. "Cell A" at IP address 10.0.0.34 has established an IP session with "IP Phone 1" at IP address 172.16.1.103. Based upon the graphic, which device type best describes the function of wireless device "Cell A?"
the destination device
**an end device
an intermediate device
a media device


14
Refer to the exhibit. Which set of devices contains only end devices?
A, C, D
B, E, G, H
C, D, G, H, I, J
D, E, F, H, I, J
**E, F, H, I, J


15
Refer to the exhibit. Which term correctly identifies the device type that is included in the green area?
source
end
transfer
**intermediary


16
Which three statements best describe a Local Area Network (LAN)? (Choose three.)
**A LAN is usually in a single geographical area.
**The network is administered by a single organization.
The connection between segments in the LAN is usually through a leased connection.
The security and access control of the network are controlled by a service provider.
**A LAN provides network services and access to applications for users within a common organization.
Each end of the network is generally connected to a Telecommunication Service Provider (TSP).


17
Refer to the exhibit. What type of network is shown?
WAN
MAN
**LAN
WLAN


18
What is the purpose of the TCP/IP Network Access layer?
path determination and packet switching
data representation, encoding, and control
reliability, flow control, and error detection
**detailing the components that make up the physical link and how to access it
the division of segments into packets


19
Which characteristic correctly refers to end devices in a network?
manage data flows
originate data flow
**retime and retransmit data signals
determine pathways for data


20
What is the primary purpose of Layer 4 port assignment?
to identify devices on the local media
to identify the hops between source and destination
to identify to the intermediary devices the best path through the network
to identify the source and destination end devices that are communicating
**to identify the processes or services that are communicating within the end devices


21
Select the statements that are correct concerning network protocols. (Choose three.)
**define the structure of layer specific PDU's
dictate how to accomplish layer functions
**outline the functions necessary for communications between layers
limit hardware compatibility
**require layer dependent encapsulations
eliminate standardization among vendors

Comments

  1. hey..no module 1?

    ReplyDelete
  2. Sorry, but no post match..wer can i find it?

    ReplyDelete
  3. is it 90 % or 100% correct answers?

    ReplyDelete
  4. Hi, am going to take my first online exam in module 2-3.
    how many question for each (approx)?

    ReplyDelete
  5. My site have a lot of version CCNA 1 module 2. Please search in my site. thanks

    ReplyDelete
  6. are these questions in order? like will it be shuffled when we take the test?

    ReplyDelete
  7. will these questions be in the same order when you take the exam? or will they be shuffled?

    ReplyDelete
  8. am going to take my first online exam this sunday August 9th in module 2,3 and 4.
    i need help to get the latest module exams.
    im ready to pay for that . thanx

    ReplyDelete
  9. you can search in my blog. it will help you pass. if you have any question, please comment here. thanks! give me your email, I will help you have all

    ReplyDelete
  10. thanx alot
    an this is ma email

    nlll7@hotmail.com
    or
    royall2@gmail.com

    ReplyDelete
  11. Thanks a lot very much Admin...

    ReplyDelete
  12. please can i have another site web to test my knowledge in ccna1, 2, 3,4. my email box is mabeuirene@yahoo.fr
    thanks
    May the blessings be

    ReplyDelete
  13. this exam version 3.1 or 4.0 ?

    ReplyDelete
  14. many are wrong at this vs

    ReplyDelete
  15. Quite a few answers are wrong. this certainly is not version 4.0

    ReplyDelete
  16. tell me about answers wrong. I will check it soon. thanks

    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