New CCNA – OSI & TCP/IP Model
Note: If you are not sure about OSI Model, please read our OSI Model tutorial.
Question 1
Where does routing occur within the DoD TCP/IP reference model?
A. application
B. internet
C. network
D. transport
Answer: B
Explanation
The picture below shows the comparison between TCP/IP model & OSI model. Notice that the Internet Layer of TCP/IP is equivalent to the Network Layer which is responsible for routing decision.
Question 2
Refer to exhibit.
Router#show running-config Building configuration… Current configuration : 659 bytes ! version 12.4 no service timestamps log datetime msec no service timestamps debug datetime msec service password-encryption ! hostname Router ! enable secret 5 $1$mERr$hx5rVt7rPNoS4wqbXKX7m0 ! interface FastEthernet0/0 ip address 192.168.1.1 255.255.255.0 ip access-group 101 in duplex auto speed auto ! access-1ist 101 deny tcp any any eq 22 access-1ist 101 permit ip any any ! line con 0 password 7 0822455D0A16 login line vty 0 4 login line vty 5 14 login ! end |
A network administrator cannot establish a Telnet session with the indicated router. What is the cause of this failure?
A. A Level 5 password is not set.
B. An ACL is blocking Telnet access.
C. The vty password is missing.
D. The console password is missing.
Answer: C
Question 3
Before installing a new, upgraded version of the IOS, what should be checked on the router, and which command should be used to gather this information? (Choose two)
A. the amount of available ROM
B. the amount of available flash and RAM memory
C. the version of the bootstrap software present on the router
D. show version
E. show processes
F. show running-config
Answer: B D
Explanation
When upgrading new version of the IOS we need to copy the IOS to the Flash so first we have to check if the Flash has enough memory or not. Also running the new IOS may require more RAM than the older one so we should check the available RAM too. We can check both with the “show version” command.
Question 4
Refer to the exhibit. An administrator pings the default gateway at 10.10.10.1 and sees the output as shown. At which OSI layer is the problem?
C:\> ping 10.10.10.1 Pinging 10.10.10.1 with 32 bytes of data: Request timed out. Request timed out. Request timed out. Request timed out. Ping statistics for 10.10.10.1: Packets: sent – 4, Received = 0, Lost – 4 (100% loss) |
A. data link layer
B. application layer
C. access layer
D. session layer
E. network layer
Answer: E
Explanation
The Network layer is responsible for network addressing and routing through the internetwork. So a ping fails, you may have an issue with the Network layer (although lower layers like Data Link & Physical may cause the problem).
Question 5
At which layer of the OSI model does PPP perform?
A. Layer 2
B. Layer 3
C. Layer 4
D. Layer 5
Answer: A
Question 6
Which of the following correctly describe steps in the OSI data encapsulation process? (Choose two)
A. The transport layer divides a data stream into segments and may add reliability and flow control information.
B. The data link layer adds physical source and destination addresses and an FCS to the segment.
C. Packets are created when the network layer encapsulates a frame with source and destination host addresses and protocol-related control information.
D. Packets are created when the network layer adds Layer 3 addresses and control information to a segment.
E. The presentation layer translates bits into voltages for transmission across the physical link.
Answer: A D
Explanation
The transport layer segments data into smaller pieces for transport. Each segment is assigned a sequence number, so that the receiving device can reassemble the data on arrival.
The transport layer also use flow control to maximize the transfer rate while minimizing the requirements to retransmit. For example, in TCP, basic flow control is implemented by acknowledgment by the receiver of the receipt of data; the sender waits for this acknowledgment before sending the next part.
-> A is correct.
The data link layer adds physical source and destination addresses and an Frame Check Sequence (FCS) to the packet (on Layer 3), not segment (on Layer 4) -> B is not correct.
Packets are created when network layer encapsulates a segment (not frame) with source and destination host addresses and protocol-related control information. Notice that the network layer encapsulates messages received from higher layers by placing them into datagrams (also called packets) with a network layer header -> C is not correct.
The Network layer (Layer 3) has two key responsibilities. First, this layer controls the logical addressing of devices. Second, the network layer determines the best path to a particular destination network, and routes the data appropriately.
-> D is correct.
The Physical layer (presentation layer) translates bits into voltages for transmission across the physical link -> E is not correct.
Question 7
A network administrator is verifying the configuration of a newly installed host by establishing an FTP connection to a remote server. What is the highest layer of the protocol stack that the network administrator is using for this operation?
A. application
B. presentation
C. session
D. transport
E. internet
F. data link
Answer: A
Explanation
FTP belongs to Application layer and it is also the highest layer of the OSI model.
Question 8
At which layer of the OSI model is RSTP used to prevent loops?
A. data link
B. network
C. physical
D. transport
Answer: A
Question 9
Which layer in the OSI reference model is responsible for determining the availability of the receiving program and checking to see if enough resources exist for that communication?
A. transport
B. network
C. presentation
D. session
E. application
Answer: E
Question 10
A receiving host computes the checksum on a frame and determines that the frame is damaged. The frame is then discarded. At which OSI layer did this happen?
A. session
B. network
C. physical
D. data link
E. transport
Answer: D
Explanation
When using the term “frame” we can easily recognize it belongs to the Data Link layer. In this layer, an Frame Check Sequence (FCS) field is added to the frame to verify that the frame data is received correctly.
q2,q5,q9….Dec 18
q5 on 11th dec
it is very nice questions!
Q5,7 & 9 in my Exam
Q6 the Given Answer is A,D.
But i think the Answer is A,C. Because i read this Question in PDF file there the given Answer is A,C.
qammar razzaq, higher layers get incapsulated into lower ones, so “C” can not be correct.
Q7 today
Kirill, as far as I know lower layers are encapsulated into higher one’s, when a frame goes up it is added with a Layer 3 address, and on layer 4 it is added with layer 4 segment address (i.e port number) … the add action referred to as encapsulation
Sorry, My mistake … I was wrong and kirill is right . I was thinking the opposite
@Kirill, ok
Q3 y Q 10 Today 1/12/14
i passed 200-120 986/1000. Q3 Q4 Q6 Q7 Q10 was in my exam. Please focus only 9tut. dont waste yourtime reading other site and forum.
Question 4
Refer to the exhibit. An administrator pings the default gateway at 10.10.10.1 and sees the output as shown. At which OSI layer is the problem?
C:\> ping 10.10.10.1
Pinging 10.10.10.1 with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 10.10.10.1:
Packets: sent – 4, Received = 0, Lost – 4 (100% loss)
A. data link layer
B. application layer
C. access layer
D. session layer
E. network layer
why Q4 answer is “E” ??
it could be also “C” and “D” ??
Q8 in my exam today. Passed
Q3 & Q10 in my exam today. Passed
doing exams tomorrw which quiz to expect
early feb m going to take exam please share ccna 200-120 dumps in pdf form r_afridi420@hotmail.com
sir, i need knowledge of ccna , cnsd1 ………..
because i have not money for purchase the books…………….
pls send me every intelligence of cnsd1 ,, in my id …………. pravin.pandey416@gmail.com
plesssssssssssssssssssssss.
please share ccna 200-120 dumps in pdf chilltyme82@gmail.com
VERY NICE
please share CCNA 200-120 dumps. tundeolowu2@gmail.com
Q5, 6, and 8 today. scored 958/1000. Thanks 9Tut!
vickey_1@hotmail.com plz plz plz send latest CCNA dumps i have paper at 16 Feb. its my second attempt
someone asked why IP ping time out is the answer E (network layer). the answer is: ping command is to test layer 3 connectivity, it uses the ICMP to test if a destination is reachable.
Hi everyone,
Can somebody pleaaaase explain why Q9′s answer is D? I think it should be A!!! Am I wrong??!
@ray, check this answer; the keyword here is availability this what makes it app layer responsibility.
Explanation: This question is to examine the OSI reference model. The Application layer is responsible for identifying and establishing the availability of the intended communication partner and determining whether sufficient resources for the intended communication exist.
For past A&Q see: http://www.whatisccna.com/prepare-ccna-cisco-certified-network-associate/
@dev90, Thank you so much
Question 6 is WRONG!!!!! According to ExamCollections it is A, C
Can someone please explain???
Q3,4,5,8,10 today
@Ed A, D are correct for Q6 because encapsulation occurs at sending end and it follows from top to bottom layer. While option C can be correct at receiving end when data flows from bottom to top layer
Q6
Plz expalin me why B is incorrect….
I got that…. :)
In ccna exam to coppy runnig configuration to startup configurations is it enough to use command “wr” or “write”
Plz tel me soon…
Thanks…
@nadee. the cisco objective does not allow the use of “write” for the certification exam. instead the “copy running-config startup-config ” is used. “write” may be used in real world but on the exams use ” copy runn start”
guys! what the correct answers for yhe question 6?? a and c or a and d??i confused/help me
Q2, Q5, Q6, Q8 on 15th Feb.
@saltiw, Q6 is A and D, 9tut’s answer is correct
Ray, thanks
9tut…keep trying to login and it will not let me in. What next?
@Billy_KID59: Please send an email to support@9tut.com with your username or Invoice ID so that we can help you.
q3,4,9,10
Passed yesterday with score 1000 Thank God
The exam was 51 questions, only one drag and drop about cable types, all questions are very easy just similar to 9tut.
The lab simulations were Eigrp , ACL1 (similar to 9tut exactly) and ACL2 (modification 3 but with host B to access the finance server)
Good luck for everyone, just be relaxed its very very easy :)
questions 1,4,5,6,8,10 were on it
a good staff indeed
Please send a leatest ccna dumbs my maild sadiqsulthan@gmail.com
Hi, I’m new. Please send me the last ccna dumps
Thank you
Please send a latest ccna dumbs to my maild speculaate@gmail.com
superv thank you so much
Passed my CCNA exam today (18th Mar)… Q2 and Q5 in exam
passed 1000/1000 (17 march)
thanks 9tut
99% from 9tut..
new question are…. (or u can say that questions which are not on 9tut)
1.which protocol uses both TCP and UDP port?
answer:DNS
2.at which layer ipsec is used ?
answer:Network