Ethernet-Chapter 9 – Flashcards
Unlock all answers in this set
Unlock answersquestion
Who originally published the Ethernet standard and when was that?
answer
Published in 1980 by a consortium of Digital Equipment Corporation, Intel, and Xerox (DIX).
question
Who and when published LAN standards?
answer
1985-Institute of Electrical and Electronics Engineers (IEEE)
question
What is the number for the Ethernet LAN standard?
answer
802.3
question
What layers of the OSI model do Ethernet standards operate at?
answer
1 and 2
question
What does Ethernet Layer 1 involve?
answer
-signals -bit streams that travel on the media -physical components that put signals on media -various topologies
question
What are the Ethernet Layer 2 functions that overcome the limitations of Ethernet Layer 1?
answer
-Connects to the upper layers via the LLC -Uses addressing schemes to identify devices -Uses frames to organize bits into groups -Uses MAC to identify transmission sources
question
What are the two sublayers of the Data Link Layer?
answer
The Logical Link Control (LLC) sublayer and the Media Access Control (MAC) sublayer.
question
What are the 4 functions of the LLC?
answer
1-Makes connection with the upper layers 2-Frames the network layer packet 3-Identifies the network layer protocol 4-Remains relatively independent of the physical layer
question
What type of environment is LLC implemented in?
answer
Software
question
Where is the MAC sublayer implemented?
answer
NIC
question
What are the 2 primary functions of the MAC sublayer?
answer
Data Encapsulation Media Access Control
question
What are the 3 primary functions of data encapsulation?
answer
Frame delimiting Addressing Error detection
question
What are the two main functions of the media access control?
answer
Control of frame placement on and off the media Media recovery
question
What is the underlying topology of Ethernet?
answer
Mulit-Access Bus
question
What is the media access control method for Ethernet?
answer
CSMA/CD Carrier Sense Multiple Access with Collision Detection
question
What are the four factors that have made Ethernet a success?
answer
1-Simplicity and ease of maintenance 2-Ability to incorporate new technologies 3-Reliability 4-Low cost of installation and upgrade
question
What part of the Ethernet standard remains consistent across all of its physical implementations?
answer
Frame structure
question
What was the historic network that Ethernet was based on called? ***digital radio network designed to transmit information over a shared radio frequency between the Hawaiian Islands.******
answer
Alohanet
question
Describe the method of transmission on a hub?
answer
A frame received in one port is transmitted out all other ports
question
What is legacy Ethernet?
answer
10Base-T network w/ a hub at its center
question
What is the current standard for Ethernet?
answer
100Base-T network w/ switches
question
What is full duplex?
answer
A connection that can carry both transmitted and received signals at the same time
question
What is the difference when forwarding a frame from a SWITCH vs. HUB?
answer
Hub always send the signal out all ports and a Switch sends directly to device if it's address is known
question
What two new uses are requiring the move to Gigabit Ethernet?
answer
Voice over IP (VoIP) and multimedia services
question
Define a MAN?
answer
Ethernet connection across an entire city
question
What is the most significant difference between the IEEE 802.3 (original)/ & the Revised IEEE 802.3?
answer
The addition of a Start Frame Delimiter (SFD) and a small change to the Type field to include the Length
question
What were the minimum and maximum sizes of Ethernet frames originally?
answer
The minimum frame size as 64 bytes and the maximum as 1518 bytes
question
What is the new maximum size for a frame?
answer
1522 bytes
question
What happens if the size of a transmitted frame is less than the minimum or greater than the maximum?
answer
It is dropped
question
What are the six portions of an Ethernet frame discussed?
answer
Preamble, start frame delimiter, destination address, source address, length/type, 802.2 header and data, frame check sequence
question
What is the Frame Check Sequence (FCS)?
answer
(4 bytes) used to detect errors in a frame
question
What is the algorithm used in determining the value of the FCS?
answer
Cyclical redundancy check
question
What happens if the FCS values do not match?
answer
The frame is dropped
question
What was created to assist in determining the source and destination address?
answer
Media Access Control (MAC) address
question
How is an Ethernet MAC address represented?
answer
A 48-bit binary value expressed as 12 hexadecimal digits
question
Define the two parts of an Ethernet MAC address?
answer
All MAC addresses assigned to a NIC or other Ethernet device must use that vendor's assigned OUI as the first 3 bytes. All MAC addresses with the same OUI must be assigned a unique value (vendor code or serial number) in the last 3 bytes.
question
What is another name for the MAC address?
answer
Burned-in address
question
As an Ethernet frame passes through a network what happens if that devices MAC address matches the destination MAC address?
answer
The NIC passes the frame up the OSI layers, where the decapsulation process take place
question
As an Ethernet frame passes through a network what happens if that devices MAC address does not match the destination MAC address?
answer
The frame is discarded
question
Where can you find your computer's MAC address?
answer
Ipconfig/all or ipconfig
question
What is the problem with physical addressing?
answer
No meaning outside the local network
question
What is the difference between physical (Network Layer) and logical (Data Link Layer) addressing?
answer
The Network layer address enables the packet to be forwarded toward its destination. The Data Link layer address enables the packet to be carried by the local media across each segment.
question
When a unicast transmission used?
answer
When a frame is sent from a single transmitting device to single destination device
question
When is a broadcast transmission used?
answer
All hosts on that local network (broadcast domain) will receive and process the packet
question
How is a broadcast IP address represented?
answer
All 1's in the host portion of the IP address
question
How is a broadcast MAC address represented?
answer
FF-FF-FF-FF-FF-FF
question
When is a multicast transmission used?
answer
When a frame is sent to a group of computers
question
How can a multicast packet only be used?
answer
As the destination of a packet
question
What type of address does the source have?
answer
Unicast
question
What is the multicast MAC address?
answer
Begins with 01-00-5E The value ends by converting the lower 23 bits of the IP multicast group address into the remaining 6 hexadecimal characters of the Ethernet address. The remaining bit in the MAC address is always a "0".
question
How does a shared media environment operate?
answer
All devices have guaranteed access to the medium, but they have no prioritized claim on it. If more than one device transmits simultaneously, the physical signals collide and the network must recover in order for communication to continue.
question
When does a device on a shared environment transmit?
answer
When it detects that no other computer is sending a frame, or carrier signal
question
Define latency.
answer
The time delay between when a process is started and that same process is detected
question
Define collision.
answer
When two stations transmit at the same time
question
How does collision detection occur?
answer
When a device is in listening mode it can detect an increase in amplitude of the signal above the normal level
question
What happens when all devices on a shared medium detect a collision?
answer
They send out a jamming signal
question
What is invoked after a device receives a jamming signal?
answer
The backoff algorithm
question
How does a backoff algorithm work?
answer
All devices stop transmitting for a random amount of time
question
What mode does a device return to after the backoff algorithm has expired?
answer
Listening
question
What are the three reasons given that the growth of the Internet has resulted in more collisions?
answer
More devices are being connected to the network. Devices access the network media more frequently. Distances between devices are increasing.
question
Define a collision domain?
answer
The media within a network where collsions can occur
question
What does the connection of hubs and repeaters do to collision domains?
answer
They increase the collision domain size
question
What happens when the number of collisions increases significantly?
answer
Reduces the network's efficiency and effectiveness until the collisions become a nuisance to the user
question
Which devices extend the latency in the medium?
answer
Hubs and repeaters
question
Why would an increased latency cause more collisions?
answer
The other device may not hear the signal before it begins to transmit
question
What is sent before an entire Ethernet frame is sent?
answer
The preamble
question
What does asynchronous communication mean?
answer
Each receiving device will use the 8 bytes of timing information to synchronize the receive circuit to the incoming data and then discard the 8 bytes
question
What does synchronous communication mean?
answer
Timing information is not required
question
What is a bit time?
answer
Period of time is required for a bit to be placed and sensed on the media
question
What is the slot time?
answer
The time it takes for an electronic pulse to travel the length of the maximum theoretical distance between two nodes.
question
What is interframe spacing?
answer
Time measured from the last bit of the FCS field of one frame to the first bit of the Preamble of the next frame
question
What happens to interframe spacing as the network speed increases?
answer
The time reduces
question
What happens when the MAC layer is unable to send a frame after 16 attempts?
answer
It gives up and generates an error to the Network layer
question
What are the four data rates are currently defined for operation over optical fiber and twisted-pair cables?
answer
10 Mbps - 10Base-T Ethernet 100 Mbps - Fast Ethernet 1000 Mbps - Gigabit Ethernet 10 Gbps - 10 Gigabit Ethernet
question
What are the three principal 10 Mbps implementations of Ethernet?
answer
10BASE5 using Thicknet coaxial cable 10BASE2 using Thinnet coaxial cable 10BASE-T using Cat3/Cat5 unshielded twisted-pair cable
question
What are the most popular implementations of 100 Mbps Ethernet?
answer
100BASE-TX using Cat5 or later UTP 100BASE-FX using fiber-optic cable
question
What is Gigabit Ethernet more susceptible to because of its speed?
answer
Noise
question
What type of transmission does 1000Base-T allow for?
answer
The transmission and reception of data in both directions - on the same wire and at the same time
question
What are the two main causes of noise on the line?
answer
Cable and termination problems
question
What are the ways that 10Gbps can be compared to other varieties of Ethernet?
answer
Frame format is the same, allowing interoperability between all varieties of legacy, fast, gigabit, and 10 gigabit Ethernet, with no reframing or protocol conversions necessary. Bit time is now 0.1 nS. All other time variables scale accordingly. Because only full-duplex fiber connections are used, there is no media contention and CSMA/CD is not necessary. The IEEE 802.3 sublayers within OSI Layers 1 and 2 are mostly preserved, with a few additions to accommodate 40 km fiber links and interoperability with other fiber technologies.
question
What is the problem associate with the classic Ethernet implementation using hubs?
answer
High levels of collisions on the LAN
question
List the four problems related to the implementation of classic Ethernet?
answer
Scalability Latency Network Failure Collisions
question
How do switches segment a LAN?
answer
Separate collision domains
question
What does the separation of collision domains mean for the bandwidth to the device?
answer
Full media bandwidth to each device
question
What are the three reasons that bandwidth increases dramatically when each device is connected to a switch port?
answer
Dedicated bandwidth to each port Collision-free environment Full-duplex operation
question
What are the three reasons that hubs are still being used?
answer
Availability, Economics, and Requirements
question
Describe selective forwarding?
answer
Establishing a momentary point-to-point connection between the transmitting and receiving nodes
question
What is the process called when the switch holds the frame until the receiving node is available called?
answer
Store-and-forward
question
Describe the store-and-forward operation mode of a switch?
answer
The switch receives the entire frame and checks the FCS before forwarding the frame
question
How does a switch use a MAC table?
answer
The incoming frame destination MAC address is compared to the MAC table to decide which port to forward the frame to
question
What are the five basic operations of a switch?
answer
Learning Aging Flooding Selective Forwarding Filtering
question
How does a switch learn a MAC address?
answer
The source address of the incoming frame
question
What happens when an addresses countdown reaches 0?
answer
The address is removed from the MAC table
question
What happens when a switch does not know the destination address?
answer
The frame is flooded out all but the incoming port
question
What type of frames will not be forwarded?
answer
A frame with a destination of the same port, a corrupt frame, and security reasons
question
What are the two basic functions of ARP?
answer
1-Resolving IPv4 addresses to MAC addresses 2-Maintaining a cache of mappings
question
What are the names of the tables that store the list of MAC addresses with the network address?
answer
ARP table or ARP Cache
question
What are the two ways a computer can gather MAC addresses?
answer
From an incoming frame or using an ARP
question
What are the 2 destination addresses in an ARP Request?
answer
Broadcast MAC address and the destination MAC address
question
If the destination is on the local network segment, what MAC address is used?
answer
The device MAC address
question
If the destination is on a remote network, what MAC address is used?
answer
The gateway MAC address
question
If the MAC address of the gateway is unknown, what process is used?
answer
ARP Request
question
What is the most common reason for using a proxy ARP?
answer
When the device can not determine if the host is on the same network or not
question
How long are addresses held in the ARP table?
answer
2 minutes unless used again in those 2 minutes and then 10 minutes
question
How could ARP requests impact performance on a network?
answer
Too many broadcasts at once that each host receives and processes therefore slowing down the network
question
What is another problem that may be associated with ARP?
answer
Security- ARP spoofing which causes errors on the network