Home > CCNA – OSI Model Questions

CCNA – OSI Model Questions

October 20th, 2011 Go to comments

Here you will find answers to OSI Questions

Note: If you are not sure about OSI Model, please read my OSI tutorial.

Question 1

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 (not presentation layer) translates bits into voltages for transmission across the physical link -> E is not correct.

Question 2

Which layer of the OSI reference model uses the hardware address of a device to ensure message delivery to the proper host on a LAN?

A. physical
B. data link
C. network
D. transport


Answer: B

Explanation

The hardware address of a device or the Media Access Control (MAC) address is added in the Data Link layer. An Ethernet MAC address is a 48-bit binary value expressed as 12 hexadecimal digits (for example: 00:15:A4:CB:03:CA).

Question 3

Which layer of the OSI reference model uses flow control, sequencing, and acknowledgments to ensure that reliable networking occurs?

A. data link
B. network
C. transport
D. presentation
E. physical


Answer: C

Question 4

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 5

Data transfer is slow between the source and destination. The quality of service requested by the transport layer in the OSI reference model is not being maintained. To fix this issue, at which layer should the troubleshooting process begin?

A. presentation
B. session
C. transport
D. network
E. physical


Answer: D

Question 6

Which protocols are found in the network layer of the OSI reference model and are responsible for path determination and traffic switching?

A. LAN
B. routing
C. WAN
D. network


Answer: B

Question 7

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 8

Which of the following are types of flow control? (Choose three)

A. buffering
B. cut-through
C. windowing
D. congestion avoidance
E. load balancing


Answer: A C D

Explanation

Three types of flow control are buffering, windowing & congestion avoidance:

+ Buffering: If a device receives packets too quickly for it to handle then it can store them in a memory section called a buffer and proceed them later.

+ Windowing: a window is the quantity of data segments that the transmitting device is allowed to send without receiving an acknowledgment for them. For example:

With the window size of 1, the sending device sends 1 segment and the receiving device must reply with 1 ACK before the sending device can send the next segment. This “waiting” takes some time.

By increasing the window size to 3, the sending device will send up to 3 segments before waiting an ACK -> helps reduce the waiting time.

+ Congestion avoidance: lower-priority traffic can be discarded when the network is overloaded -> minimize delays.

Question 9

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 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.

Question 11

As a frame leaves a Layer 3 device, the Layer 2 encapsulation information is changed from what it was when it entered the device. For what two reasons can this happen? (Choose two)

A. The data is moving from 10BASE-TX to 100BASE-TX.
B. The WAN encapsulation type has changed.
C. The data format has changed from analog to digital.
D. The source and destination hosts are in the same subnet.
E. The source and destination MAC addresses have changed.


Answer: B E

Question 12

Acknowledgement, Sequencing, and Flow control are characteristics of which OSI layer?

A. Layer 2
B. Layer 3
C. Layer 4
D. Layer 5
E. Layer 6
F. Layer 7


Answer: C

Comments (364) Comments
Comment pages
1 2 3 4 8 899
  1. jalebi bai
    January 10th, 2012

    hmmm, nice site for prep ccna sims ,

  2. Meng
    January 11th, 2012

    Hi guys,

    What is the answer for this ?

    Where does routing occur within the DoD TCPIP reference model?
    A)Application
    B)Internet
    c)Network
    D)Trasnport

  3. Thaya
    January 13th, 2012

    @ Meng
    Internet layer

  4. ALsindi
    January 13th, 2012

    DNS ( resolve name to ip ) is using TCP and UDP at port 53 ,, for DNS servers it use TCP ( DNS servers request to each other ) and for DNS client ( host request a DNS server ) it use UDP

  5. Dharamjeet Brar (djbrar@gmail.com)
    January 19th, 2012

    @Meng: It is the Internet Layer because DoD does not contain Network Layer, it is named Internet Layer in DoD TCP/IP model

  6. R.krishnan
    January 22nd, 2012

    I am looking for CCNA latest dumps,so pls mail me on krishnan-666@hotmail.com

  7. Kev
    January 24th, 2012

    I’m looling for CCNA latest dumps, Please email me @ bill2me69@yahoo.com .Thanks so much!!!

  8. deleted
    January 27th, 2012

    plz send me latest dumps i have paper on monday plz plz plz
    tanveer_simple@yahoo.com

  9. Umer
    January 27th, 2012

    i have paper on monday plz plz plz plz send me latest dumps
    tanveer_simple@yahoo.com

  10. David Okeri
    January 28th, 2012

    I real appreciate CISCO ACADEMY SINCE IT EMPOWERS US.
    olesimbe@yahoo.com

  11. David Okeri
    January 28th, 2012

    I will be having a paper on 09 feb 2012, pliz send me the latest dumps.Thanks
    olesimbe@yahoo.com

  12. SPARXY
    January 30th, 2012

    My exam is tomorrow morning

  13. Masood
    January 30th, 2012

    i have exam on 8th February,please send me latest dumps on my email
    nazishani@gmail.com

  14. ROhit
    January 31st, 2012

    @Masood,

    If you got, can you send to me too.

    Thanks,
    ROhit M.

  15. Rico
    February 2nd, 2012

    Hi 9tut… Hi Guys! Can you please help me… I will take exam this Feb. Please send me latest dump so that I will have an idea for the exam.. rico.blake@ymail.com

    Thanks Guys!

  16. noor
    February 3rd, 2012

    i have exam on 7th can you sen me last dumps on my email
    sailorjf77@yahoo.com

  17. Roro
    February 3rd, 2012

    Can someone send me the latest dumps on my mail? Will be taking the exam next week! thanks! luzvimindarce@yahoo.com

  18. DNK
    February 5th, 2012

    Can some one send me the dump still valid. Thanks . duynkt@gmail.com. Help me!

  19. chandrashekhar patyane
    February 7th, 2012

    already i given the ccna exam on dt.february 6th,2012 but that time i fail.again i will give exam on next month so pls. send me latest dump on my id.. chandrashekharnpatyane@yahoo.com

  20. anonymous
    February 7th, 2012

    Taking my exam soon. what are dumps and why does everyone want them? Dumps please courvelm@gmail.com

  21. aleks
    February 7th, 2012

    @chandrashekbar: do you still remember the questions and contents of the exam?

  22. Mason
    February 8th, 2012

    I am taking the test on Feb 20th. Would you please send me the latest dump to masonkar@bellsouthnet. Thank you so much.

  23. hello
    February 14th, 2012

    question 4 needs some explanation pls anyone

  24. xallax
    February 14th, 2012

    @hello

    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?

    what those 2 keywords make think of? application layer :)

  25. kris
    February 16th, 2012

    Please send latest dumps to kstojilkov@yahoo.com
    thanks

  26. kamlesh
    February 20th, 2012

    Nice stuff…

  27. canand
    February 25th, 2012

    Q1 & 7 was there in today’s exam.

  28. Arpit
    February 25th, 2012
  29. aleks
    February 25th, 2012

    what’s the difference between tcp and udp?

  30. Imran Khan
    February 27th, 2012

    Hi Guys How R u I am going to give CCNA paper Next Month Do any1 have latest Dumps..
    mikory2010@gmail.com

  31. link
    March 8th, 2012

    @ aleks tcp is like a mother, it cares wether you get to a destination or not, if data is sent via tcp and it fails to make it to the destination it will be resent, this is figured out by adding numbers in packets, e.g 3 packets will be sent then the sender will recieve ack4 that way the sender will know if the packets made it

    upd = i dont care.. packets that get dropped are lost. things that use udp are video, voice, games etc as speed is more important than reliability

    goodluck with exam and remember to learn the work and not the dumps mate ^^

  32. saabolcs
    March 19th, 2012

    Hi!

    Can you please send me the latest dump to saabolcs@freemail.hu?

    Thank you!

  33. mac.redblue
    March 24th, 2012

    I’m going to take my CCNA exam on April.

    Two of my friends have already passed this March. They highly recommend the following resources for study:
    -Collisio 486 and Jericho 632 (both Cisco brain dumps);
    -CBT Nuggets (Jeremy Cioara);
    -And of course, 9tut.com.

    They passed the exam with only 1-4 items wrong (95-97% passing rate).

  34. Neo
    March 27th, 2012

    @mac.redblue

    me tooo mate, I will also take this April, good luck for the both of us!

  35. D@v3.FRidAY
    April 2nd, 2012

    Im taking my CCNA composite exam tomorrow and I will let you know where there are simiarities and where there are changes!!

    I studied exam collection (Collisio 486)(Jericho)
    of course i studied 9tut ALOT
    and some CBT Nuggets

    4/2/2012

  36. letcon
    April 6th, 2012

    hi,

    can anyone send me the latest dumps? I’ll take my CCNA exam next friday…

    thanks,

    andrew.letcon@gmail.com

  37. FCIH_MHT
    April 7th, 2012

    Q1 was in my exam

  38. Nomanidrisi
    April 9th, 2012

    Hello gays how are you? i am new in ccna plz help me this my email: nomanidrisi@yahoo.com

  39. jpmarinm
    April 11th, 2012

    Hello guys, Help with Q 11

    B. The WAN encapsulation type has changed.
    E. The source and destination MAC addresses have changed.

    Those are the answers. I do understand answer E, the MAC address for the exit interface in the Router, Layer 3, is different than the MAC address of the receiving Interface in the router. However, I am not quite clear about answer B, could someone bring some light to it, please?

  40. AVINASH
    April 13th, 2012

    Q.1- Dear sir, encapsulation not done for frame but is encapsulation possible for segment’s…? according to my knowledge it is done in packet’s when packet is transmitting mode but is it possible for the segment in receiving mode….?Plz clarify my doubt…../////

  41. AVINASH
    April 14th, 2012

    Q.1 :- Plz explain me segment & packet both have the property of encapsulation….? Because i know packet have the property of encapsulation when frame is coming to network layer from data link layer because frame have not consist the property of encapsulation but segment also consist the encapsulation property how…..?plz reply to my query….

  42. AVINASH
    April 14th, 2012

    Q.11:-

    B. The WAN encapsulation type has changed.
    E. The source and destination MAC addresses have changed.

    I understand answer E, the MAC address for the exit interface in the Router, Layer 3, is different than the MAC address of the receiving Interface in the router. However, I am not quite clear about answer B, could someone bring some light to it, please?….////

  43. Lot’s of helpfull Stuff Guys
    April 16th, 2012

    Can somebody send me the latest dump for CCNA: rahulsingh_9@yahoo.com

  44. Henry
    April 17th, 2012

    Che,
    Routing protocols are rip, ospf etch. Which is located at layer three.

    Igor,

    You may be right for when there is a issue we are
    to start from layer 1 and work up. This could be a layer 2 issue of a duplex mismatch.
    Which would of been missed if started at layer 3.

  45. waseem
    April 19th, 2012

    very nice

  46. Erica
    April 21st, 2012

    Hi EVERYONE – I WOULD LOVE TO GET THE LATEST DUMP FROM ANYONE WHO CAN GIVE IT TO ME> Please!!! I am taking the exam on May 15th and really would appreciate it.

    Thank you!!!!

    erica3025@gmail.com

    Erica

  47. jopy
    April 26th, 2012

    @avinash
    heverytime a frame leaves a device and goes to other device, the information on the frame changes(specifically the destination and macaddress information changes)

  48. jopy
    April 26th, 2012

    @avinash

    for choice B this is correct. remember that on WAN encapsulation they add additional info on the frames depending on the wan encapsulation used..for example in frame relay encapsulation they add DLCI on the frames

  49. Kris
    May 3rd, 2012

    I’m taking an exam on this Saturday May 5th 2012. Could you guys please send me the latest dump to ultimatearmy@gmail.com

    Thank you!!

Comment pages
1 2 3 4 8 899
Add a Comment