SDP9

Descrição

beka lox
CSSE150(1,2,3) 5stream IITU
Quiz por CSSE150(1,2,3) 5stream IITU, atualizado more than 1 year ago
CSSE150(1,2,3) 5stream IITU
Criado por CSSE150(1,2,3) 5stream IITU quase 6 anos atrás
334
0

Resumo de Recurso

Questão 1

Questão
Layers four and five of the Internet protocol stack are implemented in the end systems but not in the routers in the network core.
Responda
  • True
  • False

Questão 2

Questão
With ADSL, each subscriber gets more downstream bandwidth than upstream bandwidth.
Responda
  • True
  • False

Questão 3

Questão
Twisted-pair cooper wire is no longer present in computer networks.
Responda
  • True
  • False

Questão 4

Questão
4. Two packets A and B are sent in that order through a connection-oriented communication network. They could arrive at the destination:
Responda
  • a. in any order, after having traversed the same route.
  • b. only in the order A-B, after possibly having traversed different routes.
  • c. in any order, after possibly having traversed different routes.
  • d. only in the order A-B, after having traversed the same route.

Questão 5

Questão
5. Two packets A and B are sent in that order through a connectionless communication network. They will arrive at the destination:
Responda
  • a. in any order, after possibly having traversed different routes.
  • b. in the order A-B, after having traversed the same route.
  • c. in any order, after having traversed the same route.
  • d. in the order A-B, after possibly having traversed different routes.

Questão 6

Questão
6. The Internet received its name in the 1980s because:
Responda
  • a. it was an interim (temporary) design of what it later became, but the name stuck.
  • b. it was meant to be a network internal to the United States Department of Defense.
  • c. it consisted of many interconnected networks.
  • d. it achieved international scope with the addition of the City University of London.

Questão 7

Questão
DNS lookups often involve a combination of recursive and iterative queries.
Responda
  • True
  • False

Questão 8

Questão
The Date: header in the HTTP response message indicates when the object in the response was last modified.
Responda
  • True
  • False

Questão 9

Questão
Skype relay nodes are typically peers under the control of Skype users.
Responda
  • True
  • False

Questão 10

Questão
The process that sends messages into, and receives messages from, the network through a software interface is called a socket.
Responda
  • True
  • False

Questão 11

Questão
In a P2P File Distribution architecture, the server must sequentially send (upload) file copies.
Responda
  • True
  • False

Questão 12

Questão
12. SMTP is used to:
Responda
  • a. to transfer messages from one mail server to another.
  • b. to transfer messages from mail server to a user agent.
  • c. to define the format of message headers.
  • d. all of the above.

Questão 13

Questão
13. Suppose a DNS resource record has Type=MX. Then:
Responda
  • a. Value is the hostname of the DNS server that is authoritative for Name.
  • Value is the IP address of the mail server that has the alias hostname Name.
  • c. Value is the hostname of the mail server that has the alias hostname Name.
  • d. none of the above.

Questão 14

Questão
14. Local DNS name servers:
Responda
  • a. cache resource records, but discard them after a period of time that is on the order of a few days.
  • b. cache resource records and never discard them.
  • c. obtain resource records from Web caches.
  • d. never cache resource records.

Questão 15

Questão
Consider an HTTP Web server using persistent connections. Suppose the server spawns a separate process for each client that connects to the server. Then each of these spawned processes will have different server port numbers.
Responda
  • True
  • False

Questão 16

Questão
The size of the TCP RcvWindow never changes throughout the duration of the connection.
Responda
  • True
  • False

Questão 17

Questão
17. When a TCP segment arrives to a host, the socket to which the segment is directed depends on
Responda
  • a. the source IP address of the datagram that encapsulated the segment.
  • b. the destination port number.
  • c. the source port number.
  • d. all of the above.

Questão 18

Questão
18. UDP has which of the following characteristics:
Responda
  • a. regulated send rate.
  • b. connection state at the server.
  • c. three-way hand shake for connection establishment.
  • d. none of the above.

Questão 19

Questão
19. When a UDP segment arrives to a host, in order to direct the segment to the appropriate socket, the OS uses:
Responda
  • a. the source port number.
  • b. the source IP address.
  • c. the destination port number.
  • d. all of the above.

Questão 20

Questão
20. Suppose a client sends an HTTP request message with the If-modified-since: header. Suppose the object in a server has not changed since the last time a client retrieved the object. Then the server will send a response message with the status code:
Responda
  • a. 404 Not Found.
  • b. 200 OK.
  • c. 304 Not Modified.
  • d. none of the above.

Questão 21

Questão
21. Streams are not needed in which of the following programs:
Responda
  • a. TCPserver.
  • b. UDPserver.
  • c. TCPclient.
  • d. UDPclient.

Questão 22

Questão
22. Consider the minimum time for P2P file distribution, as discussed in Section 2.6. Suppose the upload rate of the server is10 Mbps, the upload rates of all peers is 1 Mbps, and the download rates of all peers is 10 Mbps. Further suppose that there are 100 peers and the file is 100 million bits. The minimum distribution time is
Responda
  • a. approximately 100 seconds.
  • b. approximately 10 seconds.
  • c. approximately 1 second.
  • d. approximately 1000 seconds.

Questão 23

Questão
For BitTorrent, which of the following is true:
Responda
  • a. Although a peer may have 50 concurrent TCP connections with other peers, at any given instant of time it sends data to less than 10 other peers.
  • b. At a given instant of time, a peer A may upload to a peer B, even if peer B is not sending anything to A.
  • c. Among the chunks that a peer does not have, the peer will request chunks that appear to be relatively rare in the torrent.
  • d. All of the above.

Questão 24

Questão
24. Consider the latency model for dynamic congestion windows. Which of the following components contribute to latency?
Responda
  • a. the sum of all the stalled times.
  • b. round trip time, RTT.
  • c. the transmission time of the object, O/R.
  • d. all of the above.

Questão 25

Questão
25. TCP applies fast retransmit to a segment when:
Responda
  • a. it estimates unusually large RTTs.
  • b. it receives three ACKs for an earlier segment.
  • c. the segment's timer expires.
  • d. none of the above.

Questão 26

Questão
26. Nmap is often used to:
Responda
  • a. do port scans over a range of ports at a target host.
  • b. measure throughput between hosts.
  • c. measure round-trip times between hosts.
  • d. decipher encrypted traffic.

Questão 27

Questão
27. With SYN cookies, when a server receives a SYN segment, it returns a SYNACK with:
Responda
  • a. an initial sequence number that is a hash of the IP addresses and port numbers in the SYN segment (as well as of other things).
  • b. initial sequence number 1.
  • c. a randomly chosen initial sequence number.
  • d. none of the above.

Questão 28

Questão
Before sending a packet into a datagram network, the source must determine all of the links that packet will traverse between source and destination.
Responda
  • True
  • False

Questão 29

Questão
The primary role of a router is to forward datagrams from input links to output links.
Responda
  • True
  • False

Questão 30

Questão
Forwarding involves transferring a packet from the router’s input link to the appropriate output link.
Responda
  • True
  • False

Questão 31

Questão
All link layer protocols that support IP have the same frame structure (i.e., length of frame, number and length of header fields).
Responda
  • True
  • False

Questão 32

Questão
CRC error detection, as used in Ethernet, is always able to detect whether there is an error in a frame.
Responda
  • True
  • False

Questão 33

Questão
The even parity bit scheme can correct single bit errors.
Responda
  • True
  • False

Questão 34

Questão
With CDMA, each sender uses the same code, cm, m=1,...,M.
Responda
  • True
  • False

Questão 35

Questão
Each LAN adapter has a unique LAN address.
Responda
  • True
  • False

Questão 36

Questão
41. A channel partitioning protocol has which of the following characteristics forwarding table is:
Responda
  • a. it does not generate collisions.
  • b. all transmitting nodes get the same amount of bandwidth.
  • there is no master node.
  • d. all of the above.

Questão 37

Questão
42. In slotted ALOHA with N active nodes, the probability that no node transmits in a given slot is
Responda
  • a. (1-p)N
  • b. (1-p)N
  • c. pN
  • d. 1-p

Questão 38

Questão
43. An ARP query packet is encapsulated in
Responda
  • a. an IP datagram.
  • a link-layer frame addressed to a specific adapter.
  • a link-layer broadcast frame.
  • none of the above.

Questão 39

Questão
Ethernet provides which of the following services to the network layer
Responda
  • a. error detection.
  • flow control.
  • reliable data transfer.
  • all of the above.

Questão 40

Questão
45. For Ethernet, if an adapter determines that a frame it has just received is addressed to a different adapter
Responda
  • a. it discards the frame without sending an error message to the network layer.
  • it discards the frame and sends an error message to the network layer.
  • it sends a NACK (not acknowledged frame) to the sending host.
  • it delivers the frame to the network layer, and lets the network layer decide what to do.

Questão 41

Questão
A typical "infrastructure network" wireless network includes base stations.
Responda
  • True
  • False

Questão 42

Questão
In CDMA, the chipping rate is typically the same as the original data rate.
Responda
  • True
  • False

Questão 43

Questão
The 11 channels in the 802.11 are non-overlapping.
Responda
  • True
  • False

Questão 44

Questão
If you enter an Internet café and more than one AP is present, then the packets your host
Responda
  • True
  • False

Questão 45

Questão
During the 802.11 association handshake protocol, the wireless host gets assigned an IP address.
Responda
  • True
  • False

Questão 46

Questão
51. In CDMA, let Ym be the received value in the mth mini-slot for some slot i. Let cm, m=1,...,M, be the sender's M code values. To determine the bit value the sender sent, the receiver:
Responda
  • a. multiples Ym with the sum of the M code values.
  • b. multiplies each Ym with the corresponding cm, sums the resulting values and divides by M.
  • simply declares Ym as the sent value.
  • d. none of the above.

Questão 47

Questão
52. A beacon frame sent by an AP includes
Responda
  • a. the AP's SSID.
  • b. the AP's MAC address.
  • c. both the AP's MAC address and SSID.
  • d. none of the above.

Questão 48

Questão
53. The 802.11 protocol does not implement collision detection because (Click all that apply)
Responda
  • a. collision detection was found to be useless in wired Ethernet.
  • b. the adapter would still not be able to detect all collisions due to hidden terminals. c. it is costly to build wireless hardware that detects collisions.
  • c. it is costly to build wireless hardware that detects collisions.
  • d. all of the above.

Questão 49

Questão
54. Packets sent by two stations in 802.11 can collide because
Responda
  • a. at a given time, the random backoff values of the two stations are the same.
  • b. the packets are sent to different APs but on the same channel.
  • c. the two stations could be hidden from each other.
  • d. all of the above.

Questão 50

Questão
An 802.11 frame includes:
Responda
  • a. an acknowledgement field.
  • b. a sequence number field.
  • c. four address fields.
  • d. all of the above.

Questão 51

Questão
In IP spoofing, the attacker interchanges the source and destination addresses in the sender's IP datagram.
Responda
  • True
  • False

Questão 52

Questão
Nonce's are often used to combat the playback attack.
Responda
  • True
  • False

Questão 53

Questão
65. Filtering in a firewall can be based on:
Responda
  • a. source and destination IP addresses
  • b. TCP ACK bits
  • c. source and destination port numbers
  • d. all of the above

Semelhante

Orbital Mechanics
Luke Hansford
Software Processes
Nurul Aiman Abdu
Module 1: Introduction to Engineering Materials
Kyan Clay
Mathematics
rhiannonsian
AOCS - Attitude and orbit control systems
Luke Hansford
Ordinary Differential Equations
rhiannonsian
audio electronics
Lillian Mehler
Building Structures
Niat Habtemariam
communication system
Lillian Mehler
Advanced Propulsion
Luke Hansford