|
StudyNotes
- Network+
Linux
Windows
edit SideBar
|
CompTIA Network+ NotesPart A – Chapter 2Properties of Network Adapter CardsNetwork Adapter Selection CriteriaData Link Protocol
System Bus
Cabling
Network Adapter SettingsDevice conflicts are the most common failure after physical installation
IRQ interrupt request line, designated timeslot for device to communicate with CPU, etc.
3, 5, 10 commonly used for NICs
I/O address
DMA used to directory access system memory
ISA, EISA, and MCA based systems have 8 channels
ROM address Some NICs have onboard ROM BIOS which needs unique address
If unable to change, need to 'make room' by configuring other devices
Record and standardize IRQ, I/O address, DMA usage and ROM address
Diagnostics
Plug and Play will configure automatically
MAC AddressMedia Access Control
Unique ID used by MAC sub-layer of OSI Data Link Layer
Controls access to the network
On Ethernet, MAC address = Ethernet address
12-digit hex number assigned during manufacturing
Cannot have duplicates on same network, so may need to override or replace card
Boot PROMsAdd-on chip to boot PC from a network server
NIC will have a socket for it, usually labelled one of:
One use: to configure computers in harsh conditions where FDD/HDD might fail.
Configuring a Network AdapterJumper/Switch Configuration Software Configuration Plug and Play (PnP) Three necessary components for PnP PnP BIOS
PnP Expansion Boards
PnP Operating System
PnP boards WILL work with non-PnP systems, but will need to be configured manually
Complete PnP systems have been made since Win 95
The Role of Network Adapter DriversAdapter DriversNDIS and ODISimilar in layer model but different specs for compliance so incompatible
NDIS (Network Device Interface Specification) Designed by Microsoft and 3Com
Industry standard used by e.g.:
Requires NDIS-compliant NIC driver
3.0 supports unlimited NICs and unlimited protocols on each NIC
Allows NIC to communicate with upper-level protocols
Binding
Single NIC can support multiple transport protocols
ODI (Open Datalink Interface)
Although ODI and NDIS use same protocols, different files are required.
Troubleshooting Network Adapter ProblemsGeneral ProblemsNIC status lights
Rule out user mistakes (e.g. Mistyping passwords)
Once problem is fixed, test the connection (e.g. Transfer a file)
Device ConflictsScenario One ISA NIC installed in Win 95 PC with sound card, printer, external modem on COM2, and IDE HDD.
Upon booting, Windows cannot see the network
Scenario Two Similar to above
Checking NIC device properties you see a conflict with sound card at I/O 220
You determine I/O 300 is available, so reboot with boot disk and load NIC config software
After setting I/O to 300, both devices work properly
MAC Address Conflicts Scenario Small NT based network on which you replace all NICs
NT Event Log has following message:
Indicates duplicate MAC addresses on the network
Use the supplied NIC config software to determine the NICs with duplicate MAC addresses.
Change one, making sure not to cause a new duplicate
Diagnostic SoftwareDiagnostic HardwareExternal Loopback Plug Allows NIC to send and receive on a closed loop
If fails, problem lies with connectors or transceiver
Follow guidelines or you could damage NIC!
|