Level 2 Diploma Unit 10 Setting up an IT Network

Slides:



Advertisements
Similar presentations
Internet and WWW CS216. Open System Interconnection (OSI)
Advertisements

Cisco 2 - Routers Perrine. J Page 14/30/2015 Chapter 10 TCP/IP Protocol Suite The function of the TCP/IP protocol stack is to transfer information from.
The Internet Useful Definitions and Concepts About the Internet.
Layer 7- Application Layer
Internet…issues Managing the Internet
Lesson 7 – THE BUSINESS OF NETWORKING. TCP/IP and UDP Other Internet protocols Important Internet protocols OVERVIEW.
Chapter Overview TCP/IP Protocols IP Addressing.
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.
WXES2106 Network Technology Semester /2005 Chapter 4 TCP/IP CCNA1: Module 9, 10.3 and 11.
CHAPTER 2 PCs on the Internet Suraya Alias. The TCP/IP Suite of Protocols Internet applications – client/server applications The client requested data.
Lesson 24. Protocols and the OSI Model. Objectives At the end of this Presentation, you will be able to:
Internet-Based Client Access
Networking Basics TCP/IP TRANSPORT and APPLICATION LAYER Version 3.0 Cisco Regional Networking Academy.
 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.
Chapter 9.
A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e
© 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.
E-Business William R. Mussatto CyberStrategies, Inc. 12/2/2000.
Networks – Network Architecture Network architecture is specification of design principles (including data formats and procedures) for creating a network.
SYSTEM ADMINISTRATION Chapter 7 TCP/IP. Overview (OSI Model Review) The OSI Model is a layered framework that provides structure for data communications.
© 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,
1 Version 3.0 Module 11 TCP Application and Transport.
Chap 9 TCP/IP Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology
TCP/IP TCP/IP LAYERED PROTOCOL TCP/IP'S APPLICATION LAYER TRANSPORT LAYER NETWORK LAYER NETWORK ACCESS LAYER (DATA LINK LAYER)
CHAPTER 2 PCs on the Internet Suraya Alias. The TCP/IP Suite of Protocols Internet applications – client/server applications ◦The client requested data.
The Internet The internet is simply a worldwide computer network that uses standardised communication protocols to transmit and exchange data.
The Inter-network is a big network of networks.. The five-layer networking model for the internet.
Application Layer Khondaker Abdullah-Al-Mamun Lecturer, CSE Instructor, CNAP AUST.
1 Chapter 8 – TCP/IP Fundamentals TCP/IP Protocols IP Addressing.
TCP/IP (Transmission Control Protocol / Internet Protocol)
INTERNET PROTOCOLS. Microsoft’s Internet Information Server Home Page Figure IT2031 UNIT-3.
TCP =Transmission Control Protocol IP = Internet Protocol TCP/IP Protocol.
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)
Page 12/9/2016 Chapter 10 Intermediate TCP : TCP and UDP segments, Transport Layer Ports CCNA2 Chapter 10.
Voice Over Internet Protocol (VoIP) Copyright © 2006 Heathkit Company, Inc. All Rights Reserved Presentation 5 – VoIP and the OSI Model.
The OSI Model. Understanding the OSI Model In early 1980s, manufacturers began to standardize networking so that networks from different manufacturers.
Internet Basics. The Internet: Then and Now The Internet was created by the Advanced Research Projects Agency (ARPA) and the U.S. Department of Defense.
Introduction to the Internet
Application Layer Functionality and Protocols Abdul Hadi Alaidi
LESSON Networking Fundamentals Understand TCP/IP.
Functions of Presentation Layer
Application layer tcp/ip
Instructor Materials Chapter 5 Providing Network Services
Computer Networks.
Introduction To Web Design
Network Wiring and Reference
OSI Protocol Stack Given the post man exemple.
Using MIS 2e Chapter 6 Appendix
Understand the OSI Model Part 2
Internet and the web Summary of terms discusses and review
Networking for Home and Small Businesses – Chapter 6
ICT Communications Lesson 1: Using the Internet and the World Wide Web
Lecture 6: TCP/IP Networking By: Adal Alashban
Working at a Small-to-Medium Business or ISP – Chapter 7
Chapter 10: Application Layer
The Open System Interconnection (OSI) Model & Network Protocols.
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
Packet Switching To improve the efficiency of transferring information over a shared communication line, messages are divided into fixed-sized, numbered.
Working at a Small-to-Medium Business or ISP – Chapter 7
Web Design & Development
Application Layer Functionality and Protocols
Network Architecture Models
Networking for Home and Small Businesses – Chapter 6
Objectives: 1.Identify different internet protocol (IP) 2.Configure sample of IP address 3.Appreciate and relate protocol in our life.
Presentation transcript:

Level 2 Diploma Unit 10 Setting up an IT Network Network Addressing

OSI Layers 1 to 4 OSI Physical layer 1 OSI Data link layer 2 Network media – the cables/wireless and adapters OSI Data link layer 2 Method of transferring data between network adapters Organises data streams into frames Uses MAC addresses OSI Network layer 3 Routes packets between networks Uses IP addresses

OSI (Open Systems Interconnect) model 7 layers Each layer provides a service for the layer above and uses the services of the layer below Each layer (except the physical) attaches a header Headers provide control information

Frames Address used is the 48 bit unique MAC (Media Access Control) address hard coded into the adapter

Network Layer 3 Data messages are split into smaller packets Routers Better chance of successful delivery Easier to resend if lost or damaged Routers Choose the path that packets take around the network Packets are given a time to live (TTL) to prevent them travelling for ever Internet Protocol (IP) and IP addressing Provides network identification and addressing An IP address is a 32 bit binary value expressed as dotted decimal 00001010.00000001.1010000.00001100 is easier as 10.1.80.12

Restricted addresses Type Range Comment Private 10.0.0.0 – 10.255.255.255 Class A 169.254.0.0 – 169.254.255.255 172.16.0.0 – 169.254.255.255 Class B 192.168.0.0 – 192.168.255.255 Class C Loopback 127.0.0.0 – 127.255.255.255 Tests host function Multicast 224.0.0.0 – 239.255.255.255 Broadcast to many hosts Reserved 0.0.0.0 - 0.255.255.255 Not permitted 128.0.0.0 – 128.0.255.255 191.255.0.0 – 191.255.255.255 192.0.0.0 – 192.0.0.255 223.255.255.0 – 223.255.255.255

I. P Addresses 11000000101010000000000100000101 What is a ’bit’? 192.168.1.5 www.

Network Address Translation Private networks connect to the Internet via a router Host’s private address is translated to a valid public address by the router using NAT Easier IP configuration Hosts protected from direct internet access Can map 1:1 or use port addresses to map n:1

ARP and ICMP ARP (Address resolution protocol) Network layer Converts IP addresses to MAC addresses Converts MAC addresses to IP addresses ICMP (Internet control message protocol) Used for diagnostic and troubleshooting tools PING TRACERT

TCP and UDP Layer 4 TCP Transmission Control Protocol Reliable Connection oriented packet transfer TCP/IP applications use a unique identification number called a port An IP address and a port make a socket Socket to socket connections make a path http:215.58.254.252:80 where 80 is the port number

Common port numbers Port Number Process Name Description 20 FTPDATA File transfer protocol – Data 21 FTP File transfer protocol – Control 22 SSH Secure shell 23 TELNET Telnet 25 SMTP Simple Mail Transfer Protocol 53 DNS Domain Name Service 69 TFTP Trivial FTP 80 HTTP Hypertext Transfer Protocol 110 POP3 Post Office Protocol 3 119 NNTP Network News Transfer Protocol 123 NTP Network Time Protocol 139 NetBIOS Session port 143 IMAP4 Internet Mail Access Protocol 389 LDAP Directory Access Protocol 443 HTTPS HTTP Secure

HTTP and HTML Hypertext transfer protocol Web browsers request resources from web servers by connecting to port 80 Using a Uniform Resource Identifier (URI) Common web servers are Apache (open source) Microsoft Internet Information Server (IIS) HTTP is used to serve HTML (Hypertext MarkUp language) pages which describe how the text should be displayed

SSL/TLS HTTP is not encrypted and does not authenticate SSL (Secure sockets layer) and TLS (Transport Layer Security) Provide cryptographic security Used with HTTPS Uses port 443 Puts https:// in the URI Adds a padlock icon in the browser

E-mail Plain text File attachments encoded in MIME (multipurpose internet mail extensions) Send mail out using SMTP Simple mail transfer protocol Receive mail using POP3 or IMAP4 Can be secured using PGP (Pretty Good Privacy or Secure MIME

FTP File transfer protocol More efficient then e-mail Plain text transfer Most browsers include an FTP client ftp://ftp.microsoft.com/

Instant Messaging Exchange of text messages with contacts

Domain names Every host on the internet has a unique, 32 bit IP address For convenience each host also has a Fully Qualified Domain Name (FQDN) Domain Name Servers cross reference between domain names and IP addresses An FQDN is hierarchical www.google.com www as a local domain indicates the resource is a web server A Subdomain has to be registered and identifies a company, organisation or individual Top level domain local domain Subdomain

Top level domain names Domain Name Description edu Educational and research institutes gov Government agencies mil Military institutions net Network companies (ISPs) com Commercial organisations org Other organisations uk United Kingdom au Australia jp Japan

Uniform Resource Identifier A URI (sometimes known as a URL): Has all the information to identify a resource http://news.bbc.co.uk/1/hi/sci/tech/8013709.stm http:// is the protocol being used News.bbc.co.uk is the FQDN /1/hi/sci/tech/8013709.stm is the file path on the server

email address An email address consists of: The user name A separator symbol (@) A domain name prossert@hct.ac.uk

Task (criteria P5) You have been asked by a friend to explain how network communications work in a company. Describe how hardware, software and addressing combine to use a web browser to send an e-mail to another system. Include a diagram making sure you show how the components are connected together Make sure you explain: NIC, cable, switches, routers, modems, servers NOS, E-mail client, web browser IP and MAC addresses