SlideShare a Scribd company logo
1 of 47
NETWORKING
DEPARTMENT OF INFORMATION SYSTEMS
COLLEGE OF COMPUTER STUDIES
XAVIER UNIVERSITY – ATENEO DE CAGAYAN
Data Communications and
Networking
What is a Network?
• Defined as two or more computing devices connected
together in such a way that they can share resources
• Resources:
• files
• folders
• printers
• disk drives
• etc.
3
What is a Network?
• A collection of computers or other hardware devices that are
connected together, either physically or logically, using special
hardware and software, to allow them to exchange information and
cooperate
4
What is Networking?
• Term that describes the process involved in designing,
implementing, upgrading, managing, and otherwise working with
networks and network technologies
5
Advantages of Networking
• Connectivity and Communication
• Data Sharing
• Hardware Sharing
• Internet Access
• Internet Access Sharing
• Data Security and Management
• Performance Enhancement and Balancing
• Entertainment
6
Disadvantages of Networking
• Cost of setup
• Management and administration costs
• Undesirable sharing
• Illegal or undesirable behavior
• Data security concerns
7
Basic Components of a Network
• Server
• core component of the network
• provides link to the resources necessary to perform any task
• Client
• requests and receives information over the network client
• depends primarily on central server for processing activities
• Circuit
• cables, ports and other devices that connect the server and the client
computers
8
Network Interface Card (NIC)
• Circuit board that fits in one of the computer’s internal expansion
slots
• Contains circuitry that handles sending, receiving, and error
checking of transmitted data
9
Key Points in Networking
• Important characteristics that influence transmission technologies
and communication protocols
• size
• shape
• Networks are classified according to area over which they extend
• Size and extension depend on number of nodes that need to
communicate, and where these nodes are in relation to each other
10
Network Classifications
• PAN (personal area
network)
• refer to the
interconnection of
personal digital
devices or consumer
electronics w/n the
range of 30ft (10m)
and without the use
of wires or cables
11
Network Classifications
• LAN (local area network)
• data communications
network the connects
personal computers within a
very limited geographical
area
• school computer labs
• home networks
12
Network Classifications
• MAN (metropolitan
area network)
• public high-speed
network capable of
voice and data
transmission within
the range of 50mi
(80km)
• ISPs
• small cable TV
companies
• local telephone
companies
13
Network Classifications
• WAN (wide area
network)
• covers large
geographical area
and usually consists
of smaller networks
• nationwide banks
• large cable TV
companies
• multi-location
superstores
• internet
14
Network Topologies
• Architectural “drawings” to show the overall physical configuration
for a given communications system
• Indicates the access methods and governs the rules that are used to
design and implement the communication system
15
Network Topologies
• Bus topology
• Single electrical circuit
to which all devices in
network are connected
16
Network Topologies
• Star topology
• individual computers are
connected to a central
device such as a hub or a
switch
17
Network Topologies
• Ring topology
• a collection of separate point-to-
point links arranged to make a
ring
• each nodes NIC has one input and
one output connection
• so each node has two links
18
Communications Model
19
Source
Transmitter Receiver
Destination
Source
System
Destination
System
Transmission
System
Communications Model
20
Personal
Computer
Modem
Broadband
Connection
Modem
Server
NETWORK TOPOLOGY CASE STUDY:
This will serve as your ACTIVITY 2.
SEARCH FOR ONE (1) CASE STUDY IN EITHER OF THE FOLLOWING
TOPOLOGY ARE PRESENT:
* BUS TOPOLOGY * STAR TOPOLOGY * RING TOPOLOGY
Take note what are the advantages and disadvantages of your chosen
topology based on your case study. Put it in Word, then save as
“<Lastname>_Activity2”
Be ready! I will call some students to present their research
Network Building Blocks
COLLEGE OF COMPUTER STUDIES
XAVIER UNIVERSITY – ATENEO DE CAGAYAN
Network Devices
• Sometimes referred to as a network appliance
• Any electronic device that broadcasts network data, boosts signals,
or routes data to its destination
Network Devices
• Node
• Each connection point on a network
• Usually contains:
• Computer
• Networked peripheral
• Network device
• Workstation
• Personal computer connected to a network
Network Devices
• Network Interface Card (NIC)
• Circuitry to connect to LAN
• Sometimes built-in in some personal computers
• Can be added to an expansion slot or USB port
• Networked peripheral
• Any device that contains network circuitry to directly connect to a network
• Examples: printers, scanners, storage devices
Network Devices
• Router
• Central
distribution point
for getting data to
its destination
Network Devices
• Hubs
• Extends a wired network by adding additional ports
Network Devices
• Switches
• Intelligently facilitates communication among multiple devices on a network
Network Devices
• Gateways
• Joins two different types of networks, such as your home network and the
Internet
Network Devices
• Bridges
• Connects two similar networks
Network Devices
• Wireless access points
• Allows wireless devices to connect to a wired network
Network Devices
• Repeaters
• Extends the range of a network by restoring signals to maximum strength
and retransmitting them
Sample LAN Setup
Network Links
• Links
• Communications channel
• Physical path or a frequency for signal transmissions
• Wired – cables
• Cat 5 or Cat 6 (max length of 100m)
• RJ45 connector
Network Links
• Bandwidth
• Transmission capacity of communications channel
• High-bandwidth (broadband) can carry more data than low-bandwidth
(narrowband)
• Digital bandwidth is measured in bits per second (bps)
• Analog bandwidth is measured in hertz (Hz)
Communications Protocol
• Protocol
• Set of rules for interacting and negotiating
• Communications protocol
• Set of rules for efficiently transmitting data from one network node to
another
• TCP/IP
• Transmission Control Protocol/Internet Protocol
• Internet data support and standards for LANs
Communications Protocol
• Aspects of network communications that communications protocol
handles
• Dividing messages into packets
• Affixing addresses to packets
• Initiating transmission
• Regulating flow of data
• Checking for transmissions errors
• Acknowledging receipt of transmitted data
Communications Protocol
• Packets
• A parcel of data that is sent across a computer network
• Contains:
• Address of sender
• Destination address
• Sequence number
• Some data
Communications Protocol
• Data are broken down into packets and reassembled in the destination
according to sequence number
Communications Protocol
• Circuit switching
• Used by some technologies like telephone system
• Dedicated private link between one telephone to another telephone for the
duration of the call
• Inefficient
Communications Protocol
• Packet switching
• Divides message into several packets that can be routed independently to
their destination
• Messages divided into equal-size packets are easier to handle than an
assortment of small, medium, large, and huge files
• Packets are shipped over the circuit on a first-come, first-served basis
Communications Protocol
Communications Protocol
Communications Protocol
• Routing of packets
• Each packet contains the address of the destination device
• Communications protocol specify the proper format of addresses
• Two commonly used addresses:
• MAC address
• IP address
Communications Protocol
• MAC address
• Media Access Control address
• Unique number assigned to a network interface card when it is
manufactured
• Used in low-level network functions and can also be employed to establish
network security
Communications Protocol
• IP address
• Internet Protocol address
• Series of numbers used to identify a network device (computers, servers,
peripherals, and devices)
• Originally used in the internet but used in LANs
• Example: 204.127.129.1
• Four groups of numbers separated by period
• Octet (eight bits in binary)
Communications Protocol
• IP address
• Assigned by ISPs or system managers
• Sometimes assigned by DHCP
• Dynamic Host Configuration Protocol
• Automatically distributes IP addresses
• Computers send a query to the network device acting as the DHCP server
• IP address is good for that session only

More Related Content

What's hot

Computer network basic concepts
Computer network   basic conceptsComputer network   basic concepts
Computer network basic conceptsrahul kapoliya
 
Network protocol
Network protocolNetwork protocol
Network protocolSWAMY NAYAK
 
cyber law and ethics uisng social media .pdf
cyber law and ethics uisng social media .pdfcyber law and ethics uisng social media .pdf
cyber law and ethics uisng social media .pdfMuhammad Khubaib Awan
 
NETWORK PROTOCOL
NETWORK PROTOCOLNETWORK PROTOCOL
NETWORK PROTOCOLKak Yong
 
WEB I - 01 - Introduction to Web Development
WEB I - 01 - Introduction to Web DevelopmentWEB I - 01 - Introduction to Web Development
WEB I - 01 - Introduction to Web DevelopmentRandy Connolly
 
LAN (Local Area Network)
LAN (Local Area Network)LAN (Local Area Network)
LAN (Local Area Network)Ridwanul Hoque
 
BASIC CONCEPTS OF COMPUTER NETWORKS
BASIC CONCEPTS OF COMPUTER NETWORKS BASIC CONCEPTS OF COMPUTER NETWORKS
BASIC CONCEPTS OF COMPUTER NETWORKS Kak Yong
 
Computer Networking fundamentals
Computer Networking fundamentals Computer Networking fundamentals
Computer Networking fundamentals Kirti Verma
 
Cloud computing
Cloud computingCloud computing
Cloud computingkanchu17
 
Networking fundamentals
Networking fundamentalsNetworking fundamentals
Networking fundamentalsjpprakash
 
Computing Environment
Computing EnvironmentComputing Environment
Computing Environmentkem warren
 
chapter 1. Introduction to Information Security
chapter 1. Introduction to Information Security chapter 1. Introduction to Information Security
chapter 1. Introduction to Information Security elmuhammadmuhammad
 

What's hot (20)

Computer network basic concepts
Computer network   basic conceptsComputer network   basic concepts
Computer network basic concepts
 
Network protocol
Network protocolNetwork protocol
Network protocol
 
What is an intranet
What is an intranetWhat is an intranet
What is an intranet
 
cyber law and ethics uisng social media .pdf
cyber law and ethics uisng social media .pdfcyber law and ethics uisng social media .pdf
cyber law and ethics uisng social media .pdf
 
Webservices
WebservicesWebservices
Webservices
 
NETWORK PROTOCOL
NETWORK PROTOCOLNETWORK PROTOCOL
NETWORK PROTOCOL
 
WEB I - 01 - Introduction to Web Development
WEB I - 01 - Introduction to Web DevelopmentWEB I - 01 - Introduction to Web Development
WEB I - 01 - Introduction to Web Development
 
cloud computing models
cloud computing modelscloud computing models
cloud computing models
 
LAN (Local Area Network)
LAN (Local Area Network)LAN (Local Area Network)
LAN (Local Area Network)
 
BASIC CONCEPTS OF COMPUTER NETWORKS
BASIC CONCEPTS OF COMPUTER NETWORKS BASIC CONCEPTS OF COMPUTER NETWORKS
BASIC CONCEPTS OF COMPUTER NETWORKS
 
Computer Networking fundamentals
Computer Networking fundamentals Computer Networking fundamentals
Computer Networking fundamentals
 
Cloud computing
Cloud computingCloud computing
Cloud computing
 
World wide web ppt
World wide web pptWorld wide web ppt
World wide web ppt
 
Web Application Security 101
Web Application Security 101Web Application Security 101
Web Application Security 101
 
NETWORK COMPONENTS
NETWORK COMPONENTSNETWORK COMPONENTS
NETWORK COMPONENTS
 
Networking fundamentals
Networking fundamentalsNetworking fundamentals
Networking fundamentals
 
Computing Environment
Computing EnvironmentComputing Environment
Computing Environment
 
chapter 1. Introduction to Information Security
chapter 1. Introduction to Information Security chapter 1. Introduction to Information Security
chapter 1. Introduction to Information Security
 
cloud computing ppt
cloud computing pptcloud computing ppt
cloud computing ppt
 
Virtualization in cloud computing
Virtualization in cloud computingVirtualization in cloud computing
Virtualization in cloud computing
 

Similar to Lesson 3 - Networking

Networking presentationNetworking presentation.pptNetworking presentation.ppt...
Networking presentationNetworking presentation.pptNetworking presentation.ppt...Networking presentationNetworking presentation.pptNetworking presentation.ppt...
Networking presentationNetworking presentation.pptNetworking presentation.ppt...nesarahmad37
 
internet network for o level
 internet network for o level  internet network for o level
internet network for o level Samit Singh
 
Computer networks basic network_hardware_1
Computer networks basic network_hardware_1Computer networks basic network_hardware_1
Computer networks basic network_hardware_1Aneesh Nelavelly
 
info technology.pptx
info technology.pptxinfo technology.pptx
info technology.pptxssuser07362a
 
KRISHNA_COMPUTER_PROJECT.pptx
KRISHNA_COMPUTER_PROJECT.pptxKRISHNA_COMPUTER_PROJECT.pptx
KRISHNA_COMPUTER_PROJECT.pptxADITYAKUMAR554673
 
Computer networks
Computer networksComputer networks
Computer networkssamina khan
 
Fundamentals of Enterprise Networks
Fundamentals ofEnterprise NetworksFundamentals ofEnterprise Networks
Fundamentals of Enterprise NetworksVisualBee.com
 
COMPUTER NETWORKING
COMPUTER NETWORKINGCOMPUTER NETWORKING
COMPUTER NETWORKINGKiran Buriro
 

Similar to Lesson 3 - Networking (20)

Networking presentationNetworking presentation.pptNetworking presentation.ppt...
Networking presentationNetworking presentation.pptNetworking presentation.ppt...Networking presentationNetworking presentation.pptNetworking presentation.ppt...
Networking presentationNetworking presentation.pptNetworking presentation.ppt...
 
Basic networking
Basic networkingBasic networking
Basic networking
 
internet network for o level
 internet network for o level  internet network for o level
internet network for o level
 
Basics of Networking
Basics of NetworkingBasics of Networking
Basics of Networking
 
Computer networks basic network_hardware_1
Computer networks basic network_hardware_1Computer networks basic network_hardware_1
Computer networks basic network_hardware_1
 
Understanding local area networking
Understanding local area networkingUnderstanding local area networking
Understanding local area networking
 
info technology.pptx
info technology.pptxinfo technology.pptx
info technology.pptx
 
KRISHNA_COMPUTER_PROJECT.pptx
KRISHNA_COMPUTER_PROJECT.pptxKRISHNA_COMPUTER_PROJECT.pptx
KRISHNA_COMPUTER_PROJECT.pptx
 
Networking.pptx
Networking.pptxNetworking.pptx
Networking.pptx
 
Networking Fundamentals.ppt
Networking Fundamentals.pptNetworking Fundamentals.ppt
Networking Fundamentals.ppt
 
Computer networks
Computer networksComputer networks
Computer networks
 
NETWORKS.pptx
NETWORKS.pptxNETWORKS.pptx
NETWORKS.pptx
 
Fundamentals of Enterprise Networks
Fundamentals ofEnterprise NetworksFundamentals ofEnterprise Networks
Fundamentals of Enterprise Networks
 
computer network 2
computer network 2computer network 2
computer network 2
 
Computer networks
Computer networksComputer networks
Computer networks
 
COMPUTER APPLICATIONS Module 3.pptx
COMPUTER APPLICATIONS Module 3.pptxCOMPUTER APPLICATIONS Module 3.pptx
COMPUTER APPLICATIONS Module 3.pptx
 
Telecommunications, the internet, and wireless technology
Telecommunications, the internet, and wireless technologyTelecommunications, the internet, and wireless technology
Telecommunications, the internet, and wireless technology
 
MVA slides lesson 1
MVA slides lesson 1MVA slides lesson 1
MVA slides lesson 1
 
Cct203 lesson 10
Cct203 lesson 10Cct203 lesson 10
Cct203 lesson 10
 
COMPUTER NETWORKING
COMPUTER NETWORKINGCOMPUTER NETWORKING
COMPUTER NETWORKING
 

Recently uploaded

Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
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
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,Virag Sontakke
 
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
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
“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
 
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
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
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
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 

Recently uploaded (20)

Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
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
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
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
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
 
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
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
“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...
 
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
 
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
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
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
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 

Lesson 3 - Networking

  • 1. NETWORKING DEPARTMENT OF INFORMATION SYSTEMS COLLEGE OF COMPUTER STUDIES XAVIER UNIVERSITY – ATENEO DE CAGAYAN
  • 3. What is a Network? • Defined as two or more computing devices connected together in such a way that they can share resources • Resources: • files • folders • printers • disk drives • etc. 3
  • 4. What is a Network? • A collection of computers or other hardware devices that are connected together, either physically or logically, using special hardware and software, to allow them to exchange information and cooperate 4
  • 5. What is Networking? • Term that describes the process involved in designing, implementing, upgrading, managing, and otherwise working with networks and network technologies 5
  • 6. Advantages of Networking • Connectivity and Communication • Data Sharing • Hardware Sharing • Internet Access • Internet Access Sharing • Data Security and Management • Performance Enhancement and Balancing • Entertainment 6
  • 7. Disadvantages of Networking • Cost of setup • Management and administration costs • Undesirable sharing • Illegal or undesirable behavior • Data security concerns 7
  • 8. Basic Components of a Network • Server • core component of the network • provides link to the resources necessary to perform any task • Client • requests and receives information over the network client • depends primarily on central server for processing activities • Circuit • cables, ports and other devices that connect the server and the client computers 8
  • 9. Network Interface Card (NIC) • Circuit board that fits in one of the computer’s internal expansion slots • Contains circuitry that handles sending, receiving, and error checking of transmitted data 9
  • 10. Key Points in Networking • Important characteristics that influence transmission technologies and communication protocols • size • shape • Networks are classified according to area over which they extend • Size and extension depend on number of nodes that need to communicate, and where these nodes are in relation to each other 10
  • 11. Network Classifications • PAN (personal area network) • refer to the interconnection of personal digital devices or consumer electronics w/n the range of 30ft (10m) and without the use of wires or cables 11
  • 12. Network Classifications • LAN (local area network) • data communications network the connects personal computers within a very limited geographical area • school computer labs • home networks 12
  • 13. Network Classifications • MAN (metropolitan area network) • public high-speed network capable of voice and data transmission within the range of 50mi (80km) • ISPs • small cable TV companies • local telephone companies 13
  • 14. Network Classifications • WAN (wide area network) • covers large geographical area and usually consists of smaller networks • nationwide banks • large cable TV companies • multi-location superstores • internet 14
  • 15. Network Topologies • Architectural “drawings” to show the overall physical configuration for a given communications system • Indicates the access methods and governs the rules that are used to design and implement the communication system 15
  • 16. Network Topologies • Bus topology • Single electrical circuit to which all devices in network are connected 16
  • 17. Network Topologies • Star topology • individual computers are connected to a central device such as a hub or a switch 17
  • 18. Network Topologies • Ring topology • a collection of separate point-to- point links arranged to make a ring • each nodes NIC has one input and one output connection • so each node has two links 18
  • 21. NETWORK TOPOLOGY CASE STUDY: This will serve as your ACTIVITY 2. SEARCH FOR ONE (1) CASE STUDY IN EITHER OF THE FOLLOWING TOPOLOGY ARE PRESENT: * BUS TOPOLOGY * STAR TOPOLOGY * RING TOPOLOGY Take note what are the advantages and disadvantages of your chosen topology based on your case study. Put it in Word, then save as “<Lastname>_Activity2” Be ready! I will call some students to present their research
  • 22. Network Building Blocks COLLEGE OF COMPUTER STUDIES XAVIER UNIVERSITY – ATENEO DE CAGAYAN
  • 23. Network Devices • Sometimes referred to as a network appliance • Any electronic device that broadcasts network data, boosts signals, or routes data to its destination
  • 24. Network Devices • Node • Each connection point on a network • Usually contains: • Computer • Networked peripheral • Network device • Workstation • Personal computer connected to a network
  • 25. Network Devices • Network Interface Card (NIC) • Circuitry to connect to LAN • Sometimes built-in in some personal computers • Can be added to an expansion slot or USB port • Networked peripheral • Any device that contains network circuitry to directly connect to a network • Examples: printers, scanners, storage devices
  • 26. Network Devices • Router • Central distribution point for getting data to its destination
  • 27. Network Devices • Hubs • Extends a wired network by adding additional ports
  • 28. Network Devices • Switches • Intelligently facilitates communication among multiple devices on a network
  • 29. Network Devices • Gateways • Joins two different types of networks, such as your home network and the Internet
  • 30. Network Devices • Bridges • Connects two similar networks
  • 31. Network Devices • Wireless access points • Allows wireless devices to connect to a wired network
  • 32. Network Devices • Repeaters • Extends the range of a network by restoring signals to maximum strength and retransmitting them
  • 34. Network Links • Links • Communications channel • Physical path or a frequency for signal transmissions • Wired – cables • Cat 5 or Cat 6 (max length of 100m) • RJ45 connector
  • 35. Network Links • Bandwidth • Transmission capacity of communications channel • High-bandwidth (broadband) can carry more data than low-bandwidth (narrowband) • Digital bandwidth is measured in bits per second (bps) • Analog bandwidth is measured in hertz (Hz)
  • 36. Communications Protocol • Protocol • Set of rules for interacting and negotiating • Communications protocol • Set of rules for efficiently transmitting data from one network node to another • TCP/IP • Transmission Control Protocol/Internet Protocol • Internet data support and standards for LANs
  • 37. Communications Protocol • Aspects of network communications that communications protocol handles • Dividing messages into packets • Affixing addresses to packets • Initiating transmission • Regulating flow of data • Checking for transmissions errors • Acknowledging receipt of transmitted data
  • 38. Communications Protocol • Packets • A parcel of data that is sent across a computer network • Contains: • Address of sender • Destination address • Sequence number • Some data
  • 39. Communications Protocol • Data are broken down into packets and reassembled in the destination according to sequence number
  • 40. Communications Protocol • Circuit switching • Used by some technologies like telephone system • Dedicated private link between one telephone to another telephone for the duration of the call • Inefficient
  • 41. Communications Protocol • Packet switching • Divides message into several packets that can be routed independently to their destination • Messages divided into equal-size packets are easier to handle than an assortment of small, medium, large, and huge files • Packets are shipped over the circuit on a first-come, first-served basis
  • 44. Communications Protocol • Routing of packets • Each packet contains the address of the destination device • Communications protocol specify the proper format of addresses • Two commonly used addresses: • MAC address • IP address
  • 45. Communications Protocol • MAC address • Media Access Control address • Unique number assigned to a network interface card when it is manufactured • Used in low-level network functions and can also be employed to establish network security
  • 46. Communications Protocol • IP address • Internet Protocol address • Series of numbers used to identify a network device (computers, servers, peripherals, and devices) • Originally used in the internet but used in LANs • Example: 204.127.129.1 • Four groups of numbers separated by period • Octet (eight bits in binary)
  • 47. Communications Protocol • IP address • Assigned by ISPs or system managers • Sometimes assigned by DHCP • Dynamic Host Configuration Protocol • Automatically distributes IP addresses • Computers send a query to the network device acting as the DHCP server • IP address is good for that session only