|
Home > Archive > 70-216 > August 2003 > Enforcers 216 QOD (8/8)
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Enforcers 216 QOD (8/8)
|
|
| enforcer 2003-08-08, 12:02 pm |
| Concerning the OSI model, what functions does the transport layer perform?
A. The transport layer ensures that all packets are delivered error-free, in the correct sequence and with no packet loss or packet duplication.
B. The transport layer handles moving the packets between devices that more than one link away from each other.
C. The transport layer allows for separate computers to share a common connection, called a session.
D. The transport layer is responsible for moving the data across the transmissions medium from source computer to destination computer.
E. The transport layer is responsible for translating the data produced by applications in to usable packets for transmission on the network.
F. The transport layer is the man who puts down the railroad tracks for the trains to run on.
Answer on Monday, Have a good weekend folks.
69 | |
|
|
| jocampo 2003-08-08, 1:50 pm |
| quote: Originally posted by enforcer
A. The transport layer ensures that all packets are delivered error-free, in the correct sequence and with no packet loss or packet duplication.
"A" is my answer...and the right one. TCP uses sliding window for flow control (TCP works at transport layer). Also, is responsible for acknowledgment of receipts and sequencing of packets. | |
| mrfixit 2003-08-08, 2:35 pm |
| I'm going to have to go with A on this one. | |
| karlisi 2003-08-09, 3:52 am |
| A
hmm, and after some reading, E too
or not... not sure | |
| Particle 2003-08-11, 6:28 am |
| Questions asks for functionS
So I'll go A C E | |
| enforcer 2003-08-11, 11:38 am |
| quote: Originally posted by enforcer
Concerning the OSI model, what functions does the transport layer perform?
A. The transport layer ensures that all packets are delivered error-free, in the correct sequence and with no packet loss or packet duplication.
B. The transport layer handles moving the packets between devices that more than one link away from each other.
C. The transport layer allows for separate computers to share a common connection, called a session.
D. The transport layer is responsible for moving the data across the transmissions medium from source computer to destination computer.
E. The transport layer is responsible for translating the data produced by applications in to usable packets for transmission on the network.
F. The transport layer is the man who puts down the railroad tracks for the trains to run on.
Answer on Monday, Have a good weekend folks.
and the answer is A. The transport layer ensures that all packets are delivered error-free, in the correct sequence and with no packet loss or packet duplication.
From the Windows 2000 Server Administrators Companion (Appendix C), the transport layer is the layer responsible for ensuring that all packets are sent out error-free. The transport layer breaks up larger pieces of data into smaller pieces and assigns each one a sequence number, which ensure that no packet loss or packet duplication occurs during the transmission.
For more information on the OSI model, see Cisco Systems Whitepaper Introduction to Internet. |
|
|
|
|