1 6 Further System Fundamentals (HL) 6.4 Further Network Fundamentals.

Slides:



Advertisements
Similar presentations
Networks Unit 3 & 4 IP&M JEOPARDY Acknowledgements: VITTA for the jeopardy pro-forma Mark Kelly’s Network slideshow.
Advertisements

Data Communication Topics to be discussed:  Data Communication Terminology.  Data Transmission Signals.  Data Transmission Circuits.  Serial & Parallel.
Layer 1 of the TCP/IP protocol stack: Network Access Layer (NAL). Functions, performed on the layer. МАС address in Ethernet networks. Layer 1 of the TCP/IP.
BTT 101 / 2O1 Lesson 10 Dundas Valley Secondary Mr. Young.
Shivkumar Kalyanaraman Rensselaer Polytechnic Institute 1 ECSE-6961 Internet Protocols Shivkumar Kalyanaraman Rensselaer Polytechnic Institute
7 © The McGraw-Hill Companies, Inc CHAPTER Connectivity, the Wireless Revolution, and Communications.
I/O Channels I/O devices getting more sophisticated e.g. 3D graphics cards CPU instructs I/O controller to do transfer I/O controller does entire transfer.
1 NETWORKING TECHNOLOGIES (II) BUS Abdou Illia, Fall 2010 (October 20, 2010)
Shivkumar Kalyanaraman Rensselaer Polytechnic Institute 1 Internet Protocols ECSE:6961 Shivkumar Kalyanaraman Rensselaer Polytechnic Institute
Network Data Organizational Communications and Technologies Prithvi N. Rao Carnegie Mellon University Web:
1 Basics of Data Communications Discrete-time Communication vs Continuous-time Communication Is human communication continuous-time or discrete-time ?
Review on Networking Technologies Linda Wu (CMPT )
Vocabulary URL = uniform resource locator: web address protocol –set of rules that networked computers follow in order to share data and coordinate communications.
Input/Output and Communication
TDC 461 Basic Communications Systems 8 May, 2001.
1 Computer Networks Course: CIS 3003 Fundamental of Information Technology.
Technology Training that Works Hands of Data Communications, Networking & TCP/IP Troubleshooting.
331: STUDY DATA COMMUNICATIONS AND NETWORKS.  1. Discuss computer networks (5 hrs)  2. Discuss data communications (15 hrs)
Laudon & Laudon: Canadian Edition
Telecommunications and Networks Chapter 6 – Understanding Technology (Third Edition)
Chapter 3 The Basics of Networking
© Paradigm Publishing Inc. 6-1 Chapter 6 Telecommunications and Networks.
Midterm Review - Network Layers. Computer 1Computer 2 2.
AS Computing F451 F451 Data Transmission. What data is transmitted? Phone SMS Radio TV Internet.
1 Information Technology in Business: Telecommunications and Networks Chapter 6.
How the Internet Works: What happens when information is sent from your computer?
Tools of Web Development 1: Internet Protocols. Goals Understand what a protocol is. Understand how TCP/IP works. Understand how IP addresses work. Understand.
CSCI N241: Fundamentals of Web Design Copyright ©2004  Department of Computer & Information Science Tools of Web Development 1: Module B: Internet Protocols.
Introduction network Protocol
Lecture#1 on Internet. Internet Addressing IP address: pattern of 32 or 128 bits often represented in dotted decimal notation IP address: pattern of 32.
Management Information Systems, 4 th Edition 1 Chapter 6 Information Technology in Business: Telecommunications and Networks.
PPTTEST 10/6/ :29 1 IT Ron Williams Business Innovation Through Information Technology Networking.
ECE 353 Introduction to Microprocessor Systems Michael Schulte Week 13.
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 6 Further System Fundamentals (HL) 6.5 Computer – Peripheral Communication.
Week 12 (2012) Dr. Ghada Drahem. INTENDED LEARNING OUTCOMES This lecture covers: Networking concepts and terminology Common networking and communications.
Internet History & Your Project. Internet Timeline Once you get the text, be sure to read: Development of the Internet Timeline pp Highlights:
COMPUTER COMMUNICATION & NETWORKS Presented by MUTAASA AHMED.
What is TCP/IP? TCP/IP is the communication protocol for communication between computers on the Internet. TCP/IP stands for Transmission Control Protocol.
Chapter 6 Data Communications. Network Collection of computers Communicate with one another over transmission line Major types of network topologies What.
CSE 6590 Department of Computer Science & Engineering York University 111/9/ :26 AM.
Communication Systems 3.1) Characteristics of a Communication System.
NETWORKS – DATA TRANSMISSION. Vocabulary Review Protocol Agreed set of rules Data packet Envelope of data sent across a network Contains Source address.
Lecture (Mar 23, 2000) H/W Assignment 3 posted on Web –Due Tuesday March 28, 2000 Review of Data packets LANS WANS.
Reference :Understanding Computers
3.2 Software Fundamentals. A protocol is a formal description of digital message formats and the rules for exchanging those messages in or between computing.
1 OSI and TCP/IP Models. 2 TCP/IP Encapsulation (Packet) (Frame)
Oz – Foundations of Electronic Commerce © 2002 Prentice Hall Essentials of Telecommunications.
Types of computer networks LAN ( LOCAL AREA NETWORK ) WAN (WIDE AREA NETWROK )
AS Computing Data transmission. Basic data transmission Baud The rate that the voltage changes is called the Baud. If the voltage changes 10 times every.
FUNDAMENTALS OF NETWORKING
Computer Fundamentals Northern College Diploma Philip Bird.
Internet Infrastructure Mapping the World Wide Web.
Unit 1 Lecture 4.
A Level Computing for AQA Teacher’s Resource CD-ROM 20 CHAPTER: Communication methods Serial and parallel communications, bandwidth, bit rate and baud.
1 Chapter Overview Modems The Internet and Web Browsers.
Internet Technologies Mr. Grimming. Internet Applications File Transfer World Wide Web E-commerce Searches Voice over Internet Protocol Video over.
CONNECTIVITY. Why connectivity? – To link our Micro to other resources, such as mainframes, databases, and info services, or for info transfer like e-
DIYTP Network Basics  How do computers communicate?  Network Interface Card (NIC)  Media Access Control Address (MAC)  Unique to each NIC 
CE-2810 Dr. Mark L. Hornick 1 Serial Communications Sending and receiving data between devices.
Computer networks. Topologies Point to point Bus (rail) Ring Tree, star, etc.
Communication Systems I CPE 313: Micro Processors and Interfacing.
Week 7 Managing Telecommunications & Networks. Effective communications are essential to organizational success Define the terms communications and telecommunications.
OCR AS Level F451: Data transmission Data transmission a. Describe the characteristics of a LAN (local area network) and a WAN (wide area network);
COMMUNICATION AND NETWORKS 99 computing ESSENTIALS
(1B) Methods of representing and measuring data electronically
DIGITAL DATA COMMUNICATION TECHNIQUES
DIGITAL DATA COMMUNICATION TECHNIQUES
Protocols & Packet Switching
Presentation transcript:

1 6 Further System Fundamentals (HL) 6.4 Further Network Fundamentals

6.4.3 Network Protocols

3 How to transmit Data can be transmitted according to a fixed time sequence, like a clock (synchronous), or special bytes can be used to mark the end of a burst (asynchronous transmission).

4 Serial vs. parallel These methods use serial transmission (one bit is sent down the cable at a time). Parallel transmission is faster as many bits can be sent down a multi-cored cable at the same time (only possible over short distances though as the bits in a parallel byte can get out of step).

5 Serial vs. parallel Serial is generally preferred as it is easier to implement, allows full-duplex (parallel can only be half-duplex) and permits longer cables. USB = universal serial bus.

6 Protocols All communications are covered by agreed sets of rules or protocols. They define things such as transmission speed (baud rate), parity checking methods, asynchronous or synchronous transmission, etc.

7 An example Modern ethernet networks use TCP/IP as their protocol, as does the internet. TCP controls how applications communicate and the disassembly/reassembly of packets. IP is the packet switching protocol that directs packets over the network.

8 IP addresses As part of IP, each node is given its own address (4 x 8-bit numbers) e.g This is hierarchical (the first number gives general region, etc.). URLs must be translated into IP addresses by DNS servers (they translate intst.eu into ).