CN Quiz

CN Quiz

University

20 Qs

quiz-placeholder

Similar activities

Quiz - AIJ | SMKM3

Quiz - AIJ | SMKM3

12th Grade - University

20 Qs

IC3 GS6 Level 1 Domain 2 Lesson 1

IC3 GS6 Level 1 Domain 2 Lesson 1

6th Grade - University

15 Qs

Linked List - Implementation

Linked List - Implementation

University

15 Qs

Embedded System

Embedded System

University

15 Qs

PRINTERS

PRINTERS

University

20 Qs

Memory-Mobo-Hard/Software

Memory-Mobo-Hard/Software

University

18 Qs

Microprocessor - Intel 8088 - Part 1

Microprocessor - Intel 8088 - Part 1

University

17 Qs

Redes 2 - Camada de Transporte -  Partes 2 de TCP até o fim

Redes 2 - Camada de Transporte - Partes 2 de TCP até o fim

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 in a minute

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?