SlideShare a Scribd company logo
1 of 38
Computer Networks-2
Imranul Hasan
Greenwich University, UK
LAN Components
Network Interface Cards (NIC)
Network devices
Hub
Repeater
Bridges
Switch
Router
Networking media
Computers
Peripheral devices
Network Interface Card
 Also called Network Adapter
 Connects a host to a network
medium
 Contain unique MAC Address
to control data communication
Network Card
o Network Card
with both BNC
(left) and RJ-45
Port (right).
Network Card
Installing a PCI Network Interface Card in Motherboard
Network Card
o Connecting RJ-
45 Connector
with RJ-45 Port
RJ-45 Connector
RJ-45 Jack
Front View Top down View
Network Card
PCI Wireless NIC
PCMCIA = Personal Computer Memory Card International Association
Network Card
o PCMCIA network
interface card are used
in laptop computer. There
are three kind of PCMCIA:
o Some cards have an RJ45
connector built into the card
o Some used an extension
cable to connect the RJ45
to the network media
o Some are wireless PCMCIA
PCMCIA = Personal Computer Memory Card International Association
Modem
 A modem, or modulator-demodulator, is a device
that provides the computer with connectivity to a
telephone line.
 A modem converts data from a digital signal to an
analog signal that is compatible with a standard
phone line.
Repeaters
 Strengthens signal to send over
long distances
 Can regenerate and retime network
signals at the bit level
Repeaters
Hub
 Is a device that centralizes
network traffic through a
single connection point.
 Multi-port repeaters with 4 to
24 ports (typical repeater
usually has 2 ports)
 Data on one port is
electrically repeated on all
other ports
 Converts the network to Star
topology
Hub
o Number of PC
depends on the
number of ports
available on the hub
Classification of Hubs
Active hub:
 which regenerates and transmits the signal
 is also called as multiport repeater
 requires electrical power to run
Passive hub:
 acts as a connection point
 does not amplify or regenerate signals
 does not require electrical signals
o Connection by which a local area network may be
linked to other local area networks or to larger
networks.
o The way through which computer connects to other
LAN or Internet
Gateway
o A device that connects
two local-area networks
(LANs), or two segments
of the same LAN that use
the same protocol, such
as Ethernet or Token-
Ring.
o A device that connects
multiple network
segments
o Traffic from one network
is forwarded through it to
another network.
Bridge
Bridges
Bridges Segmenting Network
How Bridges work?
 Each Bridge holds a Bridge table
 On receipt of a frame, destination MAC address is
looked up in the table
 If destination device is on
 Same segment - do not send, known as Filtering
 Different segment - forward to appropriate one
 Unknown segment - forward to all except the received one,
known as Flooding
How Bridges Work?
o Switch: a device that allocates traffic from one
network segment to certain lines (intended
destination(s)) which connect the segment to
another network segment.
o Unlike a hub a switch splits the network traffic and
sends it to different destinations rather than to all
systems on the network.
o It is often used to replace network hubs. A switch is
also often referred to as an intelligent hub.
Switch
Switch
 Sometimes called multi-port bridge
 More sophisticated than a bridge
 Alleviates congestion and reduce
traffic
Switch
Micro-segmentation within Switch
Switching Table
Advantages of Switch
 Switches operate at much higher speeds than hubs
 Allows multiple users to communicate at the same
time through Virtual circuits and dedicated network
segments
 Creates Virtually Collision free environment
 Improves network speed, bandwidth and
performance
 Very cost effective since the hardware and cables in
place can be reused
Router
 A device that forwards data packets
along networks. A router is
connected to at least two networks,
commonly two LANs or WANs or a
LAN and its ISP’s network. Routers
are located at gateways, the places
where two or more networks
connect. Routers use headers and
forwarding tables to determine the
best path for forwarding the packets,
and they use protocols such as
ICMP to communicate with each
other and configure the best route
between any two hosts.
 Very little filtering of data is done
through routers.
o The network contains:
o Cable/DSL Modem to
provide internet
connectivity;
o Wireless access point
with RJ-45 ports to
provide internet to more
PC through Cable and
radio signal;
o PC with Wireless LAN
Card to communicate
with Wireless Access
Point through radio
signal;
o PC with RJ-45 LAN
Card to connect with
Access Point through
cable.
A Small Home Network
IP address
 It is a 32-bit address used to identify a node on an IP
internetwork.
 Each node on the IP internetwork must be assigned a unique IP
address, which is made up of the network ID, plus a unique host
ID.
 This address is typically represented with the decimal value of
each octet separated by a period (for example, 192.168.7.27).
 You can configure the IP address statically by assigning fixed IP
address or dynamically through DHCP.
 The IPv4 (IP version 4) provide 32 bit addressing mechanism
whereas IPv6 provide 128 bit addressing mechanism
Classes of IP Address
 There are 5 classes of IP address –
 Class A: The first octet value ranges from 1 to 126;
 Class B: The first octet value ranges from 128 to 191;
 Class C: The first octet value ranges from 192 to 223;
 Class D: The first octet value ranges from 223 to 239. It is used
for multicasting and not for use in host addressing;
 Class E: The first octet value ranges from 240 to 255. This
group of IP is kept reserved and not available to use in host
addressing;
 The Class A, B and C address are available for host addressing
with some exceptions
 The 127 of first octet is not available for host addressing.
IP Address Bit Patterns
Identifying Classes
 Classes can be identified by examining the value in the first octet
of IP address
 Ranges of values in the first octet for different classes :
 Class A : 0 – 127 N . H . H . H
 Class B : 128 – 191 N . N . H . H
 Class C : 192 – 223 N . N . N . H
Network Address and Broadcast Address
 Network address :
 Used to identify the network
 Denoted by values in the network part and all 0’s in the host part
 Broadcast address :
 Used to address all the hosts in a single network
 Denoted by values in network part followed by all 1’s in the host
portion
 Examples:
 IP address: 192.168.20.3
 Class : C
 Network Address: 192.168.20.0
 Broadcast Address: 192.168.20.255
 IP address: 185.23.5.1
 Class : B
 Network Address: 185.23.0.0
 Broadcast Address: 192.168.255.255
Subnet Mask
 Subnet Mask is used to tell devices which part of the IP address
is network number (including subnet) and which part is the host
 Uses the same format as IP addressing i.e. 32 bit long and
divided into four octets
 Have all 1’s in the network portion and all 0’s in the host portion
Default Subnet Masks
 Class A :
- N. H. H. H
- 11111111.00000000.00000000.00000000
- 255 . 0 . 0 . 0
 Class B :
- N. N. H. H
- 11111111.11111111.00000000.00000000
- 255 . 255 . 0 . 0
 Class C :
- N. N. N. H
- 11111111.11111111.11111111.00000000
- 255 . 255 . 255 . 0
Thank You!!

More Related Content

What's hot

IP, DNS and MAC concepts
IP, DNS and MAC conceptsIP, DNS and MAC concepts
IP, DNS and MAC conceptsIrshaad Abdool
 
Internet protocol (ip)
Internet protocol (ip)Internet protocol (ip)
Internet protocol (ip)junnubabu
 
IP Address
IP AddressIP Address
IP AddressRahul P
 
Addressing in networking (IP,MAC,Port addressing)
Addressing in networking (IP,MAC,Port addressing)Addressing in networking (IP,MAC,Port addressing)
Addressing in networking (IP,MAC,Port addressing)Geethu Jose
 
Computer Networking: Internet Protcol (IP) and IP Addressing
Computer Networking: Internet Protcol (IP) and IP AddressingComputer Networking: Internet Protcol (IP) and IP Addressing
Computer Networking: Internet Protcol (IP) and IP AddressingBisrat Girma
 
How to change mac address
How to change mac addressHow to change mac address
How to change mac addressSneh Raval
 
IP ADDRESSING AND SUBNETTING REPORT
IP ADDRESSING AND SUBNETTING  REPORTIP ADDRESSING AND SUBNETTING  REPORT
IP ADDRESSING AND SUBNETTING REPORTRajat Kumar
 
Basic of ip subnet and addressing
Basic of ip subnet and addressingBasic of ip subnet and addressing
Basic of ip subnet and addressingrahul_cuet
 
Computer network coe351- part3-final
Computer network coe351- part3-finalComputer network coe351- part3-final
Computer network coe351- part3-finalTaymoor Nazmy
 

What's hot (20)

Mod10
Mod10Mod10
Mod10
 
IP classes
IP classesIP classes
IP classes
 
IP, DNS and MAC concepts
IP, DNS and MAC conceptsIP, DNS and MAC concepts
IP, DNS and MAC concepts
 
Internet protocol (ip)
Internet protocol (ip)Internet protocol (ip)
Internet protocol (ip)
 
IP Address
IP AddressIP Address
IP Address
 
IP Datagram Structure
IP Datagram StructureIP Datagram Structure
IP Datagram Structure
 
Network layer logical addressing
Network layer logical addressingNetwork layer logical addressing
Network layer logical addressing
 
Internet Protocol
Internet ProtocolInternet Protocol
Internet Protocol
 
Media Access Layer
Media Access LayerMedia Access Layer
Media Access Layer
 
Addressing in networking (IP,MAC,Port addressing)
Addressing in networking (IP,MAC,Port addressing)Addressing in networking (IP,MAC,Port addressing)
Addressing in networking (IP,MAC,Port addressing)
 
IPv4 Addressing
 IPv4 Addressing   IPv4 Addressing
IPv4 Addressing
 
Network Layer
Network LayerNetwork Layer
Network Layer
 
Computer Networking: Internet Protcol (IP) and IP Addressing
Computer Networking: Internet Protcol (IP) and IP AddressingComputer Networking: Internet Protcol (IP) and IP Addressing
Computer Networking: Internet Protcol (IP) and IP Addressing
 
How to change mac address
How to change mac addressHow to change mac address
How to change mac address
 
Ipv4 and Ipv6
Ipv4 and Ipv6Ipv4 and Ipv6
Ipv4 and Ipv6
 
Ipv4 and Ipv6
Ipv4 and Ipv6Ipv4 and Ipv6
Ipv4 and Ipv6
 
IP ADDRESSING AND SUBNETTING REPORT
IP ADDRESSING AND SUBNETTING  REPORTIP ADDRESSING AND SUBNETTING  REPORT
IP ADDRESSING AND SUBNETTING REPORT
 
Basic of ip subnet and addressing
Basic of ip subnet and addressingBasic of ip subnet and addressing
Basic of ip subnet and addressing
 
Chapter9
Chapter9Chapter9
Chapter9
 
Computer network coe351- part3-final
Computer network coe351- part3-finalComputer network coe351- part3-final
Computer network coe351- part3-final
 

Similar to Networking HMT-2

lecture note 2023 up10 stud2.ppt for ans
lecture note 2023 up10 stud2.ppt for anslecture note 2023 up10 stud2.ppt for ans
lecture note 2023 up10 stud2.ppt for anspeterhaile1
 
SYSTEM ADMINISTRATION AND MAINTENANCE NOTES PERIYAR UNIVERSITY
SYSTEM ADMINISTRATION AND MAINTENANCE NOTES PERIYAR UNIVERSITYSYSTEM ADMINISTRATION AND MAINTENANCE NOTES PERIYAR UNIVERSITY
SYSTEM ADMINISTRATION AND MAINTENANCE NOTES PERIYAR UNIVERSITYGOKUL SREE
 
Networking
NetworkingNetworking
NetworkingRashmi
 
https://diplomasolutionstudents.blogspot.com/
https://diplomasolutionstudents.blogspot.com/https://diplomasolutionstudents.blogspot.com/
https://diplomasolutionstudents.blogspot.com/Rathodpradip1
 
networking devices -161021181705452555
networking   devices -161021181705452555networking   devices -161021181705452555
networking devices -161021181705452555mercyzyada1999
 
Networking devices
Networking devicesNetworking devices
Networking devicesfrestoadi
 
IDC lectureA - Network Layer & IP Addressing with Cisco Notes.ppt
IDC lectureA - Network Layer & IP Addressing with Cisco Notes.pptIDC lectureA - Network Layer & IP Addressing with Cisco Notes.ppt
IDC lectureA - Network Layer & IP Addressing with Cisco Notes.pptJayaprasanna4
 
Aspects Stratégiques des Réseaux
Aspects Stratégiques des RéseauxAspects Stratégiques des Réseaux
Aspects Stratégiques des RéseauxEric Vyncke
 
Лекц 7
Лекц 7Лекц 7
Лекц 7Muuluu
 
Training Day Slides
Training Day SlidesTraining Day Slides
Training Day Slidesadam_merritt
 
Concept of networking
Concept of networkingConcept of networking
Concept of networkingsumit dimri
 
16.) layer 3 (basic tcp ip routing)
16.) layer 3 (basic tcp ip routing)16.) layer 3 (basic tcp ip routing)
16.) layer 3 (basic tcp ip routing)Jeff Green
 
Introduction to ip addressing by kalyan kk
Introduction to ip addressing by kalyan kkIntroduction to ip addressing by kalyan kk
Introduction to ip addressing by kalyan kkkalyan kumar
 
Session 2 Tp 2
Session 2 Tp 2Session 2 Tp 2
Session 2 Tp 2githe26200
 
Lesson1: Introduction To Networking Concepts
Lesson1: Introduction To Networking ConceptsLesson1: Introduction To Networking Concepts
Lesson1: Introduction To Networking ConceptsMahmmoud Mahdi
 

Similar to Networking HMT-2 (20)

lecture note 2023 up10 stud2.ppt for ans
lecture note 2023 up10 stud2.ppt for anslecture note 2023 up10 stud2.ppt for ans
lecture note 2023 up10 stud2.ppt for ans
 
lecture-2-tcp-ip.ppt
lecture-2-tcp-ip.pptlecture-2-tcp-ip.ppt
lecture-2-tcp-ip.ppt
 
SYSTEM ADMINISTRATION AND MAINTENANCE NOTES PERIYAR UNIVERSITY
SYSTEM ADMINISTRATION AND MAINTENANCE NOTES PERIYAR UNIVERSITYSYSTEM ADMINISTRATION AND MAINTENANCE NOTES PERIYAR UNIVERSITY
SYSTEM ADMINISTRATION AND MAINTENANCE NOTES PERIYAR UNIVERSITY
 
Networking
NetworkingNetworking
Networking
 
https://diplomasolutionstudents.blogspot.com/
https://diplomasolutionstudents.blogspot.com/https://diplomasolutionstudents.blogspot.com/
https://diplomasolutionstudents.blogspot.com/
 
networking devices -161021181705452555
networking   devices -161021181705452555networking   devices -161021181705452555
networking devices -161021181705452555
 
Networking devices
Networking devicesNetworking devices
Networking devices
 
IDC lectureA - Network Layer & IP Addressing with Cisco Notes.ppt
IDC lectureA - Network Layer & IP Addressing with Cisco Notes.pptIDC lectureA - Network Layer & IP Addressing with Cisco Notes.ppt
IDC lectureA - Network Layer & IP Addressing with Cisco Notes.ppt
 
Unit 4 - Network Layer
Unit 4 - Network LayerUnit 4 - Network Layer
Unit 4 - Network Layer
 
Aspects Stratégiques des Réseaux
Aspects Stratégiques des RéseauxAspects Stratégiques des Réseaux
Aspects Stratégiques des Réseaux
 
Лекц 7
Лекц 7Лекц 7
Лекц 7
 
15 3
15 315 3
15 3
 
Training Day Slides
Training Day SlidesTraining Day Slides
Training Day Slides
 
Networking basics
Networking basicsNetworking basics
Networking basics
 
Concept of networking
Concept of networkingConcept of networking
Concept of networking
 
IP & MAC Addressing
IP & MAC Addressing IP & MAC Addressing
IP & MAC Addressing
 
16.) layer 3 (basic tcp ip routing)
16.) layer 3 (basic tcp ip routing)16.) layer 3 (basic tcp ip routing)
16.) layer 3 (basic tcp ip routing)
 
Introduction to ip addressing by kalyan kk
Introduction to ip addressing by kalyan kkIntroduction to ip addressing by kalyan kk
Introduction to ip addressing by kalyan kk
 
Session 2 Tp 2
Session 2 Tp 2Session 2 Tp 2
Session 2 Tp 2
 
Lesson1: Introduction To Networking Concepts
Lesson1: Introduction To Networking ConceptsLesson1: Introduction To Networking Concepts
Lesson1: Introduction To Networking Concepts
 

More from ImranulHasan6

Bios, processorand motherboard
Bios, processorand  motherboardBios, processorand  motherboard
Bios, processorand motherboardImranulHasan6
 
WHAT is Wireless LAN
WHAT is Wireless LANWHAT is Wireless LAN
WHAT is Wireless LANImranulHasan6
 
System Troubleshooting
System TroubleshootingSystem Troubleshooting
System TroubleshootingImranulHasan6
 
Subnetting Mechanics
Subnetting MechanicsSubnetting Mechanics
Subnetting MechanicsImranulHasan6
 
Storage System and Backup Media
Storage System and Backup MediaStorage System and Backup Media
Storage System and Backup MediaImranulHasan6
 
Installation of Hard Disk
Installation of Hard DiskInstallation of Hard Disk
Installation of Hard DiskImranulHasan6
 
Windows XP Installation
Windows XP InstallationWindows XP Installation
Windows XP InstallationImranulHasan6
 
Fundamental of Office
Fundamental of OfficeFundamental of Office
Fundamental of OfficeImranulHasan6
 

More from ImranulHasan6 (15)

Bios, processorand motherboard
Bios, processorand  motherboardBios, processorand  motherboard
Bios, processorand motherboard
 
WHAT is Wireless LAN
WHAT is Wireless LANWHAT is Wireless LAN
WHAT is Wireless LAN
 
System Troubleshooting
System TroubleshootingSystem Troubleshooting
System Troubleshooting
 
Subnetting Mechanics
Subnetting MechanicsSubnetting Mechanics
Subnetting Mechanics
 
Storage System and Backup Media
Storage System and Backup MediaStorage System and Backup Media
Storage System and Backup Media
 
Numbering Systems
Numbering SystemsNumbering Systems
Numbering Systems
 
Networking HMT-1
Networking HMT-1Networking HMT-1
Networking HMT-1
 
Network Cabling
Network CablingNetwork Cabling
Network Cabling
 
Memory System
Memory SystemMemory System
Memory System
 
L9 Protocol Suits
L9 Protocol SuitsL9 Protocol Suits
L9 Protocol Suits
 
IPv4 Addressing
IPv4 AddressingIPv4 Addressing
IPv4 Addressing
 
Installation of Hard Disk
Installation of Hard DiskInstallation of Hard Disk
Installation of Hard Disk
 
Windows XP Installation
Windows XP InstallationWindows XP Installation
Windows XP Installation
 
Fundamental of Office
Fundamental of OfficeFundamental of Office
Fundamental of Office
 
Bus & Interface
Bus & InterfaceBus & Interface
Bus & Interface
 

Recently uploaded

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
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
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
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
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
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
🐬 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
 
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
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
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
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 

Recently uploaded (20)

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...
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
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 ...
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
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
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
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
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
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
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 

Networking HMT-2

  • 2. LAN Components Network Interface Cards (NIC) Network devices Hub Repeater Bridges Switch Router Networking media Computers Peripheral devices
  • 3. Network Interface Card  Also called Network Adapter  Connects a host to a network medium  Contain unique MAC Address to control data communication
  • 4. Network Card o Network Card with both BNC (left) and RJ-45 Port (right).
  • 5. Network Card Installing a PCI Network Interface Card in Motherboard
  • 6. Network Card o Connecting RJ- 45 Connector with RJ-45 Port
  • 8. RJ-45 Jack Front View Top down View
  • 9. Network Card PCI Wireless NIC PCMCIA = Personal Computer Memory Card International Association
  • 10. Network Card o PCMCIA network interface card are used in laptop computer. There are three kind of PCMCIA: o Some cards have an RJ45 connector built into the card o Some used an extension cable to connect the RJ45 to the network media o Some are wireless PCMCIA PCMCIA = Personal Computer Memory Card International Association
  • 11. Modem  A modem, or modulator-demodulator, is a device that provides the computer with connectivity to a telephone line.  A modem converts data from a digital signal to an analog signal that is compatible with a standard phone line.
  • 12. Repeaters  Strengthens signal to send over long distances  Can regenerate and retime network signals at the bit level
  • 14. Hub  Is a device that centralizes network traffic through a single connection point.  Multi-port repeaters with 4 to 24 ports (typical repeater usually has 2 ports)  Data on one port is electrically repeated on all other ports  Converts the network to Star topology
  • 15. Hub o Number of PC depends on the number of ports available on the hub
  • 16. Classification of Hubs Active hub:  which regenerates and transmits the signal  is also called as multiport repeater  requires electrical power to run Passive hub:  acts as a connection point  does not amplify or regenerate signals  does not require electrical signals
  • 17. o Connection by which a local area network may be linked to other local area networks or to larger networks. o The way through which computer connects to other LAN or Internet Gateway
  • 18. o A device that connects two local-area networks (LANs), or two segments of the same LAN that use the same protocol, such as Ethernet or Token- Ring. o A device that connects multiple network segments o Traffic from one network is forwarded through it to another network. Bridge
  • 21. How Bridges work?  Each Bridge holds a Bridge table  On receipt of a frame, destination MAC address is looked up in the table  If destination device is on  Same segment - do not send, known as Filtering  Different segment - forward to appropriate one  Unknown segment - forward to all except the received one, known as Flooding
  • 23. o Switch: a device that allocates traffic from one network segment to certain lines (intended destination(s)) which connect the segment to another network segment. o Unlike a hub a switch splits the network traffic and sends it to different destinations rather than to all systems on the network. o It is often used to replace network hubs. A switch is also often referred to as an intelligent hub. Switch
  • 24. Switch  Sometimes called multi-port bridge  More sophisticated than a bridge  Alleviates congestion and reduce traffic
  • 28. Advantages of Switch  Switches operate at much higher speeds than hubs  Allows multiple users to communicate at the same time through Virtual circuits and dedicated network segments  Creates Virtually Collision free environment  Improves network speed, bandwidth and performance  Very cost effective since the hardware and cables in place can be reused
  • 29. Router  A device that forwards data packets along networks. A router is connected to at least two networks, commonly two LANs or WANs or a LAN and its ISP’s network. Routers are located at gateways, the places where two or more networks connect. Routers use headers and forwarding tables to determine the best path for forwarding the packets, and they use protocols such as ICMP to communicate with each other and configure the best route between any two hosts.  Very little filtering of data is done through routers.
  • 30. o The network contains: o Cable/DSL Modem to provide internet connectivity; o Wireless access point with RJ-45 ports to provide internet to more PC through Cable and radio signal; o PC with Wireless LAN Card to communicate with Wireless Access Point through radio signal; o PC with RJ-45 LAN Card to connect with Access Point through cable. A Small Home Network
  • 31. IP address  It is a 32-bit address used to identify a node on an IP internetwork.  Each node on the IP internetwork must be assigned a unique IP address, which is made up of the network ID, plus a unique host ID.  This address is typically represented with the decimal value of each octet separated by a period (for example, 192.168.7.27).  You can configure the IP address statically by assigning fixed IP address or dynamically through DHCP.  The IPv4 (IP version 4) provide 32 bit addressing mechanism whereas IPv6 provide 128 bit addressing mechanism
  • 32. Classes of IP Address  There are 5 classes of IP address –  Class A: The first octet value ranges from 1 to 126;  Class B: The first octet value ranges from 128 to 191;  Class C: The first octet value ranges from 192 to 223;  Class D: The first octet value ranges from 223 to 239. It is used for multicasting and not for use in host addressing;  Class E: The first octet value ranges from 240 to 255. This group of IP is kept reserved and not available to use in host addressing;  The Class A, B and C address are available for host addressing with some exceptions  The 127 of first octet is not available for host addressing.
  • 33. IP Address Bit Patterns
  • 34. Identifying Classes  Classes can be identified by examining the value in the first octet of IP address  Ranges of values in the first octet for different classes :  Class A : 0 – 127 N . H . H . H  Class B : 128 – 191 N . N . H . H  Class C : 192 – 223 N . N . N . H
  • 35. Network Address and Broadcast Address  Network address :  Used to identify the network  Denoted by values in the network part and all 0’s in the host part  Broadcast address :  Used to address all the hosts in a single network  Denoted by values in network part followed by all 1’s in the host portion  Examples:  IP address: 192.168.20.3  Class : C  Network Address: 192.168.20.0  Broadcast Address: 192.168.20.255  IP address: 185.23.5.1  Class : B  Network Address: 185.23.0.0  Broadcast Address: 192.168.255.255
  • 36. Subnet Mask  Subnet Mask is used to tell devices which part of the IP address is network number (including subnet) and which part is the host  Uses the same format as IP addressing i.e. 32 bit long and divided into four octets  Have all 1’s in the network portion and all 0’s in the host portion
  • 37. Default Subnet Masks  Class A : - N. H. H. H - 11111111.00000000.00000000.00000000 - 255 . 0 . 0 . 0  Class B : - N. N. H. H - 11111111.11111111.00000000.00000000 - 255 . 255 . 0 . 0  Class C : - N. N. N. H - 11111111.11111111.11111111.00000000 - 255 . 255 . 255 . 0