CH5 continued – Flashcards

Unlock all answers in this set

Unlock answers
question
An Ethernet MAC address is a____-bit binary value expressed as ____ hexadecimal digits
answer
48 12 (4 bits per hexadecimal digit).
question
Just as decimal is a base ten number system, hexadecimal is a base ______ system.
answer
sixteen The base sixteen number system uses the numbers 0 to 9 and the letters A to F.
question
It is important to distinguish hexadecimal values from decimal values regarding the characters 0 to 9, how do you do this?
answer
Hexadecimal is usually represented in text by the value preceded by 0x (for example 0x73) or a subscript 16. Less commonly, it may be followed by an H(for example 73H).
question
****************************** Hexadecimal is used to represent what?
answer
Ethernet MAC addresses and IP Version 6 addresses.
question
Why were MAC addresses created?
answer
because Ethernet was once a half-duplex topology operating on multi-access bus or hubs and this meant that all nodes would receive every frame transmitted. MAC addressing prevent excessive overhead by identifying the actual source and destination.
question
The MAC address value is a direct result of _____-enforced rules for vendors to ensure globally unique addresses for each Ethernet device. What do these rules require vendors to do?
answer
IEEE Requires that all MAC addresses assigned to a NIC or Ethernet device use the first 3 bytes of the OUI (Organizationally Unique Identifier) that was provided to them by the IEEE. This OUI must be unique or reassigned. *It is possible for duplicate MAC addresses to exist due to mistakes during manufacturing or in some virtual machine implementation methods.
question
What is historically referred to as a "burned-in address"?
answer
MAC address because historically, ON OLDER PC's, this address was burned into ROM (Read-Only Memory) on the NIC. This meant that the address is encoded into the ROM chip permanently. **On modern PC operating systems and NICs, it is possible to change the MAC address in software.
question
When the computer starts up, the first thing the NIC does is?
answer
copy the MAC address from ROM into RAM. When a device is forwarding a message to an Ethernet network, it attaches header information to the packet. The header information contains the source and destination MAC address.
question
When a NIC receives an Ethernet frame, it examines the destination MAC address to see if it matches the device's physical MAC address stored in the receivers _____.
answer
RAM *If there is no match, the device discards the frame. If there is a match, it passes the frame up the OSI layers, where the de-encapsulation process takes place.
question
******************** Ethernet NICs will also accept frames if ?
answer
the destination MAC address is a broadcast or a multicast group of which the host is a member.
question
On a Windows host, the _______command can be used to identify the MAC address of an Ethernet adapter
answer
ipconfig /all
question
The process that a source host uses to determine the destination MAC address is known as?
answer
Address Resolution Protocol (ARP).
question
the destination MAC address can be a unicast, broadcast, or multicast address, the source MAC address must always be a?
answer
Unicast
question
A broadcast packet contains a destination IPv4 address that has all _____ in the host portion.
answer
ones (1s) (binary 1's (1111) = hexadecimal F) This numbering in the address means that all hosts on that local network (broadcast domain) will receive and process the packet.
question
Many network protocols, such as _____ & ____, use broadcasts.
answer
DHCP and ARP
question
When the IPv4 broadcast packet is encapsulated in the Ethernet frame, the destination MAC address is the broadcast MAC address of ______________ in hexadecimal (48 ones in binary).
answer
FF-FF-FF-FF-FF-FF (f= binary for 1111)
question
_______________ addresses allow a source device to send a packet to a group of devices.
answer
Multicast
question
Devices that belong to a multicast group are assigned a multicast group IP address. The range of IPv4 multicast addresses is _______________ to ____________
answer
224.0.0.0 to 239.255.255.255.
question
Another word for Host group?
answer
Multicast
question
The multicast MAC address is a special value that begins with ___-__-__ in hexadecimal. The remaining portion of the multicast MAC address is created by converting the lower 23 bits of the IP multicast group address into 6 hexadecimal characters.
answer
01-00-5E
question
the multicast hexadecimal address 01-00-5E-00-00-C8. The last byte, or eight bits, of the IP address 224.0.0.200, is the decimal value 200. The easiest way to see the hexadecimal equivalent is to first convert it to ?
answer
binary with a space between each four bits, 200 (decimal) = 1100 1000 (binary). Using the binary to hexadecimal conversion chart shown earlier, 1100 1000 (binary) = 0xC8.
question
An Ethernet switch is a Layer 2 device, explain.
answer
It uses MAC addresses to make forwarding decisions therefor it is a layer 2 device. It is completely unaware of the protocol being carried in the data portion of the frame, such as an IPv4 packet.
question
an Ethernet _____ consults a MAC address table to make a forwarding decision for each frame.
answer
switch
question
an Ethernet _____ repeats bits out all ports except the incoming port
answer
hub
question
This is sometimes referred to as a content addressable memory (CAM) table.
answer
MAC address table
question
How does a switch MAC address table work?
answer
It makes a table by examining the source MAC addresses of what is plugged in and the frames received on ports. It adds addresses and ports to a list. Default these tables last for 5 minutes It then looks for a match in its table between the destination and source. If the destination MAC address is not in the table, it will forward the frame out all ports except the incoming port as an "unknown unicast". When the switch's MAC address is able to filter the frame it will send it out just a single port.
question
A switch can have multiple MAC addresses associated with a single port. This is common when?
answer
the switch is connected to another switch.
question
When a device has an IP address that is on a remote network, the Ethernet frame cannot be sent directly to the destination device. What happens to the frame?
answer
the Ethernet frame is sent to the MAC address of the default gateway, the router.
question
When a router receives a packet from a remote network, what will the frames destination MAC address be of?
answer
The router that receives the packet .
question
Switches use one of the following forwarding methods for switching data between network ports? Also, What is the predominant switching method used on Cisco Switches?
answer
Store-and-forward switching: receives entire frame, stores it as buffers, and as it is storing it computes CRC before forwarding out port. The switch will discard packet if faulty Cut-through switching: Predominant switching method on Cisco switches. Forwards before frame is entirely received and just looks at destination to save time. The switch buffers just enough of the frame to read the destination MAC address so that it can determine to which port to forward the data. The destination network adapter discards the faulty packet upon receipt.
question
How does CRC (cyclic redundancy check) work?
answer
CRC uses a mathematical formula, based on the number of bits (1s) in the frame, to determine whether the received frame has an error.
question
Why would you want to discard frames with errors?
answer
to reduce the amount of bandwidth
question
_________________ switching is required for Quality of Service (QoS) analysis on converged networks where frame classification for traffic prioritization is necessary. For example, voice over IP data streams need to have priority over web-browsing traffic.
answer
Store-and-forward switching
question
The destination MAC address is located in the?
answer
first 6 bytes of the frame following the preamble.
question
most network errors and collisions occur during the first ____ bytes.
answer
64
question
When might an Ethernet switch use memory buffering?
answer
when the destination port is busy due to congestion and cannot yet be transmitted
question
there are two methods of memory buffering:
answer
port-based: Frames stored in ques and linked to ports shared memory: deposits all frames into a common memory buffer that all the ports on the switch share. The amount of buffer memory required by a port is dynamically allocated.
question
The_____ keeps a map of frame to port links showing where a packet needs to be transmitted.
answer
switch **The map link is cleared after the frame has been successfully transmitted.
question
what permits larger frames to be transmitted with fewer dropped frames.
answer
The number of frames stored in the buffer is restricted by the size of the entire memory buffer and not limited to a single port buffer.
question
what is Asymmetric switching?
answer
allows for different data rates on different ports. This allows more bandwidth to be dedicated to certain ports, such as a port connected to a server. **memory buffering is very important here
question
Two of the most basic settings on a switch are?
answer
bandwidth and duplex setting: Must match between devices **for each individual switch port**
question
Autonegotiation is an optional function found on most Ethernet switches and NICs. What does it do?
answer
enables two devices to automatically exchange information about speed and duplex capabilities. The switch and the connected device will choose the highest performance mode. *They will go as fast as they both can match*
question
One of the most common causes of performance issues on 10/100 Mb/s Ethernet links occurs when?
answer
one port on the link operates at half-duplex while the other port operates at full-duplex
question
When the auto-MDIX (medium-dependent interface crossover) feature is enabled on switches, what happens?
answer
the switch detects the type of cable attached to the port, and configures the interfaces accordingly. Therefore, you can use either a crossover or a straight-through cable for connections to a copper 10/100/1000 port on the switch, regardless of the type of device on the other end of the connection. *IF THE SWITCH FEATURES auto-MDIX* The auto-MDIX feature is enabled by default on switches running Cisco IOS Release 12.2(18)SE or later.
question
*********************************There are two primary addresses assigned to a device on an Ethernet LAN:
answer
Physical address (the MAC address) (Layer 2) - Used for Ethernet NIC to Ethernet NIC communications to deliver the data link frame with the encapsulated IP packet from one NIC to another NIC on the same network. Logical address (the IP address)(Layer 3) - Used to send the packet from the original source to the final destination.
question
____ addresses are used to identify the address of the original source and the final destination.
answer
IP
question
Most applications use _______ to determine the IP address when given a domain name such as www.cisco.com.
answer
DNS (Domain Name System)
question
****************************** The Layer 2 Ethernet frame contains:
answer
Destination MAC address - This is the MAC address of the file server's Ethernet NIC. Source MAC address - This is the MAC address of PC-A's Ethernet NIC.
question
************************** The Layer 3 IP packet contains:
answer
Source IP address - This is the IP address of the original source, PC-A. •Destination IP address - This is the IP address of the final destination, the file server.
question
When the destination IP address is on a remote network, the destination MAC address will be the address of the host's _________ __________.
answer
default gateway (router)
question
How are the IP addresses of the IP packets in a data flow associated with the MAC addresses on each link along the path to the destination?
answer
This is done through a process called Address Resolution Protocol (ARP).
question
every device with an IP address on an Ethernet network also has an ______ ______ address.
answer
Ethernet MAC
question
A frame contains what two addresses?
answer
Destination MAC and source MAC. *IP is encapsulated so it is in the packet, not the frame*
question
To determine the destination MAC address, the device uses?
answer
ARP
question
ARP provides two basic functions:
answer
Resolving IPv4 addresses to MAC addresses Maintaining a table of mappings
question
When a packet is sent to the data link layer to be encapsulated into an Ethernet frame, how does the device determine MAC addressing?
answer
the device refers to a table in its memory to find the MAC address that is mapped to the IPv4 address. *This table is called the ARP table or the ARP cache. Stores in RAM of device
question
After a packet is framed for delivery, what is different between same network and different network?
answer
If the packets destination is on another network.. the ARP needs to address destination IPv4 to the default gateway
question
If there is no entry is found in the ARP table, what happens?
answer
then the device sends an ARP request to learn the MAC address of destination. Destination responds and sends reply. Others ignore. ARP table is logged with new address
question
ARP messages have a type field of ?
answer
0x806: This informs the receiving NIC that the data portion of the frame needs to be passed to the ARP process.
question
What type of casts are ARP requests?
answer
broadcasts They are messages that are encapsulated directly in the frame that includes the target IPv4 address and target MAC address
question
ARP REQUEST: When the source and destination IP addresses are on the same network, and the MAC address is unknown, the destination MAC address in the header will be that of?
answer
the destination IP address
question
Will routers forward ARP requests out of their ports?
answer
No
question
How do ARP replies work?
answer
The ARP request is a Broadcast so all devices on the LAN get it, however only one will reply because it will have the destination IPv4 address. It will generate an ARP reply encapsulated in a frame in UNICAST form. The source device will add information into its ARP cache.
question
IPv6 uses a similar process to ARP for IPv4, known as?
answer
ICMPv6 neighbor discovery. IPv6 uses neighbor solicitation and neighbor advertisement messages, similar to IPv4 ARP requests and ARP replies.
question
ARP REQUEST: when the destination IPv4 address is on a remote network, and the MAC address is unknown, the destination MAC address in the header will be that of?
answer
ITs default gateway
question
For each device, an ____ _____ ________ removes ARP entries that have not been used for a specified period of time.
answer
ARP cache timer or commands show ip arp in router or arp -a in command promt
question
What can flood local media?
answer
ARP broadcasts
question
Ethernet standards define both the Layer __ protocols and the Layer _ technologies.
answer
2 1
question
There are two styles of Ethernet framing, What are they and what are the differences?
answer
IEEE 802.3 Ethernet standard and the Ethernet II. The most significant difference between the two standards is the addition of a Start Frame Delimiter (SFD) and the change of the Type field to a Length field
question
The multicast MAC address is a special value that begins with __-__-__ in hexadecimal. It allows a source device to send a packet to a group of devices.
answer
01-00-5E
question
On Ethernet networks, the hexadecimal address FF-FF-FF-FF-FF-FF represents the ?
answer
Broadcast MAC address
Get an explanation on any task
Get unstuck with the help of our AI assistant in seconds
New