Unit 2 - Hardware Networking. What is a network? A computer network is essentially a connection between two or more computers. This connection can be.

Slides:



Advertisements
Similar presentations
Wireless Networking. Wireless Standards a b g n.
Advertisements

DHCP Dynamic Host Configuration Part 7 NVCC Professional Development TCP/IP.
SYSTEM ADMINISTRATION Chapter 19
Operating Systems Concepts 1/e Ruth Watson Chapter 11 Chapter 11 Network Maintenance Ruth Watson.
Linux+ Guide to Linux Certification, Second Edition Chapter 14 Network Configuration.
The Internet Useful Definitions and Concepts About the Internet.
Wi-Fi Structures.
Inside of a computer… What happens when you turn your computer on? What loads? Where are applications stored? How are do they run? In what form is information.
TCP/IP Tools Lesson 5. Objectives Skills/ConceptsObjective Domain Description Objective Domain Number Using basic TCP/IP commands Understanding TCP/IP3.6.
The internet and the WWW
© 2006, The Technology FirmWWW.THETECHFIRM.COM 1 WINDOWS XP SUPPORT TOOLS.
DHCP Server © N. Ganesan, Ph.D.. Reference DHCP Server Issues or leases dynamic IP addresses to clients in a network The lease can be subject to various.
Basic Network Training. Cable/DSL Modem The modem is the first link in the chain It is usually provided by the ISP and often has a coax cable connector.
1 Networks, advantages & types of What is a network? Two or more computers that are interconnected so they can exchange data, information & resources.
Microsoft Windows 2003 Server. Client/Server Environment Many client computers connect to a server.
Networking Feb. 6, 2008 by Larry Finger. Networking Hardware Glossary RJ45 – Official name for 8-pin connector Cat 5, 5E or 6 - Cable suitable for “high”-speed.
Chapter 5 Networks Communicating and Sharing Resources
23-Support Protocols and Technologies Dr. John P. Abraham Professor UTPA.
Internet Addressing. When your computer is on the Internet, anything you do requires data to be transmitted and received. For example, when you visit.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Network Addressing Networking for Home and Small Businesses – Chapter 5.
MAC Address IP Addressing DHCP Client DHCP Server Scope Exclusion Range Reservations Netsh.
Chapter 10 Intro to Routing & Switching.  Upon completion of this chapter, you should be able to:  Explain how the functions of the application layer,
ITS CSS Desktop Support Introduction to networking concepts Last updated: 9/30/2008 by pxahelp.
 Ping - Transmits four 32 byte packets to target computer ◦ Measures response time ◦ Returns IP address of target computer ◦ Example: ping uottawa.ca.
Computer Networks. IP Addresses Before we communicate with a computer on the network we have to be able to identify it. Every computer on a network must.
IP Address Allocation, Resolution. Address Allocation.
IT:NETWORK:MICROSOFT SERVER 2 DHCP AND WINDOWS DEPLOYMENT SERVICES.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 19 PCs on the Internet.
Network Operating Systems versus Operating Systems Computer Networks.
Objectives Configure routing in Windows Server 2008 Configure Routing and Remote Access Services in Windows Server 2008 Network Address Translation 1.
Network Layer4-1 DHCP: Dynamic Host Configuration Protocol Goal: allow host to dynamically obtain its IP address from network server when it joins network.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Application Layer Functionality and Protocols Network Fundamentals.
Network Addressing TEJ 3M. MAC Address (Media Access Control Address) Hard wired into your network card by the manufacturer Hard wired into your network.
HOW WEB SERVER WORKS? By- PUSHPENDU MONDAL RAJAT CHAUHAN RAHUL YADAV RANJIT MEENA RAHUL TYAGI.
Understanding Networking Joe Cicero Northeast Wisconsin Technical College.
Computer Networks. Why Create Networks? Communication Communication technologies such as , sms, video-conference can be used Makes communication.
Day 14 Introduction to Networking. Unix Networking Unix is very frequently used as a server. –Server is a machine which “serves” some function Web Server.
Internet Business Foundations © 2004 ProsoftTraining All rights reserved.
Networking in Linux. ♦ Introduction A computer network is defined as a number of systems that are connected to each other and exchange information across.
ECMM6018 Enterprise Networking for Electronic Commerce Tutorial 7 Dynamic Host Protocol.
CCNA4 v3 Module 6 v3 CCNA 4 Module 6 JEOPARDY K. Martin.
IP addresses IPv4 and IPv6. IP addresses (IP=Internet Protocol) Each computer connected to the Internet must have a unique IP address.
Networks Am I hooked up?. Networks definition sizes of networks types advantages and disadvantages how data is sent transmission media business uses.
NetTech Solutions Common Connectivity Problems Lesson Eight.
DHCP as server. What is Dynamic Host Configuration Protocol (DHCP)? Dynamic Host Configuration Protocol (DHCP) is network protocol for automatically assigning.
ERICSON BRANDON M. BASCUG Alternate - REGIONAL NETWORK ADMINISTRATOR HOW TO TROUBLESHOOT TCP/IP CONNECTIVITY.
(ITI310) By Eng. BASSEM ALSAID SESSIONS 9: Dynamic Host Configuration Protocol (DHCP)
“ is not to be used to pass on information or data. It should used only for company business!” – Memo from IBM Executive The Languages, Methods &
ITE PC v4.0 Chapter 8 1 © 2007 Cisco Systems, Inc. All rights reserved.Cisco Public  Networks are systems that are formed by links.  People use different.
LO2 Understand the key components used in networking.
Chapter 5. An IP address is simply a series of binary bits (ones and zeros). How many binary bits are used? 32.
Copyright © 2006 Heathkit Company, Inc. All Rights Reserved Introduction to Networking Technologies Introduction to Networking.
Chapter 4: server services. The Complete Guide to Linux System Administration2 Objectives Configure network interfaces using command- line and graphical.
Ad Hoc – Wireless connection between two devices Backbone – The hardware used in networking Bandwidth – The speed at which the network is capable of sending.
Domain Resolution Configuration Files: File: /etc/resolv.conf - host name resolver configuration file search name-of-domain.com - Name of your domain or.
Internet.
Chapter Objectives In this chapter, you will learn:
LESSON Networking Fundamentals Understand TCP/IP.
Lab #1 ,Ipconfig & ping commands
Module 8: Networking Services
ICT Communications Lesson 1: Using the Internet and the World Wide Web
Introduction to Computers
Introduction to Computers
Final Revision Notes-Grade10
Inside of a computer… What happens when you turn your computer on? What loads? Where are applications stored? How are do they run? In what form is information.
Network Models, Hardware, Protocols and number systems
Network Hardware and Protocols
Inside of a computer… What happens when you turn your computer on? What loads? Where are applications stored? How are do they run? In what form is information.
Module 12 Network Configuration
IST346: Networking Fundamentals
Presentation transcript:

Unit 2 - Hardware Networking

What is a network? A computer network is essentially a connection between two or more computers. This connection can be wired or wireless. The purpose of a computer network is to exchange information.

Why is networking important? ● Share files: Your computer accounts at school allow you to store your files on a shared network drive. Without a network connection, you would not be able to log in and access those files. More relevant, P2P networks…. ● Share resources: Printers, hard drives, and even computing power are shared online. See for an example. ● Share programs: Many of the apps on your computer accounts are virtual. They’re run on your computer but installed on another computer.

Client-Server Networks ● Server: A computer that provides a resource on a network. ● Client: A computer that connects to a server to request a resource. ● Client-Server Network: A network that consists of clients and servers. ● Examples: The Internet! The servers are web servers and clients are personal computers accessing websites.

Peer-to-Peer Networks ● Each computer acts as a server and a client. ● As a computer retrieves resources, it also serves the resources that it’s already downloaded. ● Napster was one of the early P2P networking services, but many others grew from there: BitTorrent, Limewire, etc.

Addressing on a Network ● Consider sending a letter or dialing a phone. ● Every person needs a UNIQUE identifier. e.g. home address and phone number ● In order to send data to another device, we need some way of uniquely addressing it.

MAC Addresses ● Every piece of hardware capable of connecting to a network has a unique identifier called the MAC (Media Access Control) address. ● MAC addresses can be found directly on your router: ● Or on your Ethernet card through the command prompt by typing ipconfig /all.

IP Addresses ● MAC addresses are only used for local networking. ● To access a wider network (e.g. the Internet), devices require an IP address. ● To obtain an IP address, computers typically negotiate with a Dynamic Host Configuration Protocol (DHCP) server which leases one to the device. ● LEASES ARE TEMPORARY! Sometimes, when your device cannot connect to the network, it needs to renew the lease on its IP.

IP Addresses cont’d ● IP addresses are in the range: to ● Under this addressing system, there are about 4 billion unique addresses. But they’re being used up rapidly! ● Some IP addresses have special meaning. For instance, loops you back to your own machine.

Websites and IP addresses ● Every website is associated with an IP address. Since IP addresses might change, we address webpages usings names e.g. ● A DNS (Domain Name Server) provides the translation from website name to IP addresses. ● This allows people to use website names instead of IP addresses!

Networking Tools ● Windows provides us with some handy tools for networking. These are accessed through the command prompt. ipconfigDisplays basic network information about the computer ipconfig /allDisplays detailed network information about the computer ping xxx.xxx.xxx.xxxSends test data to the specified computer to determine: a) if it’s alive b) how long it takes for the message to make a round trip tracert xxx.xxx.xxx.xxx Sends test data to the specified computer and tracks the data through all computers required to reach the specified address.