ludwig.alwin
Quiz por , criado more than 1 year ago

Test mit den letzten 14 multiple choice fragen

119
0
0
ludwig.alwin
Criado por ludwig.alwin mais de 8 anos atrás
Fechar

Netzwerke 2ter Test 14 Fragen 4 (nur multiple choice)

Questão 1 de 14

1

What is the meaning of an acknowledgement number N in the TCP header? Check all that apply:

Selecione uma ou mais das seguintes:

  • The number of correctly received TCP segments

  • All TCP segments up to number N-1 are received correctly

  • All bytes up to number N-1 are received correctly

  • The size of the available receive buffer in bytes

  • The sequence number of the first byte in the next expected segment

Explicação

Questão 2 de 14

1

Over which portions is the checksum within the TCP header calculated?

Selecione uma ou mais das seguintes:

  • TCP header + TCP data

  • IP header + TCP header + TCP data

  • Pseudo IP header + TCP header

  • Pseudo IP header + TCP header + TCP data

  • Ethernet header + Pseudo IP header + TCP header + TCP data

  • Ethernet header + Pseudo IP header + TCP header

Explicação

Questão 3 de 14

1

Which standard applications use TCP? Check all that applies:

Selecione uma ou mais das seguintes:

  • TFTP

  • FTP

  • LDAP

  • HTTP

  • HTTPS

  • Email (SMTP, POP, IMAP)

  • ARP

Explicação

Questão 4 de 14

1

How is the application process addressed? Check all that applies:

Selecione uma ou mais das seguintes:

  • UDP segment number

  • IP identification number

  • Process identification number, ports number and sockets

Explicação

Questão 5 de 14

1

List at least 3 internet applications and their corresponding port numbers
HTTP - 80
Telnet - 23
SMTP - 25
SSH - 22
DNS - 53
IMAP - 220

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 6 de 14

1

Which statements on port numbers are correct? Check all that applies:

Selecione uma ou mais das seguintes:

  • TCP/IP port numbers are 32 bit numbers

  • TCP/IP port numbers are 2 byte numbers

  • A HTTP-client uses port number 80

  • A HTTP-client may use port number 8000

  • A HTTP-client may use port number 80 000

  • The default HTTP server port number is 80

Explicação

Questão 7 de 14

1

Which statements on well-known and ephemeral ports are correct? Check all that applies:

Selecione uma ou mais das seguintes:

  • 80 is a well-known port number

  • 1000 is an ephemeral port number

  • Well-known ports are uniquely assigned by IANA to certain application layer services at servers

  • Registered port numbers can be used by internet clients

  • Client processes must use well-known ports

Explicação

Questão 8 de 14

1

Which statements on sockets are correct? Check all that applies:

Selecione uma ou mais das seguintes:

  • Each side of a TCP connection has a socket which can be identified by the following triple
    < TCP, TCP segment number, IP address >

  • Each side of a TCP connection has a socket which can be identified by the following triple
    < Port number, TCP segment number, IP address >

  • Each side of a TCP connection has a socket which can be identified by the following triple
    < TCP, IP address, port number >

  • A logical TCP connection between a server and client is identified by
    < TCP segment number, local IP address, local port, ACK number, remote IP address >

  • A logical TCP connection between a server and client is identified by
    < TCP, local IP address, local port, remote IP address, remote port >

Explicação

Questão 9 de 14

1

Of what functions consists a UDP API?
Creation of new receive ports
Receive operation that returns
Data Bytes
Source Port
Source IP Address
Send operation that returns
A pointer to the data bytes
The destination port
The destination IP address

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 10 de 14

1

List at least 4 TCP socket API function calls:
Open (establishes TCP connection)
Send (sends data from buffer via TCP connection)
Receive (copies incoming TCP data to a user buffer)
Close (closes the TCP connection)
Status (dependable, return information, such as: local socket, foreign socket, window size, TCP connection state, ….)
Abort (causes all pending send and receive operations to be aborted).

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 11 de 14

1

What are the 5 basic processes in a TCP socket implementation?
Open a socket.
Open an input stream and output stream to the socket.
Read from and write to the stream according to the server's protocol.
Close the streams.
Close the socket

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 12 de 14

1

Which are no generic TLDs? Check all that apply:

Selecione uma ou mais das seguintes:

  • .com

  • .technikum-wien.at

  • .at

  • .austria

  • .gov

  • .edu

  • .fhtw

  • .cc

Explicação

Questão 13 de 14

1

What is contained within a resource record? Check all that apply:

Selecione uma ou mais das seguintes:

  • Domain name

  • Domain name registry

  • Either UDP or TCP protocol

  • Type

  • Time-to-live

  • Range of IP addresses

  • Rdata (e.g., IPv4 address)

Explicação

Questão 14 de 14

1

If a local DNS server starts an iterative query, what is the correct order of inquired name servers? Check the correct answer.

Selecione uma ou mais das seguintes:

  • Authoritative name server – TLD server – root server

  • Authoritative name server only, it performs further enquiries

  • TLD name server

  • TLD server – root server

  • Root server – TLD server – authoritative name server

  • Root server only, it performs further enquiries

Explicação