Computer Fundamentals Northern College Diploma Philip Bird.

Slides:



Advertisements
Similar presentations
TCP/IP MODEL Maninder Kaur
Advertisements

Chapter 7 Intro to Routing & Switching.  Upon completion of this chapter, you should be able to:  Explain the need for the transport layer.  Identify.
 Html is made up of tags. The majority of them will be in pairs.  Some of the most common tags are shown below. TagsWhat does this mean? Bold Italic.
Networking Theory (part 2). Internet Architecture The Internet is a worldwide collection of smaller networks that share a common suite of communication.
CIS 240 Introduction to UNIX Instructor: Sue Sampson.
Computer Network Architecture and Programming
Introduction to Management Information Systems Chapter 5 Data Communications and Internet Technology HTM 304 Fall 07.
Networking Support In Java Nelson Padua-Perez Chau-Wen Tseng Department of Computer Science University of Maryland, College Park.
04/26/2004CSCI 315 Operating Systems Design1 Computer Networks.
OSI Model 7 Layers 7. Application Layer 6. Presentation Layer
1 Introduction to TCP/IP. 2 Agenda What Is TCP/IP? IP Addressing.
Vocabulary URL = uniform resource locator: web address protocol –set of rules that networked computers follow in order to share data and coordinate communications.
Data Exchange Packet switching  Packet switching breaks data in to packets before sending it through a network, then reassembles it at the other end –
OIS Model TCP/IP Model.
Chapter 2 TCP/ IP PROTOCOL STACK. TCP/IP Protocol Suite Describes a set of general design guidelines and implementations of specific networking protocols.
15-1 More Chapter 15 Goals Compare and contrast various technologies for home Internet connections Explain packet switching Describe the basic roles of.
Data Communications and Networks
Midterm Review - Network Layers. Computer 1Computer 2 2.
Syllabus outcomes Describes and applies problem-solving processes when creating solutions Designs, produces and evaluates appropriate solutions.
Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources Usually,
 TCP/IP is the communication protocol for the Internet  TCP/IP defines how electronic devices should be connected to the Internet, and how data should.
AS Computing F451 F451 Data Transmission. What data is transmitted? Phone SMS Radio TV Internet.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Network Services Networking for Home and Small Businesses – Chapter.
PPTTEST 10/6/ :29 1 IT Ron Williams Business Innovation Through Information Technology Networking.
Mukesh N. Tekwani Elphinstone College Mumbai
Unit27-networking BTEC NAT – UNIT 27 NETWORKING OSI MODEL Unit Leader:Dave Bell
The OSI Reference Model Chapter 2. International Organization for Standards (ISO) recognized the need to create a network model that would help network.
1 7-Oct-15 OSI transport layer CCNA Exploration Semester 1 Chapter 4.
Rules of Packet Transmission
15-1 Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources.
Internetworking – What is internetworking? Connect multiple networks of one or more organizations into a large, uniform communication system. The resulting.
1 Introductory material. This module illustrates the interactions of the protocols of the TCP/IP protocol suite with the help of an example. The example.
Internet Protocol B Bhupendra Ratha, Lecturer School of Library and Information Science Devi Ahilya University, Indore
Communication Fundamentals Yi Liang 9/9/2015. Fundamentals  Layered protocols Build Message System call Send over network d Process A Process B.
Internet A simple introduction 黃韻文 申逸慈.
©Brooks/Cole, 2003 Model and protocol  A model is the specification set by a standards organization as a guideline for designing networks.  A protocol.
1 6 Further System Fundamentals (HL) 6.4 Further Network Fundamentals.
Networking Fundamentals Network Protocols. Protocol Rule for how networks communicate Each OSI layer handled by one or more protocols Protocol Suites.
INTRANETS MR ROSS UNIT 3 IT APPLICATIONS. DEFINITION An intranet is an internal, secured environment that has a similar look and feel to the Internet,
S305 – Network Infrastructure Chapter 5 Network and Transport Layers.
TCP =Transmission Control Protocol IP = Internet Protocol TCP/IP Protocol.
Internet Infrastructure Mapping the World Wide Web.
8/28/ Network Models - Lin 1 CPET/ECET Network Models Data Communications and Networking Fall 2004 Professor Paul I-Hai Lin Electrical and.
The Internet Book. Chapter 16 3 A Packet Switching System Can Be Overrun Packet switching allows multiple computers to communicate without delay. –Requires.
Introduction to TCP/IP. Agenda What Is TCP/IP? IP Addressing.
TCP/IP Protocol Suite ©Richard L. Goldman September 25, 2002.
The OSI Model. Understanding the OSI Model In early 1980s, manufacturers began to standardize networking so that networks from different manufacturers.
Lecture 4 : Network Architectures (cont..) 1. 2 Summary of OSI Layers.
Lecture # 02 Network Models Course Instructor: Engr. Sana Ziafat.
1 14-Jun-16 S Ward Abingdon and Witney College CCNA Exploration Semester 1 OSI transport layer CCNA Exploration Semester 1 Chapter 4.
© 2006 Cisco Systems, Inc. All rights reserved.Cisco Public 1 OSI transport layer CCNA Exploration Semester 1 – Chapter 4.
UDP: User Datagram Protocol. What Can IP Do? Deliver datagrams to hosts – The IP address in a datagram header identify a host – treats a computer as an.
Component 1 Network Protocols.
Chapter 5 Network and Transport Layers
Computer Fundamentals
Lectures Computer networking تمرین 3 نمره. پژوهش عملیاتی 2 نمره.
Topologies, Protocols and Layers
I. Basic Network Concepts
Computer communications
Networking Theory (part 2)
1 TRANSMISSION CONTROL PROTOCOL / INTERNET PROTOCOL (TCP/IP) K. PALANIVEL Systems Analyst, Computer Centre Pondicherry University, Puducherry –
Network Models CCNA Instructor Training Course October 12-17, 2009
Protocols 2 Key Revision Points.
Network Architecture Models
Protocol Application TCP/IP Layer Model
OSI Reference Model Unit II
The TCP/IP Model.
OSI Model 7 Layers 7. Application Layer 6. Presentation Layer
Networking Theory (part 2)
Unit – III Network Essentials
Presentation transcript:

Computer Fundamentals Northern College Diploma Philip Bird

Computer Fundamentals Philip Bird Data Communications Parallel Faster over short distances. Data sent a byte at a time. Serial More common that parallel. Data sent a bit at a time

Computer Fundamentals Philip Bird Interface Framing Start Bit Stop Bit Parity Bit 8 Data Bits ‘A’ 8 Data Bits ‘C’

Computer Fundamentals Philip Bird Switching Circuit Message Packet

Computer Fundamentals Philip Bird Protocols, Packets and Errors Packets enable messages to be split into many smaller sections. Computers need sets of rules (protocols) on how to handle these packets – how big they should be, what to do if a transmission error occurs. TCP – is responsible for breaking up the message into datagrams, reassembling them at the other end, resending anything that gets lost, and putting things back in the right order IP – is responsible for routing individual datagrams across networks. Other protocols determine how the data is handled once it is put back into a complete message. HTTP, SMTP, POP3, FTP etc. Source IPDest IPPacket#SizeChecksumData HeaderPayload

Computer Fundamentals Philip Bird Network Topologies

Computer Fundamentals Philip Bird Northern College & JANET

Computer Fundamentals Philip Bird Summary Why is most data communicated in serial rather than parallel form? Why are standards so important in data communications?