SlideShare uma empresa Scribd logo
1 de 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

Mais conteúdo relacionado

Mais procurados

Gigabit Ethernet
Gigabit EthernetGigabit Ethernet
Gigabit Ethernet
Manasa K
 
wired lans
wired lanswired lans
wired lans
hoadqbk
 

Mais procurados (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
 

Semelhante a LAN TECHNOLOGLES

Capitulo 9 Exploration Network
Capitulo 9 Exploration NetworkCapitulo 9 Exploration Network
Capitulo 9 Exploration Network
fherjaramillo
 
Bluetooth mobileip
Bluetooth mobileipBluetooth mobileip
Bluetooth mobileip
Ramya Sasi
 
E business 2014 l06
E business 2014 l06E business 2014 l06
E business 2014 l06
kchanaka3
 
Ethernet and token ring
Ethernet and token ringEthernet and token ring
Ethernet and token ring
Abhijeet Shah
 
Networking Technologies02.pptx
Networking Technologies02.pptxNetworking Technologies02.pptx
Networking Technologies02.pptx
ANISHTP
 

Semelhante a LAN TECHNOLOGLES (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
 

Mais de fatma shabaen

Mais de fatma shabaen (7)

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

Último

Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
PECB
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
QucHHunhnh
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 

Último (20)

Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Asian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptxAsian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptx
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 

LAN TECHNOLOGLES

  • 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