CN Quiz

CN Quiz

University

20 Qs

quiz-placeholder

Similar activities

OS Ch8_2

OS Ch8_2

12th Grade - Professional Development

17 Qs

PRC6 PRELIM EXAM

PRC6 PRELIM EXAM

University

19 Qs

REMID-UTS AIJ

REMID-UTS AIJ

12th Grade - University

20 Qs

Computer components

Computer components

University

18 Qs

1.1.1 The structure and function of the processor

1.1.1 The structure and function of the processor

11th Grade - University

15 Qs

UJIAN CALC XMK012 2021 JUN(3)

UJIAN CALC XMK012 2021 JUN(3)

University

20 Qs

J.611000.004.01 (MERANCANG PENGALAMATAN JARINGAN)

J.611000.004.01 (MERANCANG PENGALAMATAN JARINGAN)

University

20 Qs

CN Quiz

CN Quiz

Assessment

Quiz

Computers

University

Hard

Created by

Yash Sinha

Used 11+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?