Okay, here’s a scenario… You’re sitting at a computer…. Type in www. yourcompany.com As soon as you click on search your browser will ask your Operation.

Slides:



Advertisements
Similar presentations
Click to continue Network Protocols. Click to continue Networking Protocols A protocol defines the rules of procedures, which computers must obey when.
Advertisements

Chapter 3 Internet. Physical Components of the Internet Servers Networks Routers.
Network Layer and Transport Layer.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Communicating over the Network Network Fundamentals – Chapter 2.
Layer 7- Application Layer
Networking Theory (Part 1). Introduction Overview of the basic concepts of networking Also discusses essential topics of networking theory.
Jacob Boston Josh Pfeifer. Definition of HyperText Transfer Protocol How HTTP works How Websites work GoDaddy.com OSI Model Networking.
Protocols and the TCP/IP Suite
OSI Model.
OSI Model 7 Layers 7. Application Layer 6. Presentation Layer
COMPUTER NETWORKS.
The OSI Model A layered framework for the design of network systems that allows communication across all types of computer systems regardless of their.
 The Open Systems Interconnection model (OSI model) is a product of the Open Systems Interconnection effort at the International Organization for Standardization.
©Brooks/Cole, 2003 Chapter 6 Computer Networks. ©Brooks/Cole, 2003 Understand the rationale for the existence of networks. Distinguish between the three.
Application Layer. Applications A program or group of programs designed for end users. Software can be divided into two general classes: systems software.
Application Layer. Applications A program or group of programs designed for end users. A program or group of programs designed for end users. Software.
Lecturer: Tamanna Haque Nipa
THE OSI REFERENCE MODEL Open Systems Interconnection Reference Model.
Protocols and the TCP/IP Suite Chapter 4. Multilayer communication. A series of layers, each built upon the one below it. The purpose of each layer is.
Data Communications and Networks
Chapter 2 Network Models
Lecture 2 TCP/IP Protocol Suite Reference: TCP/IP Protocol Suite, 4 th Edition (chapter 2) 1.
What is a Protocol A set of definitions and rules defining the method by which data is transferred between two or more entities or systems. The key elements.
Lesson 2 — The Internet and the World Wide Web
© 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.
ACM 511 Chapter 2. Communication Communicating the Messages The best approach is to divide the data into smaller, more manageable pieces to send over.
Internet Addresses. Universal Identifiers Universal Communication Service - Communication system which allows any host to communicate with any other host.
Networks – Network Architecture Network architecture is specification of design principles (including data formats and procedures) for creating a network.
Web Page Design I Basic Computer Terms “How the Internet & the World Wide Web (www) Works”
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Network Services Networking for Home and Small Businesses – Chapter 6.
Computer Communication & Networks Lecture # 02 Nadeem Majeed Choudhary
© McLean HIGHER COMPUTER NETWORKING Lesson 1 – Protocols and OSI What is a network protocol Description of the OSI model.
1 Review - OSI Model n OSI Reference Model u represents the communications process. u 7 layers: physical, data link, network, transport, session, presentation.
The OSI Model An ISO (International standard Organization) that covers all aspects of network communications is the Open System Interconnection (OSI) model.
Component 9 – Networking and Health Information Exchange Unit 1-1 ISO Open Systems Interconnection (OSI) This material was developed by Duke University,
The OSI Model.
Information Flow Across the Internet. What is the Internet? A large group of computers that link together to form the Worldwide Area Network (WAN)
Chapter 15 – Part 2 Networks The Internal Operating System The Architecture of Computer Hardware and Systems Software: An Information Technology Approach.
CSE 6590 Department of Computer Science & Engineering York University 111/9/ :26 AM.
1 OSI and TCP/IP Models. 2 TCP/IP Encapsulation (Packet) (Frame)
Network Protocols and Standards (Part 2). The OSI Model In 1984, the International Organization for Standardization (ISO) defined a standard, or set of.
CHAPTER 4 PROTOCOLS AND THE TCP/IP SUITE Acknowledgement: The Slides Were Provided By Cory Beard, William Stallings For Their Textbook “Wireless Communication.
Open System Interconnection Describe how information from a software application in one computer moves through a network medium to a software application.
Individual Project 1 Sarah Pritchard. Fran, a customer of your company, would like to visit your company’s website from her home computer… How does your.
1 Chapter 4. Protocols and the TCP/IP Suite Wen-Shyang Hwang KUAS EE.
1. Layered Architecture of Communication Networks: TCP/IP Model
Net 221D:Computer Networks Fundamentals
ISDS 4120 Project 1 DWAYNE CARRAL JR 3/27/15. There are seven layers which make up the OSI (Open Systems Interconnection Model) which is the model for.
Transmission Control Protocol (TCP) Internet Protocol (IP)
1 Computer Communication & Networks Lecture 3 Layering and Protocol Stacks (contd.) Waleed Ejaz.
Internet Flow By: Terry Hernandez. Getting from the customers computer onto the internet Internet Browser
Data Communication Network Models
How Information Flows via the Internet By: Lee Farrell.
The OSI Model An ISO (International standard Organization) that covers all aspects of network communications is the Open System Interconnection (OSI) model.
Network Models. The OSI Model Open Systems Interconnection (OSI). Developed by the International Organization for Standardization (ISO). Model for understanding.
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.
The OSI Model. Understanding the OSI Model In early 1980s, manufacturers began to standardize networking so that networks from different manufacturers.
# 1 6/8/2016 CS 147- Computer Architecture Network Communication and YOU By Ali Farsio.
Also known as hardware/physi cal address Customer Computer (Client) Internet Service Provider (ISP) MAC Address Each Computer has: Given by NIC card.
Lecture # 02 Network Models Course Instructor: Engr. Sana Ziafat.
Chapter Objectives In this chapter, you will learn:
Networking Using the OSI Model.
Computer Networks.
How Data Flows through the Internet
Chapter 3: Open Systems Interconnection (OSI) Model
OSI Model The Seven Layers
TCP/IP Protocol Suite: Review
OSI Model 7 Layers 7. Application Layer 6. Presentation Layer
LEARNING COMPUTER NETWORKS OSI Model (layers). Why a layered model?  Easier to teach communication process.  Speeds development, changes in one layer.
Unit – III Network Essentials
Presentation transcript:

Okay, here’s a scenario… You’re sitting at a computer…. Type in www. yourcompany.com As soon as you click on search your browser will ask your Operation System for your IP Address….

Well what exactly is an IP address? You can think of an IP (Internet Protocol) address as a mail letter. It provides information about how and where data should be delivered, including the data’s source and destination addresses. After the IP address is found (mailed) a DNS (Domain name server) will do a lookup. Once a DNS server finds the IP address of the website you are looking for, that IP address is returned to your browser.

Here’s a little more info about the DNS server… Also within DNS lookups we use routers. This device connects network segments and directs data based on information contained in the data packet. The router provides the WAN connections to LANS.

Next, your browser will now use the IP address returned by DNS to communicate with the web server that hosts the website that you want to visit. It will connect to port number 80 on the web server using a protocol called TCP. Then, your browser opens a TCP connection to the destination host and sends the request according to HTTP 1.1. TCP simply is a connection-oriented protocol that establishes a connection before sending data. A protocol is a rule that governs how networks communicate. Protocols define the standards for communication between network devices. Without protocols, devices could not interpret signals sent by other devices and data would go nowhere.

Curious about HTTP? Hyper-Text Markup Language is the language that Web pages are written in. Web pages must conform to the rules of HTML in order to be displayed correctly in a Web browser. After the browser opens the TCP to its Destination host, the browser receives HTTP response and may close the TCP connection, or reuse it for another request.

After the HTTP response is received the browser will display the HTML content HTML or Hypertext Markup Language is a standardized system, for tagging text files to achieve font, color, graphic, and hyperlink effects on World Wide Web pages. The content within the HTML includes images, CSS style sheets, JavaScript files and other various things that may be retrieved while uploading a site. Finally the browser will send further asynchronous (state of not being synchronized) AJAX requests.

Asynchronous JavaScript & XML or simply AJAX in the final step of connecting to the browser sends data to the server in the background without interfering with the display and behavior of the existing page. Furthermore in order for this entire series of steps to take place it is important that both your computer and the company’s computer has a of the requirements to be able to connect to the network…..

What’s required on the customer’s computer? Most importantly you must have an Internet Service Provider according to the type of internet access that you are interested in for example: Dial-up vs Cable or Satellite

Once you are connected to the internet with an ISP (Internet Service Provider) a customer will need certain hardware that in addition to connecting them to the internet relates to layers within the OSI Model that I will further discuss in future slides… Switch Router Ethernet cable Network Interface Card (NIC) Modem

What is the OSI Model? The Open Systems Interconnection (OSI) Model is a model for understanding and developing network computer-to computer communications and is divided into 7 layers: Application, Presentation, Session, Transport, Network, Data Link & Physical. Application Presentation Session Transport Network Data Link Physical

The Application Layer Everything at this layer is application-specific. This layer provides application services for file transfers, , and other network software service. Telnet and FTP are applications that exist entirely in the application level. Tiered application architectures are part of this layer. 7 th layer of OSI Model

The Presentation Layer 6 th Layer of OSI Model The presentation layer works to transform data into the form that the application layer can accept. This layer formats and encrypts data to be sent across a network, providing freedom from compatibility problems. It is sometimes called the syntax layer.

The Session Layer 5 th Layer of OSI Model This layer establishes, manages and terminates connections between applications. The session layer sets up, coordinates, and terminates conversations, exchanges, and dialogues between the applications at each end. It deals with session and connection coordination.

The Transport Layer 4 th Layer of the OSI Model This layer provides transparent transfer of data between end systems, or hosts, and is responsible for end-to-end error recovery and flow control. It ensures complete data transfer. In addition: The TCP port number within the Transport layer provides an endpoint to a logical connection and the way a client program specifies a specific server program on a computer in a network

The Network Layer 3 rd Layer of OSI Model This layer provides switching and routing technologies, creating logical paths, known as virtual circuits, for transmitting data from node to node. Routing and forwarding are functions of this layer, as well as addressing, internetworking, error handling, congestion control and packet sequencing. I’ve already explained the duty of routers in a previous slide but switches (also referred to as local hubs) are connected to routers switch and serves as a controller, enabling networked devices to talk to each other efficiently. Through information sharing and resource allocation, switches save businesses money and increase employee productivity. Switch Router

The Data Link Layer 2 nd Layer of OSI Model The data link layer is divided into two sub layers: The Media Access Control (MAC) layer and the Logical Link Control (LLC) layer. The MAC sub layer controls how a computer on the network gains access to the data and permission to transmit it. The LLC layer controls frame synchronization, flow control and error checking. Network Interface Card (NIC) Network Interface Cards (NICs) are installed in PCs. Network cables attach to the NICs. These cables run from the NIC in the PC to a jack on the wall. On every NIC is a Media Access Control (MAC) or Ethernet Address which is a unique address burned into a ROM chip on the network card. Each MAC address is 12 hex characters or 48 bits in length Ethernet cable

The Physical Layer 1 st Layer of OSI Model This layer conveys the bit stream - electrical impulse, light or radio signal -- through the network at the electrical and mechanical level. It provides the hardware means of sending and receiving data on a carrier, including defining cables, cards and physical aspects Router NetworkingCables Network Interface Card (NIC) Switch