network interface card (NIC)

Slides:



Advertisements
Similar presentations
Data Link Layer B. Konkoth. PDU  Protocol Data Unit  A unit of data which is specified in a protocol of a given layer  Layer 5, 6, 7 – Data  Layer.
Advertisements

LANs and WANs. 2 Chapter Contents Section A: Network Building Blocks Section B: Wired Networks Section C: Wireless Networks Section D: Using LANs Section.
Networking Theory (Part 1). Introduction Overview of the basic concepts of networking Also discusses essential topics of networking theory.
Understanding Networks II. Objectives Compare client and network operating systems Learn about local area network technologies, including Ethernet, Token.
1 Wireless LANs. 2 Introduction Types of Communication Networks. LAN’s Configurations. Wireless Technology. –Definition. –Applications. –Example. Communications.
The Saigon CTT Semester 1 CHAPTER 6. The Saigon CTT  Content LAN Standards. Hexadecimal Numbers. MAC Addressing. Framing. Media Access Control (MAC).
 All of you should be able to describe how a network works.  Most of you will be able to identify the main devices necessary for a network.  Some of.
SAMEER NETAM RAHUL GUPTA PAWAN KUMAR SINGH ONKAR BAGHEL OM PANKAJ EKKA Submitted By:
1 Computer Networks Course: CIS 3003 Fundamental of Information Technology.
MAC Address The Media Access Control (MAC) address is just as important as the IP address. The MAC address is a unique value associated with the network.
Mr C Johnston ICT Teacher BTEC IT Unit 09 - Lesson 03 Standards and Technologies.
Networks LANS,. FastPoll True Questions Answer A for True and B for False A wireless infrastructure network uses a centralized broadcasting device, such.
Introduction to IT and Communications Technology Justin Champion C208 – 3292 Ethernet Fundamentals CE
Week one - networks and Layered Communication Introduction to Networks Layered Communication OSI Model The Physical Layer The Data Link Layer.
ACM 511 Chapter 2. Communication Communicating the Messages The best approach is to divide the data into smaller, more manageable pieces to send over.
The Fabric of Network: Ethernet By: Mujtaba Faraz Baig Mirza.
Basic LAN techniques IN common with all other computer based systems networks require both HARDWARE and SOFTWARE to function. Networks are often explained.
Ethernet and Wifi Chapter 7 & 8. Send and Receive Data network adapter or network interface NIC card the most common wired Ethernet network interfaces.
Local Area Networks Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology
Networking and Internet Dr. John P. Abraham Professor UT-RGV.
Access to Shared Media - Media Access Control protocols RD-CSY10171.
CSE 6590 Department of Computer Science & Engineering York University 111/9/ :26 AM.
Media Access Control (MAC) addresses in the network access layer ▫ Associated w/ network interface card (NIC) ▫ 48 bits or 64 bits IP addresses for the.
5 SECTION A 1 Network Building Blocks  Network Classifications  LAN Standards  Network Devices  Clients, Servers, and Peers  Physical Topology  Network.
TCP/IP Protocol Architecture CSE 3213 – Fall
The Saigon CTT Semester 1 CHAPTER 6 Le Chi Trung.
Network Structure Elements of communication message source the channel message destination Network data or information networks capable of carrying many.
Communications & Computer Networks Resource Notes - Network Hardware
Business Data Communications, Fourth Edition Chapter 9: Local Area Networks.
Computer Networks Syed Md. Ashraful Karim Lecturer, CSE BU.
TOPIC 1.3 INTRODUCTION TO NETWORKING. Router – A netwok interconnection device & associated software that links two networks. The networks being linked.
Computer Network Architecture Lecture 3: Network Connectivity Devices.
1 Chapter Overview  Network Cables  Network Interface Adapters  Network Hubs.
1 Working of Local Area Network ( LAN ). 2 A Local Area Network (LAN) is best defined in terms of the purpose it is meant to serve rather then in terms.
The OSI Model. Understanding the OSI Model In early 1980s, manufacturers began to standardize networking so that networks from different manufacturers.
Mr C Johnston ICT Teacher BTEC IT Unit 09 - Lesson 03 Standards and Technologies.
What we’ve learned so far Ch. 6 Ch. 7 Ch. 8 Ch. 10 Ch. 11.
Lets play Jeopardy No, sorry. You got it! Electricity Layers PDU’s Standards Computer Parts
Module 1: Understanding Local Area Networks
IEEE standards.
Network interface Card (NIC) Wireless NIC
Tutor: Dr. Youssef Harrath
Introduction to Technology Infrastructure
Chapter 4 Computer Networks – Part 2
Local Area Networks Honolulu Community College
Local Area Networks Yiannos Mylonas.
Internet Communication Engineering Mr. Zeeshan Ali, Asst. Professor
Chapter 3 Computer Networking Hardware
Network Interface Cards
Introduction to Computers
Networking and Internet
Introduction to Technology Infrastructure
Teaching Computing to GCSE
Networking and Internet
Introduction to Computers
e-business and Information Systems
Network Interface Cards ELET – 5320
CS101 Home Network Basics.
LANs - Local Area Networks
Computer software.
Ethernet LAN 1 1.
Network Protocol Layers
Networks 1 Key Revision Points.
Communications & Computer Networks Resource Notes - Network Hardware
CIS105 Networking: Computer Connections
TCP/IP Protocol Suite: Review
Network Hardware and Protocols
The OSI 7 Layer Model Ben, Stuart, Charles.
CS101 Home Network Basics.
Lec 6 ADDRESSING Computer Networks Al-Mustansiryah University
Presentation transcript:

network interface card (NIC) To connect to a network, a computer uses a network interface card (NIC). A NIC controls the wired and wireless connections of a computer to exchange information with other computers and the Internet

con A computer uses a network interface card (NIC) to become part of a network. The NIC contains the electronic circuitry required to communicate using a wired connection (e.g., Ethernet) or a wireless connection (e.g., WiFi). A network interface card is also known as a network interface controller, network adapter, or Local Area Network (LAN) adapter

Summary Network connectivity is key for modern computers. To connect to a network a computer uses a network interface card or controller (NIC). This is often built into the motherboard. The two most common types of network connections are Ethernet (wired) and WiFi (wireless).

NIC

MOTHERBOARD CONECTION

type of nic 1 - Ethernet The most widely used network connection for personal computers is an Ethernet connection. Ethernet is really a standard for computer network technologies that describes both the hardware and the communication protocols.

con Since Ethernet is so widely used, most modern computers have a NIC built into the motherboard. A separate network card is not required, unless some other type of network is used. The figure below shows an Ethernet connection built into a motherboard. Several other connections are located directly adjacent to the Ethernet connection

connection An Ethernet connection uses a standard interface known as a RJ45 connector. RJ stands for registered jack.

RJ45

2- Wireless Connection While most desktop computers rely on a wired connection, mobile computing devices such as laptops, tablets and smart phones use a wireless connection. The most widely used system for wireless connections is WiFi, which relies on radio signals.

MAC address of NIC Every network controller for an IEEE 802 network such as Ethernet, Wi-Fi, or Token Ring, and every FDDI network controller, has a unique 48-bit serial number called a MAC address, which is stored in read-only memory. Every computer on an Ethernet network must have at least one controller. Normally it is safe to assume that no two network controllers will share the same address, because controller vendors purchase blocks of addresses from the Institute of Electrical and Electronics Engineers (IEEE) and assign a unique address to each controller at the time of manufacture

CON The NIC allows computers to communicate over a computer network. It is both an OSI layer 1 (physical layer) and layer 2 (data link layer) device, as it provides physical access to a networking medium and, for IEEE 802 networks and FDDI, provides a low-level addressing system through the use of MAC addresses