exame4-7 Flashcards
What is the purpose of the OSI physical layer?
transmitting bits across the local media
Why are two strands of fiber used for a single fiber optic connection?
They allow for full-duplex connectivity.
Which characteristic describes crosstalk?
the distortion of the transmitted messages from signals carried in adjacent wires
Which procedure is used to reduce the effect of crosstalk in copper cables?
twisting opposing circuit wire pairs together
A network administrator is measuring the transfer of bits across the company backbone for a mission critical financial application. The administrator notices that the network throughput appears lower than the bandwidth expected. Which three factors could influence the differences in throughput? (Choose three.)
the amount of traffic that is currently crossing the network
the type of traffic that is crossing the network
the latency that is created by the number of network devices that the data is crossing
What are two characteristics of fiber-optic cable? (Choose two.)
It is not affected by EMI or RFI.
It is more expensive than UTP cabling is.
. What is a primary role of the Physical layer in transmitting data on the network?
create the signals that represent the bits in each frame on to the media
Explanation: The OSI physical layer provides the means to transport the bits that make up a frame across the network media. This layer accepts a complete frame from the data link layer and encodes it as a series of signals that are transmitted to the local media.
With the use of unshielded twisted-pair copper wire in a network, what causes crosstalk within the cable pairs?
the magnetic field around the adjacent pairs of wire
Crosstalk is a type of noise, or interference that occurs when signal transmission on one wire interferes with another wire. When current flows through a wire a magnetic field is produced. The produced magnetic field will interface the signal carried in the adjacent wire.
In addition to the cable length, what two factors could interfere with the communication carried over UTP cables? (Choose two.)
Electromagnetic interference (EMI) or radio frequency interference (RFI) – EMI and RFI signals can distort and corrupt the data signals being carried by copper media.
Crosstalk – Crosstalk is a disturbance caused by the electric or magnetic fields of a signal on one wire interfering with the signal in an adjacent wire.
Which two devices commonly affect wireless networks? (Choose two.)
cordless phones
microwaves
Which two statements describe the services provided by the data link layer? (Choose two.)
It manages the access of frames to the network media.
It packages various Layer 3 PDUs into a frame format that is compatible with the network interface.
Explanation: The data link layer is divided into two sub layers, namely Logical Link Control (LLC) and Media Access Control (MAC). LLC forms a frame from the network layer PDU into a format that conforms to the requirements of the network interface and media. A network layer PDU might be for IPv4 or IPv6. The MAC sub layer defines the media access processes performed by the hardware. It manages the frame access to the network media according to the physical signaling requirements (copper cable, fiber optic, wireless, etc.)
What is the function of the CRC value that is found in the FCS field of a frame?
to verify the integrity of the received frame
What is contained in the trailer of a data-link frame?
error detection
Which statement describes a characteristic of the frame header fields of the data link layer?
They vary depending on protocols.
A network team is comparing physical WAN topologies for connecting remote sites to a headquarters building. Which topology provides high availability and connects some, but not all, remote sites?
partial mesh
Explanation: Partial mesh topologies provide high availability by interconnecting multiple remote sites, but do not require a connection between all remote sites. A mesh topology requires point-to-point links with every system being connected to every other system. A point-to-point topology is where each device is connected to one other device. A hub and spoke uses a central device in a star topology that connects to other point-to-point devices.
Which two fields or features does Ethernet examine to determine if a received frame is passed to the data link layer or discarded by the NIC? (Choose two.)
Frame Check Sequence
minimum frame size
Explanation: An Ethernet frame is not processed and is discarded if it is smaller than the minimum (64 bytes) or if the calculated frame check sequence (FCS) value does not match the received FCS value. Auto-MDIX (automatic medium-dependent interface crossover) is Layer 1 technology that detects cable straight-through or crossover types. The source MAC address is not used to determine how the frame is received. CEF (Cisco Express Forwarding) is a technology used to expedite Layer 3 switching.
Which media communication type does not require media arbitration in the data link layer?
full-duplex
Explanation: Half-duplex communication occurs when both devices can both transmit and receive on the medium but cannot do so simultaneously. Full-duplex communication occurs when both devices can transmit and receive on the medium at the same time and therefore does not require media arbitration. Half-duplex communication is typically contention-based, whereas controlled (deterministic) access is applied in technologies where devices take turns to access the medium.
Which statement describes an extended star topology?
End devices connect to a central intermediate device, which in turn connects to other central intermediate devices.
What is a characteristic of the LLC sublayer?
It places information in the frame allowing multiple Layer 3 protocols to use the same network interface and media.
Explanation: The Logical Link Control (LLC) defines the software processes that provide services to the network layer protocols. The information is placed by LLC in the frame and identifies which network layer protocol is being used for the frame. This information allows multiple Layer 3 protocols, such as IPv4 and IPv6, to utilize the same network interface and media.
What are three ways that media access control is used in networking? (Choose three.)
Ethernet utilizes CSMA/CD.
Media access control provides placement of data frames onto the media.
Data link layer protocols define the rules for access to different media.
Explanation: Wired Ethernet networks use CSMA/CD for media access control. IEEE 802.11 wireless networks use CSMA/CA, a similar method. Media access control defines the way data frames get placed on the media. The controlled access method is deterministic, not a contention-based access to networks. Because each device has its own time to use the medium, controlled access networks such as legacy Token Ring do not have collisions.
During the encapsulation process, what occurs at the data link layer for a PC connected to an Ethernet network?
The physical address is added.
Explanation: The Ethernet frame includes the source and destination physical address. The trailer includes a CRC value in the Frame Check Sequence field to allow the receiving device to determine if the frame has been changed (has errors) during the transmission.
What three items are contained in an Ethernet header and trailer? (Choose three.)
source MAC address
destination MAC address
error-checking information
Explanation: Layer 2 headers contain the following:
Frame start and stop indicator flags at the beginning and end of a frame
Addressing – for Ethernet networks this part of the header contains source and destination MAC addresses
Type field to indicate what Layer 3 protocol is being used
Error detection to determine if the frame arrived without error
What type of communication rule would best describe CSMA/CD?
access method
Explanation: Carrier sense multiple access collision detection (CSMA/CD) is the access method used with Ethernet. The access method rule of communication dictates how a network device is able to place a signal on the carrier. CSMA/CD dictates those rules on an Ethernet network and CSMA/CA dictates those rules on an 802.11 wireless LAN.
Which three basic parts are common to all frame types supported by the data link layer? (Choose three.)
Header
Data
Trailer