SlideShare une entreprise Scribd logo
1  sur  56
Unit01:
Understanding Networking
Overview
• Network
• Types of Network
• Topologies
• Media Types
• Networking Technologies and
Characteristics
What is Network ?
• A group of computers and other devices that are
connected by some type of transmission media.
– Small as two computers connected by a cable in a home, office
– Large as several thousand computers connected by cable,
satellite or phone line.
Why use Network ?
• Manage or Administer resources on multiple computers
from a central location
• Enable multiple users to share devices and resources
such as:
– Printers
– Faxes
– Programs and Files
• Word Processing
• Data Base
Types of Network
• Peer-to-peer Networks
• Client/Server Networks
Peer to Peer
• Simple to configure
• Don’t need much technical expertise
• Typically less expensive to setup
• Not very flexible
Client/Server Networks
• Servers facilitate communication and resource sharing
between clients.
• Computers on a client/server
network act as a client.
Advantages of Client/Server
• User login accounts and passwords for anyone on a
server-based network can be assigned in one place
• Access to multiple shared resources can be centrally
granted to a single user or groups of users
• Problems on the network can be tracked, diagnosed,
and often fixed from one location.
• Servers are optimized to handle heavy processing loads
and dedicated to handling requests from clients.
• Servers can connect more than a handful of computers
on a network
LAN , MAN and WAN
• LAN – Local Area Network
• MAN – Metropolitan Area Network
• WAN – Wide Are Network
Local Area Network
• A network of computers and other devices that is
confined to a relatively small space, such as one building
or even one office
• Interconnected and rely on several servers running many
different applications and managing resources other than
data.
• Example : A School Network.
Local area Network
Metropolitan Area Network
• A network that is larger than a LAN and connects clients
and servers from multiple buildings
• A MAN may use different transmission technology and
media than a LAN because of the distance it covers
• Example : 2 or more Buildings is Connected
Metropolitan Area network
Wide area Network
• A network that connects two or more geographically
distinct LANs or MAN
• WAN carry data over longer distances than LAN
• WANs require slightly different transmission methods
and media and often use a greater variety of
technologies than LAN
• Most MAN can also be described as WAN
• WAN commonly connect separate offices in the same
organization, whether they are across town or across the
world from each other
Wide Area Network
Topologies
• Physical layout of computer network
– Bus
– Star
– Ring
– Hybrid
Bus Topology
• Consists of a single cable connecting all nodes on a
network without intervening connectivity devices
• The single cable is called bus and can only support one
channel for communication
• Uses coaxial cable
• 50 ohm Resistor know as
Terminator
Star Topology
• Every node on the network is connected through a
central device, such as hub , switch etc..
• Uses twisted-pair or fiber-optic cabling
C li e n t
S e r v e r
Ring Topology
• In a ring topology, each node is connected to the two
nearest nodes so that the entire network forms a circle
• Data is transmitted clockwise, in one direction
(unidirectional), around the ring
• The fact that all workstations participate in delivery
makes the ring topology an active topology
• A ring topology also differs in that it has no “ends” and
data stops at its destination and, twisted-pair or fiber-
optic cabling is used as the physical medium
Ring Topology
S e r v e r
C lie n t
Hybrid
• The hybrid topology uses the physical layout of a star in
conjunction with the ring topology’s data transmission
method
• Data is sent around the star in a circular pattern
• This hybrid topology benefits from the fault tolerance of
the star topology
• In a hybrid topology, groups of workstations are star-
connected to hubs and then networked via a single bus
• With this design, you can cover longer distances and
easily interconnect or isolate different network segments
Hybrid Topology
Communication
Media and Transmission
What is a signal ?
• Data is communicated by means of a signal, and a
signal is a change in voltage over time
• Distortion of the signal is known as interference
• Networks are generally not resilient to signal interference
• NICs, hubs and other devices generate signals which
travel along the network media
• The signals are converted to data as they travel through
the OSI layers
• Cable testers can be used to check signal quality and
strength
Measuring Signals
-1
-0.8
-0.6
-0.4
-0.2
0
0.2
0.4
0.6
0.8
1
1 22 43 64 85 106 127 148 169 190 211 232 253 274 295 316 337 358 379 400 421 442 463 484 505 526 547 568 589 610 631 652 673 694 715
Frequency
Amplitude
Definitions
• Voltage – the force which moves an electrical current against
resistance
• Waveform – the shape of the signal (previous slide is a sine wave)
derived from its amplitude and frequency over a fixed time (other
waveform is the square wave)
• Amplitude – the maximum value of a signal, measured from its
average state
• Frequency (pitch) – the number of cycles produced in a second –
Hertz (Hz). Relate this to the speed of a processor eg 1.4GigaHertz
or 1.4 billion cycles per second
Analogue Signals vs Digital signals
• Analogue Signals
– Human Voice – best
example
– Ear recognises sounds
20KHz or less
– AM Radio – 535KHz to
1605KHz
– FM Radio – 88MHz to
108MHz
• Digital signals
– Represented by Square
Wave
– All data represented by
binary values
– Single Binary Digit – Bit
– Transmission of contiguous
group of bits is a bit stream
– Not all decimal values can
be represented by binary
Amplitude Modulation vs
Frequency Modulation
AM- same
frequency,
different
amplitudes
FM- Different
frequencies
Digital Signals
1 0 1 0 1 0 1 0
Analogue vs Digital (Advan)
• Analogue Advantages
– Best suited for audio
and video
– Consume less
bandwidth
– Available world wide
– Less susceptible to
noise
• Digital Advantages
– Best for computer data
– Can be easily
compressed
– Can be encrypted
– Equipment is more
common and less
expensive
– Can provide better
clarity
Asynchronous Transmission
• Uses start and stop bits to delineate pieces of data,
usually characters when used with modems
– Less efficient than synchronous (overhead of bits)
– Best suited for short bursts, such as Internet use
– Less resistant to disruption
Synchronous Transmission
• Does not use stop/start bits – instead devices agree
timing
– Faster than asynchronous (no overheads)
– Transmission is in blocks, not single characters
– Can be slow on poor quality media
How transmissions flow over media
• Simplex – only in one direction
• Half-Duplex – Travels in either direction, but not both
directions at the same time
• Full-Duplex – can travel in either direction simultaneously
Baseband vs Broadband
Transmission
• In baseband transmission, digital signals are sent
through direct current (DC) pulses applied to the wire
• In broadband transmission, signals are modulated as
radio frequency (RF) analog pulses that use different
frequency ranges
Networking Media
Networking Media
• Electrical Cable
– Coaxial Cable
• Single copper conductor in the center surrounded
by a plastic layer for insulation and a braided metal
outer shield.
– Twisted pair
• Four pairs of wires twisted to certain specifications.
• Available in shielded and unshielded versions.
Networking Media
• Fiber-optic
– A cable, consisting of a center glass core surrounded
by layers of plastic, that transmits data using light
rather than electricity.
• Atmosphere/Wireless
– Uses Electromagnetic waves. whose frequency range
is above that of microwaves, but below that of the
visible spectrum.
Coaxial Cable
• First type of networking
media used
• Available in different
types :
– RG-6 – Cable TV,
– RG58/U – Thin Ethernet,
– RG8 – Thick Ethernet
• Largely replaced by
twisted pair for networks
Coaxial Cable
• Advantages of
Coaxial
– Easy to Install
– Small in diameter
– Shielded to reduce
EMI and RFI
interference
• Disadvantages of
Coaxial
– Must be grounded to
prevent interference
– More expensive than
twisted pair
– Does not support high
speed transmissions
– Its base band
transmissions does
not allow for integrated
video and voice
Unshielded Twisted Pair
Unshielded Twisted Pair
• Advantages
– Inexpensive
– Widely used
– Supports many
network types
• Disadvantages
– Susceptible to
interference
– Prone to damage
during installation
– Distance limitations
Categories of UTP
Category Pair's Transmission Usage
Category 1 2 Pairs Voice Grade Used by telecoms, but not for data
Category 2 2 Pairs 4 Mbps Can be used for data, no longer
recognised
Category 3 4 Pairs 10 Mbps Used for 10BASE-T and voice
Category 4 4 Pairs 16 Mbps Used in IBM Token Ring
Category 5 4 Pairs 100 Mbps + Ethernet and 100BASE-X
Fiber Optic
• Fiber-Optic Cable
– Contains one or
several glass fibers at
its core
– Cladding is the glass
shield around the core
Fiber Optic Mode
• Single-Mode Fiber
– Carries single
frequency of light to
transmit data
• Multimode Fiber
– Carries many
frequencies of light
over a single or many
fibers
Fiber Optic
• Advantages
– Can be installed over
long distances
– Provides large
amounts of bandwidth
– Not susceptible to EMI
RFI
– Can not be easily
tapped (secure)
• Disadvantages
– Most expensive media
to purchase and install
– Rigorous guidelines
for installation
Wireless
• Radio transmits at 10KHz to 1KHz
• Microwaves transmit at 1GHz to
500GHz
• Infrared transmits at 500GHz to
1THz
• Radio transmission may include:
– Narrow band
– High-powered
– Frequency hopping spread
spectrum (the hop is controlled by
accurate timing)
– Direct-sequence-modulation
spread spectrum (uses multiple
frequencies at the same time,
transmitting data in ‘chips’ at high
speed)
Connectors
Fibre Optic
Thicknet
RJ45
T-Piece
Connectors
• RJ-11
– common telephone connection interface
• RJ-45
– common type of media connector for Ethernet 10BaseT, 100BaseT, and
1000BaseT networks running on UTP
• AUI
– Used for both ThickNet and ThinNet coaxial cables
• BNC
– connect devices to a ThinNet 10Base2 Ethernet network
• ST
– fiber optic connector used for duplex communications
• SC
– Fiber optic used for simplex communications
• RS-232
– This is the serial interface with either 9 or 25 pins found on every PC
Network Technologies
Ethernet (802.3)
• Ethernet is the most widely used local area network
(LAN) technology.
• An Ethernet LAN may use coaxial cable, special grades
of twisted pair wiring, or fiber optic cable. "Bus" and
"Star" wiring configurations are supported.
• Ethernet devices compete for access to the network
using a protocol called Carrier Sense Multiple Access
with Collision Detection (CSMA/CD).
Ethernet Implementations
• Particularly important Ethernet implementations include:
– Fast Ethernet (e.g. 100BaseT and 100BaseFX)
• The IEEE 802.3u specification covers Fast
Ethernet
– Gigabit Ethernet (e.g. 1000BaseT, 1000BaseSX, and
1000BaseLX)
• The IEEE 802.3z specification addresses Gigabit
Ethernet
– Iso-Ethernet enables Ethernet LANs at different
geographic locations to be connected over ISDN
Ethernet Standards
Token Ring (802.5)
• Physically, token ring LANs resemble star topologies, but
technically they are rings
– Ring is physically implemented in MAUs
– UTP is the most common cabling
• Speed is typically 16 mbps, however, 4 mbps and 100
mbps token ring networks exist
Wireless (802.11x)
• Wireless protocols are described under IEEE 802.11
• Transmit data to the WAP that acts as a hub
• Infrastructure mode
• Ad-hoc mode
• Data throughput of up to 11 Mbps
• The 802.11b protocol runs half-duplex
• 2.4 GHz range
FDDI
• A network technology whose standard was originally
specified by ANSI in the mid-1980s and later refined by
ISO
• FDDI (pronounced “fiddy”) uses a double ring of
multimode or single mode fiber to transmit data at
speeds of 100 Mbps
• FDDI is more reliable and more secure than
transmission methods that depend on copper wiring
• FDDI technology has a high cost relative to Fast
Ethernet
Summary
• By understanding how networks are shaped, or their
physical topologies, you will be able to better understand
the installation and configuration of a network
• Networking Media and Connectors
• Networking Technologies and Standards

Contenu connexe

Tendances

Computer network
Computer networkComputer network
Computer networkSimran Kaur
 
Presentation on data communication
Presentation on data communicationPresentation on data communication
Presentation on data communicationHarpreet Dhaliwal
 
Internetworking devices(networking)
Internetworking devices(networking)Internetworking devices(networking)
Internetworking devices(networking)welcometofacebook
 
Network Connecting Devices UNIT 5
Network Connecting Devices UNIT 5Network Connecting Devices UNIT 5
Network Connecting Devices UNIT 5Raj vardhan
 
Internetworking devices
Internetworking devicesInternetworking devices
Internetworking devicesOnline
 
Understanding Networking Devices – A Brief Introduction | TechLinu.com
Understanding Networking Devices – A Brief Introduction | TechLinu.comUnderstanding Networking Devices – A Brief Introduction | TechLinu.com
Understanding Networking Devices – A Brief Introduction | TechLinu.comTechLinu.com
 
Computer networks basic network_hardware_1
Computer networks basic network_hardware_1Computer networks basic network_hardware_1
Computer networks basic network_hardware_1Aneesh Nelavelly
 
Networking Devices and Networking Topologies
Networking Devices and Networking TopologiesNetworking Devices and Networking Topologies
Networking Devices and Networking Topologiesmc aa
 
Networking and internetworking devices
Networking and internetworking devicesNetworking and internetworking devices
Networking and internetworking devicesRaveena kumari
 
Basic Networking Concepts
Basic Networking ConceptsBasic Networking Concepts
Basic Networking ConceptsSehajbir Singh
 
computer networking and its application ppt
computer networking and its application pptcomputer networking and its application ppt
computer networking and its application pptNitesh Dubey
 
Network devices (2)
Network devices (2)Network devices (2)
Network devices (2)Dhani Ahmad
 
1 networking devices 2014
1 networking devices 20141 networking devices 2014
1 networking devices 2014Zuhaib Zaroon
 

Tendances (20)

Networking devices
Networking devicesNetworking devices
Networking devices
 
Network topology.ppt
Network topology.pptNetwork topology.ppt
Network topology.ppt
 
Networks PPT
Networks PPTNetworks PPT
Networks PPT
 
Computer network
Computer networkComputer network
Computer network
 
Presentation on data communication
Presentation on data communicationPresentation on data communication
Presentation on data communication
 
Internetworking devices(networking)
Internetworking devices(networking)Internetworking devices(networking)
Internetworking devices(networking)
 
Network Connecting Devices UNIT 5
Network Connecting Devices UNIT 5Network Connecting Devices UNIT 5
Network Connecting Devices UNIT 5
 
Internetworking devices
Internetworking devicesInternetworking devices
Internetworking devices
 
Understanding Networking Devices – A Brief Introduction | TechLinu.com
Understanding Networking Devices – A Brief Introduction | TechLinu.comUnderstanding Networking Devices – A Brief Introduction | TechLinu.com
Understanding Networking Devices – A Brief Introduction | TechLinu.com
 
Computer networks basic network_hardware_1
Computer networks basic network_hardware_1Computer networks basic network_hardware_1
Computer networks basic network_hardware_1
 
Networking Devices and Networking Topologies
Networking Devices and Networking TopologiesNetworking Devices and Networking Topologies
Networking Devices and Networking Topologies
 
Networking and internetworking devices
Networking and internetworking devicesNetworking and internetworking devices
Networking and internetworking devices
 
Basic Networking Concepts
Basic Networking ConceptsBasic Networking Concepts
Basic Networking Concepts
 
Network devices
Network devicesNetwork devices
Network devices
 
Network Devices
Network DevicesNetwork Devices
Network Devices
 
Connecting devices
Connecting devicesConnecting devices
Connecting devices
 
computer networking and its application ppt
computer networking and its application pptcomputer networking and its application ppt
computer networking and its application ppt
 
Network devices (2)
Network devices (2)Network devices (2)
Network devices (2)
 
Network devices
Network devicesNetwork devices
Network devices
 
1 networking devices 2014
1 networking devices 20141 networking devices 2014
1 networking devices 2014
 

En vedette

Networking Devices & Its Advantages and Disadvantages
Networking Devices & Its Advantages and DisadvantagesNetworking Devices & Its Advantages and Disadvantages
Networking Devices & Its Advantages and DisadvantagesAnit Thapaliya
 
PLC and SCADA training.
PLC and SCADA training.PLC and SCADA training.
PLC and SCADA training.Ishank Ranjan
 
Basics of Automation, PLC and SCADA
Basics of Automation, PLC and SCADABasics of Automation, PLC and SCADA
Basics of Automation, PLC and SCADAIndira Kundu
 

En vedette (6)

Unit00
Unit00Unit00
Unit00
 
Networking Devices & Its Advantages and Disadvantages
Networking Devices & Its Advantages and DisadvantagesNetworking Devices & Its Advantages and Disadvantages
Networking Devices & Its Advantages and Disadvantages
 
PLC and SCADA training.
PLC and SCADA training.PLC and SCADA training.
PLC and SCADA training.
 
PLC SCADA
PLC SCADAPLC SCADA
PLC SCADA
 
ppt on PLC
ppt on PLCppt on PLC
ppt on PLC
 
Basics of Automation, PLC and SCADA
Basics of Automation, PLC and SCADABasics of Automation, PLC and SCADA
Basics of Automation, PLC and SCADA
 

Similaire à Understanding Networking Fundamentals

HPE Training uts prs PowerPoint presentation
HPE Training uts   prs    PowerPoint presentationHPE Training uts   prs    PowerPoint presentation
HPE Training uts prs PowerPoint presentationurmishabm
 
Data comm 2 latest
Data comm 2 latestData comm 2 latest
Data comm 2 latestRohit Nair
 
Communication and Network Concepts
Communication and Network ConceptsCommunication and Network Concepts
Communication and Network ConceptsDev Chauhan
 
Introduction to data communications
Introduction to data communicationsIntroduction to data communications
Introduction to data communicationsArunaSekar1
 
Network and its concepts
Network and its conceptsNetwork and its concepts
Network and its conceptsHimanshu Sajwan
 
Bba i-introduction to computer-u-4-data communication and network
Bba  i-introduction to computer-u-4-data communication and networkBba  i-introduction to computer-u-4-data communication and network
Bba i-introduction to computer-u-4-data communication and networkRai University
 
Data communication and network
Data communication and networkData communication and network
Data communication and networkHardik Patel
 
Topic 1.1 basic concepts of computer network
Topic 1.1 basic concepts of computer networkTopic 1.1 basic concepts of computer network
Topic 1.1 basic concepts of computer networkAtika Zaimi
 
Mba i-ifm-u-4-data communication and network
Mba i-ifm-u-4-data communication and networkMba i-ifm-u-4-data communication and network
Mba i-ifm-u-4-data communication and networkRai University
 
Mba i-ifm-u-4-data communication and network
Mba i-ifm-u-4-data communication and networkMba i-ifm-u-4-data communication and network
Mba i-ifm-u-4-data communication and networkRai University
 
NETWORK TESCHNOLOGY.pptx
NETWORK TESCHNOLOGY.pptxNETWORK TESCHNOLOGY.pptx
NETWORK TESCHNOLOGY.pptxYasaraDevindi
 
Networking devices
Networking devicesNetworking devices
Networking devicesRavi KC
 
Data communications_Network_Model (1).pdf
Data communications_Network_Model (1).pdfData communications_Network_Model (1).pdf
Data communications_Network_Model (1).pdfSujanTimalsina5
 
Mca i-fundamental of computer-u-4-data communication and network
Mca  i-fundamental of  computer-u-4-data communication and networkMca  i-fundamental of  computer-u-4-data communication and network
Mca i-fundamental of computer-u-4-data communication and networkRai University
 
Bca i-fundamental of computer-u-4-data communication and network
Bca  i-fundamental of  computer-u-4-data communication and networkBca  i-fundamental of  computer-u-4-data communication and network
Bca i-fundamental of computer-u-4-data communication and networkRai University
 

Similaire à Understanding Networking Fundamentals (20)

Network in brief
Network in briefNetwork in brief
Network in brief
 
HPE Training uts prs PowerPoint presentation
HPE Training uts   prs    PowerPoint presentationHPE Training uts   prs    PowerPoint presentation
HPE Training uts prs PowerPoint presentation
 
Data comm 2 latest
Data comm 2 latestData comm 2 latest
Data comm 2 latest
 
osi
osi osi
osi
 
Communication and Network Concepts
Communication and Network ConceptsCommunication and Network Concepts
Communication and Network Concepts
 
Introduction to data communications
Introduction to data communicationsIntroduction to data communications
Introduction to data communications
 
Transmission Media
Transmission MediaTransmission Media
Transmission Media
 
Chap1 networking
Chap1 networkingChap1 networking
Chap1 networking
 
Network and its concepts
Network and its conceptsNetwork and its concepts
Network and its concepts
 
Bba i-introduction to computer-u-4-data communication and network
Bba  i-introduction to computer-u-4-data communication and networkBba  i-introduction to computer-u-4-data communication and network
Bba i-introduction to computer-u-4-data communication and network
 
Data communication and network
Data communication and networkData communication and network
Data communication and network
 
Topic 1.1 basic concepts of computer network
Topic 1.1 basic concepts of computer networkTopic 1.1 basic concepts of computer network
Topic 1.1 basic concepts of computer network
 
Mba i-ifm-u-4-data communication and network
Mba i-ifm-u-4-data communication and networkMba i-ifm-u-4-data communication and network
Mba i-ifm-u-4-data communication and network
 
Mba i-ifm-u-4-data communication and network
Mba i-ifm-u-4-data communication and networkMba i-ifm-u-4-data communication and network
Mba i-ifm-u-4-data communication and network
 
computer network 2
computer network 2computer network 2
computer network 2
 
NETWORK TESCHNOLOGY.pptx
NETWORK TESCHNOLOGY.pptxNETWORK TESCHNOLOGY.pptx
NETWORK TESCHNOLOGY.pptx
 
Networking devices
Networking devicesNetworking devices
Networking devices
 
Data communications_Network_Model (1).pdf
Data communications_Network_Model (1).pdfData communications_Network_Model (1).pdf
Data communications_Network_Model (1).pdf
 
Mca i-fundamental of computer-u-4-data communication and network
Mca  i-fundamental of  computer-u-4-data communication and networkMca  i-fundamental of  computer-u-4-data communication and network
Mca i-fundamental of computer-u-4-data communication and network
 
Bca i-fundamental of computer-u-4-data communication and network
Bca  i-fundamental of  computer-u-4-data communication and networkBca  i-fundamental of  computer-u-4-data communication and network
Bca i-fundamental of computer-u-4-data communication and network
 

Plus de Nurul Nadirah (7)

Unit10
Unit10Unit10
Unit10
 
Unit09
Unit09Unit09
Unit09
 
Unit08
Unit08Unit08
Unit08
 
Unit06
Unit06Unit06
Unit06
 
Unit05
Unit05Unit05
Unit05
 
Unit04
Unit04Unit04
Unit04
 
Unit07
Unit07Unit07
Unit07
 

Dernier

🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 

Dernier (20)

🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 

Understanding Networking Fundamentals

  • 2. Overview • Network • Types of Network • Topologies • Media Types • Networking Technologies and Characteristics
  • 3. What is Network ? • A group of computers and other devices that are connected by some type of transmission media. – Small as two computers connected by a cable in a home, office – Large as several thousand computers connected by cable, satellite or phone line.
  • 4. Why use Network ? • Manage or Administer resources on multiple computers from a central location • Enable multiple users to share devices and resources such as: – Printers – Faxes – Programs and Files • Word Processing • Data Base
  • 5. Types of Network • Peer-to-peer Networks • Client/Server Networks
  • 6. Peer to Peer • Simple to configure • Don’t need much technical expertise • Typically less expensive to setup • Not very flexible
  • 7. Client/Server Networks • Servers facilitate communication and resource sharing between clients. • Computers on a client/server network act as a client.
  • 8. Advantages of Client/Server • User login accounts and passwords for anyone on a server-based network can be assigned in one place • Access to multiple shared resources can be centrally granted to a single user or groups of users • Problems on the network can be tracked, diagnosed, and often fixed from one location. • Servers are optimized to handle heavy processing loads and dedicated to handling requests from clients. • Servers can connect more than a handful of computers on a network
  • 9. LAN , MAN and WAN • LAN – Local Area Network • MAN – Metropolitan Area Network • WAN – Wide Are Network
  • 10. Local Area Network • A network of computers and other devices that is confined to a relatively small space, such as one building or even one office • Interconnected and rely on several servers running many different applications and managing resources other than data. • Example : A School Network.
  • 12. Metropolitan Area Network • A network that is larger than a LAN and connects clients and servers from multiple buildings • A MAN may use different transmission technology and media than a LAN because of the distance it covers • Example : 2 or more Buildings is Connected
  • 14. Wide area Network • A network that connects two or more geographically distinct LANs or MAN • WAN carry data over longer distances than LAN • WANs require slightly different transmission methods and media and often use a greater variety of technologies than LAN • Most MAN can also be described as WAN • WAN commonly connect separate offices in the same organization, whether they are across town or across the world from each other
  • 16. Topologies • Physical layout of computer network – Bus – Star – Ring – Hybrid
  • 17. Bus Topology • Consists of a single cable connecting all nodes on a network without intervening connectivity devices • The single cable is called bus and can only support one channel for communication • Uses coaxial cable • 50 ohm Resistor know as Terminator
  • 18. Star Topology • Every node on the network is connected through a central device, such as hub , switch etc.. • Uses twisted-pair or fiber-optic cabling C li e n t S e r v e r
  • 19. Ring Topology • In a ring topology, each node is connected to the two nearest nodes so that the entire network forms a circle • Data is transmitted clockwise, in one direction (unidirectional), around the ring • The fact that all workstations participate in delivery makes the ring topology an active topology • A ring topology also differs in that it has no “ends” and data stops at its destination and, twisted-pair or fiber- optic cabling is used as the physical medium
  • 20. Ring Topology S e r v e r C lie n t
  • 21. Hybrid • The hybrid topology uses the physical layout of a star in conjunction with the ring topology’s data transmission method • Data is sent around the star in a circular pattern • This hybrid topology benefits from the fault tolerance of the star topology • In a hybrid topology, groups of workstations are star- connected to hubs and then networked via a single bus • With this design, you can cover longer distances and easily interconnect or isolate different network segments
  • 24. What is a signal ? • Data is communicated by means of a signal, and a signal is a change in voltage over time • Distortion of the signal is known as interference • Networks are generally not resilient to signal interference • NICs, hubs and other devices generate signals which travel along the network media • The signals are converted to data as they travel through the OSI layers • Cable testers can be used to check signal quality and strength
  • 25. Measuring Signals -1 -0.8 -0.6 -0.4 -0.2 0 0.2 0.4 0.6 0.8 1 1 22 43 64 85 106 127 148 169 190 211 232 253 274 295 316 337 358 379 400 421 442 463 484 505 526 547 568 589 610 631 652 673 694 715 Frequency Amplitude
  • 26. Definitions • Voltage – the force which moves an electrical current against resistance • Waveform – the shape of the signal (previous slide is a sine wave) derived from its amplitude and frequency over a fixed time (other waveform is the square wave) • Amplitude – the maximum value of a signal, measured from its average state • Frequency (pitch) – the number of cycles produced in a second – Hertz (Hz). Relate this to the speed of a processor eg 1.4GigaHertz or 1.4 billion cycles per second
  • 27. Analogue Signals vs Digital signals • Analogue Signals – Human Voice – best example – Ear recognises sounds 20KHz or less – AM Radio – 535KHz to 1605KHz – FM Radio – 88MHz to 108MHz • Digital signals – Represented by Square Wave – All data represented by binary values – Single Binary Digit – Bit – Transmission of contiguous group of bits is a bit stream – Not all decimal values can be represented by binary
  • 28. Amplitude Modulation vs Frequency Modulation AM- same frequency, different amplitudes FM- Different frequencies
  • 29. Digital Signals 1 0 1 0 1 0 1 0
  • 30. Analogue vs Digital (Advan) • Analogue Advantages – Best suited for audio and video – Consume less bandwidth – Available world wide – Less susceptible to noise • Digital Advantages – Best for computer data – Can be easily compressed – Can be encrypted – Equipment is more common and less expensive – Can provide better clarity
  • 31. Asynchronous Transmission • Uses start and stop bits to delineate pieces of data, usually characters when used with modems – Less efficient than synchronous (overhead of bits) – Best suited for short bursts, such as Internet use – Less resistant to disruption
  • 32. Synchronous Transmission • Does not use stop/start bits – instead devices agree timing – Faster than asynchronous (no overheads) – Transmission is in blocks, not single characters – Can be slow on poor quality media
  • 33. How transmissions flow over media • Simplex – only in one direction • Half-Duplex – Travels in either direction, but not both directions at the same time • Full-Duplex – can travel in either direction simultaneously
  • 34. Baseband vs Broadband Transmission • In baseband transmission, digital signals are sent through direct current (DC) pulses applied to the wire • In broadband transmission, signals are modulated as radio frequency (RF) analog pulses that use different frequency ranges
  • 36. Networking Media • Electrical Cable – Coaxial Cable • Single copper conductor in the center surrounded by a plastic layer for insulation and a braided metal outer shield. – Twisted pair • Four pairs of wires twisted to certain specifications. • Available in shielded and unshielded versions.
  • 37. Networking Media • Fiber-optic – A cable, consisting of a center glass core surrounded by layers of plastic, that transmits data using light rather than electricity. • Atmosphere/Wireless – Uses Electromagnetic waves. whose frequency range is above that of microwaves, but below that of the visible spectrum.
  • 38. Coaxial Cable • First type of networking media used • Available in different types : – RG-6 – Cable TV, – RG58/U – Thin Ethernet, – RG8 – Thick Ethernet • Largely replaced by twisted pair for networks
  • 39. Coaxial Cable • Advantages of Coaxial – Easy to Install – Small in diameter – Shielded to reduce EMI and RFI interference • Disadvantages of Coaxial – Must be grounded to prevent interference – More expensive than twisted pair – Does not support high speed transmissions – Its base band transmissions does not allow for integrated video and voice
  • 41. Unshielded Twisted Pair • Advantages – Inexpensive – Widely used – Supports many network types • Disadvantages – Susceptible to interference – Prone to damage during installation – Distance limitations
  • 42. Categories of UTP Category Pair's Transmission Usage Category 1 2 Pairs Voice Grade Used by telecoms, but not for data Category 2 2 Pairs 4 Mbps Can be used for data, no longer recognised Category 3 4 Pairs 10 Mbps Used for 10BASE-T and voice Category 4 4 Pairs 16 Mbps Used in IBM Token Ring Category 5 4 Pairs 100 Mbps + Ethernet and 100BASE-X
  • 43. Fiber Optic • Fiber-Optic Cable – Contains one or several glass fibers at its core – Cladding is the glass shield around the core
  • 44. Fiber Optic Mode • Single-Mode Fiber – Carries single frequency of light to transmit data • Multimode Fiber – Carries many frequencies of light over a single or many fibers
  • 45. Fiber Optic • Advantages – Can be installed over long distances – Provides large amounts of bandwidth – Not susceptible to EMI RFI – Can not be easily tapped (secure) • Disadvantages – Most expensive media to purchase and install – Rigorous guidelines for installation
  • 46. Wireless • Radio transmits at 10KHz to 1KHz • Microwaves transmit at 1GHz to 500GHz • Infrared transmits at 500GHz to 1THz • Radio transmission may include: – Narrow band – High-powered – Frequency hopping spread spectrum (the hop is controlled by accurate timing) – Direct-sequence-modulation spread spectrum (uses multiple frequencies at the same time, transmitting data in ‘chips’ at high speed)
  • 48. Connectors • RJ-11 – common telephone connection interface • RJ-45 – common type of media connector for Ethernet 10BaseT, 100BaseT, and 1000BaseT networks running on UTP • AUI – Used for both ThickNet and ThinNet coaxial cables • BNC – connect devices to a ThinNet 10Base2 Ethernet network • ST – fiber optic connector used for duplex communications • SC – Fiber optic used for simplex communications • RS-232 – This is the serial interface with either 9 or 25 pins found on every PC
  • 50. Ethernet (802.3) • Ethernet is the most widely used local area network (LAN) technology. • An Ethernet LAN may use coaxial cable, special grades of twisted pair wiring, or fiber optic cable. "Bus" and "Star" wiring configurations are supported. • Ethernet devices compete for access to the network using a protocol called Carrier Sense Multiple Access with Collision Detection (CSMA/CD).
  • 51. Ethernet Implementations • Particularly important Ethernet implementations include: – Fast Ethernet (e.g. 100BaseT and 100BaseFX) • The IEEE 802.3u specification covers Fast Ethernet – Gigabit Ethernet (e.g. 1000BaseT, 1000BaseSX, and 1000BaseLX) • The IEEE 802.3z specification addresses Gigabit Ethernet – Iso-Ethernet enables Ethernet LANs at different geographic locations to be connected over ISDN
  • 53. Token Ring (802.5) • Physically, token ring LANs resemble star topologies, but technically they are rings – Ring is physically implemented in MAUs – UTP is the most common cabling • Speed is typically 16 mbps, however, 4 mbps and 100 mbps token ring networks exist
  • 54. Wireless (802.11x) • Wireless protocols are described under IEEE 802.11 • Transmit data to the WAP that acts as a hub • Infrastructure mode • Ad-hoc mode • Data throughput of up to 11 Mbps • The 802.11b protocol runs half-duplex • 2.4 GHz range
  • 55. FDDI • A network technology whose standard was originally specified by ANSI in the mid-1980s and later refined by ISO • FDDI (pronounced “fiddy”) uses a double ring of multimode or single mode fiber to transmit data at speeds of 100 Mbps • FDDI is more reliable and more secure than transmission methods that depend on copper wiring • FDDI technology has a high cost relative to Fast Ethernet
  • 56. Summary • By understanding how networks are shaped, or their physical topologies, you will be able to better understand the installation and configuration of a network • Networking Media and Connectors • Networking Technologies and Standards