SlideShare a Scribd company logo
1 of 25
Download to read offline
1
1
1
1 tohttps://github.com/syaifulahdan/
DATA COMMUNICATION
Local Area Network Overview
Data Communications and Networking
 LAN Application
 LAN Topologies
 Frame Transmission on BUS
 Ring Topology
 Frame Transmission Ring
 Star Topology
 Hubs
 Buses and Hubs
 Shared Medium Bus and Hub
 Choice of Topology
 LAN Protocol Architecure
 IEE 802 vs OSI
Reading:
Book Chapter 8
Data and Computer Communications, 8th edition
By William Stallings
 802 Layers
 LAN Protocols in Context
 Medium Access Control
 Generic MAC Frame Format
 Bridges
 Bridges Operation
 Layer 2 Switch
 Switch vs Bridege
Data Communications and
Networking
Chapter 10
Local Area Network Overview
References:
Book Chapters 15
Data and Computer Communications, 8th edition
By William Stallings
3
3
3
3 tohttps://github.com/syaifulahdan/
LAN Applications
• LAN consists of a shared transmission medium and a set of stations
(computers, printers, …)
— Today, some LANs don’t use shared transmission medium anymore in order
to improve the transmission performance
• LANs usually are owned by the organization that is using the network
to interconnect equipment.
• There are different types of LANs, each with its own protocols.
• Applications of LAN
— Personal computer LANs
• Share resources (e.g., printers)
• Share information (e.g., files)
• “Limited” data rate (10Mbps – 1000Mbps)
— Backend networks
• Interconnecting large systems (mainframes and large storage devices)
• High data rate
— Storage Area Networks
• A separate network to handle storage needs
• Hard disks, tape libraries, CD arrays
• Detaches storage tasks from specific servers
3
4
4
4
4 tohttps://github.com/syaifulahdan/
LAN Topologies
4
5
5
5
5 tohttps://github.com/syaifulahdan/
Frame Transmission on Bus
5
6
6
6
6 tohttps://github.com/syaifulahdan/
Ring Topology
• Consists of a set of repeaters in a closed loop
—Repeater: a simple device that receives data on the incoming
link and retransmits on the outgoing link
—Links are unidirectional
—Stations attach to repeaters
• Frame
—Circulates around the ring and pass all stations
—Destination recognizes its address and copies frame
—Circulates back to source and is then removed
• Medium access control determines when a station can
insert frame into the ring
6
7
7
7
7 tohttps://github.com/syaifulahdan/
Frame Transmission Ring
7
8
8
8
8 tohttps://github.com/syaifulahdan/
Star Topology
• Each station is directly connected to a central node
— Usually via two point-to-point links
• Two types of central node
— Simple one: operate in a broadcast fashion
• Transmission of a frame from one station to the central node is
retransmitted on all of the outgoing links
• Physically a star, logically a bus
• Only one station can transmit at a time
• The central node is referred to as a hub
— Complex one: act as frame-switching device
• An incoming frame is buffered in the central node and then
retransmitted on the outgoing link to the destination station
• Intelligent and powerful
• More than one stations can transmit at the same time
– Buffers are required at the central node to resolve conflict (if more than one
frames are destined to the same station at the same time)
• The central node is referred to as a switch
8
9
9
9
9 tohttps://github.com/syaifulahdan/
Hubs
• Central element of a star topology
• Each station connects to hub by two lines
—Transmit and receive
—So a link consists of two unshielded twisted pairs (UTP)
• Hub acts as a repeater
—When one station transmits, hub repeats signal to each
station
—Physically star, logically bus
• Limited to about 100 m
—High data rate and poor transmission qualities of UTP
—Optical fiber may be used for about 500 m
• Transmission from any station received by all other
stations
—No privacy, security issues
—If two stations transmit at the same time, collision
9
10
10
10
10 tohttps://github.com/syaifulahdan/
Buses and Hubs
• Similarity:
—All stations share capacity of bus (e.g. 10Mbps)
—Transmission from any station received by all stations
—Only one station transmitting at a time
• Difference:
—Hub uses star wiring to attach stations to hub
—Easy installation: each floor has a wiring closet and a hub
can be placed there to connect all stations in this floor
—Easy maintenance: hub can recognize a malfunctioning
station and auto-cut it out of the network
—Hub can form a tree topology: head hub, intermediate hubs
• Improve performance with layer 2 switch
10
11
11
11
11 tohttps://github.com/syaifulahdan/
Shared Medium Bus and Hub
11
12
12
12
12 tohttps://github.com/syaifulahdan/
Choice of Topology
• Transmission medium
—Twisted pair: popularly used by today’s Ethernet
—Baseband coaxial cable (digital signaling): was used by the
original Ethernet
—Broadband coaxial cable (analog signaling): not popular due
to the cost
—Optical fiber: popularly used by Ethernet
—Air: Wireless LAN becomes very popular today
• Installation and maintenance
—For bus and ring topology, installation also means removing
some existing links, so it is costly
—For ring topology, a failure of one link disable the entire
network
—For star topology, it can take advantage of the natural
layout of wiring in a building, and installation/maintenance
of one link does not affect other links
• Star topology is the most popular one today
12
13
13
13
13 tohttps://github.com/syaifulahdan/
LAN Protocol Architecture
• In OSI reference model, network layer and
above layers are independent of network
architecture and are applicable to LANs,
WANs, and MANs. So LAN protocol only
concerns physical layer and data link layer.
• IEEE 802 protocols are the industrial standard
on the specification of different LANs. It
consists of three layers
—Logical link control (LLC)
—Medium access control (MAC)
—Physical
13
14
14
14
14 tohttps://github.com/syaifulahdan/
IEEE 802 v OSI
14
15
15
15
15 tohttps://github.com/syaifulahdan/
802 Layers
• Physical Layer
— Encoding/decoding of signals
— Preamble generation/removal
• for synchronization
— Bit transmission/reception
— Transmission medium and topology
• Medium Access Control
— Manage access to a shared-access medium
— Not found in traditional point-to-point layer 2 data link protocol
• Logical Link Control
— Provide interfaces (called “services”) to higher layers
— Perform flow and error control
15
16
16
16
16 tohttps://github.com/syaifulahdan/
LAN Protocols in Context
16
17
17
17
17 tohttps://github.com/syaifulahdan/
Medium Access Control
• The function of MAC is to control access to the shared transmission
medium to provide an orderly and efficient use of the capacity.
• There are different types of medium access control schemes
— Centralized scheme: a controller is designated that has the authority to
grant access to the network, e.g., 802.16 (WiMax)
• Advantages:
– Greater control
– Simple access logic at station
– Avoids problems of co-ordination
• Disadvantages:
– Single point of failure
– Potential bottleneck
— Distributed scheme (or decentralized scheme): the stations collectively
perform a medium access control function to determine dynamically the
order in which stations transmitm, e.g, 802.3 (Ethernet), 802.11 (WiFi)
• We will study more about this in next Chapter.
— Synchronous scheme
• a specific capacity is dedicated to a connection, like TDM, FDM
— Asynchronous scheme
• able to allocate capacity in response to demand
17
18
18
18
18 tohttps://github.com/syaifulahdan/
Generic MAC Frame Format
18
19
19
19
19 tohttps://github.com/syaifulahdan/
Bridges
• There is a need to expand beyond the confines of a
single LAN.
• Two network devices can be used to interconnect
LANs: bridges and routers
—Bridges work at Layer 2, whilst routers work at Layer 3
• Bridge:
—Basic bridges interconnect similar LANs, i.e., LANs use
identical protocols
—Read all frames transmitted on one LAN and accept those
address to any station on the other LAN, retransmit them on
the second LAN
—More sophisticated bridges can interconnect different types of
LANs (for example, an Ethernet and a token ring LAN), that
is, it can convert one MAC format to another
19
20
20
20
20 tohttps://github.com/syaifulahdan/
Bridge Operation
20
21
21
21
21 tohttps://github.com/syaifulahdan/
Why Not One Large LAN?
• There are several reasons for the use of multiple LANs connected by
bridges
— Reliability
• For a single large LAN, a fault on the network may disable communication for all
devices.
• By using bridges, the network can be partitioned into self-contained units
— Performance
• Performance on a LAN declines with an increase in the number of devices or the
length of the wire.
• A number of smaller LANs will often give improved performance if devices can be
clustered so that intranetwork traffic exceeds internetwork traffic.
— Security
• Multiple LANs may improve security of communications.
— Geography
• A single LAN is always limited by its diameter.
• Two separate LANs are needed to support devices clustered in two geographically
distant locations.
• In summary
— Bridges provides an extension to the LAN that requires no modification to
the communications software in the stations attached to the LANs.
— It appears to all stations on the two (or more) LANs that there is a single
LAN.
21
22
22
22
22 tohttps://github.com/syaifulahdan/
Layer 2 Switches
• In recent years, layer 2 switch has replaced hub in popularity.
• Switches act like telephone operators
— Incoming frame from a particular station switched to appropriate output
line
• More than one station can transmit at a time
— Multiplying capacity of LAN
— More network traffic is allowed
• Two types of layer 2 switches
— Store-and-forward switch: the switch accepts a frame on an input line,
buffers it briefly, and then sends it to the appropriate output line
• Involve a delay, but boosts the overall integrity of the network
— Cut-through switch: the switch begins repeating the incoming frame onto
the appropriate output line as soon as the switch recognizes the
destination address
• Yield the highest possible throughput, but at some risk of propagating bad
frames because the switch cannot check the CRC prior to retransmission
22
23
23
23
23 tohttps://github.com/syaifulahdan/
Shared Medium Hub and
Layer 2 Switch
23
24
24
24
24 tohttps://github.com/syaifulahdan/
Layer 2 Switch v Bridge
• Layer 2 switch functions as a multiport bridge.
• Differences
—Bridge handles frames in software, switch performs address
recognition and frame forwarding in hardware
—Bridge only analyzes and forwards one frame at a time,
switch has multiple parallel data paths, so it can handle
multiple frames at a time
• Bridge has suffered commercially
—New installations typically adopt layer 2 switches with
bridge functionality rather than bridges
24
25
25
25
25 tohttps://github.com/syaifulahdan/
Typical Large LAN
Organization Diagram
Layer 3 switch: switch
that implements the
packet forwarding
logic of the router
25

More Related Content

What's hot

Lan technologies
Lan technologiesLan technologies
Lan technologiesManusha Dilan
 
Network topology.ppt
Network topology.pptNetwork topology.ppt
Network topology.pptSiddique Ibrahim
 
Determine best fit topology copy
Determine best fit topology   copyDetermine best fit topology   copy
Determine best fit topology copyJaleto Sunkemo
 
Network Connecting Devices UNIT 5
Network Connecting Devices UNIT 5Network Connecting Devices UNIT 5
Network Connecting Devices UNIT 5Raj vardhan
 
Lan basic
Lan basicLan basic
Lan basicOnline
 
Neetika (ppt)
Neetika (ppt)Neetika (ppt)
Neetika (ppt)howare
 
Networking ppt
Networking ppt Networking ppt
Networking ppt Shovan Mandal
 
Basic Networking Network
Basic Networking NetworkBasic Networking Network
Basic Networking NetworkJGrace Johnny
 
basic networking
basic networkingbasic networking
basic networkingAnmol Bagga
 
Networking devices
Networking devicesNetworking devices
Networking devicesrehnuma rusha
 
Basics Of Networking (Overview)
Basics Of Networking (Overview)Basics Of Networking (Overview)
Basics Of Networking (Overview)ashiesh0007
 
network fundamentals
network fundamentalsnetwork fundamentals
network fundamentalsSithu PM
 
Chapter7 Computer Networks
Chapter7 Computer NetworksChapter7 Computer Networks
Chapter7 Computer NetworksMuhammad Waqas
 
Networking Fundamentals: Computer Network Basics
Networking Fundamentals: Computer Network BasicsNetworking Fundamentals: Computer Network Basics
Networking Fundamentals: Computer Network BasicsAndriy Berestovskyy
 
Exploitation of Local Area Network Services
Exploitation of Local Area Network ServicesExploitation of Local Area Network Services
Exploitation of Local Area Network ServicesMohammed El Hedhly
 
DITEC - Fundamentals in Networking
DITEC - Fundamentals in NetworkingDITEC - Fundamentals in Networking
DITEC - Fundamentals in NetworkingRasan Samarasinghe
 
Basics of Computer Network Device
Basics of Computer Network DeviceBasics of Computer Network Device
Basics of Computer Network DeviceRubal Sagwal
 
01 coms 525 tcpip - networking concepts review
01   coms 525 tcpip - networking concepts review01   coms 525 tcpip - networking concepts review
01 coms 525 tcpip - networking concepts reviewPalanivel Kuppusamy
 

What's hot (20)

Lan technologies
Lan technologiesLan technologies
Lan technologies
 
Advance Networking Course Details PPT
Advance Networking Course Details PPTAdvance Networking Course Details PPT
Advance Networking Course Details PPT
 
Network topology.ppt
Network topology.pptNetwork topology.ppt
Network topology.ppt
 
Determine best fit topology copy
Determine best fit topology   copyDetermine best fit topology   copy
Determine best fit topology copy
 
Network Connecting Devices UNIT 5
Network Connecting Devices UNIT 5Network Connecting Devices UNIT 5
Network Connecting Devices UNIT 5
 
Lan basic
Lan basicLan basic
Lan basic
 
Neetika (ppt)
Neetika (ppt)Neetika (ppt)
Neetika (ppt)
 
Networking ppt
Networking ppt Networking ppt
Networking ppt
 
Basic Networking Network
Basic Networking NetworkBasic Networking Network
Basic Networking Network
 
basic networking
basic networkingbasic networking
basic networking
 
Networking devices
Networking devicesNetworking devices
Networking devices
 
Basics Of Networking (Overview)
Basics Of Networking (Overview)Basics Of Networking (Overview)
Basics Of Networking (Overview)
 
network fundamentals
network fundamentalsnetwork fundamentals
network fundamentals
 
Chapter7 Computer Networks
Chapter7 Computer NetworksChapter7 Computer Networks
Chapter7 Computer Networks
 
Networking Fundamentals: Computer Network Basics
Networking Fundamentals: Computer Network BasicsNetworking Fundamentals: Computer Network Basics
Networking Fundamentals: Computer Network Basics
 
Exploitation of Local Area Network Services
Exploitation of Local Area Network ServicesExploitation of Local Area Network Services
Exploitation of Local Area Network Services
 
DITEC - Fundamentals in Networking
DITEC - Fundamentals in NetworkingDITEC - Fundamentals in Networking
DITEC - Fundamentals in Networking
 
Basics of Computer Network Device
Basics of Computer Network DeviceBasics of Computer Network Device
Basics of Computer Network Device
 
01 coms 525 tcpip - networking concepts review
01   coms 525 tcpip - networking concepts review01   coms 525 tcpip - networking concepts review
01 coms 525 tcpip - networking concepts review
 
Computer networkingdevices
Computer networkingdevicesComputer networkingdevices
Computer networkingdevices
 

Similar to Dc ch08 : local area network overview

1 networking devices 2014
1 networking devices 20141 networking devices 2014
1 networking devices 2014Zuhaib Zaroon
 
Networking devices
Networking devicesNetworking devices
Networking devicesrupinderj
 
CS553_ST7_Ch15-LANOverview (1).ppt
CS553_ST7_Ch15-LANOverview (1).pptCS553_ST7_Ch15-LANOverview (1).ppt
CS553_ST7_Ch15-LANOverview (1).pptMekiPetitSeg
 
CS553_ST7_Ch15-LANOverview.ppt
CS553_ST7_Ch15-LANOverview.pptCS553_ST7_Ch15-LANOverview.ppt
CS553_ST7_Ch15-LANOverview.pptSmitNiks
 
CS553_ST7_Ch15-LANOverview.ppt
CS553_ST7_Ch15-LANOverview.pptCS553_ST7_Ch15-LANOverview.ppt
CS553_ST7_Ch15-LANOverview.pptssuser2cc0d4
 
Network devices
Network devicesNetwork devices
Network devicesGopal Krishna
 
layer2-network-design.ppt
layer2-network-design.pptlayer2-network-design.ppt
layer2-network-design.pptVimalMallick
 
Networkingdevices 120505003202-phpapp02
Networkingdevices 120505003202-phpapp02Networkingdevices 120505003202-phpapp02
Networkingdevices 120505003202-phpapp02Aman Jaiswal
 
Network Topologies, L1-L2 Basics, Networking Devices
Network Topologies, L1-L2 Basics, Networking DevicesNetwork Topologies, L1-L2 Basics, Networking Devices
Network Topologies, L1-L2 Basics, Networking DevicesAalok Shah
 
Network Devices
Network DevicesNetwork Devices
Network DevicesPatel Gopal
 
Computer Network Components
Computer Network  ComponentsComputer Network  Components
Computer Network ComponentsJyoti Akhter
 
layer2-network-design.ppt
layer2-network-design.pptlayer2-network-design.ppt
layer2-network-design.pptPatrick Theuri
 
20CS2007 Computer Communication Networks
20CS2007 Computer Communication Networks 20CS2007 Computer Communication Networks
20CS2007 Computer Communication Networks Kathirvel Ayyaswamy
 
CN 5151(15) Module I part 1.3 21072020.pdf
CN 5151(15) Module I part 1.3 21072020.pdfCN 5151(15) Module I part 1.3 21072020.pdf
CN 5151(15) Module I part 1.3 21072020.pdfADARSHN40
 
Networking and Internetworking Devices
Networking and Internetworking DevicesNetworking and Internetworking Devices
Networking and Internetworking Devices21viveksingh
 
Lan overview
Lan overviewLan overview
Lan overviewShyam Gupta
 
Chapter06 -- topologies and access methods
Chapter06  -- topologies and access methodsChapter06  -- topologies and access methods
Chapter06 -- topologies and access methodsRaja Waseem Akhtar
 

Similar to Dc ch08 : local area network overview (20)

1 networking devices 2014
1 networking devices 20141 networking devices 2014
1 networking devices 2014
 
Networking devices
Networking devicesNetworking devices
Networking devices
 
CS553_ST7_Ch15-LANOverview (1).ppt
CS553_ST7_Ch15-LANOverview (1).pptCS553_ST7_Ch15-LANOverview (1).ppt
CS553_ST7_Ch15-LANOverview (1).ppt
 
CS553_ST7_Ch15-LANOverview.ppt
CS553_ST7_Ch15-LANOverview.pptCS553_ST7_Ch15-LANOverview.ppt
CS553_ST7_Ch15-LANOverview.ppt
 
CS553_ST7_Ch15-LANOverview.ppt
CS553_ST7_Ch15-LANOverview.pptCS553_ST7_Ch15-LANOverview.ppt
CS553_ST7_Ch15-LANOverview.ppt
 
Network devices
Network devicesNetwork devices
Network devices
 
layer2-network-design.ppt
layer2-network-design.pptlayer2-network-design.ppt
layer2-network-design.ppt
 
Networkingdevices 120505003202-phpapp02
Networkingdevices 120505003202-phpapp02Networkingdevices 120505003202-phpapp02
Networkingdevices 120505003202-phpapp02
 
Network Topologies, L1-L2 Basics, Networking Devices
Network Topologies, L1-L2 Basics, Networking DevicesNetwork Topologies, L1-L2 Basics, Networking Devices
Network Topologies, L1-L2 Basics, Networking Devices
 
Network Devices
Network DevicesNetwork Devices
Network Devices
 
Computer Network Components
Computer Network  ComponentsComputer Network  Components
Computer Network Components
 
layer2-network-design.ppt
layer2-network-design.pptlayer2-network-design.ppt
layer2-network-design.ppt
 
20CS2007 Computer Communication Networks
20CS2007 Computer Communication Networks 20CS2007 Computer Communication Networks
20CS2007 Computer Communication Networks
 
CN 5151(15) Module I part 1.3 21072020.pdf
CN 5151(15) Module I part 1.3 21072020.pdfCN 5151(15) Module I part 1.3 21072020.pdf
CN 5151(15) Module I part 1.3 21072020.pdf
 
Networking and Internetworking Devices
Networking and Internetworking DevicesNetworking and Internetworking Devices
Networking and Internetworking Devices
 
Lan
LanLan
Lan
 
Lan overview
Lan overviewLan overview
Lan overview
 
Chapter06 -- topologies and access methods
Chapter06  -- topologies and access methodsChapter06  -- topologies and access methods
Chapter06 -- topologies and access methods
 
Network Topologies.pdf
Network Topologies.pdfNetwork Topologies.pdf
Network Topologies.pdf
 
Unit2.2
Unit2.2Unit2.2
Unit2.2
 

More from Syaiful Ahdan

Sertifikat EC00202128391
 Sertifikat EC00202128391 Sertifikat EC00202128391
Sertifikat EC00202128391Syaiful Ahdan
 
SP2JPB - Aplikasi Sistem Pelayanan Pemesanan Jasa Perbaikan Pada Bengkel Alam...
SP2JPB - Aplikasi Sistem Pelayanan Pemesanan Jasa Perbaikan Pada Bengkel Alam...SP2JPB - Aplikasi Sistem Pelayanan Pemesanan Jasa Perbaikan Pada Bengkel Alam...
SP2JPB - Aplikasi Sistem Pelayanan Pemesanan Jasa Perbaikan Pada Bengkel Alam...Syaiful Ahdan
 
Sertifikat ec00202059774
Sertifikat ec00202059774Sertifikat ec00202059774
Sertifikat ec00202059774Syaiful Ahdan
 
Sertifikat ec00202059775
Sertifikat ec00202059775Sertifikat ec00202059775
Sertifikat ec00202059775Syaiful Ahdan
 
Sertifikat EC00202045078
Sertifikat EC00202045078Sertifikat EC00202045078
Sertifikat EC00202045078Syaiful Ahdan
 
Sertifikat EC00202044723
 Sertifikat EC00202044723 Sertifikat EC00202044723
Sertifikat EC00202044723Syaiful Ahdan
 
Sertifikat EC00202023523
Sertifikat EC00202023523Sertifikat EC00202023523
Sertifikat EC00202023523Syaiful Ahdan
 
Sertifikat EC00201826309
Sertifikat EC00201826309Sertifikat EC00201826309
Sertifikat EC00201826309Syaiful Ahdan
 
Sertifikat EC00202023149
Sertifikat EC00202023149Sertifikat EC00202023149
Sertifikat EC00202023149Syaiful Ahdan
 
Sertifikat EC00202022868
Sertifikat EC00202022868Sertifikat EC00202022868
Sertifikat EC00202022868Syaiful Ahdan
 
Sertifikat EC00202021343
Sertifikat EC00202021343Sertifikat EC00202021343
Sertifikat EC00202021343Syaiful Ahdan
 
Sertifikat EC00202022755
Sertifikat EC00202022755Sertifikat EC00202022755
Sertifikat EC00202022755Syaiful Ahdan
 
Sertifikat EC00201987196
Sertifikat EC00201987196Sertifikat EC00201987196
Sertifikat EC00201987196Syaiful Ahdan
 
Sertifikat EC00201856484
Sertifikat EC00201856484Sertifikat EC00201856484
Sertifikat EC00201856484Syaiful Ahdan
 
Sertifikat EC00201856352
Sertifikat EC00201856352Sertifikat EC00201856352
Sertifikat EC00201856352Syaiful Ahdan
 
Sertifikat EC00201856994
Sertifikat EC00201856994Sertifikat EC00201856994
Sertifikat EC00201856994Syaiful Ahdan
 
Sertifikat EC00201856895
Sertifikat EC00201856895Sertifikat EC00201856895
Sertifikat EC00201856895Syaiful Ahdan
 
Meeting 2 introdcution network administrator
Meeting 2   introdcution network administratorMeeting 2   introdcution network administrator
Meeting 2 introdcution network administratorSyaiful Ahdan
 

More from Syaiful Ahdan (20)

Sertifikat EC00202128391
 Sertifikat EC00202128391 Sertifikat EC00202128391
Sertifikat EC00202128391
 
SP2JPB - Aplikasi Sistem Pelayanan Pemesanan Jasa Perbaikan Pada Bengkel Alam...
SP2JPB - Aplikasi Sistem Pelayanan Pemesanan Jasa Perbaikan Pada Bengkel Alam...SP2JPB - Aplikasi Sistem Pelayanan Pemesanan Jasa Perbaikan Pada Bengkel Alam...
SP2JPB - Aplikasi Sistem Pelayanan Pemesanan Jasa Perbaikan Pada Bengkel Alam...
 
Sertifikat ec00202059774
Sertifikat ec00202059774Sertifikat ec00202059774
Sertifikat ec00202059774
 
Sertifikat ec00202059775
Sertifikat ec00202059775Sertifikat ec00202059775
Sertifikat ec00202059775
 
Sertifikat EC00202045078
Sertifikat EC00202045078Sertifikat EC00202045078
Sertifikat EC00202045078
 
Sertifikat EC00202044723
 Sertifikat EC00202044723 Sertifikat EC00202044723
Sertifikat EC00202044723
 
Sertifikat EC00202023523
Sertifikat EC00202023523Sertifikat EC00202023523
Sertifikat EC00202023523
 
Sertifikat EC00201826309
Sertifikat EC00201826309Sertifikat EC00201826309
Sertifikat EC00201826309
 
Sertifikat EC00202023149
Sertifikat EC00202023149Sertifikat EC00202023149
Sertifikat EC00202023149
 
Sertifikat EC00202022868
Sertifikat EC00202022868Sertifikat EC00202022868
Sertifikat EC00202022868
 
Sertifikat EC00202021343
Sertifikat EC00202021343Sertifikat EC00202021343
Sertifikat EC00202021343
 
Sertifikat EC00202022755
Sertifikat EC00202022755Sertifikat EC00202022755
Sertifikat EC00202022755
 
Sertifikat EC00201987196
Sertifikat EC00201987196Sertifikat EC00201987196
Sertifikat EC00201987196
 
Sertifikat EC00201856484
Sertifikat EC00201856484Sertifikat EC00201856484
Sertifikat EC00201856484
 
Sertifikat EC00201856352
Sertifikat EC00201856352Sertifikat EC00201856352
Sertifikat EC00201856352
 
Sertifikat EC00201856994
Sertifikat EC00201856994Sertifikat EC00201856994
Sertifikat EC00201856994
 
Sertifikat EC00201856895
Sertifikat EC00201856895Sertifikat EC00201856895
Sertifikat EC00201856895
 
Meeting 2 introdcution network administrator
Meeting 2   introdcution network administratorMeeting 2   introdcution network administrator
Meeting 2 introdcution network administrator
 
Pertemuan 5
Pertemuan 5Pertemuan 5
Pertemuan 5
 
Pertemuan 4
Pertemuan 4Pertemuan 4
Pertemuan 4
 

Recently uploaded

EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
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
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfUjwalaBharambe
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)Dr. Mazin Mohamed alkathiri
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupJonathanParaisoCruz
 
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
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
MICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptxMICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptxabhijeetpadhi001
 
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
 
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
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 

Recently uploaded (20)

9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
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
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized Group
 
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
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
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🔝
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
MICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptxMICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptx
 
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
 
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
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 

Dc ch08 : local area network overview

  • 1. 1 1 1 1 tohttps://github.com/syaifulahdan/ DATA COMMUNICATION Local Area Network Overview Data Communications and Networking  LAN Application  LAN Topologies  Frame Transmission on BUS  Ring Topology  Frame Transmission Ring  Star Topology  Hubs  Buses and Hubs  Shared Medium Bus and Hub  Choice of Topology  LAN Protocol Architecure  IEE 802 vs OSI Reading: Book Chapter 8 Data and Computer Communications, 8th edition By William Stallings  802 Layers  LAN Protocols in Context  Medium Access Control  Generic MAC Frame Format  Bridges  Bridges Operation  Layer 2 Switch  Switch vs Bridege
  • 2. Data Communications and Networking Chapter 10 Local Area Network Overview References: Book Chapters 15 Data and Computer Communications, 8th edition By William Stallings
  • 3. 3 3 3 3 tohttps://github.com/syaifulahdan/ LAN Applications • LAN consists of a shared transmission medium and a set of stations (computers, printers, …) — Today, some LANs don’t use shared transmission medium anymore in order to improve the transmission performance • LANs usually are owned by the organization that is using the network to interconnect equipment. • There are different types of LANs, each with its own protocols. • Applications of LAN — Personal computer LANs • Share resources (e.g., printers) • Share information (e.g., files) • “Limited” data rate (10Mbps – 1000Mbps) — Backend networks • Interconnecting large systems (mainframes and large storage devices) • High data rate — Storage Area Networks • A separate network to handle storage needs • Hard disks, tape libraries, CD arrays • Detaches storage tasks from specific servers 3
  • 6. 6 6 6 6 tohttps://github.com/syaifulahdan/ Ring Topology • Consists of a set of repeaters in a closed loop —Repeater: a simple device that receives data on the incoming link and retransmits on the outgoing link —Links are unidirectional —Stations attach to repeaters • Frame —Circulates around the ring and pass all stations —Destination recognizes its address and copies frame —Circulates back to source and is then removed • Medium access control determines when a station can insert frame into the ring 6
  • 8. 8 8 8 8 tohttps://github.com/syaifulahdan/ Star Topology • Each station is directly connected to a central node — Usually via two point-to-point links • Two types of central node — Simple one: operate in a broadcast fashion • Transmission of a frame from one station to the central node is retransmitted on all of the outgoing links • Physically a star, logically a bus • Only one station can transmit at a time • The central node is referred to as a hub — Complex one: act as frame-switching device • An incoming frame is buffered in the central node and then retransmitted on the outgoing link to the destination station • Intelligent and powerful • More than one stations can transmit at the same time – Buffers are required at the central node to resolve conflict (if more than one frames are destined to the same station at the same time) • The central node is referred to as a switch 8
  • 9. 9 9 9 9 tohttps://github.com/syaifulahdan/ Hubs • Central element of a star topology • Each station connects to hub by two lines —Transmit and receive —So a link consists of two unshielded twisted pairs (UTP) • Hub acts as a repeater —When one station transmits, hub repeats signal to each station —Physically star, logically bus • Limited to about 100 m —High data rate and poor transmission qualities of UTP —Optical fiber may be used for about 500 m • Transmission from any station received by all other stations —No privacy, security issues —If two stations transmit at the same time, collision 9
  • 10. 10 10 10 10 tohttps://github.com/syaifulahdan/ Buses and Hubs • Similarity: —All stations share capacity of bus (e.g. 10Mbps) —Transmission from any station received by all stations —Only one station transmitting at a time • Difference: —Hub uses star wiring to attach stations to hub —Easy installation: each floor has a wiring closet and a hub can be placed there to connect all stations in this floor —Easy maintenance: hub can recognize a malfunctioning station and auto-cut it out of the network —Hub can form a tree topology: head hub, intermediate hubs • Improve performance with layer 2 switch 10
  • 12. 12 12 12 12 tohttps://github.com/syaifulahdan/ Choice of Topology • Transmission medium —Twisted pair: popularly used by today’s Ethernet —Baseband coaxial cable (digital signaling): was used by the original Ethernet —Broadband coaxial cable (analog signaling): not popular due to the cost —Optical fiber: popularly used by Ethernet —Air: Wireless LAN becomes very popular today • Installation and maintenance —For bus and ring topology, installation also means removing some existing links, so it is costly —For ring topology, a failure of one link disable the entire network —For star topology, it can take advantage of the natural layout of wiring in a building, and installation/maintenance of one link does not affect other links • Star topology is the most popular one today 12
  • 13. 13 13 13 13 tohttps://github.com/syaifulahdan/ LAN Protocol Architecture • In OSI reference model, network layer and above layers are independent of network architecture and are applicable to LANs, WANs, and MANs. So LAN protocol only concerns physical layer and data link layer. • IEEE 802 protocols are the industrial standard on the specification of different LANs. It consists of three layers —Logical link control (LLC) —Medium access control (MAC) —Physical 13
  • 15. 15 15 15 15 tohttps://github.com/syaifulahdan/ 802 Layers • Physical Layer — Encoding/decoding of signals — Preamble generation/removal • for synchronization — Bit transmission/reception — Transmission medium and topology • Medium Access Control — Manage access to a shared-access medium — Not found in traditional point-to-point layer 2 data link protocol • Logical Link Control — Provide interfaces (called “services”) to higher layers — Perform flow and error control 15
  • 17. 17 17 17 17 tohttps://github.com/syaifulahdan/ Medium Access Control • The function of MAC is to control access to the shared transmission medium to provide an orderly and efficient use of the capacity. • There are different types of medium access control schemes — Centralized scheme: a controller is designated that has the authority to grant access to the network, e.g., 802.16 (WiMax) • Advantages: – Greater control – Simple access logic at station – Avoids problems of co-ordination • Disadvantages: – Single point of failure – Potential bottleneck — Distributed scheme (or decentralized scheme): the stations collectively perform a medium access control function to determine dynamically the order in which stations transmitm, e.g, 802.3 (Ethernet), 802.11 (WiFi) • We will study more about this in next Chapter. — Synchronous scheme • a specific capacity is dedicated to a connection, like TDM, FDM — Asynchronous scheme • able to allocate capacity in response to demand 17
  • 19. 19 19 19 19 tohttps://github.com/syaifulahdan/ Bridges • There is a need to expand beyond the confines of a single LAN. • Two network devices can be used to interconnect LANs: bridges and routers —Bridges work at Layer 2, whilst routers work at Layer 3 • Bridge: —Basic bridges interconnect similar LANs, i.e., LANs use identical protocols —Read all frames transmitted on one LAN and accept those address to any station on the other LAN, retransmit them on the second LAN —More sophisticated bridges can interconnect different types of LANs (for example, an Ethernet and a token ring LAN), that is, it can convert one MAC format to another 19
  • 21. 21 21 21 21 tohttps://github.com/syaifulahdan/ Why Not One Large LAN? • There are several reasons for the use of multiple LANs connected by bridges — Reliability • For a single large LAN, a fault on the network may disable communication for all devices. • By using bridges, the network can be partitioned into self-contained units — Performance • Performance on a LAN declines with an increase in the number of devices or the length of the wire. • A number of smaller LANs will often give improved performance if devices can be clustered so that intranetwork traffic exceeds internetwork traffic. — Security • Multiple LANs may improve security of communications. — Geography • A single LAN is always limited by its diameter. • Two separate LANs are needed to support devices clustered in two geographically distant locations. • In summary — Bridges provides an extension to the LAN that requires no modification to the communications software in the stations attached to the LANs. — It appears to all stations on the two (or more) LANs that there is a single LAN. 21
  • 22. 22 22 22 22 tohttps://github.com/syaifulahdan/ Layer 2 Switches • In recent years, layer 2 switch has replaced hub in popularity. • Switches act like telephone operators — Incoming frame from a particular station switched to appropriate output line • More than one station can transmit at a time — Multiplying capacity of LAN — More network traffic is allowed • Two types of layer 2 switches — Store-and-forward switch: the switch accepts a frame on an input line, buffers it briefly, and then sends it to the appropriate output line • Involve a delay, but boosts the overall integrity of the network — Cut-through switch: the switch begins repeating the incoming frame onto the appropriate output line as soon as the switch recognizes the destination address • Yield the highest possible throughput, but at some risk of propagating bad frames because the switch cannot check the CRC prior to retransmission 22
  • 24. 24 24 24 24 tohttps://github.com/syaifulahdan/ Layer 2 Switch v Bridge • Layer 2 switch functions as a multiport bridge. • Differences —Bridge handles frames in software, switch performs address recognition and frame forwarding in hardware —Bridge only analyzes and forwards one frame at a time, switch has multiple parallel data paths, so it can handle multiple frames at a time • Bridge has suffered commercially —New installations typically adopt layer 2 switches with bridge functionality rather than bridges 24
  • 25. 25 25 25 25 tohttps://github.com/syaifulahdan/ Typical Large LAN Organization Diagram Layer 3 switch: switch that implements the packet forwarding logic of the router 25