Protocols 2 Key Revision Points.

Slides:



Advertisements
Similar presentations
TCP/IP MODEL Maninder Kaur
Advertisements

Internet Hardware Connected ‘Servers’ Servers provide: – Web pages – – File downloads.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Network Services Networking for Home and Small Businesses – Chapter 6.
Network Services Networking for Home & Small Business.
Network Layer and Transport Layer.
Application Layer. This graphic is taken from The Abdus Salam International Centre for Theoretical Physics.
Internet Services -World Wide Web - -Conferencing and Newsgroups -File Transfer & Updating -Chat/Instant Messaging.
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.
Internet-Based Client Access
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.
© 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.
TCP/IP. The Internet Protocol Suite is the set of communications protocols used for the Internet and other similar networks. It is commonly also known.
Networks QUME 185 Introduction to Computer Applications.
15-1 Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources.
TCP/IP Transport and Application (Topic 6)
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
©Brooks/Cole, 2003 Model and protocol  A model is the specification set by a standards organization as a guideline for designing networks.  A protocol.
Chapter 6 Data Communications. Network Collection of computers Communicate with one another over transmission line Major types of network topologies What.
TCP/IP MODEL   Short overview for OSI model;  What is TCP/IP model?;  How is divided;  The TCP/IP structure;  The Application Layer;  The Transport.
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,
Protocols COM211 Communications and Networks CDA College Olga Pelekanou
INTERNET PROTOCOLS. Microsoft’s Internet Information Server Home Page Figure IT2031 UNIT-3.
TCP =Transmission Control Protocol IP = Internet Protocol TCP/IP Protocol.
Networks Part 2: Infrastructure + Protocols NYU-Poly: HSWP Instructor: Mandy Galante.
INTERNET AND PROTOCOLS For more notes and topics visit: eITnotes.com.
Protocols Monil Adhikari. Agenda Introduction Port Numbers Non Secure Protocols FTP HTTP Telnet POP3, SMTP Secure Protocols HTTPS.
Computer Network Architecture Lecture 6: OSI Model Layers Examples 1 20/12/2012.
TCP/IP Protocol Suite ©Richard L. Goldman September 25, 2002.
Mr C Johnston ICT Teacher G055 - Lecture 10 Network Protocols.
Advanced Higher Computing Computer Networking Topic 1: Network Protocols and Standards.
Lecture 4 : Network Architectures (cont..) 1. 2 Summary of OSI Layers.
Web Development & Design Foundations with XHTML Chapter 1 Key Concepts 1.
Component 1 Network Protocols.
Ethernet, WiFi & Protocols
Protocols and the TCP/IP Suite
Application layer tcp/ip
Introduction to Technology Infrastructure
Instructor Materials Chapter 5 Providing Network Services
How is all that data traffic controlled on the Internet?
Distributed Systems.
Some bits on how it works
Networking for Home and Small Businesses – Chapter 6
Professional Web Designing For Absolute Beginners
Introduction to Technology Infrastructure
Web Development & Design Chapter 1, Sections 4, 5 & 6
Networking for Home and Small Businesses – Chapter 6
The “Internet”.
Topologies, Protocols and Layers
Unit Network Topologies, protocols and layers Lesson 2
ECEN 619 “Internet Protocols and Modeling”
Topic 5: Communication and the Internet
Packet Switching To improve the efficiency of transferring information over a shared communication line, messages are divided into fixed-sized, numbered.
1 Introduction to the Internet.
Network Protocol Layers
ECEN “Internet Protocols and Modeling”
Networking Theory (part 2)
Part of Chapter 1 Key Concepts Networks
© OCR NETWORK TOPOLOGIES, PROTOCOLS AND LAYERS 2.
ICT Computing Lesson 4: Computing Network.
Networking for Home and Small Businesses – Chapter 6
Protocol Application TCP/IP Layer Model
Chapter 7 Network Applications
Kyle Broussard, Alexandra Mikolai,
Computer Networks Protocols
Networking Theory (part 2)
Objectives: 1.Identify different internet protocol (IP) 2.Configure sample of IP address 3.Appreciate and relate protocol in our life.
Presentation transcript:

Protocols 2 Key Revision Points

Protocols Network protocols are a set of rules which control the communication between devices on a network. If one computer transmits data, the receiving computer needs to know what the rules are. Protocols make it possible for the computers to ‘talk’ to each other Without these international standards, devices from different manufacturers wouldn’t be able to interact with each other across networks.

TCP/IP These are the most important protocols in network communication They allow error free transmission of packets between two IP address on a WAN TCP responsible for how devices connect – splitting data into packets and reassembling them IP is responsible for packet switching (routing the data)

File Protocols TCP/IP (Transmission Control Protocol/Internet Protocol) – error free transmission of packets between 2 IP address on a WAN HTTP (Hyper Text Transfer Protocol) – used to access websites and communicate with webservers HTTPS (Hyper Text Transfer Protocol Secure) – more secure version of http. All is encrypted FTP (File Transfer Protocol) – access, edit and move files on a server using a client computer

Mail Protocols SMTP – simple mail transfer protocol – sends mail to a mail server POP (Post Office Protocol) – gets email from a mail server IMAP (Internet Message Access Protocol) – used by email clients to get mail from a mail server and to manage remote mail boxes. More advanced than pop

Layers Protocols are divided into layers These are self contained groups of protocols that have similar functions This helps break down network communication into manageable pieces where developers only have to concentrate on one layer (advantage 1) It also forces manufacturers to make compatible hardware and software

Layers Watch the video!