SlideShare a Scribd company logo
1 of 37
Networks 
Network Adapter 
1
Objective of this presentation 
2
Network Adapter (NIC) 
 Also known as a Network interface card. 
 Integrated circuit board that plugs into the 
internal circuitry of the computer. 
 Allows the members of a local-area network 
to communicate with each other. 
3
 NIC is the physical interface from 
the computer or peripheral to the 
medium. 
 The Medium may be physical cable, 
such as twisted pair wiring, coaxial 
cable, fiber optic or even wireless. 
4
Role of NIC In networking 
5
This old ‘combo’ NIC accepts both BNC 
(coaxial) and RJ45 (UTP) connectors.
Network Cards Convert Data from 
Parallel to Serial, and vice versa 
 Most computers use parallel data lines 
internally to send data between the CPU and 
the adapter cards. This is called a Bus. 
 Most networking media transmit data in a 
single line, called serial transmission. 
7
 The NIC translates parallel into 
serial for outgoing messages and 
serial into parallel for incoming 
messages. 
 Prior to the invention of NICs, data 
was sent via serial ports on the 
computer. 
8
Serial port 
9
Need Of NICs 
 Most computer networks transfer data across a 
medium at a fixed rate, often faster than the 
speed at which computers can process 
individual bits. 
 To accommodate the mismatch in speed, each 
computer attached to a network contain special 
purpose hardware known as a network interface 
card (NIC).
 The NIC functions like an I/O 
device: it is built for a specific 
network technology. 
 It handles the details of frame 
transmission or reception without 
requiring the CPU to process each 
bit 
11
Types of Network Interface Cards 
 Fiber-Optic Network Interface Cards work on 
a Fiber-Optic cabled network. 
 Infrared networking uses infrared light to 
transmit data from one device to another. 
 Wireless network cards with antennas 
operate on a wireless network with a 
wireless hub. 
 Copper wired Network Interface Cards work 
on coaxial cable or twisted-pair wire. 
12
ETHERNET AND WIFI NICs 
 Some NIC cards work with wired connections while 
others are wireless. 
 Most NICs support either wired Ethernet or WiFi wireless 
standards. 
 Ethernet NICs plug into the system bus of the PC and 
include jacks for network cables. 
 while WiFi NICs contain built-in transmitters / receivers 
(transceivers).
The MAC Address 
 NICs have a unique identifier, called a Media Access 
Control (MAC) address. 
 It is programmed into a ROM chip on the NIC. 
 It’s a 48-bit number, written as six two-digit 
hexadecimal numbers separated by colons. 
 The first part identifies the manufacturer. 
 The second part is unique to each NIC. 
14
IP Address 
 Network Cards can have a second address 
called an IP address. 
 IP Address is software configurable. 
 IP currently uses 32 bits split into four sections 
separated by dots. 
 i.e. 165.255.110.133 – These are decimal values. 
 Only used in certain network protocols such as 
TCP/IP. 
15
WORKING 
 A computer or device on a network can be reached by 
its MAC (media access control) 
address through the NIC card. 
 Every Ethernet network card has a unique 48-bit serial 
number called a MAC address, which is stored in ROM 
carried on the card. 
 The MACs on the network are used to direct traffic 
between the computers.
Cont.. 
 An example of a MAC address: A1B2C3D4E5F6 
 The first 6 hex digits in the MAC address is the OUI 
(organizationally unique identifier), assigned by the 
IEEE to each manufacturer (e.g. Cisco, Intel etc). 
 The rest of the MAC address can be assigned in any way 
by the manufacturer to the individual networking 
devices that it manufactures
Installation of NICs 
 The most common language or protocol for LANs is Ethernet, sometimes 
referred to as IEEE 802.3. 
 A lesser-used protocol is Token Ring. 
 When building a LAN, a network interface card must be installed in each 
computer on the network and all NICs in the network must be of the same 
architecture. 
 For example, all must either be Ethernet cards, Token Ring cards, or an 
alternate technology.
Cont.. 
 An Ethernet network interface card is installed in an available slot inside 
the computer. 
 Most newer computers have a network interface built into the 
motherboard. 
 A separate network card is not required unless multiple interfaces are 
needed or some other type of network is used. 
 Newer motherboards may even have dual network (Ethernet) interfaces 
built-in.
Network Interface Card for connection of a 
computer to an Ethernet Network
4. Driver Software 
4.1. NIC Driver Configuration 
4.2. Wireless NIC Configuration 
21
 Device driver: small, specialized program that 
22 
represents a device to an OS and manages 
communications between the OS and NIC 
 Incorrect/poorly written drivers can have negative 
impact on performance or prevent PC from booting 
 Major vendor standards for drivers 
 Network Device Interface Specification (NDIS) 
 Win32 Driver Model (WDM) 
 Open Data-link Interface (ODI) 
 Installing a driver for a NIC is usually easy
23
4.1. NIC Driver Configuration 
24
25
4.2. Wireless NIC Configuration 
Guide to 
Networki 
ng 
Essentials 
, Fifth 
Edition 
26
27
NICs on network 
 The card implements the electronic circuitry required 
to communicate using a specific physical layer and data 
link layer standard such as Ethernet or token ring. 
 This provides a base for a full network protocol stack, 
allowing communication among small groups of 
computers on the same LAN and large-scale network 
communications through routable protocols, such as IP.
Configuring a Network Interface Card 
 This involves three settings: 
 Interrupt Request line (IRQ) 
 Base Input/Output (I/O) port 
 Base memory address 
 In older computers, the user needed to 
supply the IRQ and base I/O port. Currently 
Plug and Play operating systems have 
automated this task and default values are 
normally assigned. 
29
10Mbs Ethernet Card with an ISA Slot 
30 
Mounting 
bracket 
10baseT RJ45 
Socket 
Status LEDs 
10Base2 BNC 
Connector 
Each network card 
has a unique 48 bit identifier 
known as the Media Access Control 
(MAC) number.
Network interface card 
Network cards are 
typically available in 
10/100/1000 Mbit/s 
varieties. This means 
they can support a 
notional maximum 
transfer rate of 10, 
100 or 1000 Megabits 
per second.
Electronic Components on the 
Network Interface Card 
 Resistors 
 Diodes 
 Capacitors 
 Coils 
 Crystals 
32
Features of the Ethernet Controller 
 Scrambling: All the encoded data is passed to the data 
scrambler to reduce EMI by spreading the power 
spectrum using a 10-bit scrambler seed loaded at the 
beginning. 
33
Summary of the Network 
Interface Card 
 Allows connectivity of one computer to another. 
 Controls the communication that takes place 
between computers. 
 Utilizes an ethernet controller chip to encode, 
scramble, send and receive data. 
34
Conti 
 Converts data from parallel to serial for transmission to 
another Network Interface Card. 
 Comes in a variety of forms depending on the 
application or network medium. 
35
Question 
 1. A bridge makes forwarding decision based on what 
information . 
 Ip Address 
 Mac Address 
 Binary Address 
 Irq Address 
 2. On window 2000 System ,ifconfig/all command would 
you use to view the Mac Address 
 Yes /no 
36
Thank You 
37

More Related Content

What's hot (20)

Networking devices
Networking devicesNetworking devices
Networking devices
 
Network Layer
Network LayerNetwork Layer
Network Layer
 
Networking Devices
Networking DevicesNetworking Devices
Networking Devices
 
Internet Protocols
Internet ProtocolsInternet Protocols
Internet Protocols
 
Networking Components
Networking ComponentsNetworking Components
Networking Components
 
Introduction to TCP/IP
Introduction to TCP/IPIntroduction to TCP/IP
Introduction to TCP/IP
 
Network Basics
Network BasicsNetwork Basics
Network Basics
 
HUB Device
HUB Device HUB Device
HUB Device
 
Metropolitan area network
Metropolitan area networkMetropolitan area network
Metropolitan area network
 
NETWORK COMPONENTS
NETWORK COMPONENTSNETWORK COMPONENTS
NETWORK COMPONENTS
 
Tcp ip
Tcp ipTcp ip
Tcp ip
 
Computer networks
Computer networksComputer networks
Computer networks
 
Computer Networking concepts
Computer Networking conceptsComputer Networking concepts
Computer Networking concepts
 
MAC & IP addresses
MAC & IP addressesMAC & IP addresses
MAC & IP addresses
 
Types of computer networks
Types of computer networksTypes of computer networks
Types of computer networks
 
Computer network
Computer networkComputer network
Computer network
 
Computer networking devices
Computer networking devicesComputer networking devices
Computer networking devices
 
OSI and TCPIP Model
OSI and TCPIP ModelOSI and TCPIP Model
OSI and TCPIP Model
 
Hub,Switch.Router
Hub,Switch.RouterHub,Switch.Router
Hub,Switch.Router
 
Peer To Peer Networking
Peer To Peer NetworkingPeer To Peer Networking
Peer To Peer Networking
 

Viewers also liked

NETWORK INTERFACE CARD™
NETWORK INTERFACE CARD™NETWORK INTERFACE CARD™
NETWORK INTERFACE CARD™UzumakiMugiwara
 
Chapter 2 Power Supply
Chapter 2 Power SupplyChapter 2 Power Supply
Chapter 2 Power Supplyaskme
 
Booting Process OS
Booting Process OSBooting Process OS
Booting Process OSanilinvns
 
booting steps of a computer
booting steps of a computerbooting steps of a computer
booting steps of a computerAnusha Babooa
 
Intro to Buses (Computer Architecture)
Intro to Buses  (Computer Architecture)Intro to Buses  (Computer Architecture)
Intro to Buses (Computer Architecture)Matthew Levandowski
 
Power electronic drives ppt
Power electronic drives pptPower electronic drives ppt
Power electronic drives pptSai Manoj
 
Wireless networking
Wireless networkingWireless networking
Wireless networkingOnline
 

Viewers also liked (8)

NETWORK INTERFACE CARD™
NETWORK INTERFACE CARD™NETWORK INTERFACE CARD™
NETWORK INTERFACE CARD™
 
Bus ppt
Bus pptBus ppt
Bus ppt
 
Chapter 2 Power Supply
Chapter 2 Power SupplyChapter 2 Power Supply
Chapter 2 Power Supply
 
Booting Process OS
Booting Process OSBooting Process OS
Booting Process OS
 
booting steps of a computer
booting steps of a computerbooting steps of a computer
booting steps of a computer
 
Intro to Buses (Computer Architecture)
Intro to Buses  (Computer Architecture)Intro to Buses  (Computer Architecture)
Intro to Buses (Computer Architecture)
 
Power electronic drives ppt
Power electronic drives pptPower electronic drives ppt
Power electronic drives ppt
 
Wireless networking
Wireless networkingWireless networking
Wireless networking
 

Similar to Network Adapter

Network Interface Card.pdf
Network Interface Card.pdfNetwork Interface Card.pdf
Network Interface Card.pdfKurtGardy
 
Network Interface Card (NIC) AND NETWORKING DEVICES
Network Interface Card (NIC) AND NETWORKING DEVICESNetwork Interface Card (NIC) AND NETWORKING DEVICES
Network Interface Card (NIC) AND NETWORKING DEVICESManas Rai
 
Training & development in industry
Training & development in industryTraining & development in industry
Training & development in industryDinesh Dwivedi
 
Lecture 3 -_internet_infrastructure_updated_2011
Lecture 3 -_internet_infrastructure_updated_2011Lecture 3 -_internet_infrastructure_updated_2011
Lecture 3 -_internet_infrastructure_updated_2011Serious_SamSoul
 
Sample elements of computer networking
Sample elements of computer networkingSample elements of computer networking
Sample elements of computer networkingRameesh Paul
 
Basic networking in power point by suprabha
Basic networking in power point by suprabhaBasic networking in power point by suprabha
Basic networking in power point by suprabhaSuprabha Sahoo
 
Capitulo 9 Exploration Network
Capitulo 9 Exploration NetworkCapitulo 9 Exploration Network
Capitulo 9 Exploration Networkfherjaramillo
 
Local Area Network – Wired LAN
Local Area Network – Wired LANLocal Area Network – Wired LAN
Local Area Network – Wired LANRaj vardhan
 
Networking devices
Networking devicesNetworking devices
Networking devicesfrestoadi
 
Advanced TCP/IP-based Industrial Networking for Engineers & Technicians
Advanced TCP/IP-based Industrial Networking for Engineers & TechniciansAdvanced TCP/IP-based Industrial Networking for Engineers & Technicians
Advanced TCP/IP-based Industrial Networking for Engineers & TechniciansLiving Online
 
Networking Hardware
Networking HardwareNetworking Hardware
Networking Hardwareisma ishak
 
Presentation on Network Devices for Class 12
Presentation on Network Devices for Class 12Presentation on Network Devices for Class 12
Presentation on Network Devices for Class 12Class12CBSECS
 
networking devices -161021181705452555
networking   devices -161021181705452555networking   devices -161021181705452555
networking devices -161021181705452555mercyzyada1999
 
Computer Networks 3
Computer Networks 3Computer Networks 3
Computer Networks 3Mr Smith
 
Jinat afroz,1915002540,Data Communication
Jinat afroz,1915002540,Data CommunicationJinat afroz,1915002540,Data Communication
Jinat afroz,1915002540,Data Communicationzinatafroz
 

Similar to Network Adapter (20)

nic.pptx
nic.pptxnic.pptx
nic.pptx
 
Nic -cst
Nic -cstNic -cst
Nic -cst
 
Network Interface Card.pdf
Network Interface Card.pdfNetwork Interface Card.pdf
Network Interface Card.pdf
 
Network Interface Card (NIC) AND NETWORKING DEVICES
Network Interface Card (NIC) AND NETWORKING DEVICESNetwork Interface Card (NIC) AND NETWORKING DEVICES
Network Interface Card (NIC) AND NETWORKING DEVICES
 
Training & development in industry
Training & development in industryTraining & development in industry
Training & development in industry
 
Lecture 3 -_internet_infrastructure_updated_2011
Lecture 3 -_internet_infrastructure_updated_2011Lecture 3 -_internet_infrastructure_updated_2011
Lecture 3 -_internet_infrastructure_updated_2011
 
Sample elements of computer networking
Sample elements of computer networkingSample elements of computer networking
Sample elements of computer networking
 
Basic networking in power point by suprabha
Basic networking in power point by suprabhaBasic networking in power point by suprabha
Basic networking in power point by suprabha
 
Capitulo 9 Exploration Network
Capitulo 9 Exploration NetworkCapitulo 9 Exploration Network
Capitulo 9 Exploration Network
 
Acr5 dcb
Acr5 dcbAcr5 dcb
Acr5 dcb
 
Local Area Network – Wired LAN
Local Area Network – Wired LANLocal Area Network – Wired LAN
Local Area Network – Wired LAN
 
Networking devices
Networking devicesNetworking devices
Networking devices
 
Advanced TCP/IP-based Industrial Networking for Engineers & Technicians
Advanced TCP/IP-based Industrial Networking for Engineers & TechniciansAdvanced TCP/IP-based Industrial Networking for Engineers & Technicians
Advanced TCP/IP-based Industrial Networking for Engineers & Technicians
 
Networking Hardware
Networking HardwareNetworking Hardware
Networking Hardware
 
Presentation on Network Devices for Class 12
Presentation on Network Devices for Class 12Presentation on Network Devices for Class 12
Presentation on Network Devices for Class 12
 
networking devices -161021181705452555
networking   devices -161021181705452555networking   devices -161021181705452555
networking devices -161021181705452555
 
Computer Networks 3
Computer Networks 3Computer Networks 3
Computer Networks 3
 
W 10 introduction to network
W 10 introduction to networkW 10 introduction to network
W 10 introduction to network
 
Jinat afroz,1915002540,Data Communication
Jinat afroz,1915002540,Data CommunicationJinat afroz,1915002540,Data Communication
Jinat afroz,1915002540,Data Communication
 
Tcp
TcpTcp
Tcp
 

Recently uploaded

Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 

Recently uploaded (20)

Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 

Network Adapter

  • 2. Objective of this presentation 2
  • 3. Network Adapter (NIC)  Also known as a Network interface card.  Integrated circuit board that plugs into the internal circuitry of the computer.  Allows the members of a local-area network to communicate with each other. 3
  • 4.  NIC is the physical interface from the computer or peripheral to the medium.  The Medium may be physical cable, such as twisted pair wiring, coaxial cable, fiber optic or even wireless. 4
  • 5. Role of NIC In networking 5
  • 6. This old ‘combo’ NIC accepts both BNC (coaxial) and RJ45 (UTP) connectors.
  • 7. Network Cards Convert Data from Parallel to Serial, and vice versa  Most computers use parallel data lines internally to send data between the CPU and the adapter cards. This is called a Bus.  Most networking media transmit data in a single line, called serial transmission. 7
  • 8.  The NIC translates parallel into serial for outgoing messages and serial into parallel for incoming messages.  Prior to the invention of NICs, data was sent via serial ports on the computer. 8
  • 10. Need Of NICs  Most computer networks transfer data across a medium at a fixed rate, often faster than the speed at which computers can process individual bits.  To accommodate the mismatch in speed, each computer attached to a network contain special purpose hardware known as a network interface card (NIC).
  • 11.  The NIC functions like an I/O device: it is built for a specific network technology.  It handles the details of frame transmission or reception without requiring the CPU to process each bit 11
  • 12. Types of Network Interface Cards  Fiber-Optic Network Interface Cards work on a Fiber-Optic cabled network.  Infrared networking uses infrared light to transmit data from one device to another.  Wireless network cards with antennas operate on a wireless network with a wireless hub.  Copper wired Network Interface Cards work on coaxial cable or twisted-pair wire. 12
  • 13. ETHERNET AND WIFI NICs  Some NIC cards work with wired connections while others are wireless.  Most NICs support either wired Ethernet or WiFi wireless standards.  Ethernet NICs plug into the system bus of the PC and include jacks for network cables.  while WiFi NICs contain built-in transmitters / receivers (transceivers).
  • 14. The MAC Address  NICs have a unique identifier, called a Media Access Control (MAC) address.  It is programmed into a ROM chip on the NIC.  It’s a 48-bit number, written as six two-digit hexadecimal numbers separated by colons.  The first part identifies the manufacturer.  The second part is unique to each NIC. 14
  • 15. IP Address  Network Cards can have a second address called an IP address.  IP Address is software configurable.  IP currently uses 32 bits split into four sections separated by dots.  i.e. 165.255.110.133 – These are decimal values.  Only used in certain network protocols such as TCP/IP. 15
  • 16. WORKING  A computer or device on a network can be reached by its MAC (media access control) address through the NIC card.  Every Ethernet network card has a unique 48-bit serial number called a MAC address, which is stored in ROM carried on the card.  The MACs on the network are used to direct traffic between the computers.
  • 17. Cont..  An example of a MAC address: A1B2C3D4E5F6  The first 6 hex digits in the MAC address is the OUI (organizationally unique identifier), assigned by the IEEE to each manufacturer (e.g. Cisco, Intel etc).  The rest of the MAC address can be assigned in any way by the manufacturer to the individual networking devices that it manufactures
  • 18. Installation of NICs  The most common language or protocol for LANs is Ethernet, sometimes referred to as IEEE 802.3.  A lesser-used protocol is Token Ring.  When building a LAN, a network interface card must be installed in each computer on the network and all NICs in the network must be of the same architecture.  For example, all must either be Ethernet cards, Token Ring cards, or an alternate technology.
  • 19. Cont..  An Ethernet network interface card is installed in an available slot inside the computer.  Most newer computers have a network interface built into the motherboard.  A separate network card is not required unless multiple interfaces are needed or some other type of network is used.  Newer motherboards may even have dual network (Ethernet) interfaces built-in.
  • 20. Network Interface Card for connection of a computer to an Ethernet Network
  • 21. 4. Driver Software 4.1. NIC Driver Configuration 4.2. Wireless NIC Configuration 21
  • 22.  Device driver: small, specialized program that 22 represents a device to an OS and manages communications between the OS and NIC  Incorrect/poorly written drivers can have negative impact on performance or prevent PC from booting  Major vendor standards for drivers  Network Device Interface Specification (NDIS)  Win32 Driver Model (WDM)  Open Data-link Interface (ODI)  Installing a driver for a NIC is usually easy
  • 23. 23
  • 24. 4.1. NIC Driver Configuration 24
  • 25. 25
  • 26. 4.2. Wireless NIC Configuration Guide to Networki ng Essentials , Fifth Edition 26
  • 27. 27
  • 28. NICs on network  The card implements the electronic circuitry required to communicate using a specific physical layer and data link layer standard such as Ethernet or token ring.  This provides a base for a full network protocol stack, allowing communication among small groups of computers on the same LAN and large-scale network communications through routable protocols, such as IP.
  • 29. Configuring a Network Interface Card  This involves three settings:  Interrupt Request line (IRQ)  Base Input/Output (I/O) port  Base memory address  In older computers, the user needed to supply the IRQ and base I/O port. Currently Plug and Play operating systems have automated this task and default values are normally assigned. 29
  • 30. 10Mbs Ethernet Card with an ISA Slot 30 Mounting bracket 10baseT RJ45 Socket Status LEDs 10Base2 BNC Connector Each network card has a unique 48 bit identifier known as the Media Access Control (MAC) number.
  • 31. Network interface card Network cards are typically available in 10/100/1000 Mbit/s varieties. This means they can support a notional maximum transfer rate of 10, 100 or 1000 Megabits per second.
  • 32. Electronic Components on the Network Interface Card  Resistors  Diodes  Capacitors  Coils  Crystals 32
  • 33. Features of the Ethernet Controller  Scrambling: All the encoded data is passed to the data scrambler to reduce EMI by spreading the power spectrum using a 10-bit scrambler seed loaded at the beginning. 33
  • 34. Summary of the Network Interface Card  Allows connectivity of one computer to another.  Controls the communication that takes place between computers.  Utilizes an ethernet controller chip to encode, scramble, send and receive data. 34
  • 35. Conti  Converts data from parallel to serial for transmission to another Network Interface Card.  Comes in a variety of forms depending on the application or network medium. 35
  • 36. Question  1. A bridge makes forwarding decision based on what information .  Ip Address  Mac Address  Binary Address  Irq Address  2. On window 2000 System ,ifconfig/all command would you use to view the Mac Address  Yes /no 36