2. The Open Systems Interconnection Specifications Flashcards

1
Q
  1. Host 1 sent a SYN packet to Host 2. What will Host 2 send in response?
    a. ACK
    b. NAK
    c. SYN/ACK
    d. SYN/NAK
    e. SYN
A

c. A connection-oriented session is set up using what is called a three-way handshake. The transmitting host sends a SYN packet, the receiving host sends a SYN/ACK, and the transmitting host replies with the last ACK packet. The session is now set up.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
  1. TCP and UDP reside at which layer of the OSI model?
    a. 1
    b. 2
    c. 3
    d. 4
A

d. TCP and UDP are transport layer protocols. The transport layer is layer 4 of the OSI model.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
  1. Which layer of the OSI model provides an entry point for programs to access the network infrastructure?
    a. Application
    b. Transport
    c. Network
    d. Physical
A

a. The top layer of the OSI model gives applications access to the services that allow network access.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q
  1. You are connected to a server on the Internet and you click a link on the server and receive a time-out message. Which layer could be the source of this message?
    a. Application
    b. Transport
    c. Network
    d. Physical
A

a. If the remote server is busy or does not respond to your web browser request, this is an Application layer problem.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q
  1. Which layer of the OSI model is responsible for code and character-set conversion as well as recognising data formats?
    a. Application
    b. Presentation
    c. Session
    d. Network
A

b. The Presentation layer makes data “presentable” for the Application layer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q
  1. At which layers of the OSI model do bridges, hubs and routers primarily operate, respectively?
    a. Physical, physical, data link
    b. Data link, data link, network
    c. Data link, physical, network
    d. Physical, data link, network
A

c. Bridges, like switches, are data link layer devices. Hubs, like repeaters, are physical layer devices. Routers are network layer devices.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q
  1. Which layer of the OSI model is responsible for converting data into signals appropriate for the transmission medium?
    a. Application
    b. Network
    c. Data link
    d. Physical
A

d. The physical layer’s job is to convert data into impulses that are designed for the wired or wireless medium being used on the attached segment.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q
  1. A receiving host has failed to receive all the segments that it should acknowledge. What can the host do to improve the reliability of this communication session?
    a. Send a different resource port number.
    b. Restart the virtual circuit.
    c. Decrease the sequence number.
    d. Decrease the window size.
A

d. A receiving host can control the transmitter by using flow control (TCP uses windowing by default). By decreasing the window size, the receiving host can slow down the transmitting host so the receiving host does not overflow its buffers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q
  1. Which layer 1 devices can be used to enlarge the area covered by a single LAN segment? (choose two)
    a. Firewall
    b. NIC
    c. Hub
    d. Repeater
    e. RJ-45 transceiver
A

c, d. Not that you really want to increase a single collision domain, but a hub (multiport repeater) will provide this functionality for you.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q
  1. Segmentation of a data stream happens at which layer of the OSI model?
    a. Physical
    b. Data Link
    c. Network
    d. Transport
A

d. The transport layer receives large data streams from the upper layers and breaks these up into smaller pieces called segments.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q
  1. When data is encapsulated, which is the correct order?
    a. Data, frame, packet, segment, bits
    b. Segment, data, packet, frame, bits
    c. Data, segment, packet, frame, bits
    d. Data, segment, frame, packet, bits
A

c. The encapsulation order is data, segment, packet, frame, bits

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q
  1. What are two purposes for segmentation with a bridge? (choose two)
    a. To add more broadcast domains
    b. To create more collision domains
    c. To add more bandwidth for users
    d. To allow more broadcasts for users
A

b, c. Bridges and switches break up collision domains, which allows more bandwidth for users.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q
  1. Acknowledgements, sequencing and flow control are characteristic of which OSI layer?
    a. Layer 2
    b. Layer 3
    c. Layer 4
    d. Layer 7
A

c. A reliable Transport layer connection uses acknowledgements to make sure all data is received reliably. A reliable connection is defined by the use of acknowledgements, sequencing, and flow control, which is characteristic of the of the transport layer (layer 4)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q
  1. Which of the following is true regarding sequencing and acknowledgements? (choose all that apply)
    a. The segments delivered are acknowledged back to the sender upon their reception.
    b. If a segment is not received, the virtual circuit must be restarted from the beginning at a slower transmit interval.
    c. Any segments not acknowledged are retransmitted.
    d. Segments are sequenced back into their proper order upon arrival at their destination.
    e. All segments are retransmitted on time slot intervals.
A

a, c, d. When sequencing and acknowledgements are used, the segments delivered are acknowledged back to the sender upon their reception. At this point, any segments not acknowledged are retransmitted, and segments are sequenced back into their proper order upon arrival at their destination.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q
  1. What is the purpose of flow control?
    a. To ensure that data is retransmitted if an acknowledgement is not received.
    b. To reassemble segments in the correct order at the destination device.
    c. To provide a means for the receiver to govern the amount of data sent by the sender.
    d. To regulate the size of each segment.
A

c. Flow control allows the receiving device to control the pace of the transmitting device so the receiving device’s buffer does not overflow.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q
  1. At which layer of the OSI model would you find IP?
    a. Transport
    b. Network
    c. Data Link
    d. Physical
A

b. IP is a network layer protocol. TCP is an example of a transport layer protocol, ethernet is an example of a data link layer protocol, and T1 can be considered a physical layer protocol.

17
Q
  1. Of the following, which is the highest layer of the OSI model?
    a. Transport
    b. Session
    c. Network
    d. Presentation
A

d. The presentation layer is the 6th layer of the model. Only the application layer is higher, but it is not listed.Session is layer 5, Transport layer 4, and Network layer 3.

18
Q
  1. Routers perform routing at which OSI layer?
    a. Physical
    b. Data link
    c. Network
    d. Transport
    e. Application
A

c. A router is specified at the network layer and a router routes packets. Routers can also be called layer 3 switches.

19
Q
  1. Which of the following mnemonic devices can you use to remember the first letter of the name of each layer of the OSI model in the proper order?
    a. All people seem to need processed data.
    b. Always should people never threaten dog police.
    c. Please do not throw sausage pizza away.
    d. All day people should try new profession.
A

c. The phrase “please do not throw sausage pizza away” contains the first letters of the layers in order, from layer 1 through layer 7, “all people seem to need data processing” works from top down. The other options have all the right letters, just not in the right order.

20
Q
  1. Which IEEE standard specifies the protocol for CSMA/CD?
    a. 802.2
    b. 802.3
    c. 802.5
    d. 802.11
A

b. The 802.3 standard, commonly associated with ethernet, specifies the media-access method used by ethernet, which is known as Carrier Sense Multiple Access with Collision Detection (CSMA/CD)