Network Adapter Facts Flashcards
1
Q
Network Adapter
A
- aka NIC
- Connects a host to the network medium
- Responsible for converting binary data into a format to be sent on the network medium
2
Q
Transceiver
A
- Is responsible for converting digital data into digital signals to be sent on the medium
- Fiber optic NIC sends light signals
- Wired NIC sends electronic signals on a wire
- Wireless NIC sends radio signals
- To receive signals, the transceiver converts digital signals from the network to digital data for the PC
3
Q
Modem
A
- Converts binary data to analog waves (modulation) on the sending end, and the converts the analog waves back to binary data ( demodulation) on the receiving end
4
Q
Network Adapter Facts
A
- Network Adapters are layer 1 devices because they send and receive signals on the network medium
- Network Adapters are also layer 2 devices because they must follow the rules for media access, and because they read e physical address in a frame
5
Q
Components used by a network adapter
A
- Transceiver Module
- Media Converter
- MAC Address
- Address Resolution Protocol (ARP)
6
Q
Transceiver Module
A
- Used to change the media type of a port on a network device, such as a switch or router
7
Q
Common types of transceiver modules
A
- GBIC (Gigabit interface converter)
- SFP ( Small form-factor pluggable)
- XFP
8
Q
GBIC (Gigabit interface converter)
A
- A larger-sized transceiver that fits in a port slot and is used for Gigabit media including copper and fiber optic
9
Q
SFP (Small form-factor pluggable)
A
- Similar to GBIC but is a smaller size
* Sometimes called a mini-GBIC
10
Q
XFP
A
- Is similar to an SFP but is used for 10 Gigabit networking
11
Q
Media Converter
A
- Used to connect network adapters that are using different media types
- Ex. could be used to connect a server with fiber optic Ethernet NIC to copper Ethernet cable
12
Q
Media Converter Facts
A
- Work at the Physical layer
- Do not read or modify the MAC address in any way
- Only convert from one media type to another within the same architecture (such as Ethernet)
- Can’t transfer from different architectures (needs to be done by bridge or router)
13
Q
MAC Address
A
- is a unique identifier burned into the ROM of every Ethernet NIC
14
Q
MAC Address Facts
A
- 12-digit (48 bit) hexadecimal number (0-9 or A-F)
- Can be written as 00-B0-06-06-BC-AC or OOBO.D006.BCAC
- Globally unique by design - first half is assigned to the manufacturer - last 6 digits manufacturer determines
- Devices use MAC Addresses to send frames to other devices on the same subnet
15
Q
Address Resolution Protocol (ARP)
A
- Used by host to discover the MAC address of a device from its IP address.
- Before two devices can communicate they must know the MAC address of the receiving device
- If MAC address is unknown then ARP finds it