8/3/2018. IP for Technicians. Agenda. Instructor Introduction

Size: px
Start display at page:

Download "8/3/2018. IP for Technicians. Agenda. Instructor Introduction"

Transcription

1 IP for Technicians EST CEDIA Expo San Diego Agenda Introduction What Is IP? The IP Address Subnets and Gateways Network Address Translation Domain Name System MAC Address Troubleshooting Tools Threats on the Internet Network Security Conclusion Instructor Introduction Instructor Name Job description Credentials Certifications Contact information 1

2 Learning Objectives Discuss the importance of the growth in IP networking Explain common networking protocols such as TCP, UDP, IP, DHCP, DNS, and NAT Select install and configure consumer routers for wired environments Create and implement IP addressing schemes for connected network devices (computers, AV, lighting, control, etc.) Create system documentation for IP networks What Is IP? What Is IP? TCP/IP (Transmission Control Protocol/Internet Protocol) is the basic communication language or protocol of the Internet and is DIGITAL TCP/IP refers to two separate protocols: TCP and IP 2

3 So What? IP is become one of the most important skills sets in the residential custom integration industry This is happening because: Scalable Flexible Simple Easy to interface IPLeverages technology Scalability Not Point to Point Almost unlimited number of devices No limit on size of network PAN LAN WAN Flexibility Structured cabling systems allow flexibility on cable usage Physical medium is largely irrelevant o Copper o Wireless o Fiber Category rated cable is ubiquitous o Cat5: Virtually obsolete o Cat5e o Cat6 o Cat6a o Cat7 3

4 Simplicity One network, multiple services o Audio distribution o Video distribution o Telephony o Video conferencing o Control o Security/CCTV o Data One set of skills to learn and master One network to maintain Interfacing Web pages ubiquitous Seamless meta-data display Huge range of UIs o Phones o PDAs o Dedicated remotes o The TV Easy to access the LAN from the WAN OSI Reference Model Open Systems Interconnection Developed by the International Organization for Standardization (ISO) Guidelines to be used by manufacturers developing communication systems o Not a strict standard Allows for device interoperability 4

5 OSI Model Layers 7 Layer Model Breaks down complex communication process into distinct functions Each layer serves the layer directly above it and is served by the layer directly below Key advantage for technicians: o TROUBLESHOOTING OSI Model Layer Examples OSI layer Application Presentation Session Transport Network Data link o LLC o MAC Physical Network Component Web (http) GIF SQL TCP IP Ethernet Ethernet Sunset.gif = HOST Data 7. Application 6. Presentation HOST 7. Application 6. Presentation 5. Session 4. Transport Segment 3. Network Packet 2. Data LinkFrame 5. Session Encapsulation Decapsulation Data 4. Transport 3. Segment Network 2. Packet Data Link Physical 1. Frame Physical Routing 5

6 Receive 8/3/2018 OSI Model Components OSI Layer Protocol Data Unit (PDU) Example Network Component Application Data stream Web (http) Presentation Data stream GIF Session Data stream SQL Transport Segment TCP Network Packet IP Data link Frame Ethernet o LLC o MAC Physical Bit Cabling OSI Model Devices OSI Layer Common Network Devices Application Network host or client Presentation (Laptop, desktop, Blu-ray, etc ) Session Transport Network Router Data link Switch, bridge, WAP o LLC o MAC o Network interface card (NIC) Physical Hub, cables OSI Pneumonic OSI Layer Top to Bottom Bottom to Top Application All Away Presentation People Pizzas Session Seem Sausage Transmit Transport To Throw Network Need Not Data link Data Do o LLC o MAC Physical Processing Please 6

7 OSI vs. TCP/IP OSI Layer TCP/IP Model Application Presentation Application Session Transport Transport Network Internet Data link o LLC Network access o MAC o AKA Network interface Physical Hub, cables The Physical Layer IP in the home usually runs over Ethernet, which is defined as: o IEEE o Collection of IEEE standards o Generally a LAN technology with some WAN applications When using copper cable, this is almost universally twisted pair (CAT5e, CAT6, CAT6A) IP can also run over fiber and wireless technologies Physical layer failures are the biggest failure mode on IP networks An untested cable does not work! Not Ethernet Remember, just because it can be sent down twisted pair, does NOT mean it is Ethernet These devices use twisted pair to carry signals other than Ethernet The networks that Ethernet and these devices use may appear on the same patch panel, BUT these devices DO NOT CONNECT TO THE ETHERNET NETWORK 7

8 Binary Refresher A bit is a binary digit, taking a value of either 0 or 1 A byte is a unit of measurement of information storage, most often consisting of eight bits Bits use a small b; Bytes use a capital B Transmissions speeds are measured in bits per second; storage is measured in Bytes Binary Example TCP and UDP There are two types of Internet Protocol (IP) traffic o TCP (Transmission Control Protocol) o UDP (User Datagram Protocol) TCP Reliable Connection-oriented Segment retransmission and flow control through windowing Segment sequencing Acknowledge segments UDP Unreliable Connectionless No windowing or retransmission No sequencing No acknowledgement 8

9 Packets, and the Post You write a book You split it into chapters and put each into a numbered in order, addressed envelope to send to your publisher You post all the envelopes into the post box Packets, and the Post (cont.) They travel through the postal system (together?) They are delivered (together?) The publisher opens the envelopes in order What if there is one missing? It might arrive late, or have been lost TCP/IP has many similarities What about UDP? LANs and WANs A LAN is a Local Area Network and is the network within your home or office A WAN is a wide-area network and is the network outside your home or office; most commonly the Internet A device that connects 2 networks together is defined as a router 9

10 LANs and WANs Analogy Unique on the planet; there is only one of them and it has a public postal address: 100 King St London W6 0SZ, UK LANs and WANs Analogy (cont.) Go Through Its Locked Front Door and You find some post boxes marked: o Apartment 1 o Apartment 2 o Apartment 3 etc. How many post boxes are there in the world marked Apartment 3? Hundreds of thousands? A Basic Home Network 10

11 The IP Address The IP Address Rule #1 EVERY device on a network must have a unique IP address An IP address consists of 4 octets IP Address Restrictions Restrictions on IP addresses: o You cannot just make up a number o Handed out by RIPE; similar to a phone company giving out phone numbers o This is really important because IP addresses used on a LAN cannot be used on the Internet and vice-versa Each number must be between 0 and 254 o Computers work in binary, and 255 is the largest number you can fit in 8 bits o 255 is reserved as a Broadcast address and should not be used in device addresses o Some parts of the IP address space are reserved 11

12 Reserved IP Addresses Private IP addresses o Three possible ranges to choose from: Class A private Address range: 10.x.x.x, Class B private Address range: x.x x.x Class C private Address range: x.x Class C addresses are by far the most commonly used on home networks Needed because there are not enough IP addresses for every device on the planet to have a unique IP address Assigning IP Addresses: DHCP Automatically Using DHCP (Dynamic Host Configuration Protocol) For devices that get switched on and off a lot or removed and used on other networks PCs, PDAs and laptops The device may get a different IP address every time it is switched on; does it care? Assigning IP Addresses: Static Manually (Static) You configure a device with an IP address o This never changes o You (and other devices) always know what it is Used for devices that are left switched on: Servers, Wireless access Points, Media players, Control processors etc. 12

13 Assigning IP Addresses (cont.) A suggestion for a x network o Put the router on o Setup the router to have a DHCP pool from to o Use for static IP addresses Document everything! Why Do We Need A Router? WAN addresses are not on the same Subnet as LAN addresses A network device will know this (using its Subnet Mask) and will look for a route to send the information down In most cases, this will be the default gateway on Windows The default gateway will be the router that you have installed What Does The Router Do? A router is connected to two networks (in most cases, the LAN and the Internet) When a router receives a packet of information, it first looks to see where the packet is for o If it has received it on the LAN side, it checks to see if the packet is to go to a WAN address, and vice-versa If the packet is to be sent from the LAN to the WAN, the router passes on the packet to the Internet 13

14 Router Features Firewall Not the same as virus protection Prevents unauthorized access to the LAN from the WAN Careful setup! Can block all access to the Internet DHCP server Advanced Features Most modern routers should have a configurable DHCP server Make sure that you set the pool to be the same IP range! VOIP server: Voice Over Internet Protocol VPN Server: Virtual Private Network QoS: Quality of Service A Basic Home Network Exercise In pairs, take 10 minutes to prepare an IP address list for a project 14

15 Subnets and Gateways Subnets and Gateways Unless you are Cisco certified, run very fast if you come across a Subnet mask that IS NOT A Subnet mask is NOT an IP address The Subnet Mask A Subnet mask is used by a device to ascertain if a another device it wished to communicate with is on the same network or a different network Let s see how this is done Is a device With this Subnet mask that wishes to communicate with the following:

16 Network Address Translation Network Address Translation The x.x network range is not a valid WAN address No WAN network device will be able to send you information or replies The router changes the packet to claim that it came from its WAN address rather than the LAN address that it actually came from It remembers the packet that was sent and forwards the reply to the appropriate LAN address A Basic Home Network 16

17 Domain Name System Domain Name System The DNS is like a big directory that converts words (that analog humans understand) into IP addresses (that the digital Internet understands) = The DNS server is usually the router Discussion What are the effects of leaving out a DNS server? 17

18 MAC Address The MAC Address The MAC Address A media access control address (MAC address) is a unique identifier assigned to every network interface when it is manufactured It is a 48 bit number made up of six groups of two hexadecimal figures i.e. 10:93:e9:0f:89:78 This gives around 284 trillion possible addresses Every network interface ever made has a unique MAC address Why Do We Need MAC Addresses? It fits into to the Open Systems Interconnect (OSI) model IP addresses change; MAC addresses are permanent (if you move a device, it s MAC moves with it) DHCP; uses MAC addresses to assign an IP address to a device An Ethernet switch is usually a Layer 2 device and will use MAC addresses to switch data to the correct port 18

19 Your Computer On a PC It is important to be able to find out what the networking settings are on your computer This is best done by bringing up a command prompt and typing in: o ipconfig/all o The /all is optional and gives details of all network adaptors even if they are not connected Your Computer (cont.) On a Mac Go to System Preferences, then click on Network, then click on Advanced These tools will give you your computer s IP Address, its Subnet mask, its gateway address (called Router on a mac), its DNS servers and its MAC address What Can Go Wrong? Lots of things can go wrong; just one incorrect setting can go unnoticed for months, and be very difficult to track down Incorrect gateway; no access to/from outside Incorrect Subnet mask; much harder to track down Get it right first time or spend months tracking down a single incorrect digit! 19

20 Troubleshooting Tools The Real World Panic in Private! Do as much set-up off site as possible Find a range of networking gear and stick with it Make sure YOUR laptop is well maintained and reliable Before you do anything else, make sure that the Physical Layer has been tested; all cables should be qualified (recommended as per TIA- 570-B ) or certified (as opposed to just verified) Troubleshooting Tools PING IPCONFIG TRACEROUTE Type ping into Command Prompt If you get a response, the device you are pinging will have basic network connectivity Type ipconfig into Command Prompt Shows the IP configuration of that computer Type tracert into Command Prompt Shows the path taken to reach a host 20

21 IPv6 Most things we have taught you today will have a limited lifespan IPv4 (current 32 bit addressing) limits us to 4,294,967,296 unique addresses IPv6 (128 bit addressing) will give addresses, or (50 octillion) for each of the roughly 6.5 billion people alive today! Threats on the Internet Threats on the Internet Viruses Worms Spyware Spam Phishing Identity theft 21

22 Viruses Virus is a catch-all phrase for many computer security threats Viruses are programs that spread from one computer to the next o Normally this requires some form of user action o E.g. virus Anna Kournikova naked pics will probably contain a virus that runs when you open the attachment Viruses are becoming less common as more sophisticated attacks that require no user action develop Worms Worms are designed to automatically spread from computer to computer using exploits in software o Security holes (common in large programs like Windows) that are able to be attacked automatically Once a worm has infected a computer, it will in turn attempt to infect other computer Often used to create botnets, or groups of computers that can be controlled by another party for malicious or financial gain Spyware Software installed that performs tasks behind your back Often packaged with legitimately useful software Spyware can: o Listen to your key presses o Track your Internet browsing habits o Send information about you to marketing companies o Pop up extra windows when you browse the web Normally not malignant, just annoying and wasteful 22

23 Spam Spam is the electronic equivalent of junk mail Spam in itself is not normally malicious, just annoying o Costs money to receive (bandwidth costs) o Makes checking for solicited harder o Can have malicious payload attached Botnets can act as spamming systems Phishing Social engineering and identity theft Relatively new phenomenon with the rise of Internet banking s sent out in spam to look like official s Ask you to input your details to a website that looks exactly like target website Record details and then use them on the real website to take your money! Like fake ATM machine/card reader in the real world Identity Theft Online identity theft becoming real problem Usernames and passwords compromised through other techniques Normally not due to direct hacking of your computer, but of the computers of companies that you use addresses are often usernames and people often reuse passwords o Get access to one system, get access to many! 23

24 Network Security Network Security To secure a network Set up Hardware Software Wetware properly No network can be completely secure Hardware Turn on all firewalls and configure correctly Use VPNs if possible o Use port translation when not and re-locate the default ports to alternate ports Make sure the router is not configurable from the Internet Change default passwords Change default SSID on wireless access points (WAP) Know where your cabling is connected o Can someone else access your network? o Consider segregating wired and wireless networks 24

25 Hardware (cont.) Choose appropriate hardware for the job o No need to spec budget routers for any job Ensure firmware is up to date regularly Logging access attempts on firewalls can highlight a problem area in your security Software Basics: Install antivirus software Turn on software firewall in operating systems (Windows, Mac, Linux) Set up limited user accounts and only use administrator level accounts when installing software Important: Make sure software is set to automatically update Thinking you are secure when you are not is worse than no security at all Automatic updates avoid user intervention Pros far outweigh the cons Software (cont.) Avoid running services unless absolutely required o Outsource FTP, website; cheap and easy Turn on logging in software if possible; it can show when and how problems occur 25

26 Wetware AKA The client and their family Biggest security risk is the user Make sure that there is no user intervention required to keep things secure o Automatic updates should be automatic Train client not to ignore warnings that software is out of date Wetware (cont.) Warn of the dangers of making system insecure Create a security policy for the whole family by: o Establishing safe browsing habits o Raising concern about where to browse o Decreasing client reliance on antivirus Make sure they understand the policy The Security Policy Common sense Never Tell Anyone Without Good Reason: Usernames Passwords 26

27 If Problems Occur Common symptoms of a security problem: o Random files appearing o Major slowdown of computer o Slowdown of internet access o Error messages (e.g. bouncing , websites not loading) Disconnect from the Internet Turn off computer Call in an IT specialist New Skills Network infrastructure design and installation IP is the dominant protocol IP WILL become the dominant protocol in our industry so do not ignore developing this skills set Conclusion Discussed the importance of the growth in IP networking Explained common networking protocols such as TCP, UDP, IP, DHCP, DNS, and NAT Selected, installed and configured consumer routers for wired environments Created and implemented IP addressing schemes for connected network devices (computers, AV, lighting, control, etc.) Created system documentation for IP networks 27

28 Questions? Thank You! Please submit course evaluations 7150 Winton Drive Suite. 300 Indianapolis, IN OSI Model Analogy OSI layer Application Presentation Session Transport Network Data link o LLC o MAC Physical Corporate Analogy CEO Lawyer Executive assistant Shipping manager ShipCo dispatcher ShipCo driver/truck o Traffic laws o Traffic lights Road 28

job task analysis (exam Blueprint) Electronic Systems Certified Networking Specialist (ESC-N)

job task analysis (exam Blueprint) Electronic Systems Certified Networking Specialist (ESC-N) Electronic Systems Certified Networking Specialist (ESC-N) International (English) This professional certification is for an individual with 3 or more years of experience in the field; designing, configuring

More information

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 8 Networking Essentials

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 8 Networking Essentials A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e Chapter 8 Networking Essentials Objectives Learn about the protocols and standards Windows uses for networking Learn how to connect

More information

Layering in Networked computing. OSI Model TCP/IP Model Protocols at each layer

Layering in Networked computing. OSI Model TCP/IP Model Protocols at each layer Layering in Networked computing OSI Model TCP/IP Model Protocols at each layer Learning outcomes Understand the need of layering in Networked computing Understand the OSI model and the tcp/ip model Understand

More information

Networking Fundamentals. An Introduction to Networks. tel: +44 (0) fax: +44 (0) web:

Networking Fundamentals. An Introduction to Networks. tel: +44 (0) fax: +44 (0) web: Networking Fundamentals An Introduction to Networks Official UK distribution partner tel: +44 (0)1457 874 999 fax: +44 (0)1457 829 201 email: sales@cop-eu.com web: www.cop-eu.com Course Content The following

More information

Defining Networks with the OSI Model. Module 2

Defining Networks with the OSI Model. Module 2 Defining Networks with the OSI Model Module 2 Objectives Skills Concepts Objective Domain Description Objective Domain Number Understanding OSI Basics Defining the Communications Subnetwork Defining the

More information

Networking interview questions

Networking interview questions Networking interview questions What is LAN? LAN is a computer network that spans a relatively small area. Most LANs are confined to a single building or group of buildings. However, one LAN can be connected

More information

Networking and Health Information Exchange: ISO Open System Interconnection (OSI)

Networking and Health Information Exchange: ISO Open System Interconnection (OSI) Networking and Health Information Exchange: ISO Open System Interconnection (OSI) Lecture 4 Audio Transcript Slide 1 Welcome to Networking and Health Information Exchange, ISO Open System Interconnection

More information

CNBK Communications and Networks Lab Book: Purpose of Hardware and Protocols Associated with Networking Computer Systems

CNBK Communications and Networks Lab Book: Purpose of Hardware and Protocols Associated with Networking Computer Systems Lab Book: Purpose of Hardware and Protocols Associated with Networking Computer Systems Contents Purpose of Hardware and Protocols Associated with Computer Networks... 3 Lab Objectives... 3 Lab Resources...

More information

Networking and Health Information Exchange Unit 1a ISO Open Systems Interconnection (OSI) Slide 1. Slide 2. Slide 3

Networking and Health Information Exchange Unit 1a ISO Open Systems Interconnection (OSI) Slide 1. Slide 2. Slide 3 Slide 1 Networking and Health Information Exchange Unit 1a ISO Open Systems Interconnection (OSI) Networking and Health Information Exchange Unit 1a ISO Open Systems Interconnection (OSI) Slide 2 Unit

More information

This course prepares candidates for the CompTIA Network+ examination (2018 Objectives) N

This course prepares candidates for the CompTIA Network+ examination (2018 Objectives) N CompTIA Network+ (Exam N10-007) Course Description: CompTIA Network+ is the first certification IT professionals specializing in network administration and support should earn. Network+ is aimed at IT

More information

UIP1869V User Interface Guide

UIP1869V User Interface Guide UIP1869V User Interface Guide (Firmware version 0.1.8 and later) Table of Contents Opening the UIP1869V's Configuration Utility... 3 Connecting to Your Broadband Modem... 5 Setting up with DHCP... 5 Updating

More information

Identify the features of network and client operating systems (Windows, NetWare, Linux, Mac OS)

Identify the features of network and client operating systems (Windows, NetWare, Linux, Mac OS) Course Outline Network+ Duration: 5 days (30 hours) Learning Objectives: Install and configure a network card Define the concepts of network layers Understand and implement the TCP/IP protocol Install

More information

VoIP / RoIP for Technicians

VoIP / RoIP for Technicians Phase 4 Design, Inc VoIP / RoIP for Technicians Presented by Dave Grant Phase 4 Design, Inc dave@phase4.org 2017 Phase 4 Design, Inc Notes 2 2017, Phase 4 Design, Inc. Table of Contents What are we going

More information

Hands-On TCP/IP Networking

Hands-On TCP/IP Networking Hands-On Course Description In this Hands-On TCP/IP course, the student will work on a live TCP/IP network, reinforcing the discussed subject material. TCP/IP is the communications protocol suite on which

More information

MTA: Networking Fundamentals (Course & Labs) Course Outline. MTA: Networking Fundamentals (Course & Labs) 02 Oct

MTA: Networking Fundamentals (Course & Labs) Course Outline. MTA: Networking Fundamentals (Course & Labs) 02 Oct Course Outline MTA: Networking Fundamentals (Course & Labs) 02 Oct 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led

More information

CompTIA Network+ Study Guide Table of Contents

CompTIA Network+ Study Guide Table of Contents CompTIA Network+ Study Guide Table of Contents Course Introduction Table of Contents Getting Started About This Course About CompTIA Certifications Module 1 / Local Area Networks Module 1 / Unit 1 Topologies

More information

Pearson CompTIA: Network+ (Course & Lab) Course Outline. Pearson CompTIA: Network+ (Course & Lab) 15 Jul 2018

Pearson CompTIA: Network+ (Course & Lab) Course Outline. Pearson CompTIA: Network+ (Course & Lab)  15 Jul 2018 Course Outline Pearson CompTIA: Network+ (Course & Lab) 15 Jul 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led

More information

Essential Elements of Medical Networks. D. J. McMahon rev cewood

Essential Elements of Medical Networks. D. J. McMahon rev cewood Essential Elements of Medical Networks D. J. McMahon 141004 rev cewood 2018-02-18 Key Points Medical Networks: quick conversion of bits to decimal numbers: 2 10 = 1024 1000 = 10 3 OSI Networking Layers

More information

TestOut Network Pro - English 5.0.x COURSE OUTLINE. Modified

TestOut Network Pro - English 5.0.x COURSE OUTLINE. Modified TestOut Network Pro - English 5.0.x COURSE OUTLINE Modified 2018-03-06 TestOut Network Pro Outline - English 5.0.x Videos: 130 (17:10:31) Demonstrations: 78 (8:46:15) Simulations: 88 Fact Sheets: 136 Exams:

More information

Chapter 11: Networks

Chapter 11: Networks Chapter 11: Networks Devices in a Small Network Small Network A small network can comprise a few users, one router, one switch. A Typical Small Network Topology looks like this: Device Selection Factors

More information

Chapter 2. Communicating Over The Network. CCNA1-1 Chapter 2

Chapter 2. Communicating Over The Network. CCNA1-1 Chapter 2 Chapter 2 Communicating Over The Network CCNA1-1 Chapter 2 Communicating Over the Network The Platform for Communications CCNA1-2 Chapter 2 Elements of Communication People communicate in many different

More information

Course Outline. CompTIA Network+ Deluxe Study Guide Third Edition (Course & Labs)

Course Outline. CompTIA Network+ Deluxe Study Guide Third Edition (Course & Labs) Course Outline CompTIA Network+ Deluxe Study Guide Third Edition (Course & Labs) 17 Nov 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions

More information

CompTIA Network+ N ucertify Course & Labs. Course Outline. CompTIA Network+ N ucertify Course & Labs.

CompTIA Network+ N ucertify Course & Labs. Course Outline. CompTIA Network+ N ucertify Course & Labs. Course Outline CompTIA Network+ N10-006 ucertify Course & Labs 06 Jul 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led

More information

Interconnecting Cisco Networking Devices Part1 ( ICND1) Exam.

Interconnecting Cisco Networking Devices Part1 ( ICND1) Exam. Cisco 640-822 Interconnecting Cisco Networking Devices Part1 ( ICND1) Exam TYPE: DEMO http://www.examskey.com/640-822.html Examskey Cisco 640-822 exam demo product is here for you to test quality of the

More information

Data & Computer Communication

Data & Computer Communication Basic Networking Concepts A network is a system of computers and other devices (such as printers and modems) that are connected in such a way that they can exchange data. A bridge is a device that connects

More information

CompTIA Network+ N (Course & Labs) Course Outline. CompTIA Network+ N (Course & Labs) 14 Mar

CompTIA Network+ N (Course & Labs) Course Outline. CompTIA Network+ N (Course & Labs) 14 Mar Course Outline CompTIA Network+ N10-007 (Course & Labs) 14 Mar 2019 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led

More information

Cisco Cisco Certified Network Associate (CCNA)

Cisco Cisco Certified Network Associate (CCNA) Cisco 200-125 Cisco Certified Network Associate (CCNA) http://killexams.com/pass4sure/exam-detail/200-125 Question: 769 Refer to exhibit: Which destination addresses will be used by Host A to send data

More information

Chapter 2. Communicating Over The Network

Chapter 2. Communicating Over The Network Chapter 2 Communicating Over The Network CCNA1-1 Chapter 2 Note for Instructors These presentations are the result of a collaboration among the instructors at St. Clair College in Windsor, Ontario. Thanks

More information

Course Outline. CompTIA Network+ N Pearson ucertify Course and Labs. CompTIA Network+ N Pearson ucertify Course and Labs

Course Outline. CompTIA Network+ N Pearson ucertify Course and Labs.  CompTIA Network+ N Pearson ucertify Course and Labs Course Outline CompTIA Network+ N10-007 Pearson ucertify Course 06 Jul 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led

More information

Introduction to Information Science and Technology 2017 Networking I. Sören Schwertfeger 师泽仁

Introduction to Information Science and Technology 2017 Networking I. Sören Schwertfeger 师泽仁 I Sören Schwertfeger 师泽仁 Outline Internet History of the Internet Internet Structure Internet Protocols Network layer details 1. Physical Layer 2. Data Link Layer 3. Network Layer Internet: Huge network

More information

Introduction to TCP/IP

Introduction to TCP/IP Introduction to TCP/IP Properties and characteristics of TCP/IP IPv4 IPv6 Public vs private vs APIPA/link local Static vs dynamic Client-side DNS settings Client-side DHCP Subnet mask vs CIDR Gateway TCP/IP

More information

1: Review Of Semester Provide an overview of encapsulation.

1: Review Of Semester Provide an overview of encapsulation. 1: Review Of Semester 1 1.1.1.1. Provide an overview of encapsulation. Networking evolves to support current and future applications. By dividing and organizing the networking tasks into separate layers/functions,

More information

TCP/IP Networking. Training Details. About Training. About Training. What You'll Learn. Training Time : 9 Hours. Capacity : 12

TCP/IP Networking. Training Details. About Training. About Training. What You'll Learn. Training Time : 9 Hours. Capacity : 12 TCP/IP Networking Training Details Training Time : 9 Hours Capacity : 12 Prerequisites : There are no prerequisites for this course. About Training About Training TCP/IP is the globally accepted group

More information

Networking Notes. Common Internet Speeds. Online Speed Test myspeed.visualware.com

Networking Notes. Common Internet Speeds. Online Speed Test myspeed.visualware.com Networking Notes Common Internet Speeds Dial Up 56 kbs 1000kbs = 1 mbs (1 user capacity) DSL 1.5 mbs (1 channel 10 user capacity) T1 1.5 mbs (24 channel 500 user capacity) Scalable Ethernet (Adjustable

More information

Chapter 6: Network Layer

Chapter 6: Network Layer Chapter 6: Network Layer CCNA Routing and Switching Introduction to Networks v6.0 Chapter 6 - Sections & Objectives 6.1 Network Layer Protocols Explain how network layer protocols and services support

More information

Cisco 1: Networking Fundamentals

Cisco 1: Networking Fundamentals Western Technical College 10150110 Cisco 1: Networking Fundamentals Course Outcome Summary Course Information Description Career Cluster Instructional Level Total Credits 3.00 Total Hours 90.00 This course

More information

SYSTEMS ADMINISTRATION USING CISCO (315)

SYSTEMS ADMINISTRATION USING CISCO (315) Page 1 of 11 Contestant Number: Time: Rank: SYSTEMS ADMINISTRATION USING CISCO (315) REGIONAL 2016 Multiple Choice: Multiple Choice (50 @ 10 points each) TOTAL POINTS (500 points) (500 points) Failure

More information

Course Outline. Networking Essentials, Fifth Edition Pearson ucertify Labs.

Course Outline. Networking Essentials, Fifth Edition Pearson ucertify Labs. Course Outline Networking Essentials, Fifth Edition Pearson ucertify 22 Apr 2019 Contents 1. Course Objective 2. Expert Instructor-Led Training 3. ADA Compliant & JAWS Compatible Platform 4. State of the

More information

IT Essentials (ITE v5.0 & v5.02) Chapter 6 Exam Answers 100% 2016

IT Essentials (ITE v5.0 & v5.02) Chapter 6 Exam Answers 100% 2016 IT Essentials (ITE v5.0 & v5.02) Chapter 6 Exam Answers 100% 2016 1. Which network device makes forwarding decisions based on the destination MAC address that is contained in the frame? Repeater hub switch*

More information

Fundamentals of Computer Networking AE6382

Fundamentals of Computer Networking AE6382 Computer networks are an integral part of the modern computing infrastructure The local network (LAN) is usually Ethernet LAN s are inter-connected with other LAN s in a hierarchical fashion eventually

More information

Networking By: Vince

Networking By: Vince Networking 192.168.1.101 By: Vince Disclaimer I am NOT a Networking expert you might ask questions that I don t know the answer to Networking is hard to teach but I know how to do your homeworks so that

More information

Computer Communication & Networks / Data Communication & Computer Networks Week # 03

Computer Communication & Networks / Data Communication & Computer Networks Week # 03 Computer Communication & Networks / Data Communication & Computer Networks Week # 03 M.Nadeem Akhtar CS & IT Department The University of Lahore Email: nadeem.akhtar@cs.uol.edu.pk URL-https://sites.google.com/site/nadeemuolcsccn/home

More information

TestOut Network Pro - English 4.1.x COURSE OUTLINE. Modified

TestOut Network Pro - English 4.1.x COURSE OUTLINE. Modified TestOut Network Pro - English 4.1.x COURSE OUTLINE Modified 2017-07-06 TestOut Network Pro Outline - English 4.1.x Videos: 141 (18:42:14) Demonstrations: 81 (10:38:59) Simulations: 92 Fact Sheets: 145

More information

Computer Networking Fundamentals

Computer Networking Fundamentals Job Ready Assessment Blueprint Computer Networking Fundamentals Test Code: 4414 / Version: 01 Measuring What Matters Specific Competencies and Skills Tested in this Assessment: PC Principles Identify physical

More information

CCNA Exploration Network Fundamentals. Chapter 06 Addressing the Network IPv4

CCNA Exploration Network Fundamentals. Chapter 06 Addressing the Network IPv4 CCNA Exploration Network Fundamentals Chapter 06 Addressing the Network IPv4 Updated: 20/05/2008 1 6.0.1 Introduction Addressing is a key function of Network layer protocols that enables data communication

More information

ITP 140 Mobile Applications Technologies. Networks

ITP 140 Mobile Applications Technologies. Networks ITP 140 Mobile Applications Technologies Networks A First Look Under the Hood 2 3 Communication Channels Mediums for transporting data from one system to another Physical Twisted Pair (CAT-3, CAT-5/6)

More information

MiPDF.COM. 1. Convert the decimal number 231 into its binary equivalent. Select the correct answer from the list below.

MiPDF.COM. 1. Convert the decimal number 231 into its binary equivalent. Select the correct answer from the list below. CCNA1 v6.0 Pretest Exam Answers 2017 (100%) MiPDF.COM 1. Convert the decimal number 231 into its binary equivalent. Select the correct answer from the list below. 11110010 11011011 11110110 11100111* 11100101

More information

Chapter 11: It s a Network. Introduction to Networking

Chapter 11: It s a Network. Introduction to Networking Chapter 11: It s a Network Introduction to Networking Small Network Topologies Typical Small Network Topology IT Essentials v5.0 2 Device Selection for a Small Network Factors to be considered when selecting

More information

Network Protocols - Revision

Network Protocols - Revision Network Protocols - Revision Luke Anderson luke@lukeanderson.com.au 18 th May 2018 University Of Sydney Overview 1. The Layers 1.1 OSI Model 1.2 Layer 1: Physical 1.3 Layer 2: Data Link MAC Addresses 1.4

More information

Chapter 7. Local Area Network Communications Protocols

Chapter 7. Local Area Network Communications Protocols Chapter 7 Local Area Network Communications Protocols The Network Layer The third layer of the OSI Model is the network layer. The network layer is concerned with providing a means for hosts to communicate

More information

Business Data Communications and Networking

Business Data Communications and Networking Business Data Communications and Networking 10th Edition Jerry Fitzgerald and Alan Dennis John Wiley & Sons, Inc http://alainmaterials.webs.com/ Copyright 2010 John Wiley & Sons, Inc 5-1 Chapter 5 TCP/IP

More information

Chapter 6. The Protocol TCP/IP. Introduction to Protocols

Chapter 6. The Protocol TCP/IP. Introduction to Protocols Chapter 6 The Protocol TCP/IP 1 Introduction to Protocols A protocol is a set of rules that governs the communications between computers on a network. These rules include guidelines that regulate the following

More information

University of Human Development College of Science and Technology Department of Information Technology. Data Communication and Networking

University of Human Development College of Science and Technology Department of Information Technology. Data Communication and Networking University of Human Development College of Science and Technology Department of Information Technology Data Communication and Networking 1 Course Administration and Policies (cont.) Studying slides is

More information

Ethernet 101 Siemens Industry Inc All rights reserved. usa.siemens.com/industry

Ethernet 101 Siemens Industry Inc All rights reserved. usa.siemens.com/industry Connected Manufacturing Ethernet 101 usa.siemens.com/industry Why Ethernet Ethernet is Everywhere! Page 2 Ethernet is everywhere Ethernet is the most common computer networking medium Standardization on

More information

Introduction to Networking

Introduction to Networking Introduction to Networking Chapters 1 and 2 Outline Computer Network Fundamentals Defining a Network Networks Defined by Geography Networks Defined by Topology Networks Defined by Resource Location OSI

More information

Introduction to computer networking

Introduction to computer networking edge core Introduction to computer networking Comp Sci 3600 Security Outline edge core 1 2 edge 3 core 4 5 6 The edge core Outline edge core 1 2 edge 3 core 4 5 6 edge core Billions of connected computing

More information

CCNA Exploration Network Fundamentals

CCNA Exploration Network Fundamentals CCNA Exploration 4.0 1. Network Fundamentals The goal of this course is to introduce you to fundamental networking concepts and technologies. These online course materials will assist you in developing

More information

LECTURE WK4 NETWORKING

LECTURE WK4 NETWORKING LECTURE WK4 NETWORKING Workbook and Quiz Workbook o Due in WK5 o Must hand in a hard copy to the tutor as well as an online submission Quiz o In the practical class o 30mins to complete the quiz o Short,

More information

LO N LO CompTIA Network (Course & Labs) Course Outline. LO CompTIA Network (Course & Labs) 04 Apr 2018

LO N LO CompTIA Network (Course & Labs) Course Outline. LO CompTIA Network (Course & Labs)  04 Apr 2018 Course Outline LO CompTIA Network (Course & Labs) 04 Apr 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led Training

More information

LO CompTIA Network (Course & Labs) Course Outline. LO CompTIA Network (Course & Labs) ( Add-On ) 15 Jul 2018

LO CompTIA Network (Course & Labs) Course Outline. LO CompTIA Network (Course & Labs)  ( Add-On ) 15 Jul 2018 Course Outline LO CompTIA Network (Course & Labs) 15 Jul 2018 ( Add-On ) Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led

More information

IT220 Network Standards & Protocols. Unit 8: Chapter 8 The Internet Protocol (IP)

IT220 Network Standards & Protocols. Unit 8: Chapter 8 The Internet Protocol (IP) IT220 Network Standards & Protocols Unit 8: Chapter 8 The Internet Protocol (IP) IT220 Network Standards & Protocols REMINDER Student Evaluations 4 Objectives Identify the major needs and stakeholders

More information

Mobile MOUSe ROUTING AND SWITCHING FUNDAMENTALS ONLINE COURSE OUTLINE

Mobile MOUSe ROUTING AND SWITCHING FUNDAMENTALS ONLINE COURSE OUTLINE Mobile MOUSe ROUTING AND SWITCHING FUNDAMENTALS ONLINE COURSE OUTLINE COURSE TITLE ROUTING AND SWITCHING FUNDAMENTALS COURSE DURATION 16 Hour(s) of Self-Paced Interactive Training COURSE OVERVIEW In the

More information

Table of Contents. Cisco How NAT Works

Table of Contents. Cisco How NAT Works Table of Contents How NAT Works...1 This document contains Flash animation...1 Introduction...1 Behind the Mask...2 Dynamic NAT and Overloading Examples...5 Security and Administration...7 Multi Homing...9

More information

Course Outline. Pearson: Networking Essentials, 4/E (Course & Lab)

Course Outline. Pearson: Networking Essentials, 4/E (Course & Lab) Course Outline Pearson: Networking Essentials, 4/E (Course & Lab) 21 Dec 2017 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led

More information

CS 457 Lecture 11 More IP Networking. Fall 2011

CS 457 Lecture 11 More IP Networking. Fall 2011 CS 457 Lecture 11 More IP Networking Fall 2011 IP datagram format IP protocol version number header length (bytes) type of data max number remaining hops (decremented at each router) upper layer protocol

More information

INTRODUCTORY INFORMATION TECHNOLOGY COMMUNICATING OVER NETWORKS. Faramarz Hendessi

INTRODUCTORY INFORMATION TECHNOLOGY COMMUNICATING OVER NETWORKS. Faramarz Hendessi INTRODUCTORY INFORMATION TECHNOLOGY COMMUNICATING OVER NETWORKS Faramarz Hendessi INTRODUCTORY INFORMATION TECHNOLOGY Lecture 6 Fall 2010 Isfahan University of technology Dr. Faramarz Hendessi Overview

More information

COMS Introduction to Computers. Networking

COMS Introduction to Computers. Networking COMS 1001 Introduction to Computers Networking What's Ahead Networking layers Network Speeds Protocols, sockets, client/server Routing, DNS, Ethernet, LANs, wireless What is a Network? Loose definition:

More information

CompTIA Exam N CompTIA Network+ certification Version: 5.1 [ Total Questions: 1146 ]

CompTIA Exam N CompTIA Network+ certification Version: 5.1 [ Total Questions: 1146 ] s@lm@n CompTIA Exam N10-006 CompTIA Network+ certification Version: 5.1 [ Total Questions: 1146 ] Topic break down Topic No. of Questions Topic 1: Network Architecture 183 Topic 2: Network Operations 149

More information

CompTIA Network+ Lab V2.0. Course Outline. CompTIA Network+ Lab V Apr

CompTIA Network+ Lab V2.0. Course Outline. CompTIA Network+ Lab V Apr Course Outline 16 Apr 2019 Contents 1. Course Objective 2. Expert Instructor-Led Training 3. ADA Compliant & JAWS Compatible Platform 4. State of the Art Educator Tools 5. Award Winning Learning Platform

More information

Networking Fundamentals Tom Brett

Networking Fundamentals Tom Brett Networking Fundamentals Tom Brett Data Before we look at networking, it is important for us to understand what Data is and how it is stored and represented Data According to Webopedia, data is distinct

More information

Internetworking Concepts Overview. 2000, Cisco Systems, Inc. 2-1

Internetworking Concepts Overview. 2000, Cisco Systems, Inc. 2-1 Internetworking Concepts Overview 2000, Cisco Systems, Inc. 2-1 2000, Cisco Systems, Inc. www.cisco.com ICND v1.0a 2-2 Objectives On completion of this chapter, you will be able to perform the following

More information

Area Covered is small Area covered is large. Data transfer rate is high Data transfer rate is low

Area Covered is small Area covered is large. Data transfer rate is high Data transfer rate is low Chapter 15 Networking Concepts 1. Define networking. It is the interconnection of independent computing devices for sharing of information over shared medium. 2. What is the need for networking? / What

More information

Computer Networks Security: intro. CS Computer Systems Security

Computer Networks Security: intro. CS Computer Systems Security Computer Networks Security: intro CS 166 - Computer Systems Security A very easy network 3/14/16 Computer Networks: Intro 2 Two philosophers example Translator Language Translator Engineer Communication

More information

Course Outline. Networking Essentials, Fifth Edition Pearson ucertify. Networking Essentials, Fifth Edition Pearson ucertify

Course Outline. Networking Essentials, Fifth Edition Pearson ucertify.   Networking Essentials, Fifth Edition Pearson ucertify Course Outline Networking Essentials, Fifth Edition Pearson ucertify 07 Apr 2019 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert

More information

CompTIA Network+ N ucertify Labs. Course Outline. CompTIA Network+ N ucertify Labs. 10 Oct

CompTIA Network+ N ucertify Labs. Course Outline. CompTIA Network+ N ucertify Labs. 10 Oct Course Outline CompTIA Network+ N10-007 ucertify Labs 10 Oct 2018 Contents 1. Course Objective 2. Expert Instructor-Led Training 3. ADA Compliant & JAWS Compatible Platform 4. State of the Art Educator

More information

COPYRIGHTED MATERIAL. Con t e n t s. Chapter 1 Introduction to Networking 1. Chapter 2 Overview of Networking Components 21.

COPYRIGHTED MATERIAL. Con t e n t s. Chapter 1 Introduction to Networking 1. Chapter 2 Overview of Networking Components 21. Con t e n t s Introduction xix Chapter 1 Introduction to Networking 1 Comparing Logical and Physical Networks.... 1 Networking Home Computers........................................... 2 Networking Small

More information

Pearson: Networking Essentials, 4/E (Course & Lab) Course Outline. Pearson: Networking Essentials, 4/E (Course & Lab) 18 Oct

Pearson: Networking Essentials, 4/E (Course & Lab) Course Outline. Pearson: Networking Essentials, 4/E (Course & Lab) 18 Oct Course Outline Pearson: Networking Essentials, 4/E (Course & Lab) 18 Oct 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led

More information

Entry Level Assessment Blueprint Computer Networking Fundamentals

Entry Level Assessment Blueprint Computer Networking Fundamentals Blueprint Computer Networking Fundamentals Test Code: 4514 / Version: 01 Specific Competencies and Skills Tested in this Assessment: PC Principles Identify physical and equipment safety and maintenance

More information

Thursday, May 29,

Thursday, May 29, 1 Computer Networks in The Home Connecting your computers, peripherals and other electronic devices with Ethernet using TCP/IP 1 Introduction Home Networking - connecting computers and other devices together

More information

Chapter 2 Communicating Over the Network

Chapter 2 Communicating Over the Network Chapter 2 Communicating Over the Network Elements of Communication Communicating the Messages Continuous stream of bits 00101010100101010101010101010101010 I have to wait Single communications (e.g. video,

More information

06/02/ Local & Metropolitan Area Networks 0. INTRODUCTION. 1. History and Future of TCP/IP ACOE322

06/02/ Local & Metropolitan Area Networks 0. INTRODUCTION. 1. History and Future of TCP/IP ACOE322 1 Local & Metropolitan Area Networks ACOE322 Lecture 5 TCP/IP Protocol suite and IP addressing 1 0. INTRODUCTION We shall cover in this topic: 1. The relation of TCP/IP with internet and OSI model 2. Internet

More information

Chapter 2 Network Models 2.1

Chapter 2 Network Models 2.1 Chapter 2 Network Models 2.1 Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Network Models n Network Architecture: n A) Hardware: at the core of any network;

More information

STM. Computing. Specifica on Topics. High Level Skills you should think about to take your work to the next level:

STM. Computing. Specifica on Topics. High Level Skills you should think about to take your work to the next level: Specifica on Topics High Level Skills you should think about to take your work to the next level: Discussing the advantages and disadvantages of the different topology types Describing the key fields in

More information

Course Outline. Pearson - Networking Essentials 3e (Course & lab) N Pearson - Networking Essentials 3e (Course & lab)

Course Outline. Pearson - Networking Essentials 3e (Course & lab)  N Pearson - Networking Essentials 3e (Course & lab) Course Outline Pearson - Networking Essentials 3e (Course & 06 Apr 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led

More information

Number: Passing Score: 750 Time Limit: 120 min File Version: Microsoft

Number: Passing Score: 750 Time Limit: 120 min File Version: Microsoft 70-742 Number: 70-742 Passing Score: 750 Time Limit: 120 min File Version: 1.0 Sections 1. Understanding Local Area Networks 2. Defining Networks with the OSI Model 3. Understanding Wired and Wireless

More information

ISO/OSI Model and Collision Domain NETWORK INFRASTRUCTURES NETKIT - LECTURE 1 MANUEL CAMPO, MARCO SPAZIANI

ISO/OSI Model and Collision Domain NETWORK INFRASTRUCTURES NETKIT - LECTURE 1 MANUEL CAMPO, MARCO SPAZIANI ISO/OSI Model and Collision Domain NETWORK INFRASTRUCTURES NETKIT - LECTURE 1 MANUEL CAMPO, MARCO SPAZIANI ISO/OSI Model ISO: International Organization for Standardization OSI: Open Systems Interconnection

More information

2. Layer-2 Ethernet-based VPN

2. Layer-2 Ethernet-based VPN 2.1. Full Ethernet Virtualization The key concept of the method of realizing VPN by SoftEther VPN is the full virtualization of Ethernet segments, layer-2 Ethernet switches and Ethernet adapters. In order

More information

THE OSI MODEL. Application Presentation Session Transport Network Data-Link Physical. OSI Model. Chapter 1 Review.

THE OSI MODEL. Application Presentation Session Transport Network Data-Link Physical. OSI Model. Chapter 1 Review. THE OSI MODEL Application Presentation Session Transport Network Data-Link Physical OSI Model Chapter 1 Review By: Allan Johnson Table of Contents Go There! Go There! Go There! Go There! Go There! Go There!

More information

USER MANUAL. VIA IT Deployment Guide for Firmware 2.3 MODEL: P/N: Rev 7.

USER MANUAL. VIA IT Deployment Guide for Firmware 2.3 MODEL: P/N: Rev 7. USER MANUAL MODEL: VIA IT Deployment Guide for Firmware 2.3 P/N: 2900-300631 Rev 7 www.kramerav.com Contents 1 Introduction 1 1.1 User Experience 2 1.2 Pre-Deployment Planning 2 2 Connectivity 3 2.1 Network

More information

Pearson - Networking Essentials 3e (Course & lab) Course Outline. Pearson - Networking Essentials 3e (Course & lab)

Pearson - Networking Essentials 3e (Course & lab) Course Outline. Pearson - Networking Essentials 3e (Course & lab) Course Outline Pearson - Networking Essentials 3e (Course & lab) 19 Jun 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led

More information

Unit C - Network Addressing Objectives Purpose of an IP Address and Subnet Mask Purpose of an IP Address and Subnet Mask

Unit C - Network Addressing Objectives Purpose of an IP Address and Subnet Mask Purpose of an IP Address and Subnet Mask 1 2 3 4 5 6 7 8 9 10 Unit C - Network Addressing Objectives Describe the purpose of an IP address and Subnet Mask and how they are used on the Internet. Describe the types of IP Addresses available. Describe

More information

Networking Background

Networking Background Networking Background CMSC 414 October 30, 2017 General Overview We are going to take a quick look at What a network protocol is The abstract design of the network The 7-Layer network stack Protocols We

More information

Introduction to internetworking, OSI, TCP/IP and Addressing.

Introduction to internetworking, OSI, TCP/IP and Addressing. Introduction to internetworking, OSI, TCP/IP and Addressing. Network Devices Repeater (Hub) Hubs don t break collision and broadcast domains. So any packet will be forwarded to all ports. Bridge (Switch)

More information

Network+ Guide to Networks 6 th Edition. Chapter 4 Introduction to TCP/IP Protocols

Network+ Guide to Networks 6 th Edition. Chapter 4 Introduction to TCP/IP Protocols Network+ Guide to Networks 6 th Edition Chapter 4 Introduction to TCP/IP Protocols Objectives Identify and explain the functions of the core TCP/IP protocols Explain the TCP/IP model and how it corresponds

More information

Digital forensics Technical Fundamentals. Saurabh Singh

Digital forensics Technical Fundamentals. Saurabh Singh Digital forensics Technical Fundamentals Saurabh Singh 159744151 saurabhgcet1989@gmail.com Topics Source of network based evidence Principles of internetworking Internet protocol Suite conclusion Source

More information

1/18/13. Network+ Guide to Networks 5 th Edition. Objectives. Chapter 10 In-Depth TCP/IP Networking

1/18/13. Network+ Guide to Networks 5 th Edition. Objectives. Chapter 10 In-Depth TCP/IP Networking Network+ Guide to Networks 5 th Edition Chapter 10 In-Depth TCP/IP Networking Objectives Understand methods of network design unique to TCP/IP networks, including subnetting, CIDR, and address translation

More information

The OSI Model. Open Systems Interconnection (OSI). Developed by the International Organization for Standardization (ISO).

The OSI Model. Open Systems Interconnection (OSI). Developed by the International Organization for Standardization (ISO). Network Models The OSI Model Open Systems Interconnection (OSI). Developed by the International Organization for Standardization (ISO). Model for understanding and developing computer-to-computer communication

More information

MTA_98-366_Vindicator930

MTA_98-366_Vindicator930 MTA_98-366_Vindicator930 Number: 98-366 Passing Score: 700 Time Limit: 45 min File Version: 1.0 http://www.gratisexam.com/ Microsoft Technology Associate Networking Fundamentals MTA 98-366 Exam A QUESTION

More information

Guide to Networking Essentials, 6 th Edition. Chapter 6: Network Reference Models and Standards

Guide to Networking Essentials, 6 th Edition. Chapter 6: Network Reference Models and Standards Guide to Networking Essentials, 6 th Edition Chapter 6: Network Reference Models and Standards Objectives Explain the OSI reference model layers and their relationship to hardware and software Explain

More information

EXAM - HP0-Y52. Applying HP FlexNetwork Fundamentals. Buy Full Product.

EXAM - HP0-Y52. Applying HP FlexNetwork Fundamentals. Buy Full Product. HP EXAM - HP0-Y52 Applying HP FlexNetwork Fundamentals Buy Full Product http://www.examskey.com/hp0-y52.html Examskey HP HP0-Y52 exam demo product is here for you to test the quality of the product. This

More information