Major links



Quicklinks


📌 Quick Links
[ DBMS ] [ DDB ] [ ML ] [ DL ] [ NLP ] [ DSA ] [ PDB ] [ DWDM ] [ Quizzes ]


Showing posts with label Computer Networks MCQ. Show all posts
Showing posts with label Computer Networks MCQ. Show all posts

Sunday, October 10, 2021

Computer networks multiple choice questions with answers 08

✔ Scroll down and test yourself — answers are hidden under the “View Answer” button.

Computer networks multiple choice questions with answers, entrance exam quiz questions on computer networks, solved exam questions on computer networks, MCQ in CN

Computer Networks MCQ - SET 08

1. What are the types of acknowledgements (ACKs) used in typical TCP implementation?

(a) Selective ACKs only

(b) Both selective and cumulative ACKs

(c) Both positive and negative ACKs

(d) Positive, cumulative, selective and lookahead ACKs

Click here to view answer and explanation

 

2. What would be the approximate transmission time a 10 Mbps (Megabits per second) Ethernet LAN take to send a 1200 byte data packet?

(a) 1 ms

(b) 2 ms

(c) 5 ms

(d) 10 ms

Click here to view answer and explanation

 

3. Internet Message Access Protocol (IMAP) runs between email

(a) sender’s mail client and sender’s outgoing mail server

(b) receiver’s mail client and receiver’s incoming mail server

(c) sender’s mail server and receiver’s mail server

(d) sender’s mail client and receiver’s mail client

Click here to view answer and explanation

 

4. Let us suppose that all of the network sources occasionally have data to send over the network. Which of the following would be most suitable for such a scenario?

(a) Circuit switching

(b) Packet switching

(c) Both circuit and packet switching

(d) Neither of them is true

Click here to view answer and explanation

 

5. Which among the following protocols has out-of-band control messages?

(a) HTTP

(b) TCP

(c) SMTP

(d) FTP

Click here to view answer and explanation

 

********************

Related links

 

 

Why do we use ACK in TCP?

Why packet switching is better than circuit switching for the network resources that send occasionally?

Define Internet Message Access Protocol (IMAP)

How to calculate the transmission time required to send a data packet over network?

Multiple choice questions in computer networks

Monday, September 20, 2021

Computer networks multiple choice questions with answers 07

✔ Scroll down and test yourself — answers are hidden under the “View Answer” button.

Computer networks multiple choice questions with answers, entrance exam quiz questions on computer networks, solved exam questions on computer networks, MCQ in CN

Computer Networks MCQ - SET 07

1. Key difference between User Datagram Protocol (UDP) and Transmission Control Protocol (TCP) is

(a) TCP is connection-oriented, while UDP is connection-less

(b) UDP is a reliable byte stream protocol, while TCP is not

(c) UDP uses sequence numbers, while TCP does not

(d) UDP enforces flow control, while TCP has no flow control

Click here to view answer and explanation

 

2. How IPv6 is different from IPv4?

(a) Quality of Service is better in IPv4

(b) Expanded IP address space for IPv6

(c) IPv4 is better than IPv6 in terms of support for mobility

(d) None of the above

Click here to view answer and explanation

 

3. Transmission Control Protocol (TCP) supports _____ data transfers?

(a) Full-duplex

(b) Half-duplex

(c) Simplex

(d) None of the above

Click here to view answer and explanation

 

4. The field “Window” or “Window size” in TCP header refers to

(a) sender window

(b) receiver window

(c) congestion window

(d) none of the above

Click here to view answer and explanation

 

5. The strength of signal falls off with distance over any transmission medium is called

(a) Attenuation

(b) Data rate

(c) Channel capacity

(d) Signal strength ratio

Click here to view answer and explanation

 

********************

Related links

 

 

Define the term attenuation in networking

TCP supports full-duplex communication

State the key difference between TCP and UDP

How IPv6 is different from IPv4

Multiple choice questions in computer networks


Tuesday, September 14, 2021

Computer networks multiple choice questions with answers 06

✔ Scroll down and test yourself — answers are hidden under the “View Answer” button.

Computer networks multiple choice questions with answers, entrance exam quiz questions on computer networks, solved exam questions on computer networks, MCQ in CN

Computer Networks MCQ - SET 06

1. The Domain Name Service (DNS) is an example of a

(a) transaction-oriented application-layer protocol

(b) session-oriented application-layer protocol

(c) transaction-oriented transport-layer protocol

(d) session-oriented transport-layer protocol

Click here to view answer and explanation

 

2. Which of the following is an advantage of persistent HTTP connection?

(a) additional RTT's when obtaining multiple Web objects from different Web servers

(b) re-using an existing TCP connection for a Web transfer when it is possible to do so

(c) increased latency on subsequent requests

(d) None of the above

Click here to view answer and explanation

 

3. Which of the following is used by the network application BitTorrent?

(a) the peer-to-peer file sharing and TCP

(b) the peer-to-peer file sharing and UDP

(c) the client-server file sharing and TCP

(d) the client-server file sharing and UDP

Click here to view answer and explanation

 

4. In general, the throughput achieved by TCP for a
file transfer is

(a) inversely proportional to the average window size used during the transfer

(b) inversely proportional to the round trip time of the network path

(c) inversely proportional to the TCP segment size used for the transfer

(d) all of the above

Click here to view answer and explanation

 

5. For a TCP segment header, the minimum size is

(a) 20 bytes

(b) 25 bytes

(c) 10 – 12 bytes

(d) 16 bits

Click here to view answer and explanation

 

********************

Related links

 

 

What is an advantage of persistent HTTP connection?

What does DNS do?

Domain Name Service is a transaction oriented application layer protocol

How many RTTs a persistent http connection takes

What type of file sharing is done by BitTorrent

How do you relate TCP throughput and Round Trip Time

Monday, November 2, 2020

Computer networks multiple choice questions with answers 05

✔ Scroll down and test yourself — answers are hidden under the “View Answer” button.

Computer networks multiple choice questions with answers, entrance exam quiz questions on computer networks, solved exam questions on computer networks, MCQ in CN


Computer Networks MCQ - SET 05

 

1. Which of the following is an improvement of Internet Protocol version 6 (IPv6) over IPv4?

(a) Reduced IP address space

(b) Better support for QoS (Quality of Service)        

(c) Less support for mobility

(d) Complex network configuration

Click here to view answer and explanation

 

2. Congestion control works as _________ layer.

(a) Physical layer

(b) Data link layer

(c) Network layer

(d) Application layer

Click here to view answer and explanation

 

3. What is the typical size of the header for an IPv4 datagram?

(a) 10 bytes

(b) 20 bytes

(c) 30 bytes

(d) 16 bytes

Click here to view answer and explanation

 

4. The Simple Mail Transfer Protocol (SMTP) is an example of a

(a) transaction-oriented application-layer protocol

(b) session-oriented application-layer protocol

(c) transaction-oriented transport-layer protocol

(d) session-oriented transport-layer protocol

Click here to view answer and explanation

 

5. In the Transmission Control Protocol (TCP), acknowledgements (ACKs) are used for:

(a) error control

(b) congestion control

(c) error control and flow control

(d) error control, flow control, and congestion control

Click here to view answer and explanation

 

 

********************

Related links

 

 

What for ACKs are used in TCP connection

SMTP is a session-oriented application layer protocol

Why the typical size of IP datagram header is  20 bytes?

What are the differences between congestion control and flow control

Computer networks solved question and answers

 

Please visit, subscribe and share 10 Minutes Lectures in Computer Science

Featured Content

Multiple choice questions in Natural Language Processing Home

MCQ in Natural Language Processing, Quiz questions with answers in NLP, Top interview questions in NLP with answers Multiple Choice Que...

All time most popular contents