Home > New CCNA – OSI & TCP/IP Model

New CCNA – OSI & TCP/IP Model

September 27th, 2013 Go to comments

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.

OSI_TCP_IP_Comparison.jpg

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.

Comments (344) Comments
Comment pages
1 4 5 6 7 1792
  1. HM
    December 19th, 2014

    q2,q5,q9….Dec 18

  2. faty
    December 19th, 2014

    q5 on 11th dec

  3. takele berhe
    December 19th, 2014

    it is very nice questions!

  4. James
    December 19th, 2014

    Q5,7 & 9 in my Exam

  5. qammar razzaq
    December 22nd, 2014

    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.

  6. Kirill
    December 26th, 2014

    qammar razzaq, higher layers get incapsulated into lower ones, so “C” can not be correct.

  7. uday
    December 28th, 2014

    Q7 today

  8. Nissim
    January 3rd, 2015

    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

  9. Nissim
    January 3rd, 2015

    Sorry, My mistake … I was wrong and kirill is right . I was thinking the opposite

  10. qammar razzaq
    January 3rd, 2015

    @Kirill, ok

  11. Lorenzo
    January 12th, 2015

    Q3 y Q 10 Today 1/12/14

  12. Charleston
    January 14th, 2015

    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.

  13. IPrip
    January 16th, 2015

    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

  14. IPrip
    January 16th, 2015

    why Q4 answer is “E” ??

    it could be also “C” and “D” ??

  15. abdel
    January 19th, 2015

    Q8 in my exam today. Passed

  16. murad
    January 19th, 2015

    Q3 & Q10 in my exam today. Passed

  17. peter
    January 22nd, 2015

    doing exams tomorrw which quiz to expect

  18. Rahim Afridi
    January 22nd, 2015

    early feb m going to take exam please share ccna 200-120 dumps in pdf form r_afridi420@hotmail.com

  19. pravin pandey
    January 23rd, 2015

    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.

  20. chilltyme
    January 26th, 2015

    please share ccna 200-120 dumps in pdf chilltyme82@gmail.com

  21. Anonymous
    January 28th, 2015

    VERY NICE

  22. Ace
    January 31st, 2015

    please share CCNA 200-120 dumps. tundeolowu2@gmail.com

  23. Anonymous
    January 31st, 2015

    Q5, 6, and 8 today. scored 958/1000. Thanks 9Tut!

  24. viky
    February 1st, 2015

    vickey_1@hotmail.com plz plz plz send latest CCNA dumps i have paper at 16 Feb. its my second attempt

  25. Abdirahman
    February 2nd, 2015

    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.

  26. Ray
    February 3rd, 2015

    Hi everyone,
    Can somebody pleaaaase explain why Q9′s answer is D? I think it should be A!!! Am I wrong??!

  27. dev90
    February 3rd, 2015

    @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/

  28. Ray
    February 4th, 2015

    @dev90, Thank you so much

  29. Ed
    February 6th, 2015

    Question 6 is WRONG!!!!! According to ExamCollections it is A, C
    Can someone please explain???

  30. Anum
    February 7th, 2015

    Q3,4,5,8,10 today

  31. Anonymous
    February 7th, 2015

    @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

  32. Nadee
    February 9th, 2015

    Q6
    Plz expalin me why B is incorrect….

  33. Nadee
    February 9th, 2015

    I got that…. :)

  34. Nadee
    February 9th, 2015

    In ccna exam to coppy runnig configuration to startup configurations is it enough to use command “wr” or “write”

    Plz tel me soon…

    Thanks…

  35. rex
    February 10th, 2015

    @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”

  36. saltiw
    February 15th, 2015

    guys! what the correct answers for yhe question 6?? a and c or a and d??i confused/help me

  37. Che
    February 15th, 2015

    Q2, Q5, Q6, Q8 on 15th Feb.

  38. Ray
    February 17th, 2015

    @saltiw, Q6 is A and D, 9tut’s answer is correct

  39. saltiw
    February 18th, 2015

    Ray, thanks

  40. Billy_KID59
    February 18th, 2015

    9tut…keep trying to login and it will not let me in. What next?

  41. 9tut
    February 18th, 2015

    @Billy_KID59: Please send an email to support@9tut.com with your username or Invoice ID so that we can help you.

  42. illbwolf
    February 19th, 2015

    q3,4,9,10

  43. Ghada
    February 24th, 2015

    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

  44. p-ray serame(botswana)
    February 25th, 2015

    a good staff indeed

  45. Anonymous
    March 2nd, 2015

    Please send a leatest ccna dumbs my maild sadiqsulthan@gmail.com

  46. Anonymous
    March 4th, 2015

    Hi, I’m new. Please send me the last ccna dumps

    Thank you

  47. Anonymous
    March 7th, 2015

    Please send a latest ccna dumbs to my maild speculaate@gmail.com

  48. SATHIYAKUMAR
    March 13th, 2015

    superv thank you so much

  49. Apush
    March 18th, 2015

    Passed my CCNA exam today (18th Mar)… Q2 and Q5 in exam

  50. Ahtesham
    March 18th, 2015

    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

Comment pages
1 4 5 6 7 1792
Add a Comment