SlideShare uma empresa Scribd logo
1 de 23
RUSTAMJI INSTITUTE OF
TECHNOLOGY
Submitted by:
Anup Pandey
Contents :
 Computer Network
 Transmission Modes
 Types of Network
 Protocols
 Models (OSI and TCP/IP)
 Comparison between models
 Network Topologies
Computer Network
 Computer network
is a number of computers (also
Known as Nodes) connected by some communication lines.
 Uses of Computer Network:
 Exchange of information between them
 Interconnected small computers in place of large computers
 For direct communication e g: voice , video.
Modes of Communication
 Point to point
 Broadcasting
 Multicasting
it is between the point to point and broadcasting
Dedicated (Simplex, half duplex, full duplex).
Shared (Multiplexing).
 Dedicated (Channel level- one way)
 Shared (Multiple access)
shared between multiple access and some
protocols are used that how they are using.
 Communication to the specified group but not to others.
Transmission Modes
 Simplex
 One direction
○ e.g. Television
 Half duplex
 Either direction, but only one way
at a time
○ e.g. police radio
 Full duplex
 Both directions at the same time
○ e.g. telephone
Types of Networks
 LAN (Local Area Network)
 MAN (Metropolitan Area Network)
 Privately Owned (Main feature)
 Contains printers, servers and computers
 Systems are close to each other
 Limited to a building
 For bigger sizes (City, State etc.)
 Access issues : How to connect each one of them
because each of them are geographically distributed.
 A network provider sells time.
 WAN (Wide Area Network)
 Costly
 For more then 1000 of Km.
 Networks of Networks (LAN +LAN +…)
 Typically use public or leased lines
 The Internet is a WAN
Protocols :
 These are the rules and regulations that how
communication takes place.
 These are the building blocks of a Network.
 Each protocol object has two interfaces.
1. Service Interface: Defines operation on this Protocols
2. Peer to Peer interface: Defines messages exchanged with peer.
OSI Model
Working of each layers of OSI Model
 Physical Layer : How to Transmit Bits
 Data Link Layer : How to Transmit Frames
 Responsible for transmission of bits
 Always implemented through hardware
 Encompasses mechanical, electrical, and
functional interfaces
 Error Detection
 Responsible for error-free, reliable transmission of data,
Error correction, Access control.
 Line Discipline
• ENQ / ACK (for Peer to Peer)
• POLL / SELECT( for establishment of proper communication
in primary and secondary device)
 Flow Control
• STOP & WAIT
• SLIDING WINDOW
 Network Layer : How to route packets to the node
 Transport Layer : How to send packets to the
application
 Responsible for routing of messages through network
 Concerned with type of switching used (circuit v.
packet)
 Handles routing between networks, as well as through
packet-switching networks
 Concerned with reliable transfer of information
between applications
 Includes aspects like flow control and error
checking
 Breaks down message size
 Isolates messages from lower and upper layers
 Session Layer : Manage connections
 Presentation Layer : Encode/ Decode
message security
 Application Layer :
 Establishes logical connections between systems
 Terminates connection at end of session
 Manages log-ons, password exchange, log-offs
 Provides format and code conversion services
 Provides access to network for end-user
 User’s capabilities are determined by what
items are available on this layer
TCP/IP (Transfer Control Protocol)
OSI Model TCP/IP Hierarchy Protocols
7th
Application Layer
6th
Presentation Layer
5th
Session Layer
4th
Transport Layer
3rd
Network Layer
2nd
Link Layer
1st
Physical Layer
Application Layer
Transport Layer
Network Layer
DataLink Layer
 Application Layer :
 The application layer is equivalent to the combined OSI
Session, Presentation and Application Layers.
 All the functions Handled by these 3 layers in OSI
model are handled by the Application layer of TCP/IP
model.
 This Layer contains all the higher Layer Protocols.
• FTP (File Transfer Protocol)- Basic file transfer between
Hosts ( computers)
• SMTP ( Simple Mail Transfer Protocol)-Used for Email.
• HTTP (Hyper text Transfer Protocol)- For web Browsing
 Data unit created at this layer is called Message.
 Transport Layer :
 This Layer is represented by 2 protocols TCP and UDP
1. TCP ( Transmission Control Protocol)
• TCP is reliable connection Oriented Protocol
• Allows Error Free Transmission
• At the receiving end TCP reassembles the message to
an output stream
• TCP also Handles Flow control.
2. UDP (User Datagram Protocol)
Datagram: A self contained message unit which
contains sufficient information to allow it to be routed from
the source to the destination
• UDP is simpler but used when Reliability and security
are less important the size and speed such as speech,
video.
 Network Layer :
 Also referred to as network Layer or internetwork Layer
 No error Checking
 Datagrams are discarded due to time Out Layers.
Comparison of OSI and TCP/IP models
 OSI model has 7 Layers while the TCP/IP has 5 Layers.
 Both have Network , Transport and application Layers
but the other Layers are different.
 OSI model supports both Connectionless and
Connection Oriented Communication.
 TCP/IP supports only Connectionless communication.
Network Topology
 Logical layout of wires and equipment.
 Choice affects
 Types of Topologies:
• BUS topology
• STAR topology
• RING topology
• MESH topology
• TREE topology
• Network performance
• Network size
• Network collision detection
BUS Topology
 Also called linear bus
 One wire connects all nodes
 Terminator ends the wires
 Advantages
 Easy to setup
 Small amount of wire
 Disadvantages
 Slow
 Easy to crash
STAR Topology
 All nodes connect to a hub
 Packets sent to hub
 Hub sends packet to destination
 Advantages
 Easy to setup
 One cable can not crash network
 Disadvantages
 One hub crashing downs entire
network
 Uses lots of cable
 Most common topology
RING Topology
 Nodes connected in a circle
 Tokens used to transmit data
 Nodes must wait for token to
send
 Advantages
 Time to send data is known
 No data collisions
 Disadvantages
 Slow
 Lots of cable
MESH Topology
 All computers connected together
 Internet is a mesh network
 Advantage
 Data will always be delivered
 Disadvantages
 Lots of cable
 Hard to setup
TREE Topology
 Hierarchal Model
 Advantages
 Scaleable
 Easy Implementation
 Easy Troubleshooting
Thank You

Mais conteúdo relacionado

Mais procurados (20)

TCP IP Model | Computer Science
TCP IP Model | Computer ScienceTCP IP Model | Computer Science
TCP IP Model | Computer Science
 
Transport layer
Transport layer Transport layer
Transport layer
 
Data link layer
Data link layerData link layer
Data link layer
 
Reference models in Networks: OSI & TCP/IP
Reference models in Networks: OSI & TCP/IPReference models in Networks: OSI & TCP/IP
Reference models in Networks: OSI & TCP/IP
 
introduction about TCP/IP
introduction about TCP/IPintroduction about TCP/IP
introduction about TCP/IP
 
Transport layer protocol
Transport layer protocolTransport layer protocol
Transport layer protocol
 
Simple Mail Transfer Protocol
Simple Mail Transfer ProtocolSimple Mail Transfer Protocol
Simple Mail Transfer Protocol
 
Chapter 12
Chapter 12Chapter 12
Chapter 12
 
TCP IP Addressing
TCP IP AddressingTCP IP Addressing
TCP IP Addressing
 
wireless network IEEE 802.11
 wireless network IEEE 802.11 wireless network IEEE 802.11
wireless network IEEE 802.11
 
7. data link layer error detection and correction codes - parity and checksum
7. data link layer   error detection and correction codes - parity and checksum7. data link layer   error detection and correction codes - parity and checksum
7. data link layer error detection and correction codes - parity and checksum
 
Computer networks - Channelization
Computer networks - ChannelizationComputer networks - Channelization
Computer networks - Channelization
 
Data link layer
Data link layerData link layer
Data link layer
 
Broadband isdn
Broadband isdnBroadband isdn
Broadband isdn
 
Chapter 6
Chapter 6Chapter 6
Chapter 6
 
iso osi model
 iso osi model iso osi model
iso osi model
 
Network Layer
Network LayerNetwork Layer
Network Layer
 
Chapter 4 data link layer
Chapter 4 data link layerChapter 4 data link layer
Chapter 4 data link layer
 
Introduction to Application layer
Introduction to Application layerIntroduction to Application layer
Introduction to Application layer
 
Osi reference model
Osi reference modelOsi reference model
Osi reference model
 

Destaque

Chapter 2 - Network Models
Chapter 2 - Network ModelsChapter 2 - Network Models
Chapter 2 - Network ModelsWayne Jones Jnr
 
Network Models
Network ModelsNetwork Models
Network ModelsTechiNerd
 
Unit 1 network models & typical examples(part a)
Unit 1 network models & typical examples(part a)Unit 1 network models & typical examples(part a)
Unit 1 network models & typical examples(part a)Vishal kakade
 
02 Network Models(강의용)
02 Network Models(강의용)02 Network Models(강의용)
02 Network Models(강의용)guestafa80f
 
Network models and Attacks
Network models and AttacksNetwork models and Attacks
Network models and AttacksN S
 
Webinar: Simplifying Cloud Connectivity for Your Clients
Webinar: Simplifying Cloud Connectivity for Your ClientsWebinar: Simplifying Cloud Connectivity for Your Clients
Webinar: Simplifying Cloud Connectivity for Your ClientsGlobal Capacity
 
COMPED9 Module 4 Network Connectivity
COMPED9 Module 4 Network ConnectivityCOMPED9 Module 4 Network Connectivity
COMPED9 Module 4 Network ConnectivityJeremy Flores
 
The Future of Connectivity – Connectivity Everywhere
The Future of Connectivity – Connectivity EverywhereThe Future of Connectivity – Connectivity Everywhere
The Future of Connectivity – Connectivity EverywhereSeven
 
Discussion of “Network Connectivity and Systematic Risk” and “The Impact of N...
Discussion of “Network Connectivity and Systematic Risk” and “The Impact of N...Discussion of “Network Connectivity and Systematic Risk” and “The Impact of N...
Discussion of “Network Connectivity and Systematic Risk” and “The Impact of N...SYRTO Project
 
Network connectivity devices
Network connectivity devicesNetwork connectivity devices
Network connectivity devicesNumaan Tole
 
Sept 2017 network standards and models
Sept 2017   network standards and modelsSept 2017   network standards and models
Sept 2017 network standards and modelsshahin raj
 
Sept 2017 technology management
Sept 2017  technology managementSept 2017  technology management
Sept 2017 technology managementshahin raj
 
Overview of data communication and networking
Overview of data communication and networkingOverview of data communication and networking
Overview of data communication and networkingSisir Ghosh
 
Dc lec- (network models)
Dc lec- (network models)Dc lec- (network models)
Dc lec- (network models)diaryinc
 
Lec1 :- Data communication and network
Lec1 :- Data communication and networkLec1 :- Data communication and network
Lec1 :- Data communication and networkDhrumil Shah
 
Chapter 5 Mis Software Development Life Cycle
Chapter 5 Mis Software Development Life CycleChapter 5 Mis Software Development Life Cycle
Chapter 5 Mis Software Development Life Cyclemanagement 2
 

Destaque (20)

Chapter 2 - Network Models
Chapter 2 - Network ModelsChapter 2 - Network Models
Chapter 2 - Network Models
 
Network Models
Network ModelsNetwork Models
Network Models
 
Chapter 2: Network Models
Chapter 2: Network ModelsChapter 2: Network Models
Chapter 2: Network Models
 
Unit 1 network models & typical examples(part a)
Unit 1 network models & typical examples(part a)Unit 1 network models & typical examples(part a)
Unit 1 network models & typical examples(part a)
 
02 Network Models(강의용)
02 Network Models(강의용)02 Network Models(강의용)
02 Network Models(강의용)
 
Network models and Attacks
Network models and AttacksNetwork models and Attacks
Network models and Attacks
 
Webinar: Simplifying Cloud Connectivity for Your Clients
Webinar: Simplifying Cloud Connectivity for Your ClientsWebinar: Simplifying Cloud Connectivity for Your Clients
Webinar: Simplifying Cloud Connectivity for Your Clients
 
COMPED9 Module 4 Network Connectivity
COMPED9 Module 4 Network ConnectivityCOMPED9 Module 4 Network Connectivity
COMPED9 Module 4 Network Connectivity
 
The Future of Connectivity – Connectivity Everywhere
The Future of Connectivity – Connectivity EverywhereThe Future of Connectivity – Connectivity Everywhere
The Future of Connectivity – Connectivity Everywhere
 
Discussion of “Network Connectivity and Systematic Risk” and “The Impact of N...
Discussion of “Network Connectivity and Systematic Risk” and “The Impact of N...Discussion of “Network Connectivity and Systematic Risk” and “The Impact of N...
Discussion of “Network Connectivity and Systematic Risk” and “The Impact of N...
 
Network connectivity devices
Network connectivity devicesNetwork connectivity devices
Network connectivity devices
 
Chap 2 network models
Chap 2 network modelsChap 2 network models
Chap 2 network models
 
1
11
1
 
Connectivity as a Service
Connectivity as a ServiceConnectivity as a Service
Connectivity as a Service
 
Sept 2017 network standards and models
Sept 2017   network standards and modelsSept 2017   network standards and models
Sept 2017 network standards and models
 
Sept 2017 technology management
Sept 2017  technology managementSept 2017  technology management
Sept 2017 technology management
 
Overview of data communication and networking
Overview of data communication and networkingOverview of data communication and networking
Overview of data communication and networking
 
Dc lec- (network models)
Dc lec- (network models)Dc lec- (network models)
Dc lec- (network models)
 
Lec1 :- Data communication and network
Lec1 :- Data communication and networkLec1 :- Data communication and network
Lec1 :- Data communication and network
 
Chapter 5 Mis Software Development Life Cycle
Chapter 5 Mis Software Development Life CycleChapter 5 Mis Software Development Life Cycle
Chapter 5 Mis Software Development Life Cycle
 

Semelhante a Computer network : models and topologies

CN Module 1 ppt final 20.08.2020.ppt
CN Module 1 ppt final 20.08.2020.pptCN Module 1 ppt final 20.08.2020.ppt
CN Module 1 ppt final 20.08.2020.pptdeeplearning6
 
unit-1fon (1).pptx
unit-1fon (1).pptxunit-1fon (1).pptx
unit-1fon (1).pptxDeepVala5
 
Unit 2 ppt-idc
Unit 2 ppt-idcUnit 2 ppt-idc
Unit 2 ppt-idchiya123jes
 
IMD 251 - Networking
IMD 251 - NetworkingIMD 251 - Networking
IMD 251 - Networkingisma ishak
 
Automation Networking By Shivam Singh
Automation Networking By Shivam SinghAutomation Networking By Shivam Singh
Automation Networking By Shivam SinghShivam Singh
 
ET3003-2 OSI-TCPIP (Semester II 2013-2014)
ET3003-2 OSI-TCPIP (Semester II 2013-2014)ET3003-2 OSI-TCPIP (Semester II 2013-2014)
ET3003-2 OSI-TCPIP (Semester II 2013-2014)Tutun Juhana
 
OSI Reference Model and TCP/IP (Lecture #3 ET3003 Sem1 2014/2015)
OSI Reference Model and TCP/IP (Lecture #3 ET3003 Sem1 2014/2015)OSI Reference Model and TCP/IP (Lecture #3 ET3003 Sem1 2014/2015)
OSI Reference Model and TCP/IP (Lecture #3 ET3003 Sem1 2014/2015)Tutun Juhana
 
Lecture 1 networking & internetworking
Lecture 1 networking & internetworkingLecture 1 networking & internetworking
Lecture 1 networking & internetworkingMd. Mashiur Rahman
 
pppppppppppppppppjjjjjjjjjjjpppppppp.pptx
pppppppppppppppppjjjjjjjjjjjpppppppp.pptxpppppppppppppppppjjjjjjjjjjjpppppppp.pptx
pppppppppppppppppjjjjjjjjjjjpppppppp.pptxzeyadosama505
 
Computer Networks- Introduction and Data Link Layer
Computer Networks- Introduction and Data Link LayerComputer Networks- Introduction and Data Link Layer
Computer Networks- Introduction and Data Link LayerDeepak John
 
Sargation university's open system interconnection
Sargation university's open system interconnectionSargation university's open system interconnection
Sargation university's open system interconnectionKingPinYT
 

Semelhante a Computer network : models and topologies (20)

CN Module 1 ppt final 20.08.2020.ppt
CN Module 1 ppt final 20.08.2020.pptCN Module 1 ppt final 20.08.2020.ppt
CN Module 1 ppt final 20.08.2020.ppt
 
Osi model
Osi modelOsi model
Osi model
 
Bhargava Presentation.ppt
Bhargava Presentation.pptBhargava Presentation.ppt
Bhargava Presentation.ppt
 
Bhargava Presentation.ppt
Bhargava Presentation.pptBhargava Presentation.ppt
Bhargava Presentation.ppt
 
MVA slides lesson 2
MVA slides lesson 2MVA slides lesson 2
MVA slides lesson 2
 
Computer networking
Computer networkingComputer networking
Computer networking
 
unit-1fon (1).pptx
unit-1fon (1).pptxunit-1fon (1).pptx
unit-1fon (1).pptx
 
01 pengenalan
01 pengenalan01 pengenalan
01 pengenalan
 
Unit 2 ppt-idc
Unit 2 ppt-idcUnit 2 ppt-idc
Unit 2 ppt-idc
 
Networks Basics
Networks BasicsNetworks Basics
Networks Basics
 
IMD 251 - Networking
IMD 251 - NetworkingIMD 251 - Networking
IMD 251 - Networking
 
Automation Networking By Shivam Singh
Automation Networking By Shivam SinghAutomation Networking By Shivam Singh
Automation Networking By Shivam Singh
 
ET3003-2 OSI-TCPIP (Semester II 2013-2014)
ET3003-2 OSI-TCPIP (Semester II 2013-2014)ET3003-2 OSI-TCPIP (Semester II 2013-2014)
ET3003-2 OSI-TCPIP (Semester II 2013-2014)
 
OSI Reference Model and TCP/IP (Lecture #3 ET3003 Sem1 2014/2015)
OSI Reference Model and TCP/IP (Lecture #3 ET3003 Sem1 2014/2015)OSI Reference Model and TCP/IP (Lecture #3 ET3003 Sem1 2014/2015)
OSI Reference Model and TCP/IP (Lecture #3 ET3003 Sem1 2014/2015)
 
Protocols
ProtocolsProtocols
Protocols
 
Lecture 1 networking & internetworking
Lecture 1 networking & internetworkingLecture 1 networking & internetworking
Lecture 1 networking & internetworking
 
pppppppppppppppppjjjjjjjjjjjpppppppp.pptx
pppppppppppppppppjjjjjjjjjjjpppppppp.pptxpppppppppppppppppjjjjjjjjjjjpppppppp.pptx
pppppppppppppppppjjjjjjjjjjjpppppppp.pptx
 
Computer Networks- Introduction and Data Link Layer
Computer Networks- Introduction and Data Link LayerComputer Networks- Introduction and Data Link Layer
Computer Networks- Introduction and Data Link Layer
 
Sargation university's open system interconnection
Sargation university's open system interconnectionSargation university's open system interconnection
Sargation university's open system interconnection
 
OsI reference model
OsI reference modelOsI reference model
OsI reference model
 

Último

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
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
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
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...RKavithamani
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 

Último (20)

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
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
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
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 

Computer network : models and topologies

  • 2. Contents :  Computer Network  Transmission Modes  Types of Network  Protocols  Models (OSI and TCP/IP)  Comparison between models  Network Topologies
  • 3. Computer Network  Computer network is a number of computers (also Known as Nodes) connected by some communication lines.  Uses of Computer Network:  Exchange of information between them  Interconnected small computers in place of large computers  For direct communication e g: voice , video.
  • 4. Modes of Communication  Point to point  Broadcasting  Multicasting it is between the point to point and broadcasting Dedicated (Simplex, half duplex, full duplex). Shared (Multiplexing).  Dedicated (Channel level- one way)  Shared (Multiple access) shared between multiple access and some protocols are used that how they are using.  Communication to the specified group but not to others.
  • 5. Transmission Modes  Simplex  One direction ○ e.g. Television  Half duplex  Either direction, but only one way at a time ○ e.g. police radio  Full duplex  Both directions at the same time ○ e.g. telephone
  • 6. Types of Networks  LAN (Local Area Network)  MAN (Metropolitan Area Network)  Privately Owned (Main feature)  Contains printers, servers and computers  Systems are close to each other  Limited to a building  For bigger sizes (City, State etc.)  Access issues : How to connect each one of them because each of them are geographically distributed.  A network provider sells time.
  • 7.  WAN (Wide Area Network)  Costly  For more then 1000 of Km.  Networks of Networks (LAN +LAN +…)  Typically use public or leased lines  The Internet is a WAN
  • 8. Protocols :  These are the rules and regulations that how communication takes place.  These are the building blocks of a Network.  Each protocol object has two interfaces. 1. Service Interface: Defines operation on this Protocols 2. Peer to Peer interface: Defines messages exchanged with peer.
  • 10. Working of each layers of OSI Model  Physical Layer : How to Transmit Bits  Data Link Layer : How to Transmit Frames  Responsible for transmission of bits  Always implemented through hardware  Encompasses mechanical, electrical, and functional interfaces  Error Detection  Responsible for error-free, reliable transmission of data, Error correction, Access control.  Line Discipline • ENQ / ACK (for Peer to Peer) • POLL / SELECT( for establishment of proper communication in primary and secondary device)  Flow Control • STOP & WAIT • SLIDING WINDOW
  • 11.  Network Layer : How to route packets to the node  Transport Layer : How to send packets to the application  Responsible for routing of messages through network  Concerned with type of switching used (circuit v. packet)  Handles routing between networks, as well as through packet-switching networks  Concerned with reliable transfer of information between applications  Includes aspects like flow control and error checking  Breaks down message size  Isolates messages from lower and upper layers
  • 12.  Session Layer : Manage connections  Presentation Layer : Encode/ Decode message security  Application Layer :  Establishes logical connections between systems  Terminates connection at end of session  Manages log-ons, password exchange, log-offs  Provides format and code conversion services  Provides access to network for end-user  User’s capabilities are determined by what items are available on this layer
  • 13. TCP/IP (Transfer Control Protocol) OSI Model TCP/IP Hierarchy Protocols 7th Application Layer 6th Presentation Layer 5th Session Layer 4th Transport Layer 3rd Network Layer 2nd Link Layer 1st Physical Layer Application Layer Transport Layer Network Layer DataLink Layer
  • 14.  Application Layer :  The application layer is equivalent to the combined OSI Session, Presentation and Application Layers.  All the functions Handled by these 3 layers in OSI model are handled by the Application layer of TCP/IP model.  This Layer contains all the higher Layer Protocols. • FTP (File Transfer Protocol)- Basic file transfer between Hosts ( computers) • SMTP ( Simple Mail Transfer Protocol)-Used for Email. • HTTP (Hyper text Transfer Protocol)- For web Browsing  Data unit created at this layer is called Message.
  • 15.  Transport Layer :  This Layer is represented by 2 protocols TCP and UDP 1. TCP ( Transmission Control Protocol) • TCP is reliable connection Oriented Protocol • Allows Error Free Transmission • At the receiving end TCP reassembles the message to an output stream • TCP also Handles Flow control. 2. UDP (User Datagram Protocol) Datagram: A self contained message unit which contains sufficient information to allow it to be routed from the source to the destination • UDP is simpler but used when Reliability and security are less important the size and speed such as speech, video.
  • 16.  Network Layer :  Also referred to as network Layer or internetwork Layer  No error Checking  Datagrams are discarded due to time Out Layers. Comparison of OSI and TCP/IP models  OSI model has 7 Layers while the TCP/IP has 5 Layers.  Both have Network , Transport and application Layers but the other Layers are different.  OSI model supports both Connectionless and Connection Oriented Communication.  TCP/IP supports only Connectionless communication.
  • 17. Network Topology  Logical layout of wires and equipment.  Choice affects  Types of Topologies: • BUS topology • STAR topology • RING topology • MESH topology • TREE topology • Network performance • Network size • Network collision detection
  • 18. BUS Topology  Also called linear bus  One wire connects all nodes  Terminator ends the wires  Advantages  Easy to setup  Small amount of wire  Disadvantages  Slow  Easy to crash
  • 19. STAR Topology  All nodes connect to a hub  Packets sent to hub  Hub sends packet to destination  Advantages  Easy to setup  One cable can not crash network  Disadvantages  One hub crashing downs entire network  Uses lots of cable  Most common topology
  • 20. RING Topology  Nodes connected in a circle  Tokens used to transmit data  Nodes must wait for token to send  Advantages  Time to send data is known  No data collisions  Disadvantages  Slow  Lots of cable
  • 21. MESH Topology  All computers connected together  Internet is a mesh network  Advantage  Data will always be delivered  Disadvantages  Lots of cable  Hard to setup
  • 22. TREE Topology  Hierarchal Model  Advantages  Scaleable  Easy Implementation  Easy Troubleshooting