Packets, Frames & Error Detection. Packet Concepts A packet is a small block of data. Networks which use packets are called packet networks or packet-

Slides:



Advertisements
Similar presentations
Review of Topology and Access Techniques / Switching Concepts BSAD 141 Dave Novak Sources: Network+ Guide to Networks, Dean 2013.
Advertisements

Synchronous Links/Networks Modems are asynchronous - penalized by start bits and stop bits on each character (and dead time) Synchronous Networks recover.
Business Data Communications Packetizing and Framing.
Why to learn OSI reference Model? The answer is too simple that It tells us that how communication takes place between computers on internet but how??
Data Communications and Networking
International Standards Organization Open Systems Interconnect (OSI) Reference Model Advanced Computer Networks.
IP: The Internet Protocol
COMP2330 Subject Review. Final Exam  Time: 14:45-16:45, 4 May 2010  Venue: SHALL  6 questions  8 pages  2 hours  20% percent (programming)  distributed.
© 2007 Pearson Education Inc., Upper Saddle River, NJ. All rights reserved.1 Computer Networks and Internets with Internet Applications, 4e By Douglas.
CSCI 4550/8556 Computer Networks Comer, Chapter 7: Packets, Frames, And Error Detection.
Long distance communication Multiplexing  Allow multiple signals to travel through one medium  Types Frequency division multiplexing Synchronous time.
CS335 Networking & Network Administration Wednesday, April 7 PacketsPackets, Frames, and Error DetectionFramesError Detection.
1 Computer Networks Switching Technologies. 2 Switched Network Long distance transmission typically done over a network of switched nodes End devices.
Communication concepts (Continued) Week 2 Lecture 2.
Synchronous - Asynchronous Data Transmission. Asynchronous ► The sender and receiver are not Synchronised. ► The sender sends only one character at a.
Data transmission refers to the movement of data in form of bits between two or more digital devices. This transfer of data takes place via some form.
Switches in Networking B. Konkoth. Network Traffic  Scalability  Ability to handle growing amount of work  Capability of a system to increase performance.
Data Communications Network Models.
©Brooks/Cole, 2003 Chapter 6 Computer Networks. ©Brooks/Cole, 2003 Understand the rationale for the existence of networks. Distinguish between the three.
Data Communications and Networking
Midterm Review - Network Layers. Computer 1Computer 2 2.
Presentation on Osi & TCP/IP MODEL
Chapter-4/5-1CS331- Fakhry Khellah Term 081 Chapter 4 (Only 4.2 – 4.3) Digital Transmission.
Chapter 2 – X.25, Frame Relay & ATM. Switched Network Stations are not connected together necessarily by a single link Stations are typically far apart.
Internet Addresses. Universal Identifiers Universal Communication Service - Communication system which allows any host to communicate with any other host.
Integrity in Data Communications Packets, Frames and Error Detection.
The OSI Model.
1 Data Link Layer Lecture 20 Imran Ahmed University of Management & Technology.
Circuit & Packet Switching. ► Two ways of achieving the same goal. ► The transfer of data across networks. ► Both methods have advantages and disadvantages.
Sami Al-wakeel 1 Data Transmission and Computer Networks The Switching Networks.
Computer Networks with Internet Technology William Stallings
Part 2: Packet Transmission Packets, frames Local area networks (LANs) Wide area networks (LANs) Hardware addresses Bridges and switches Routing and protocols.
1 Part III Packet Transmission Chapter 7 Packets, Frames, and Error Detection.
MODULE I NETWORKING CONCEPTS.
Chapter 15 – Part 2 Networks The Internal Operating System The Architecture of Computer Hardware and Systems Software: An Information Technology Approach.
1 Packets, Frames, and Error Detection. 2 The Problem Cannot afford individual network connection per pair of computers Reasons –Installing wires consumes.
©Brooks/Cole, 2003 Model and protocol  A model is the specification set by a standards organization as a guideline for designing networks.  A protocol.
AS Computing Data Transmission and Networks. Transmission error Detecting errors in data transmission is very important for data integrity. There are.
Chapter 7 - Packets, Frames and Error Detection 1. Concepts of Packets 2. Motivation for Packet Switching 3. Framing 4. Frame Formats 5. Transmission Errors.
1 Computer Networking Dr. Mohammad Alhihi Communication and Electronic Engineering Department Philadelphia University Faculty of Engineering.
Lecture 8 Virtual Switching (contd.) & Message Switching.
Chapter 6 Multiplexers and Switching Concepts
Prepared by Engr.Jawad Ali BSc(Hons)Computer Systems Engineering University of Engineering and Technology Peshawar.
Chapter 2 Network Models
1 Chapter 7 Switching, Packets, Frames, Parity, Checksums, and CRCs.
SEPT, 2005CSI Part I.2 Packets, Frames, Parity, Checksums, and CRCs Dr. R.L. Probert, SITE, University of Ottawa.
FUNDAMENTALS OF NETWORKING
Unit 1 Lecture 4.
8/28/ Network Models - Lin 1 CPET/ECET Network Models Data Communications and Networking Fall 2004 Professor Paul I-Hai Lin Electrical and.
Data and Computer Communications Chapter 10 – Circuit Switching and Packet Switching.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 Network Operations & administration CS 4592 Lecture 11 Instructor: Ibrahim Tariq.
CSE 413: Computer Network Circuit Switching and Packet Switching Networks Md. Kamrul Hasan
© N. Ganesan, Ph.D., All rights reserved. Chapter Formatting of Data for Transmission.
1 Computer Communication & Networks Lecture 3 Layering and Protocol Stacks (contd.) Waleed Ejaz.
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)
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.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 Muhammad Waseem Iqbal Lecture # 20 Data Communication.
Chapter 2 PHYSICAL LAYER.
COMPUTER NETWORKS CS610 Lecture-4 Hammad Khalid Khan.
The OSI Model Prof. Choong Seon HONG.
Distributed Systems.
Chap. 2 Network Models.
Data Transmission and Computer Communications ECE: 412
Chapter 3: Open Systems Interconnection (OSI) Model
Packets, Frames, Parity, Checksums, and CRCs
Exercise 3 1. Describe what are the packet, the packet communication, and motivations using the packet in computer communications. 2. (1) An ASCII coded.
Packets, Frames, Parity, Checksums, and CRCs
Switching, Packets, Frames, Parity, Checksums, and CRCs
Data Communication and Computer Networks
Presentation transcript:

Packets, Frames & Error Detection

Packet Concepts A packet is a small block of data. Networks which use packets are called packet networks or packet- switched networks. Packets are quite small compared to the overall data transfer in which it is included.

Why Packets? Because a packet is very small, a transmission failure on a single packet does not affect the entire data transmission. The packet can just be resent! Packets are efficient; packets can take independent routes on a network and still arrive at their destination properly. A constant data stream is not necessary.

Why Packets (cont.) When a computer sends data on a network, no other computer can send data on the same segment. If a machine is sending a large, constant file, it would block access to the network for the other machines. This is unacceptable!

Packets and Multiplexing Packets should ideally be used in a TDM system because it allows all systems to send data on the shared medium. Packets do not have to be used in a FDM (WDM) system because each system can send a full data stream independent of the others.

Packets and Framing A RS-232 transmission is a form of framing; a start bit and a stop bit forms the frame, where the 7 bits constitute the packet. But a 7 bit number is too small for a packet. Usually, it’s on the order of 1000 bytes. So some other, offical form of framing needs to be used with an RS-232 communication.

Framing (cont.) One example of framing uses the unprintable ASCII characters, soh and eot.