Data Exchange Packet switching  Packet switching breaks data in to packets before sending it through a network, then reassembles it at the other end –

Slides:



Advertisements
Similar presentations
The Internet.
Advertisements

Switching Techniques In large networks there might be multiple paths linking sender and receiver. Information may be switched as it travels through various.
Internet Hardware Connected ‘Servers’ Servers provide: – Web pages – – File downloads.
Networking at Home and Abroad
Business Data Communications Packetizing and Framing.
Assume that a file is transferred from a node A to a node B. The file has been fragmented in 5 frames. Frame 0 is corrupted, the ACK of frame 1 is corrupted,
CMP206 – Introduction to Data Communication & Networks Lecture 1 - Networking Fundamentals.
Csc333 Data communication & Networking Credit: 2.
Packet Switching Vs Circuit Switching Packet-switched and circuit-switched networks use two different technologies for sending messages and data from one.
1 The 7 layer OSI model Sending an . 2 The seven layers.
 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.
COE Data and Computer Communications Data Communications & Networking Overview.
Voice Over Internet Protocol “VoIP” Muayyed Al Kadhem Abdulkhaleq Al Musaleem.
VoIP Voice Transmission Over Data Network. What is VoIP?  A method for Taking analog audio signals Turning audio signals into digital data Digital data.
Chapter 2 Network Models.
Chapter 8 COMMUNICATION AND COMPUTER NETWORK
The OSI Model A layered framework for the design of network systems that allows communication across all types of computer systems regardless of their.
Data Communications Network Models.
A-Level Computing#BristolMet Session Objectives#12 MUST define the term data packet SHOULD describe packet switching and circuit switching COULD explain.
Midterm Review - Network Layers. Computer 1Computer 2 2.
AS Computing F451 F451 Data Transmission. What data is transmitted? Phone SMS Radio TV Internet.
Chapter 4 Computer Networks – Part 1
Lecture 1 The OSI Model Reference: TCP/IP Protocol Suite, 4 th Edition (chapter 2) 1.
Presentation on Osi & TCP/IP MODEL
Chapter 2 – X.25, Frame Relay & ATM. Switched Network Stations are not connected together necessarily by a single link Stations are typically far apart.
By Will Peeden.  Voice over Internet Protocol  A way to make phone calls over the internet.  A way to bypass the standard phone company and their charges.
Unit27-networking BTEC NAT – UNIT 27 NETWORKING OSI MODEL Unit Leader:Dave Bell
The OSI Model An ISO (International standard Organization) that covers all aspects of network communications is the Open System Interconnection (OSI) model.
Rules of Packet Transmission
The OSI Model.
Computer Networks. Data & Communication When we communicate we share information  Local Communication, if Face to Face  Remote, if through Telephone.
Circuit & Packet Switching. ► Two ways of achieving the same goal. ► The transfer of data across networks. ► Both methods have advantages and disadvantages.
Information Flow Across the Internet. What is the Internet? A large group of computers that link together to form the Worldwide Area Network (WAN)
MODULE I NETWORKING CONCEPTS.
AS Computing Data Transmission and Networks. Transmission error Detecting errors in data transmission is very important for data integrity. There are.
William Stallings Data and Computer Communications
TCP/IP (Transmission Control Protocol / Internet Protocol)
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,
Prepared by Engr.Jawad Ali BSc(Hons)Computer Systems Engineering University of Engineering and Technology Peshawar.
Types of computer networks LAN ( LOCAL AREA NETWORK ) WAN (WIDE AREA NETWROK )
Network Models.
Protocol Layering Chapter 11.
Data Transmission and Networks Modes of Data Transmission.
© N. Ganesan, Ph.D., All rights reserved. Chapter Formatting of Data for Transmission.
Packet switching Monil Adhikari. Packet Switching Packet switching is the method by which the internet works, it features delivery of packets of data.
Data Communication Network Models
TCP/IP Protocol Suite Suresh Kr Sharma 1 The OSI Model and the TCP/IP Protocol Suite Established in 1947, the International Standards Organization (ISO)
Week #8 OBJECTIVES Chapter #5. CHAPTER 5 Making Networks Work Two Networking Models –OSI OPEN SYSTEMS INTERCONNECTION PROPOSED BY ISO –INTERNATIONAL STANDARDS.
Dr. ClincyLecture1 Chapter 2 (handout 1– only sections 2.1, 2.2 and 2.3) 1 of 10 Dr. Clincy Professor of CS Exam #3 Monday (3/14/16): Opened Book, No Computer,
Computer Network Lab. 1 3 장 OSI 기본 참조 모델 n OSI : Open System Interconnection n Basic Reference Model : ISO-7498 n Purpose of OSI Model ~ is to open communication.
Recap of Layers Application, Data Link and Physical.
The Online World DATA EXCHANGE. Introduction data devices/componentsperipheral Data exchange is the term used to cover all methods of passing data (including.
CSCI-100 Introduction to Computing The Network. Network Fundamentals A computer network consists of two or more computers linked together to exchange.
Week-7 (Lecture-1) Internet Protocols: TCP/IP, Client Server: Protocol: Specification in networking and Communications It defines the procedures to be.
ICT Unit 4: Network and the effects of using them
Network Models.
Planning & System Installation
Data Transmission and Networks
IOS Network Model 2nd semester
Network Protocol Layers
Network Media, models and number systems
Protocols 1 Key Revision Points.
Net 323 D: Networks Protocols
Data Communication.
Protocols 2 Key Revision Points.
Protocols & Packet Switching
CSE 313 Data Communication
Protocol Application TCP/IP Layer Model
Data Communication and Computer Networks
WJEC GCSE Computer Science
Presentation transcript:

Data Exchange Packet switching  Packet switching breaks data in to packets before sending it through a network, then reassembles it at the other end – used on the internet. Direction of data Error control bits Data (payload) Packet identification Source address Destination address Checks for errors The data Where the data has come from Where data is going Knows how to reassemble packets

Data Exchange VoIP and packet switching CODECs to encode data Sender’s computer records a message using webcam and microphone Message is converted in to digital data, broken up in to packets and sent across the internet The received computer assembles and decodes so the data can be seen and heard Codecs to decode data

Data Exchange  Sends data across network efficiently  Big files can be sent whole  Small packets can choose different routes through the network and move more efficiently  Security benefit - if a packet is intercepted, the hacker will only have one part of the whole file Advantages Disadvantages  If one or more packets are lost of corrupted during transmission, the whole file will not be received correctly

Data Exchange Transmission mode  Ways in which devices on a network communicate with each other and transmit data Simplex – signals go in one direction Full-Duplex – Signals go in both directions Half- Duplex – Signals go in both directions but the devices don’t transmit at the same time