Internet Protocols IP: Internet Protocol

Slides:



Advertisements
Similar presentations
Kalpesh Vyas & Seward Khem
Advertisements

Network Layer and Transport Layer.
The Application Layer Chapter 7. Where are we now?
Web Server Administration
Layer 7- Application Layer
Chapter 2: Application layer  2.1 Web and HTTP  2.2 FTP 2-1 Lecture 5 Application Layer.
Application Layer. This graphic is taken from The Abdus Salam International Centre for Theoretical Physics.
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.
Chapter Eleven An Introduction to TCP/IP. Objectives To compare TCP/IP’s layered structure to OSI To review the structure of an IP address To look at.
Data Communications and Computer Networks Chapter 2 CS 3830 Lecture 9
Lesson 24. Protocols and the OSI Model. Objectives At the end of this Presentation, you will be able to:
1 Computer Communication & Networks Lecture 27 Application Layer: Electronic mail and FTP Waleed.
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.
Network Protocols. Why Protocols?  Rules and procedures to govern communication Some for transferring data Some for transferring data Some for route.
70-291: MCSE Guide to Managing a Microsoft Windows Server 2003 Network Chapter 3: TCP/IP Architecture.
Chapter 9.
1 Web Server Administration Chapter 1 The Basics of Server and Web Server Administration.
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.
Network Communications Technology Chapter 19 Internet Architecture and TCP/IP.
Networks – Network Architecture Network architecture is specification of design principles (including data formats and procedures) for creating a network.
1 Version 3.0 Module 11 TCP Application and Transport.
2: Application Layer 1 Chapter 2: Application layer r 2.1 Principles of network applications r 2.2 Web and HTTP r 2.3 FTP r 2.4 Electronic Mail  SMTP,
TCP/IP fundamentals Unit objectives Discuss the evolution of TCP/IP Discuss TCP/IP fundamentals.
Unit – I CLIENT / SERVER ARCHITECTURE. Unit Structure  Evolution of Client/Server Architecture  Client/Server Model  Characteristics of Client/Server.
Client – Server Architecture. Client Server Architecture A network architecture in which each computer or process on the network is either a client or.
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
Application Layer Khondaker Abdullah-Al-Mamun Lecturer, CSE Instructor, CNAP AUST.
Chapter 3: Services of Network Operating Systems Maysoon AlDuwais.
INDEX oWoWhat is TCP/IP protocol suite ? oDoDifferent layers. oEoEncapsulation. oPoProtocol Interface.
TCP/IP (Transmission Control Protocol / Internet Protocol)
Protocols COM211 Communications and Networks CDA College Olga Pelekanou
INTERNET PROTOCOLS. Microsoft’s Internet Information Server Home Page Figure IT2031 UNIT-3.
ITGS Network Architecture. ITGS Network architecture –The way computers are logically organized on a network, and the role each takes. Client/server network.
Net 221D:Computer Networks Fundamentals
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.
IST 201 Chapter 11 Lecture 2. Ports Used by TCP & UDP Keep track of different types of transmissions crossing the network simultaneously. Combination.
Dibyajit Computer Security Hacking dibyajit
3.1 Types of Servers.
Application layer tcp/ip
Instructor Materials Chapter 5 Providing Network Services
Transport Protocols Relates to Lab 5. An overview of the transport protocols of the TCP/IP protocol suite. Also, a short discussion of UDP.
3.1 Types of Servers.
Network Wiring and Reference
Data Communications and Computer Networks Chapter 2 CS 3830 Lecture 9
Some bits on how it works
3.1 Types of Servers.
Lecture 6: TCP/IP Networking By: Adal Alashban
TYPES OF SERVER. TYPES OF SERVER What is a server.
Working at a Small-to-Medium Business or ISP – Chapter 7
Web Development & Design Chapter 1, Sections 4, 5 & 6
Client-Server Interaction
Working at a Small-to-Medium Business or ISP – Chapter 7
Topologies, Protocols and Layers
Packet Switching To improve the efficiency of transferring information over a shared communication line, messages are divided into fixed-sized, numbered.
Transport Protocols Relates to Lab 5. An overview of the transport protocols of the TCP/IP protocol suite. Also, a short discussion of UDP.
Transport Protocols Relates to Lab 5. An overview of the transport protocols of the TCP/IP protocol suite. Also, a short discussion of UDP.
Working at a Small-to-Medium Business or ISP – Chapter 7
Transport Protocols An overview of the transport protocols of the TCP/IP protocol suite. Also, a short discussion of UDP.
Chapter 2 Network Models
Protocols 2 Key Revision Points.
LO3 – Understand Business IT Systems
Computer Networks Protocols
Transport Protocols Relates to Lab 5. An overview of the transport protocols of the TCP/IP protocol suite. Also, a short discussion of UDP.
Network programming Lecture 1 Prepared by: Dr. Osama Mokhtar.
Presentation transcript:

Internet Protocols IP: Internet Protocol TCP: Transmission control Protocol UDP: User Datagram Protocol SMTP: Simple Mail Transfer Protocol FTP: File Transfer Protocol HTTP: Hyper text transmission protocol SNMP: Simple network management protocol ICMP: Internet control message protocol POP: Post office protocol

New learning goals All will: Understand a range of Servers Most will: Analyse and research the IP’s the servers use Few will: Evaluate which servers to use for a business AIMS: Describe each type of server Research which Protocols they each use Give a recommendation to a range of users based on the types of server 1min

What are servers used for? https://www.youtube.com/watch?v=7d2JyaW9X34 Email File transfer Applications Databases Hypervision Webpages Creating webpages specifically for users (Facebook)

Email Server Another example : Email server: The server stores incoming mail for distribution to local users and sends out outgoing messages. This uses a client-server application model to send and receive messages using Simple Mail Transfer Protocol (SMTP). An email server may also be known as a mail or message transer agent.

File Transfer Server Another example : File Transfer Server The File Transfer Protocol (FTP) is a standard network protocol used for the transfer of computer files between a client and server on a computer network. FTP is built on a client- server model architecture using separate control and data connections between the client and the server.

Application Server An application server is a software framework that provides both facilities to create web applications and a server environment to run them. Application Server Frameworks contain a comprehensive service layer model. An application server acts as a set of components accessible to the software developer through a standard API defined for the platform itself. For Web applications, these components are usually performed in the same running environment as their web server(s), and their main job is to support the construction of dynamic pages. However, many application servers target much more than just Web page generation: they implement services like clustering, fail-over, and load-balancing, so developers can focus on implementing the business logic

Database Server One example a Database Server: A Database server could use the programming languages SQL. This could manage databases with multiple users, for example user accounts at amazon, their orders and deliveries. Database server is the term used to refer to the back- end system of a database application using client/server architecture. The back-end, sometimes called a database server, performs tasks such as data analysis, storage, data manipulation, archiving, and other non-user specific tasks

Hypervisor Server Another example : Hypervisor server: Software written for a particular processor which manages different Operating systems or copies of the same operating system on a single computer. It manages resources such as the processor, memory and devices so that each OS receives resources it needs and does not clash with other OS’s. (Virtualization)

Task 1: Describe the servers Read & use the ‘Kingdown Servers’ Sheet to help complete a description of each of the servers Some you will need to research online. (In Bold) Search with Keywords: Eg ‘Database Server Description’ Done all? Research protocols used for each.

Journey of a packet of data https://www.youtube.com/watch?v=hymzoUpM0K0