Network Programming quiz-TCP UDP_socket programming

Network Programming quiz-TCP UDP_socket programming

University

10 Qs

quiz-placeholder

Similar activities

UDP Quiz2 Batch1 01-11-22

UDP Quiz2 Batch1 01-11-22

University

10 Qs

FTP & Port No

FTP & Port No

University

15 Qs

Network+ Quiz

Network+ Quiz

University

13 Qs

Quis ke-4 PJR

Quis ke-4 PJR

University

10 Qs

Jaringan

Jaringan

University

7 Qs

TCP/IP

TCP/IP

1st Grade - Professional Development

12 Qs

Da camada de aplicação a transporte

Da camada de aplicação a transporte

University

15 Qs

El acceso por satélite

El acceso por satélite

University

10 Qs

Network Programming quiz-TCP UDP_socket programming

Network Programming quiz-TCP UDP_socket programming

Assessment

Quiz

Other

University

Medium

Created by

prapulla shivraj

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true about the bind() function in socket programming?

It associates a socket with a specific port and IP address.

It establishes a connection between client and server.

It sends data over the network.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary purpose of the recvfrom() function in UDP socket programming?

To receive data from any client.

To establish a connection with a client.

  • To send data to a specific client.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which protocol is commonly used for DNS queries due to its low overhead?

UDP

TCP

HTTP

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the size of the UDP header?

8 bytes

16 bytes

32 bytes

64 bytes

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is not a valid reason why a UDP client may not receive a server response?

TCP handshake failed

Server not listening on expected port

Network drops the packet

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a function of the Transport Layer in the OSI model?

Routing

  • Segmentation and reassembly

Flow control

Error control

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the best method for building a high-concurrency TCP server?

Using epoll() or select() for I/O multiplexing

Using a separate thread for each connection

Using blocking sockets in a loop

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?