CN Quiz

CN Quiz

University

20 Qs

quiz-placeholder

Similar activities

Common Network Port

Common Network Port

University

20 Qs

ITTWO0Four_2A G1

ITTWO0Four_2A G1

University

20 Qs

AJP - UNIT III - JDBC AND JAVA NETWORKING

AJP - UNIT III - JDBC AND JAVA NETWORKING

University

20 Qs

TCP/IP

TCP/IP

University

16 Qs

Module 2 All About Motherboards

Module 2 All About Motherboards

University

15 Qs

Motherboard

Motherboard

University

25 Qs

CompTIA Network+ - Ports and Protocols

CompTIA Network+ - Ports and Protocols

University

20 Qs

UPNVJ Protokol HTTP

UPNVJ Protokol HTTP

University

16 Qs

CN Quiz

CN Quiz

Assessment

Quiz

Computers

University

Hard

Created by

Yash Sinha

Used 11+ 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?