• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/87

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

87 Cards in this Set

  • Front
  • Back
The (most complex) data unit used by Ethernet is?
Frame
In Ethernet, the transmitting wires are?
1 and 2
In Ethernet, the receiving wires are?
3 and 6
How would you recognize a straight-through Ethernet cable?
Each connector would have the same colored pins in the same place.
Why is twisted pair used for Ethernet cabling?
Having the wires in a twisted pair reduces electrical interference.
In UTP Ethernet, which pairs of wires are twisted together?
Both sending wires are twisted together, as are both receiving wires.
What does UTP stand for?
Unshielded Twisted Pair
What are the four functions generally performed by the Data Link Layer?
Arbitration, Addressing, Error detection, and Identification

(note about Identification, it is unusual for a layer to be able to read the header from the layer above it. look into this)
What is the name of the algorithm used by Ethernet for Arbitration (prevention of collisions)?
CSMA/CD
What does CSMA/CD stand for?
Carrier Sense Multiple Access with Collision Detection
What is the type of address used by the Ethernet Data Link layer?
MAC Address
What is the type of address used by the Frame Relay Data Link layer?
DLCI
What does the MAC in MAC Address stand for?
Media Access Control
Error detection by the Data Link layer is performed by sending additional data such as ____?
CRC or FCS
What does CRC stand for?
Cyclical Redundancy Check
What does FCS stand for?
Frame check sequence
T/F: The Ethernet Data Link layer performs error detection and recovery.
F: only detection
The data link layer's Identification function is used to determine what?
What protocol the data received should be passed to.
What is a reason for the Identification function of the data link layer?
Multiple protocols being used on a computer. For instance, IPX and TCP/IP.
In DIX Ethernet, the DIX stands for?
DEC, Intel, Xerox
The IEEE spec 802.3 refers to what?
Ethernet MAC sublayer
The IEEE spec 802.2 refers to what?
Ethernet LLC sublayer (also Token Ring and ANSI FDDI LLC sublayers)
Early 10BASE2 and 10BASE5 networks lacked what common features of modern Ethernet?
Hubs, switches. (probably routers?)
A repeater is considered to operate at what layer of the OSI model?
Physical
T/F: A repeater operates by amplifying the signal it receives.
False. It interprets the bits and generates a new signal to avoid repeating noise.
T/F: 10BASE-T allowed the use of telephone cabling to be used as an Ethernet network.
True
The hubs used in 10BASE-T networks functioned as ______ repeaters.
Multiport
Hubs used in 10BASE-T networks take the signal received on one port and do what?
Broadcast it to every port.
A major weakness of 10BASE5 and 10BASE2 which was fixed by 10BASE-T?
10BASE-T star topology made it so a break at one point would not cause the entire network to go down.
10BASE-T has a _____ physical topology, but a _____ logical topology.
star, bus
What is one major impact of 10BASE-T with hubs using an electrical bus topology?
Each computer shares the bandwidth of the network. 10 computers have a total bandwidth of 10Mbps
What type of Ethernet cable is typically used to connect a computer to a hub? (Straight-through or crossover)
Straight-through
Hubs generally receive and send data on the (same/opposite) pins as a PC's network card?
Opposite
In order to connect a PC to a PC, or a hub to a hub, you would use what type of cable?
Crossover
An Ethernet cable between two hubs or switches is often called a ______.
Trunk
Definition of half-duplex?
once a party begins receiving a signal, it must wait for the transmitter to stop transmitting, before replying
Definition of full-duplex?
allows communication in both directions, and, unlike half-duplex, allows this to happen simultaneously
Land-line telephone networks are (half or full)-duplex?
full-duplex
What is a duplex communication system?
two connected devices that can communicate with one another in both directions
What is the purpose of NIC's loopback function in detecting collisions? (in a half-duplex 10BASE-T with hubs)
The signal is not going to be re-broadcast to the sending NIC by the hub, so the NIC loops its own signal back to its receiving wires, so if it detects a different signal as well, it can tell a collision is happening.
What are two things which have improved Ethernet performance, relating to the reduction of collisions?
LAN switching and full-duplex Ethernet
What does the term "collision domain" mean?
The set of devices for which their frames could collide.
How do switches differ from hubs?
They treat each individual port as a separate bus.
What are memory buffers in switches used for?
To hold incoming frames in case more than one is sent at a given time on the same bus, they can be sent in turn and the devices do not have to re-transmit.
Switches operate at which layer of the OSI model?
Data Link
Hubs operate at which layer of the OSI model?
Physical
Hubs interpret data in what unit?
Bit
Switches interpret data in what unit?
Frame
What part of the original Ethernet specification made half-duplex communication a necessity?
Having all computers on the same bus.
What device made full-duplex Ethernet possible? How?
Ethernet switches replacing hubs

Eliminated collisions / need for CSMA/CD
T/F: CSMA/CD is not used in Full-Duplex Ethernet
True
In order for Full-Duplex operation to work, the NIC must _______ its loopback circuitry.
Disable
MAC addresses can also be known as?
Burned-in Address (BIA), Universally Administered Addresses (UAA), LAN addresses, or Ethernet addresses
What does the term "group address" refer to in the context of Ethernet?
addresses which identify more than one LAN interface card
What are the two general categories of Ethernet group addresses?
Broadcast address
AND
Multicast address
What is the value of the "Broadcast address"
FFFF.FFFF.FFFF
What does the "Broadcast address" signify to the LAN?
Every device on the LAN should process the frame.
Multicasting over Ethernet is supported by which protocol?
IP
What is the significance of
0100.5exx.xxxx

??
It is the format of the MAC address used for multicasting.
Ethernet framing defines what?
How a string of binary numbers is interpreted.
The IEEE 802.3 spec limits the data portion of a frame to ______ bytes?
1500 bytes
DSAP stands for?
Destination Service Access Point
What is the purpose of DSAP?
It identifies the type of protocol header which follows the (Ethernet) Data-Link header.
Where is the DSAP located?
In the Ethernet Data-Link header.
Why was the SNAP field introduced?
They ran out of possible DSAP codes.
Which DSAP value signifies that a SNAP field follows the 802.2 header?
AA
Where is the SNAP field located in an Ethernet frame?
After the standard 802.2 header, before the data.
What does SNAP stand for?
Subnetwork Access Protocol
What does SSAP stand for?
Source Service Access Point
The "Type" field from the original Ethernet specification was replaced by ________ and then by _______
SSAP + DSAP, SNAP
T/F: Ethernet + TCP/IP requires the use of SNAP headers.
True
Why does Ethernet + TCP/IP require the use of SNAP headers?
There is no DSAP value for TCP/IP.
Which function is performed by the FCS field in the Ethernet frame?
Error-detection.
The only type of Ethernet which does not use DSAP or SNAP is?
DIX Ethernet
IEEE spec 802.3u defines what standard?
Fast Ethernet
Fast Ethernet operates at what speed?
100Mbps
Autonegotiation in 802.3u Ethernet refers to?
Devices deciding between 10Mbps and 100Mbps, and between half and full duplex.
The IEEE spec 802.3z defines what?
Gigabit Ethernet over optical cabling.
The IEEE spec 802.3ab defines what?
Gigabit Ethernet over electrical cabling.
T/F Gigabit Ethernet retains the option to use CSMA/CD
True
True/False: Ethernet uses the same headers and trailers over 10Mbps, 100Mbps, and 1Gbps
True
What is the size of the SNAP field?
2 bytes
What is the size of the DSAP and SSAP fields?
1 byte each
What is the size of a MAC address?
6 bytes
Which part of a MAC address identifies the manufacturer of the device?
The first half
What does OUI stand for?
Organizationally Unique Identifier
What is the meaning of OUI? (not what it stands for)
The part of a MAC address which is unique to the manufacturer of the device.