Podcast
Questions and Answers
Which of the following statements about blocking and non-blocking file descriptors are correct?
Which of the following statements about blocking and non-blocking file descriptors are correct?
Which of the following statements about connection-less datagram sockets are correct?
Which of the following statements about connection-less datagram sockets are correct?
Which of the following statements about connection-oriented stream sockets are correct?
Which of the following statements about connection-oriented stream sockets are correct?
Which of the following statements about file descriptors are correct?
Which of the following statements about file descriptors are correct?
Signup and view all the answers
Which of the following statements about Internet addresses are correct?
Which of the following statements about Internet addresses are correct?
Signup and view all the answers
Which of the following statements about multiplexing input/output are correct?
Which of the following statements about multiplexing input/output are correct?
Signup and view all the answers
Which of the following statements about name resolution are correct?
Which of the following statements about name resolution are correct?
Signup and view all the answers
Which of the following statements about pipes are correct?
Which of the following statements about pipes are correct?
Signup and view all the answers
Which of the following statements about signals are correct?
Which of the following statements about signals are correct?
Signup and view all the answers
Which of the following statements about socket addresses are correct?
Which of the following statements about socket addresses are correct?
Signup and view all the answers
Flashcards
Blocking file descriptors
Blocking file descriptors
Read/write system calls block if no data/capacity.
Connection-less datagram sockets
Connection-less datagram sockets
No connection, applications handle errors.
Connection-oriented stream sockets
Connection-oriented stream sockets
Data order guaranteed, kernel handles errors.
File descriptor 0
File descriptor 0
Signup and view all the flashcards
File descriptor 1
File descriptor 1
Signup and view all the flashcards
File descriptor 2
File descriptor 2
Signup and view all the flashcards
IPv4 address
IPv4 address
Signup and view all the flashcards
IPv6 address
IPv6 address
Signup and view all the flashcards
Socket address struct sockaddr_in
Socket address struct sockaddr_in
Signup and view all the flashcards
Multiplexing I/O
Multiplexing I/O
Signup and view all the flashcards