Module 7 Flashcards
A channel partitioning protocol has which of the following characteristics:
all of the above
In slotted ALOHA with N active nodes, the probability that no node transmits in a given slot is
(1-p)^N
An ARP query packet is encapsulated in
a link-layer broadcast frame
Ethernet provides which of the following services to the network layer
error detection
For Ethernet, if an adapter determines that a frame it has just received is addressed to a different adapter
it discards the frame without sending an error message to the network layer
In the Ethernet CSMA/CD protocol, suppose a node constructs a frame and then senses the channel as busy. Then
the adapter waits until it senses the channel idle and then begins to transmit the frame.
In CSMA/CD, after the 3rd collision, what is the probability that the value of K that a node chooses is 2?
.125
A 10BaseT Ethernet LAN has
a star topology
When a switch transmits an Ethernet frame, the Ethernet frame has
none of the above
The switch poisoning attack involves:
sending many packets to the switch with different bogus source MAC addresses
A cut-through switch has which of the following properties:
all of the above
TF: All link layer protocols that support IP have the same frame structure (i.e., length of frame, number and length of header fields).
False
TF: CRC error detection, as used in Ethernet, is always able to detect whether there is an error in a frame.
False
TF: The even parity bit scheme can correct single bit errors.
False
TF: With CDMA, each sender uses the same code, cm, m=1,…,M.
False
TF: Each LAN adapter has a unique LAN address.
True
TF: Consider a router with multiple ARP tables, one for each of its interfaces. No two of these ARP tables can contain the same LAN address.
True
TF: Consider a twisted-pair Ethernet in which all nodes are 50 meters from the hub. The time it takes for a bit to propagate from hub to node for a 10BaseT Ethernet is ten times longer then for a 100BaseT Ethernet.
False
TF: The entries in a switch table need to be configured by the network administrator.
False
TF: PPP excludes certain bit patterns in the network-layer packets that it carries.
False
TF: Consider the switched LAN architecture in Figure 5.24. Assuming all links are full duplex, there are never collisions in this LAN.
True
TF: Consider a computer network consisting of several interconnected 10BaseT hubs, but which does not include any bridges or routers. Then this network has only one collision domain.
True
Which of the following services may be implemented in a link-layer protocol? Select one or more statements.
Reliable data transfer between directly connected nodes.
Coordinated access to a shared physical medium.
Bit-level error detection and correction.
Multiplexing down from / multiplexing up to a network-layer protocol.
Flow control between directly connected nodes.
Which of the following statements is true about a two-dimensional parity check (2D-parity) computed over a payload?
2D-parity can detect any case of a single bit flip in the payload.
2D-parity can detect any case of two bit flips in the payload.
2D-parity can detect and correct any case of a single bit flip in the payload.