• 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/43

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;

43 Cards in this Set

  • Front
  • Back
What does IEEE stand for?
Institute of Electrical and Electronics Engineers
What are the IEEE standards for Lans?
802 for LANs. 802.3 for Ethernet, from physical up to MAC. 802.2 for LLC, but isn't Ethernet.
In Ethernet, what are the Layer One limitations?
Cannot communicate with upper layers,
cannot identify devices,
can only recognise streams of bits,
cannot determine the source of a transition when multiple devices are transmitting.
In Ethernet, how does the Layer Two functions address layer one limitations?
Connects to upper layers via LLC,
uses addressing schemes to identify devices,
uses frames to organise bits into groups,
uses MAC to identify transmission sources
What are some functions of LLC?
Makes the connection with upper layers,
frames the Network layer packet,
identifies the Network layer protocol,
remains relatively independent of the physical equipment.
In a computer, the LLC is the driver for?
the NIC
What are the Ethernet MAC sublayer's two primary functions?
Data encapsulation and media access control
What are the three primary functions of Data Encapsulation?
Frame delimiting, addressing, and error detection
What are the two primary functions of Media Access Control?
Control of frame placement on and off the media, media recovery
What is the media access control method for classice Ethernet?
CSMA/CD
What is the topology of classice Ethernet?
Shared Bus
What were the early versions of Ethernet known as?
Thicknet (10BASE5) - 500m
Thinnet (10BASE2) - 185m
coaxial cable
What topology did early Ethernet evolve into?
Physical: Star
Logical: Bus
What sort of communication style did 10BASE-T Ethernet employ?
Half-Duplex with a hub as the centre point
What sort of communication style does 100BASE-TX Ethernet employ?
Full-Duplex with a switch as the centre point
What are the two styles of Ethernet framing?
DIX (Ethernet II) and IEEE 802.3 standard
What are the differences between the two styles of Ethernet framing?
802.3 as a Start Frame Delimiter (SFD), and a Length field instead of a Type field.
What is the minimum and maximum Ethernet frame size?
64-1518 bytes, 802.3ac increased to 1522 to accommodate vLAN
What are frame fields with 802.3?
preamble
start frame
destination MAC address
source MAC address
length/type
802.2 header and data (pads)
FCS
Explain the function of the first two fields with 802.3
preamble (7bytes) and SFD (1 byte) are used to synchronise sending and receiving devices
Explain the function of the Length field in 802.3
Length of Data frame plus what higher level protocol is being used
Explain the function of the last feild in 802.3
FCS (4 bytes) detects errors in the frame using CRC
What characterises a MAC address?
An Ethernet MAC address is a 48-bit binary value expressed as 12 hexadecimal digits
What standards does a vendor have to comply with in regards to MAC addresses?
assigned code, called Organisationally Unique Identifier (OUI) for first 3 bytes, then must have a unique last three bytes
What is a MAC address often referred to, and why?
a burned in address (BIA) because it is burned into the ROM of the NIC
What does the NIC when a computer boots up?
copies MAC address into RAM
What is the special multicast MAC address?
Starts with 01-00-5E
What is the broadcast MAC address?
All Fs
In CSMA/CD, what does Carrier sense do?
Listens for other traffic on the media, and if the coast is clear, it fires off it's data
In CSMA/CD, what is the problem of Multi-Access?
Latency can mean that one host doesn't detect data on the media, and fires off, causing collisions.
In CSMA/CD, what happens when a collision occurs?
Once detected, every device transmitting will continue to transmit to ensure that all devices on the network detect the collision. Then the transmitting devices transmit a jamming signal which causes all devices to not transmit for a random backoff time
What is bit time?
Period of time it takes for one bit to be placed and sensed on the media
What is slot time?
The time for an electrical pulse to travel the maximum theoretical distance between two nodes.
What are the slot times of the different speeds of Ethernet?
10 mbps - 512
100 mbps - 512
1000 mbps - 4096
10 gbps - not applicable
What is the role of interframe spacing, and what is it's time value?
is a minimum spacing between two frames that gives the media time to stabilise, and the device to process the frame. 96 bit time
What are the four data rates for Ethernet over fibre or copper twisted pair?
10 Mbps - 10Base-T Ethernet
100 Mbps - Fast Ethernet
1000 Mbps - Gigabit Ethernet
10 Gbps - 10 Gigabit Ethernet
What are some of the problems with using hubs?
Scalability, Latency, Network Failure, Collisions
Switches increase thoughput for three primary reasons:
Dedicated bandwidth to each port
Collision-free environment
Full-duplex operation
In switching, what is selective forwarding?
Establishes a momentary connection between two nodes to transfer frame
In switching, what is store and forward?
buffers frame, and waits until destination port is idle before sending it there
What basic operations do Ethernet LAN switches employ?
Learning
Aging
Flooding
Selective Forwarding
Filtering
What are the two basic functions of the ARP protocol?
Resolving IPv4 addresses to MAC addresses
Maintaining a cache of mappings
What is the ARP table stored?
In the RAM of the device