CN Quiz

CN Quiz

University

20 Qs

quiz-placeholder

Similar activities

Socket Programming

Socket Programming

10th Grade - University

20 Qs

PAP Module-5 Part-1

PAP Module-5 Part-1

University

15 Qs

Jaringan Komputer - Modul 06

Jaringan Komputer - Modul 06

University

20 Qs

Network Security

Network Security

University

20 Qs

TCP UDP

TCP UDP

University

20 Qs

CN UNIT 4

CN UNIT 4

University

18 Qs

Socket Programming Quiz

Socket Programming Quiz

University

15 Qs

Sistem Operasi Jaringan Komputer

Sistem Operasi Jaringan Komputer

12th Grade - University

20 Qs

CN Quiz

CN Quiz

Assessment

Quiz

Computers

University

Hard

Created by

Yash Sinha

Used 9+ times

FREE Resource

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.

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?