CHAPTER 13: Ethernet and TCP/IP Networking Flashcards
The TCP/IP and OSI models are conceived and implemented as a hierarchical __________, in which each layer at the sending node contributes information that will be used by the corresponding peer layer at the receiving node.
a) rank structure
b) protocol stack
c) proprietary stack
d) communication levels
b) protocol stack
Which of the following is not part of the TCP/IP protocol suite?
a) http
b) ftp
c) SMS
d) ssh
c) SMS
A data packet in an Ethernet network is called a(n)
a) pack.
b) frame.
c) envelope.
d) container.
b) frame.
The data link layer is divided into _____________ and ____________ sublayers.
a) medium access control; logical link control
b) physical access control; logical link control
c) medium access control; virtual link control
d) physical access control; virtual link control
a) medium access control; logical link control
A _____________ occurs when multiple nodes access and send data simultaneously in such a way that their messages become mixed together and garbled.
a) conflict
b) collision
c) confrontation
d) commingling
b) collision
Switched Ethernet does not actually implement the _______________ protocol, because connections are point-to-point and messages can’t become mixed together and garbled.
a) ARP
b) L2TP
c) HDLC
d) CSMA/CD
d) CSMA/CD
What protocol is used to discover the relation between an IP address and a corresponding MAC address?
a) ARP
b) L2TP
c) HDLC
d) CSMA/CD
a) ARP
The amount of time that it takes for a packet to get from one end of the network to the other is called the
a) furthest node travel time.
b) network broadcast delay.
c) network propagation delay.
d) network diameter delay time.
c) network propagation delay.
The ___________ is responsible for the addressing and routing of packets from the source end node through intermediate nodes, step by step, to their proper final destination.
a) transport
b) network layer
c) physical layer
d) Data Link Layer
b) network layer
Remember that the IP datagram may pass through different types of links. For certain types of physical layer connections, it is necessary to further divide the IP datagrams into smaller packets before they are delivered as frames to the data link layer. What are these smaller packets called?
a) pages
b) parcels
c) fragments
d) scatter grams
c) fragments
Although IP attempts to route every datagram to its final destination, it is a connectionless, packet switching service. IP is a(n) _____________ delivery service.
a) reliable best-effort
b) unreliable best-effort
c) reliable and guaranteed
d) unreliable but guaranteed
b) unreliable best-effort
Such network tools as ping and traceroute use the query services of ________ to provide the information that they report.
a) ARP
b) FTP
c) ICMP
d) HTTP
c) ICMP
The purpose of the ___________ layer is to take messages from network applications and provide services that support reliable end-to-end communications.
a) network
b) physical
c) transport
d) Data Link
c) transport
To identify the network application requesting service, the transport protocol identifies the application that created the message and the application that is to receive the message with
a) port numbers.
b) application numbers.
c) network node numbers.
d) application address numbers.
a) port numbers.
For communication between an application and the transport layer, operating systems provide an interface called a(n) ___________, which makes it easy to add a request to the communication services provided by the TCP/IP suite.
a) socket
b) named interface
c) TCP/IP association
d) service association
a) socket