Search Header Logo

CN Quiz

Authored by Yash Sinha

Computers

University

Used 11+ times

CN Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the purpose of a socket in networking?

 To connect two computers physically

To enable communication between processes over a network

To provide power to a device

To store data temporarily

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of socket provides reliable, connection-oriented communication?

Stream socket (SOCK_STREAM)

Datagram socket (SOCK_DGRAM)

BOTH Stream socket

and Datagram socket

Broadcast socket

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to create a socket in C?

socket()

bind()

listen()

accept()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the bind() function do?

Associates a socket with an IP address and port number

Establishes a connection to a remote server

Puts a socket in passive mode

Reads data from a socket

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the socket() function in C return?

  • A file descriptor (socket descriptor)

int

  • An IP address and a A port number

Bool

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function extracts the first connection request from the queue of pending connections?

connect()

accept()

send()

recv()

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the primary difference between TCP and UDP sockets?

TCP sockets are connectionless, while UDP sockets are reliable

TCP sockets provide reliable, ordered communication, while UDP sockets are connectionless and unreliable.

 UDP sockets are used for web browsing, while TCP sockets are used for video streaming.

TCP sockets use port numbers, while UDP sockets use IP addresses.

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?