Mr C Johnston ICT Teacher www.computechedu.co.uk G055 - Lecture 10 Network Protocols.

Slides:



Advertisements
Similar presentations
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Network Services Networking for Home and Small Businesses – Chapter 6.
Advertisements

Network Services Networking for Home & Small Business.
Computer Networks An Overview. A Computer Network!
Protocols and the TCP/IP Suite Chapter 4 (Stallings Book)
Internet…issues Managing the Internet
Lesson 7 – THE BUSINESS OF NETWORKING. TCP/IP and UDP Other Internet protocols Important Internet protocols OVERVIEW.
Introduction to Management Information Systems Chapter 5 Data Communications and Internet Technology HTM 304 Fall 07.
Defining Network Protocols Application Protocols –Application Layer –Presentation Layer –Session Layer Transport Protocols –Transport Layer Network Protocols.
Web Design Terms and Concepts Ms. Scales. Q. What is a Server? A. A server is a computer that stores information many people can access. It runs special.
1.  A protocol is a set of rules that governs the communications between computers on a network.  Functions of protocols:  Addressing  Data Packet.
Mr C Johnston ICT Teacher
Hands-On Microsoft Windows Server 2003 Networking Chapter Three TCP/IP Architecture.
CHAPTER Protocols and IEEE Standards. Chapter Objectives Discuss different protocols pertaining to communications and networking.
Lesson 24. Protocols and the OSI Model. Objectives At the end of this Presentation, you will be able to:
Computer Networking From LANs to WANs: Hardware, Software, and Security Chapter 12 Electronic Mail.
G046 Lecture 05 Task E Briefing Notes Mr C Johnston ICT Teacher
Syllabus outcomes Describes and applies problem-solving processes when creating solutions Designs, produces and evaluates appropriate solutions.
 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.
70-291: MCSE Guide to Managing a Microsoft Windows Server 2003 Network Chapter 3: TCP/IP Architecture.
NetworkProtocols. Objectives Identify characteristics of TCP/IP, IPX/SPX, NetBIOS, and AppleTalk Understand position of network protocols in OSI Model.
CPT 499 Internet Skills for Educators Electronic Mail Session Five.
© 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.
Defining Network Protocols Introduction to Protocols TCP/IP NetWare Protocols Other Common Protocols 1.
Mr C Johnston ICT Teacher
Networks QUME 185 Introduction to Computer Applications.
Network Services Networking for Home & Small Business.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Network Services Networking for Home and Small Businesses – Chapter 6.
Component 9 – Networking and Health Information Exchange Unit 1-1 ISO Open Systems Interconnection (OSI) This material was developed by Duke University,
Chapter Three Network Protocols By JD McGuire ARP Address Resolution Protocol Address Resolution Protocol The core protocol in the TCP/IP suite that.
G053 – Lecture 09 Domain Names Mr C Johnston ICT Teacher
Mr C Johnston ICT Teacher BTEC IT Unit 05 - Lesson 05 Network Protocols.
The Internet The internet is simply a worldwide computer network that uses standardised communication protocols to transmit and exchange data.
Internet Protocol B Bhupendra Ratha, Lecturer School of Library and Information Science Devi Ahilya University, Indore
Networking Network Classification, by there: 3 The Rules they use to exchange data: Protocols.
Application Layer Khondaker Abdullah-Al-Mamun Lecturer, CSE Instructor, CNAP AUST.
Chap 15 Application Layer Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology
NETWORK HARDWARE AND SOFTWARE MR ROSS UNIT 3 IT APPLICATIONS.
Data Communications and Networks
TCP/IP (Transmission Control Protocol / Internet Protocol)
1 Chapter Overview Network Communications The OSI Reference Model.
1 Chapter Overview Network Communications The OSI Reference Model.
70-291: MCSE Guide to Managing a Microsoft Windows Server 2003 Network, Enhanced Chapter 3: TCP/IP Architecture.
Mr C Johnston ICT Teacher
INTERNET PROTOCOLS. Microsoft’s Internet Information Server Home Page Figure IT2031 UNIT-3.
TCP =Transmission Control Protocol IP = Internet Protocol TCP/IP Protocol.
Internet protocol Suite
INTERNET AND PROTOCOLS For more notes and topics visit: eITnotes.com.
Transmission Control Protocol (TCP) Internet Protocol (IP)
TCP/IP Protocol Suite ©Richard L. Goldman September 25, 2002.
Mr C Johnston ICT Teacher BTEC IT Unit 09 - Lesson 04 Application Layer Protocols.
The OSI Model. Understanding the OSI Model In early 1980s, manufacturers began to standardize networking so that networks from different manufacturers.
CIS 173 Networking Week #9 OBJECTIVES Chapter #6 Network Communications Protocols.
Lecture 4 : Network Architectures (cont..) 1. 2 Summary of OSI Layers.
IST 201 Chapter 11 Lecture 2. Ports Used by TCP & UDP Keep track of different types of transmissions crossing the network simultaneously. Combination.
Some Network Commands n Some useful network commands –ping –finger –nslookup –tracert –ipconfig.
Application layer tcp/ip
Instructor Materials Chapter 5 Providing Network Services
Lec 2: Protocols.
Some bits on how it works
Networking for Home and Small Businesses – Chapter 6
Working at a Small-to-Medium Business or ISP – Chapter 7
Web Development & Design Chapter 1, Sections 4, 5 & 6
Networking for Home and Small Businesses – Chapter 6
Working at a Small-to-Medium Business or ISP – Chapter 7
Topic 5: Communication and the Internet
Working at a Small-to-Medium Business or ISP – Chapter 7
Protocols 2 Key Revision Points.
Networking for Home and Small Businesses – Chapter 6
Protocol Application TCP/IP Layer Model
Objectives: 1.Identify different internet protocol (IP) 2.Configure sample of IP address 3.Appreciate and relate protocol in our life.
Presentation transcript:

Mr C Johnston ICT Teacher G055 - Lecture 10 Network Protocols

Session Objectives Understand the meaning and use of common protocol suites used when networking computers including: TCP/IP, IPX/SPX, NetBEUI, FTP, HTTP, SMTP

What Is A Protocol? A protocol is a set of rules governing how computers communicate, A example of a protocol in real life is the rules of English – a sentence must start with a capital letter and end with a punctuation mark, In networking a protocol defines: how data should be sent, how its received and how computers acknowledge receipt of data, To use a protocol software will need to be installed – these often come as part of your OS or NIC driver, All computers within a network must use the same protocol in order for communication to take place.

Overview of Protocols 1 You need to know about the following protocols: NetBIOS – Network basic input/output system - Written by IBM, extends BIOS to support communication. Computers on a LAN communicate using either session (connection between 2 machines) or broadcast to all machines (limited message size). Uses MAC addresses to identify each NIC on the network, NetBEUI - NetBIOS Extended User Interface – extension of NetBIOS a LAN protocol that allows data to be spilt into frames which can be sent separately and reassembled by the receiving computer. Used by Microsoft home networking for file sharing and printing and is more flexible and quicker than NetBIOS. Uses MAC addresses to identify each NIC on the network, IPX/SPX - Internet packet exchange/sequenced packet exchange – creates a connection between computers with directly on a LAN or by routing data from one computer to another till it reaches its destination on a WAN. Used on Novell Netware Networks and is capable of being used on the internet as is routable but not universally supported so not really suitable. Uses MAC addresses to identify each NIC on the network,

Overview of Protocols 2 TCP/IP – Transmission Control / Internet Protocol - protocol which is capable of allowing data to be routed so suitable for both LANs and WANs (can send data for same destination through different routes so very useful. Works with different LAN technologies and is not OS dependant and because of this was chosen as the protocol used on the internet in TCP deals with how data will be spilt / sent (data transmission protocol), IP adds addressing (addressing protocol) FTP – File Transfer Protocol - a standard for moving files between computers on a WAN. Software used to transfer files between machines and allows files to be moved between different operating systems, HTTP – Hypertext Transfer Protocol - defines how a web page is requested (such as by hyperlink), how it is found and how it is displayed. Secure HTTP (HTTPS) is an extension to the HTTP protocol that allows encryption and authentication for extra security of transactions over the Internet,

Overview of Protocols 3 SMTP – Simple Mail Transfer Protocol - used in sending and receiving e- mail. Is limited in its ability to queue messages at the receiving end, so it is usually used with one of two other protocols, POP3 or IMAP, that let the user save messages in a server mailbox and download them periodically from the server. In other words, users typically use a program that uses SMTP for sending and either POP3 or IMAP for receiving .

TCP-IP Model Transport Network Application Link

Topic Exercise Complete the following reading: A2 Text Book Pages pg 34,35,39 AVCE Unit 08 Book pg chapter 3.14, Make your own postcard revision notes on the different protocols making sure your clearly describe each including the protocols features, advantages and disadvantages, Download and complete this topics past exam paper questions – complete for next lesson.