SlideShare a Scribd company logo
1 of 25
LAN Technologies
LAN TECHNOLOGIES
 Most LAN Technologies use a shared medium
for all computers to transfer data.
 The shared medium provides universal
communication between all computers in the
LAN.
◦ Q: How a single pair of computers communicate
across a LAN without other computers receive a
cope of the message?
◦ A: Using hardware addressing.
 Most LAN technologies use an addressing
scheme to provide direct communication
between any two hosts.
 Each computer is assigned a unique value
called a “Hardware address”, “Physical
address” or “MAC address”.
 Any message sent across the LAN contains
two addresses, the address of the sending
computer (source) and the address of the
intended recipient (destination).
Network Interface Card
‫مكونات‬ ‫أحد‬ ‫وهو‬‫الحاسب‬‫الصلبة‬‫المهمة‬‫وقد‬ ،‫صمم‬‫لكي‬‫يسمح‬
‫مع‬ ‫بالتواصل‬ ‫الحاسب‬ ‫لمستخدم‬‫الحاسبات‬‫طريق‬ ‫عن‬ ‫األخرى‬‫شب‬‫كة‬
‫الحاسب‬.
‫وظائف‬ ‫من‬NIC
◦‫للشبكة‬ ‫المادي‬ ‫الوصول‬
◦‫للحاسب‬ ‫الفيزيائي‬ ‫العنوان‬ ‫تحديد‬physical address
◦‫وسيط‬ ‫وإلى‬ ‫من‬ ‫البيانات‬ ‫واستقبال‬ ‫ارسال‬‫االتصال‬(‫الكابالت‬)
◦‫ا‬ ‫وسرعة‬ ‫االسالك‬ ‫في‬ ‫البيانات‬ ‫نقل‬ ‫سرعة‬ ‫بين‬ ‫السرعة‬ ‫فرق‬ ‫على‬ ‫التغلب‬‫ستقبال‬
‫الحاسب‬ ‫في‬ ‫البيانات‬.
◦‫معالج‬ ‫يفهمها‬ ‫بايتات‬ ‫الى‬ ‫الشبكة‬ ‫سلك‬ ‫من‬ ‫الكهربية‬ ‫اإلشارات‬ ‫ترجمة‬‫الكم‬‫بيوتر‬
‫والعكس‬.
‫من‬ ‫الفيزيائي‬ ‫العنوان‬ ‫يتكون‬48‫وهناك‬ ‫غالبا‬ ‫بت‬3‫طرق‬‫لتحديده‬:
.1Static:‫وهو‬‫عنوان‬‫فيزيائي‬‫ثابت‬‫مخزن‬‫داخل‬‫كارت‬‫الشبكة‬‫وال‬‫يمكن‬‫تغ‬‫ييره‬
‫إال‬‫بتغيير‬‫كارت‬‫الشبكة‬‫نفسة‬.
.2Configurable:‫في‬‫هذا‬‫النوع‬‫يستطيع‬‫مستخدم‬‫الحاسب‬‫تعيين‬‫العنوا‬‫ن‬
‫الفيزيائي‬‫بنفسه‬‫بطريقة‬‫يدوية‬‫أو‬‫بطريقة‬‫الكترونية‬‫عن‬‫طريق‬‫بر‬‫مجة‬
EPROM.
.3Dynamic:‫وهي‬‫طريقة‬‫تعطي‬‫كل‬‫حاسب‬‫عنوان‬‫فيزيائي‬‫عند‬‫بداية‬‫إقالع‬
‫الحاسب‬.
‫ملحوظة‬‫هامة‬:‫شكل‬‫وطول‬‫العنوان‬‫الفيزيائي‬‫يختلف‬‫باختالف‬‫تكنولوجيا‬‫ال‬‫تصنيع‬
‫ونوع‬‫الشبكة‬.‫أي‬‫أنه‬‫ال‬‫يمكن‬‫فهمه‬‫وقبوله‬‫في‬‫كل‬‫الشبكات‬.
For Example: Ethernet uses one form of addressing
while FDDI uses another.
 Static Addressing:
◦ Advantages:
1. Easy to use
2. NIC cards from different manufacturers can be
used in a single network without address
conflicts.
3. Permanent (does not change each time the
computer is rebooted)
 Dynamic Addressing:
◦ Advantages:
1. No need for the hardware manufacturers to
coordinate addresses.
2. Addresses will be small, as each address has to be
unique in a single LAN.
◦ Disadvantages:
1. Address conflict may happen as two computers
may choose the same address.
2. Each time a computer boots, it obtains a new
address; other computers must learn the new
address before they can communicate.
 Configurable Addressing:
Configurable addressing provide a compromise
between the static and dynamic schemes.
◦ Like static addresses, configurable addresses are
permanent.
◦ Like dynamic addresses, configurable addresses
do not need to be large because the address is
unique only on one network.
◦ When a NIC fails and must be replaced, a
configurable NIC can be replaced without
changing the physical address of the computer.
 Computer networks do not transfer the message data
continuously, the network system divides data into small
blocks called PACKETS.
 The term “FRAME” is used to denote the definition of a
packet used with a specific type of network.
 Each LAN technology define a frame format.
 Most technologies have frames that each consist of a header
followed by a data area.
Frame
Header
Frame Data Area
Ethernet
Fast Ethernet
Gigabit Ethernet
10 Gig Ethernet
WLAN
LAN Technologies
Ethernet and Wi-Fi are both “multi-access”
technologies
Broadcast medium, shared by many hosts
Simultaneous transmissions will result in collisions
Media Access Control (MAC) protocol required
Rules on how to share medium
LAN Technologies
CSMA/CD (carrier sense multiple access with collision
detection) media access protocol is used.
Data is transmitted in the form of packets.
Sense channel prior to actual packet transmission.
Transmit packet only if channel is sensed idle; else,
delay the transmission until channel becomes idle.
After packet transmission is started, the source
monitors its own transmission to see if the packet has
experienced a collision.
If the packet is observed to be undergoing a collision,
the transmission is aborted (stopped) and the packet
is retransmitted after a random interval of time.
LAN Technologies
End nodes are identified by their Ethernet
Addresses (MAC Address or Hardware Address)
which is a unique 6 Byte address.
MAC Address is represented in Hexa Decimal
format e.g (00:05:5D:FE:10:0A)
The first 3 bytes identify a vendor (also called
prefix) and the last 3 bytes are unique for every
host or device
LAN Technologies
Preamble:
7 bytes with pattern 10101010 followed by one byte
with pattern 10101011
Used to synchronize receiver, sender clock rates
Addresses: 6 bytes, frame is received by all adapters on a
LAN and dropped if address does not match
Length: 2 bytes, length of Data field
CRC: 4 bytes, checked at receiver, if error is detected,
the frame is simply dropped
Data Payload: Maximum 1500 bytes, minimum 46 bytes
If data is less than 46 bytes, pad with zeros to 46 bytes
LAN Technologies
Length
10 Base 5 (Thicknet) (Bus Topology)
10 Base 2 (Thinnet) (Bus Topology)
10 Base T (UTP) (Star/Tree Topology)
10 Base FL (Fiber) (Star/Tree Topology)
LAN Technologies
LAN Technologies
Repeater
LAN Technologies
Hub
Physical Media :-
10 Base5 - Thick Co-axial Cable with Bus Topology
10 Base2 - Thin Co-axial Cable with Bus Topology
10 BaseT - UTP Cat 3/5 with Tree Topology
10 BaseFL - Multimode/Singlemode Fiber with Tree
Topology
Maximum Segment Length
10 Base5 - 500 m with at most 4 repeaters (Use Bridge to extend
the network)
10 Base2 - 185 m with at most 4 repeaters (Use Bridge to extend
the network)
10 BaseT - 100 m with at most 4 hubs (Use Switch to extend the
network)
LAN Technologies
100 Mbps bandwidth
Uses same CSMA/CD media access protocol and packet
format as in Ethernet.
100BaseTX (UTP) and 100BaseFX (Fiber) standards
Physical media :-
100 BaseTX - UTP Cat 5e
100 BaseFX - Multimode / Singlemode Fiber
Full Duplex/Half Duplex operations.
LAN Technologies
Auto-Negotiation of media speed is provided:
10 Mbps or 100Mbps .
Maximum Segment Length
100 Base TX - 100 m
100 Base FX - 2 Km (Multimode Fiber)
100 Base FX - 20 km (Singlemode Fiber)
LAN Technologies
1 Gbps bandwidth.
Uses same CSMA/CD media access protocol as in Ethernet
and is backward compatible (10/100 modules are
available).
1000BaseT (UTP), 1000BaseSX (Multimode Fiber) and
1000BaseLX (Multimode/Singlemode Fiber) standards,
1000BaseLH (Singlemode Fiber).
Maximum Segment Length
1000 Base T - 100m (Cat 5e/6)
1000 Base SX - 275 m (Multimode Fiber)
1000 Base LX - 512 m (Multimode Fiber)
1000 Base LX - 20 Km (Singlemode Fiber)
1000 Base LH - 80 Km (Singlemode Fiber)
LAN Technologies
10 Gbps bandwidth.
Uses same CSMA/CD media access protocol as in
Ethernet.
Maximum Segment Length
1000 Base-T - Not available
10GBase-LR - 10 Km (Singlemode Fiber)
10GBase-ER - 40 Km (Singlemode Fiber)
LAN Technologies
Provides network connectivity over wireless media
An Access Point (AP) is installed to act as Bridge between
Wireless and Wired Network
The AP is connected to wired network and has an
antennae to provide wireless connectivity
LAN Technologies
Network
connectivity to
the legacy
wired LAN
Desktop
with PCI 802.11 LAN card
Laptop
with PCMCIA 802.11 LAN card
Access Point
Range ( Distance between Access Point and WLAN client)
depends on structural hindrances and power of the
antenna at the Access Point
To service larger areas, multiple APs may be installed with
a 20-30% overlap
A client is always associated with one AP and when the
client moves closer to another AP, it associates with the
new AP.
LAN Technologies
Before every data transmission
Sender sends a Request to Send (RTS) frame containing
the length of the transmission
Receiver respond with a Clear to Send (CTS) frame
Sender sends data
Receiver sends an ACK; now another sender can send data
When sender doesn’t get a CTS back, it assumes collision
LAN Technologies
sender receiver
other node in
sender’s range
RTS
CTS
ACK
data
other node in
receiver’s range

More Related Content

What's hot

Chap.1 ethernet introduction
Chap.1 ethernet introductionChap.1 ethernet introduction
Chap.1 ethernet introduction東原 李
 
SWITCHED LAN, FAST ETHERNET, FAST ETHERNET AND LAYER MODEL
SWITCHED LAN, FAST ETHERNET, FAST ETHERNET AND LAYER MODELSWITCHED LAN, FAST ETHERNET, FAST ETHERNET AND LAYER MODEL
SWITCHED LAN, FAST ETHERNET, FAST ETHERNET AND LAYER MODELHamna Shahzad
 
IEEE standards 802.3.&802.11
IEEE standards 802.3.&802.11IEEE standards 802.3.&802.11
IEEE standards 802.3.&802.11Keshav Maheshwari
 
Gigabit Ethernet
Gigabit EthernetGigabit Ethernet
Gigabit EthernetManasa K
 
Ethernet protocol
Ethernet protocolEthernet protocol
Ethernet protocolTom Chou
 
Ethernet and switches
Ethernet and switchesEthernet and switches
Ethernet and switchesBhavik Vashi
 
The ethernet frame a walkthrough
The ethernet frame a walkthroughThe ethernet frame a walkthrough
The ethernet frame a walkthroughMapYourTech
 
Networking Basics
Networking BasicsNetworking Basics
Networking BasicsCarlo Fonda
 
Ethernet Computer network
Ethernet Computer networkEthernet Computer network
Ethernet Computer networkmiteshppt
 
Glimpse of carrier ethernet
Glimpse of carrier ethernetGlimpse of carrier ethernet
Glimpse of carrier ethernetMapYourTech
 
wired lans
wired lanswired lans
wired lanshoadqbk
 

What's hot (20)

Ethernet technology
Ethernet technologyEthernet technology
Ethernet technology
 
LAN
LANLAN
LAN
 
lis508p02a-10.ppt
lis508p02a-10.pptlis508p02a-10.ppt
lis508p02a-10.ppt
 
Chap.1 ethernet introduction
Chap.1 ethernet introductionChap.1 ethernet introduction
Chap.1 ethernet introduction
 
SWITCHED LAN, FAST ETHERNET, FAST ETHERNET AND LAYER MODEL
SWITCHED LAN, FAST ETHERNET, FAST ETHERNET AND LAYER MODELSWITCHED LAN, FAST ETHERNET, FAST ETHERNET AND LAYER MODEL
SWITCHED LAN, FAST ETHERNET, FAST ETHERNET AND LAYER MODEL
 
IEEE standards 802.3.&802.11
IEEE standards 802.3.&802.11IEEE standards 802.3.&802.11
IEEE standards 802.3.&802.11
 
Gigabit Ethernet
Gigabit EthernetGigabit Ethernet
Gigabit Ethernet
 
Ethernet protocol
Ethernet protocolEthernet protocol
Ethernet protocol
 
Gigabit Ethernet
Gigabit EthernetGigabit Ethernet
Gigabit Ethernet
 
Ethernet and switches
Ethernet and switchesEthernet and switches
Ethernet and switches
 
Chapter9
Chapter9Chapter9
Chapter9
 
The ethernet frame a walkthrough
The ethernet frame a walkthroughThe ethernet frame a walkthrough
The ethernet frame a walkthrough
 
Networking Basics
Networking BasicsNetworking Basics
Networking Basics
 
Ethernet - LAN
Ethernet - LANEthernet - LAN
Ethernet - LAN
 
Hippi
HippiHippi
Hippi
 
CS6551 COMPUTER NETWORKS
CS6551 COMPUTER NETWORKSCS6551 COMPUTER NETWORKS
CS6551 COMPUTER NETWORKS
 
5 IEEE standards
5  IEEE standards5  IEEE standards
5 IEEE standards
 
Ethernet Computer network
Ethernet Computer networkEthernet Computer network
Ethernet Computer network
 
Glimpse of carrier ethernet
Glimpse of carrier ethernetGlimpse of carrier ethernet
Glimpse of carrier ethernet
 
wired lans
wired lanswired lans
wired lans
 

Similar to LAN Technologies: A Guide to Local Area Network Fundamentals

Similar to LAN Technologies: A Guide to Local Area Network Fundamentals (20)

Lecture5
Lecture5Lecture5
Lecture5
 
Unit 1 ethernet vsd
Unit 1 ethernet vsdUnit 1 ethernet vsd
Unit 1 ethernet vsd
 
Week 5 lan topology
Week 5 lan topologyWeek 5 lan topology
Week 5 lan topology
 
Infiniband and Ethernet
Infiniband and EthernetInfiniband and Ethernet
Infiniband and Ethernet
 
Chapter 4ver2
Chapter 4ver2Chapter 4ver2
Chapter 4ver2
 
Capitulo 9 Exploration Network
Capitulo 9 Exploration NetworkCapitulo 9 Exploration Network
Capitulo 9 Exploration Network
 
6 Ethernet
6 Ethernet6 Ethernet
6 Ethernet
 
Mod9
Mod9Mod9
Mod9
 
Chapter7 Computer Networks
Chapter7 Computer NetworksChapter7 Computer Networks
Chapter7 Computer Networks
 
Bluetooth mobileip
Bluetooth mobileipBluetooth mobileip
Bluetooth mobileip
 
CCNA ppt Day 1
CCNA ppt Day 1CCNA ppt Day 1
CCNA ppt Day 1
 
NET1.PPT
NET1.PPTNET1.PPT
NET1.PPT
 
Introduction to networking
Introduction to networkingIntroduction to networking
Introduction to networking
 
IEEE standard
IEEE standardIEEE standard
IEEE standard
 
E business 2014 l06
E business 2014 l06E business 2014 l06
E business 2014 l06
 
Introduction to network security and lan technology
Introduction to network security and lan technologyIntroduction to network security and lan technology
Introduction to network security and lan technology
 
Computer networks--networking hardware
Computer networks--networking hardwareComputer networks--networking hardware
Computer networks--networking hardware
 
Basic networking hardware: Switch : Router : Hub : Bridge : Gateway : Bus : C...
Basic networking hardware: Switch : Router : Hub : Bridge : Gateway : Bus : C...Basic networking hardware: Switch : Router : Hub : Bridge : Gateway : Bus : C...
Basic networking hardware: Switch : Router : Hub : Bridge : Gateway : Bus : C...
 
Ethernet and token ring
Ethernet and token ringEthernet and token ring
Ethernet and token ring
 
Networking Technologies02.pptx
Networking Technologies02.pptxNetworking Technologies02.pptx
Networking Technologies02.pptx
 

More from fatma shabaen

التعلم النقال
التعلم النقالالتعلم النقال
التعلم النقالfatma shabaen
 
المكونات المادية للحاسب لالى
المكونات المادية للحاسب لالى المكونات المادية للحاسب لالى
المكونات المادية للحاسب لالى fatma shabaen
 
المكونات المادية للحاسب الآلي
المكونات المادية للحاسب الآليالمكونات المادية للحاسب الآلي
المكونات المادية للحاسب الآليfatma shabaen
 
وسائط نقل البيانات خلال شبكة الحاسب
وسائط نقل البيانات خلال شبكة الحاسب  وسائط نقل البيانات خلال شبكة الحاسب
وسائط نقل البيانات خلال شبكة الحاسب fatma shabaen
 
انماط التعلم
انماط التعلمانماط التعلم
انماط التعلمfatma shabaen
 
معايير اختيار الكاميرا الرقمية
معايير اختيار الكاميرا الرقميةمعايير اختيار الكاميرا الرقمية
معايير اختيار الكاميرا الرقميةfatma shabaen
 

More from fatma shabaen (7)

English programs1
English programs1English programs1
English programs1
 
التعلم النقال
التعلم النقالالتعلم النقال
التعلم النقال
 
المكونات المادية للحاسب لالى
المكونات المادية للحاسب لالى المكونات المادية للحاسب لالى
المكونات المادية للحاسب لالى
 
المكونات المادية للحاسب الآلي
المكونات المادية للحاسب الآليالمكونات المادية للحاسب الآلي
المكونات المادية للحاسب الآلي
 
وسائط نقل البيانات خلال شبكة الحاسب
وسائط نقل البيانات خلال شبكة الحاسب  وسائط نقل البيانات خلال شبكة الحاسب
وسائط نقل البيانات خلال شبكة الحاسب
 
انماط التعلم
انماط التعلمانماط التعلم
انماط التعلم
 
معايير اختيار الكاميرا الرقمية
معايير اختيار الكاميرا الرقميةمعايير اختيار الكاميرا الرقمية
معايير اختيار الكاميرا الرقمية
 

Recently uploaded

ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Romantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptxRomantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptxsqpmdrvczh
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........LeaCamillePacle
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomnelietumpap1
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxChelloAnnAsuncion2
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
 

Recently uploaded (20)

ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Romantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptxRomantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptx
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choom
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdf
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 

LAN Technologies: A Guide to Local Area Network Fundamentals

  • 2.  Most LAN Technologies use a shared medium for all computers to transfer data.  The shared medium provides universal communication between all computers in the LAN. ◦ Q: How a single pair of computers communicate across a LAN without other computers receive a cope of the message? ◦ A: Using hardware addressing.
  • 3.  Most LAN technologies use an addressing scheme to provide direct communication between any two hosts.  Each computer is assigned a unique value called a “Hardware address”, “Physical address” or “MAC address”.  Any message sent across the LAN contains two addresses, the address of the sending computer (source) and the address of the intended recipient (destination).
  • 4. Network Interface Card ‫مكونات‬ ‫أحد‬ ‫وهو‬‫الحاسب‬‫الصلبة‬‫المهمة‬‫وقد‬ ،‫صمم‬‫لكي‬‫يسمح‬ ‫مع‬ ‫بالتواصل‬ ‫الحاسب‬ ‫لمستخدم‬‫الحاسبات‬‫طريق‬ ‫عن‬ ‫األخرى‬‫شب‬‫كة‬ ‫الحاسب‬. ‫وظائف‬ ‫من‬NIC ◦‫للشبكة‬ ‫المادي‬ ‫الوصول‬ ◦‫للحاسب‬ ‫الفيزيائي‬ ‫العنوان‬ ‫تحديد‬physical address ◦‫وسيط‬ ‫وإلى‬ ‫من‬ ‫البيانات‬ ‫واستقبال‬ ‫ارسال‬‫االتصال‬(‫الكابالت‬) ◦‫ا‬ ‫وسرعة‬ ‫االسالك‬ ‫في‬ ‫البيانات‬ ‫نقل‬ ‫سرعة‬ ‫بين‬ ‫السرعة‬ ‫فرق‬ ‫على‬ ‫التغلب‬‫ستقبال‬ ‫الحاسب‬ ‫في‬ ‫البيانات‬. ◦‫معالج‬ ‫يفهمها‬ ‫بايتات‬ ‫الى‬ ‫الشبكة‬ ‫سلك‬ ‫من‬ ‫الكهربية‬ ‫اإلشارات‬ ‫ترجمة‬‫الكم‬‫بيوتر‬ ‫والعكس‬.
  • 5. ‫من‬ ‫الفيزيائي‬ ‫العنوان‬ ‫يتكون‬48‫وهناك‬ ‫غالبا‬ ‫بت‬3‫طرق‬‫لتحديده‬: .1Static:‫وهو‬‫عنوان‬‫فيزيائي‬‫ثابت‬‫مخزن‬‫داخل‬‫كارت‬‫الشبكة‬‫وال‬‫يمكن‬‫تغ‬‫ييره‬ ‫إال‬‫بتغيير‬‫كارت‬‫الشبكة‬‫نفسة‬. .2Configurable:‫في‬‫هذا‬‫النوع‬‫يستطيع‬‫مستخدم‬‫الحاسب‬‫تعيين‬‫العنوا‬‫ن‬ ‫الفيزيائي‬‫بنفسه‬‫بطريقة‬‫يدوية‬‫أو‬‫بطريقة‬‫الكترونية‬‫عن‬‫طريق‬‫بر‬‫مجة‬ EPROM. .3Dynamic:‫وهي‬‫طريقة‬‫تعطي‬‫كل‬‫حاسب‬‫عنوان‬‫فيزيائي‬‫عند‬‫بداية‬‫إقالع‬ ‫الحاسب‬. ‫ملحوظة‬‫هامة‬:‫شكل‬‫وطول‬‫العنوان‬‫الفيزيائي‬‫يختلف‬‫باختالف‬‫تكنولوجيا‬‫ال‬‫تصنيع‬ ‫ونوع‬‫الشبكة‬.‫أي‬‫أنه‬‫ال‬‫يمكن‬‫فهمه‬‫وقبوله‬‫في‬‫كل‬‫الشبكات‬. For Example: Ethernet uses one form of addressing while FDDI uses another.
  • 6.  Static Addressing: ◦ Advantages: 1. Easy to use 2. NIC cards from different manufacturers can be used in a single network without address conflicts. 3. Permanent (does not change each time the computer is rebooted)
  • 7.  Dynamic Addressing: ◦ Advantages: 1. No need for the hardware manufacturers to coordinate addresses. 2. Addresses will be small, as each address has to be unique in a single LAN. ◦ Disadvantages: 1. Address conflict may happen as two computers may choose the same address. 2. Each time a computer boots, it obtains a new address; other computers must learn the new address before they can communicate.
  • 8.  Configurable Addressing: Configurable addressing provide a compromise between the static and dynamic schemes. ◦ Like static addresses, configurable addresses are permanent. ◦ Like dynamic addresses, configurable addresses do not need to be large because the address is unique only on one network. ◦ When a NIC fails and must be replaced, a configurable NIC can be replaced without changing the physical address of the computer.
  • 9.  Computer networks do not transfer the message data continuously, the network system divides data into small blocks called PACKETS.  The term “FRAME” is used to denote the definition of a packet used with a specific type of network.  Each LAN technology define a frame format.  Most technologies have frames that each consist of a header followed by a data area. Frame Header Frame Data Area
  • 10. Ethernet Fast Ethernet Gigabit Ethernet 10 Gig Ethernet WLAN LAN Technologies
  • 11. Ethernet and Wi-Fi are both “multi-access” technologies Broadcast medium, shared by many hosts Simultaneous transmissions will result in collisions Media Access Control (MAC) protocol required Rules on how to share medium LAN Technologies
  • 12. CSMA/CD (carrier sense multiple access with collision detection) media access protocol is used. Data is transmitted in the form of packets. Sense channel prior to actual packet transmission. Transmit packet only if channel is sensed idle; else, delay the transmission until channel becomes idle. After packet transmission is started, the source monitors its own transmission to see if the packet has experienced a collision. If the packet is observed to be undergoing a collision, the transmission is aborted (stopped) and the packet is retransmitted after a random interval of time. LAN Technologies
  • 13. End nodes are identified by their Ethernet Addresses (MAC Address or Hardware Address) which is a unique 6 Byte address. MAC Address is represented in Hexa Decimal format e.g (00:05:5D:FE:10:0A) The first 3 bytes identify a vendor (also called prefix) and the last 3 bytes are unique for every host or device LAN Technologies
  • 14. Preamble: 7 bytes with pattern 10101010 followed by one byte with pattern 10101011 Used to synchronize receiver, sender clock rates Addresses: 6 bytes, frame is received by all adapters on a LAN and dropped if address does not match Length: 2 bytes, length of Data field CRC: 4 bytes, checked at receiver, if error is detected, the frame is simply dropped Data Payload: Maximum 1500 bytes, minimum 46 bytes If data is less than 46 bytes, pad with zeros to 46 bytes LAN Technologies Length
  • 15. 10 Base 5 (Thicknet) (Bus Topology) 10 Base 2 (Thinnet) (Bus Topology) 10 Base T (UTP) (Star/Tree Topology) 10 Base FL (Fiber) (Star/Tree Topology) LAN Technologies
  • 18. Physical Media :- 10 Base5 - Thick Co-axial Cable with Bus Topology 10 Base2 - Thin Co-axial Cable with Bus Topology 10 BaseT - UTP Cat 3/5 with Tree Topology 10 BaseFL - Multimode/Singlemode Fiber with Tree Topology Maximum Segment Length 10 Base5 - 500 m with at most 4 repeaters (Use Bridge to extend the network) 10 Base2 - 185 m with at most 4 repeaters (Use Bridge to extend the network) 10 BaseT - 100 m with at most 4 hubs (Use Switch to extend the network) LAN Technologies
  • 19. 100 Mbps bandwidth Uses same CSMA/CD media access protocol and packet format as in Ethernet. 100BaseTX (UTP) and 100BaseFX (Fiber) standards Physical media :- 100 BaseTX - UTP Cat 5e 100 BaseFX - Multimode / Singlemode Fiber Full Duplex/Half Duplex operations. LAN Technologies
  • 20. Auto-Negotiation of media speed is provided: 10 Mbps or 100Mbps . Maximum Segment Length 100 Base TX - 100 m 100 Base FX - 2 Km (Multimode Fiber) 100 Base FX - 20 km (Singlemode Fiber) LAN Technologies
  • 21. 1 Gbps bandwidth. Uses same CSMA/CD media access protocol as in Ethernet and is backward compatible (10/100 modules are available). 1000BaseT (UTP), 1000BaseSX (Multimode Fiber) and 1000BaseLX (Multimode/Singlemode Fiber) standards, 1000BaseLH (Singlemode Fiber). Maximum Segment Length 1000 Base T - 100m (Cat 5e/6) 1000 Base SX - 275 m (Multimode Fiber) 1000 Base LX - 512 m (Multimode Fiber) 1000 Base LX - 20 Km (Singlemode Fiber) 1000 Base LH - 80 Km (Singlemode Fiber) LAN Technologies
  • 22. 10 Gbps bandwidth. Uses same CSMA/CD media access protocol as in Ethernet. Maximum Segment Length 1000 Base-T - Not available 10GBase-LR - 10 Km (Singlemode Fiber) 10GBase-ER - 40 Km (Singlemode Fiber) LAN Technologies
  • 23. Provides network connectivity over wireless media An Access Point (AP) is installed to act as Bridge between Wireless and Wired Network The AP is connected to wired network and has an antennae to provide wireless connectivity LAN Technologies Network connectivity to the legacy wired LAN Desktop with PCI 802.11 LAN card Laptop with PCMCIA 802.11 LAN card Access Point
  • 24. Range ( Distance between Access Point and WLAN client) depends on structural hindrances and power of the antenna at the Access Point To service larger areas, multiple APs may be installed with a 20-30% overlap A client is always associated with one AP and when the client moves closer to another AP, it associates with the new AP. LAN Technologies
  • 25. Before every data transmission Sender sends a Request to Send (RTS) frame containing the length of the transmission Receiver respond with a Clear to Send (CTS) frame Sender sends data Receiver sends an ACK; now another sender can send data When sender doesn’t get a CTS back, it assumes collision LAN Technologies sender receiver other node in sender’s range RTS CTS ACK data other node in receiver’s range