export_week 9 summary exercises Flashcards
The largest amount of data, in bytes, which can be accomodated by a particilar network, link, or physical-layer is called the [a].
Maximum Transmission Unit (MTU)
If an IP datagram is fragmented into 1000-byte fragments, and later encounters a link with an 800-byte MTU, a special procedure (other than standard IP fragmentation) must be used.
False
NAPT devices translate IP address and port numbers.
True
For a TCP/IP datagram leaving a home network through a NAPT device, which of the following header fields (IP and/or TCP) are altered? (Check all that apply)
- Source IP Address
- Source Port
- Header Checksum
If hosting a server inside a NATed network, how do clients outside the NAPT router connect to the server? (Check all that apply)
- Using Universal Plug and Play (UPnP)
- Through a connection relay service
- By using the NAPT devices IP address, and a port number pre-configured to correspond to the server.
ICMP can carry messages from… (Check all that apply)
- Destination Host to Source Host
- Router to Router
- Source Host to Destination Host
- Router to Sender Host
In network graph terminology, [a] represent routers.
Nodes
When a destination host’s IP fragment timer expires, it drops all accumulated fragments corresponding to that timer.
True
Select all features explicitly available in IPv6 which were already available explicitly in IPv4.
- Source/Destination Addressing
- Version
- Traffic Type
- Hop Limit
Select all features explicit in IPv6 which are not explicitly available in IPv4. (Check all that apply)
- Explicit Payload Length
- 128-bit addresses
- Flow labeling
- Extension Headers
In IPv6, there is no datagram fragmentation performed in the network core..
True
The IPv6 address size is 128 bits.
True
When encountering an IPv4-only router, an IPv6 datagram is dropped.
False
In IPv6, datagram fragmentation is_____.
handled at the network edge
Convert the following IPv4 address to its corresponding IPv6-mapped address, with proper formatting.
114.18.222.10
::ffff:7212:de0a
::ffff:114.18.222.10
1234:0a03::abcd is a valid preferred-format IPv6 address.
False
1234::a03::abcd is a valid preferred-format IPv6 address.
False
Which of the following are used in a wired Ethernet network? (Check all that apply)
- Collision Detection (CD)
- Carrier Sense Multi-Access (CSMA)
- Exponential back-off/retry for collision resolution
Given the following received byte on an odd-parity machine, there is definitely at least one error.
01001101
True
Select all “Taking Turns” schemes below.
- Token Ring Multiple Access
* Polling Multiple Access
Select all Channel Partitioning schemes below.
- WDMA
- TDMA
- FDMA
The method by which a MAC protocol coordinates access to a broadcast medium to prevent and/or reduce collisions is most commonly called ________
Multiple Access
A link-layer link between only two adjacent nodes is called a/an point to point link.
Point to point
A link-layer link between more than two adjacent nodes is called a/an _____ link.
Broadcast
A switch is a network-layer device.
False
Star Ethernet uses the same multiple access control as Bus Ethernet.
False
It is fairly easy to detect collisions in wireless networks.
False
A network with a _____ topology must terminate the endpoints, but in with a ______ topology they are connected so there is no endpoint.
- Bus
* Ring
The link-layer device at the center of an ethernet star is a ______________.
Switch
When sending a message to all devices on a link, you would send it to the broadcast MAC address: 00-00-00-00-00-00
False
Given the following received byte on an even-parity machine, there is definitely at least one error.
01001101
False
A multiple access scheme which divides the usable medium into “chunks” and allows each device sole acces to some number of “chunks” is called…
Channel Partitioning Protocol