100% found this document useful (1 vote)
229 views

Transport Layer - Computer Networks Questions & Answers - Sanfoundry

The document discusses computer networks questions and answers related to the transport layer. It provides 10 multiple choice questions about topics like transport layer protocols, TCP, UDP, sockets, and ports. It also includes advertisements about Sanfoundry's computer networks practice tests and questions on other topics.

Uploaded by

Md Rakibul Islam
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
229 views

Transport Layer - Computer Networks Questions & Answers - Sanfoundry

The document discusses computer networks questions and answers related to the transport layer. It provides 10 multiple choice questions about topics like transport layer protocols, TCP, UDP, sockets, and ports. It also includes advertisements about Sanfoundry's computer networks practice tests and questions on other topics.

Uploaded by

Md Rakibul Islam
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

• STP (https://www.sanfoundry.

com/computer-networks-questions-answers-campus-interviews/)

Best Reference Books

Computer Networks Books (https://www.sanfoundry.com/best-reference-books-computer-networks/)

Computer Networks Tests


Certification Test (https://rank.sanfoundry.com/computer-networks-certification-test/)
Internship Test (https://rank.sanfoundry.com/computer-networks-internship-test/)
Job Test (https://rank.sanfoundry.com/computer-networks-job-test/)
All Tests (https://rank.sanfoundry.com/computer-networks-tests/)
Top Rankers (https://rank.sanfoundry.com/top-rankers-computer-networks/)
Practice Test 1 (https://rank.sanfoundry.com/computer-networks-practice-test-1/)
Practice Test 2 (https://rank.sanfoundry.com/computer-networks-practice-test-2/)
Practice Test 3 (https://rank.sanfoundry.com/computer-networks-practice-test-3/)
Practice Test 4 (https://rank.sanfoundry.com/computer-networks-practice-test-4/)
Practice Test 5 (https://rank.sanfoundry.com/computer-networks-practice-test-5/)
Practice Test 6 (https://rank.sanfoundry.com/computer-networks-practice-test-6/)
Practice Test 7 (https://rank.sanfoundry.com/computer-networks-practice-test-7/)
Practice Test 8 (https://rank.sanfoundry.com/computer-networks-practice-test-8/)
Practice Test 9 (https://rank.sanfoundry.com/computer-networks-practice-test-9/)
Practice Test 10 (https://rank.sanfoundry.com/computer-networks-practice-test-10/)
Mock Test 1 (https://rank.sanfoundry.com/computer-networks-mock-test-1/)
Mock Test 2 (https://rank.sanfoundry.com/computer-networks-mock-test-2/)
Mock Test 3 (https://rank.sanfoundry.com/computer-networks-mock-test-3/)
Mock Test 4 (https://rank.sanfoundry.com/computer-networks-mock-test-4/)
Mock Test 5 (https://rank.sanfoundry.com/computer-networks-mock-test-5/)
Mock Test 6 (https://rank.sanfoundry.com/computer-networks-mock-test-6/)
Mock Test 7 (https://rank.sanfoundry.com/computer-networks-mock-test-7/)
Mock Test 8 (https://rank.sanfoundry.com/computer-networks-mock-test-8/)
Mock Test 9 (https://rank.sanfoundry.com/computer-networks-mock-test-9/)
Mock Test 10 (https://rank.sanfoundry.com/computer-networks-mock-test-10/)

« Prev Page (https://www.sanfoundry.com/computer-networks-questions-answers-network-layer/)


Next Page (https://www.sanfoundry.com/computer-networks-mcqs-topology/) »

Computer Networks Questions & Answers – Transport Layer

This set of Computer Networks Multiple Choice Questions & Answers (MCQs) focuses on “Transport Layer”.

1. Transport layer aggregates data from different applications into a single stream before passing it to
____________
a) network layer
b) data link layer /
c) application layer
d) physical layer
View Answer

Answer: a
Explanation: The flow of data in the OSI model flows in following manner Application -> Presentation -> Session -
> Transport -> Network -> Data Link -> Physical. Each and every layer has its own set of functions and protocols
to ensure efficient network performance.

advertisement

2. Which of the following are transport layer protocols used in networking?


a) TCP and FTP
b) UDP and HTTP
c) TCP and UDP
d) HTTP and FTP
View Answer

Answer: c
Explanation: Both TCP and UDP are transport layer protocol in networking. TCP is an abbreviation for
Transmission Control Protocol and UDP is an abbreviation for User Datagram Protocol. TCP is connection
oriented whereas UDP is connectionless.

3. User datagram protocol is called connectionless because _____________


a) all UDP packets are treated independently by transport layer
b) it sends data as a stream of related packets
c) it is received in the same order as sent order
d) it sends data very quickly
View Answer

Answer: a
Explanation: UDP is an alternative for TCP and it is used for those purposes where speed matters most whereas
loss of data is not a problem. UDP is connectionless whereas TCP is connection oriented.

4. Transmission control protocol ___________


a) is a connection-oriented protocol
b) uses a three way handshake to establish a connection
c) receives data from application as a single stream
d) all of the mentioned
View Answer

Answer: d
Explanation: TCP provides reliable and ordered delivery of a stream of bytes between hosts communicating via
an IP network. Major internet applications like www, email, file transfer etc rely on TCP. TCP is connection
oriented and it is optimized for accurate delivery rather than timely delivery.

/
5. An endpoint of an inter-process communication flow across a computer network is called __________
a) socket
b) pipe
c) port
d) machine
View Answer

Answer: a
Explanation: Socket is one end point in a two way communication link in the network. TCP layer can identify the
application that data is destined to be sent by using the port number that is bound to socket.

advertisement

6. Socket-style API for windows is called ____________


a) wsock
b) winsock
c) wins
d) sockwi
View Answer

Answer: b
Explanation: Winsock is a programming interface which deals with input output requests for internet applications
in windows OS. It defines how windows network software should access network services.

7. Which one of the following is a version of UDP with congestion control?


a) datagram congestion control protocol
b) stream control transmission protocol
c) structured stream transport
d) user congestion control protocol
View Answer

Answer: a
Explanation: The datagram congestion control is a transport layer protocol which deals with reliable connection
setup, teardown, congestion control, explicit congestion notification, and feature negotiation. It is used in modern
day systems where there are really high chances of congestion. The protocol was last updated in the year 2008.

8. A _____ is a TCP name for a transport service access point.


a) port
b) pipe
c) node
d) protocol
View Answer

Answer: a
Explanation: Just as the IP address identifies the computer, the network port identifies the application or service
running on the computer. A port number is 16 bits. The combination of IP address preceded with the port number
is called the socket address.
/
9. Transport layer protocols deals with ____________
a) application to application communication
b) process to process communication
c) node to node communication
d) man to man communication
View Answer

Answer: b
Explanation: Transport layer is 4th layer in TCP/IP model and OSI reference model. It deals with logical
communication between process. It is responsible for delivering a message between network host.

10. Which of the following is a transport layer protocol?


a) stream control transmission protocol
b) internet control message protocol
c) neighbor discovery protocol
d) dynamic host configuration protocol
View Answer

Answer: a
Explanation: The Stream Control Transmission Protocol (SCTP) is a transport layer protocol used in networking
system where streams of data are to be continuously transmitted between two connected network nodes. Some
of the other transport layer protocols are RDP, RUDP, TCP, DCCP, UDP etc.

advertisement

Sanfoundry Global Education & Learning Series – Computer Networks.

To practice all areas of Computer Networks, here is complete set of 1000+ Multiple Choice Questions and Answers
(https://www.sanfoundry.com/computer-network-questions-answers/).

« Prev Page - Computer Networks Questions & Answers – Network Layer (https://www.sanfoundry.com/computer-
networks-questions-answers-network-layer/)
» Next Page - Computer Networks Questions & Answers – Topology (https://www.sanfoundry.com/computer-
networks-mcqs-topology/)

advertisement

Deep Dive @ Sanfoundry:


1. Master of Computer Applications Questions and Answers (https://www.sanfoundry.com/master-
computer-applications-questions-answers/)
2. IOT Questions and Answers (https://www.sanfoundry.com/1000-iot-questions-answers/)
3. Neural Networks Questions and Answers (https://www.sanfoundry.com/1000-neural-networks-
questions-answers/)

You might also like