Network customization

Slides:



Advertisements
Similar presentations
Presented By:- Yash Jariwala Paras Patel Deep Amrutiya.
Advertisements

MCITP Guide to Microsoft Windows Server 2008 Server Administration (Exam #70-646) Chapter 11 Windows Server 2008 Virtualization.
SIP Bridging for Hoot n Holler Hydra-Link TM Florida Reliability Coordinating Council Solutions for:
Virtualization and the Cloud
Presented by Sujit Tilak. Evolution of Client/Server Architecture Clients & Server on different computer systems Local Area Network for Server and Client.
Data Centers and IP PBXs LAN Structures Private Clouds IP PBX Architecture IP PBX Hosting.
Network+ Guide to Networks 6 th Edition Chapter 10 Virtual Networks and Remote Access.
Hands-On Microsoft Windows Server 2008 Chapter 1 Introduction to Windows Server 2008.
Cloud Computing All Copyrights reserved to Talal Abu-Ghazaleh Organization
Cloud Computing الحوسبة السحابية. subject History of Cloud Before the cloud Cloud Conditions Definition of Cloud Computing Cloud Anatomy Type of Cloud.
Osama Shahid ( ) Vishal ( ) BSCS-5B
Network+ Guide to Networks 6 th Edition Chapter 10 Virtual Networks and Remote Access.
Chapter 5 Networks Communicating and Sharing Resources
Cloud Computing Saneel Bidaye uni-slb2181. What is Cloud Computing? Cloud Computing refers to both the applications delivered as services over the Internet.
Chapter 1 Intro to Routing & Switching.  Networks have changed how we communicate  Everyone can connect & share  How have networks changed the way…
M.A.Doman Short video intro Model for enabling the delivery of computing as a SERVICE.
Networks.
Ethernet. Ethernet  Ethernet is the standard communications protocol embedded in software and hardware devices, intended for building a local area network.
CLOUD COMPUTING. What is cloud computing ? History Virtualization Cloud Computing hardware Cloud Computing services Cloud Architecture Advantages & Disadvantages.
1 | SharePoint Saturday Calgary – 31 MAY 2014 About Me.
1 Syllabus at a glance – CMCN 6103 Introduction Introduction to Networking Network Fundamentals Number Systems Ethernet IP Addressing Subnetting ARP DNS.
CEG 2400 FALL 2012 Chapter 10 Virtual Networks and Remote Access 1.
© 2015 VMware Inc. All rights reserved. Software-Defined Data Center Module 2.
Cloud Computing ENG. YOUSSEF ABDELHAKIM. Agenda :  The definitions of Cloud Computing.  Examples of Cloud Computing.  Which companies are using Cloud.
Copyright © 2016 by McGraw-Hill Education. All rights reserved. Mike Meyers’ CompTIA A+ ® Guide to Managing and Troubleshooting PCs Fifth Edition Copyright.
ShoreTel Virtualization February, © 2014 ShoreTel, Inc. All rights reserved worldwide. Unified Communications Deployment Model 1 Secure Reliable.
Prof. Jong-Moon Chung’s Lecture Notes at Yonsei University
Chapter 1: Explore the Network
VoIP ALLPPT.com _ Free PowerPoint Templates, Diagrams and Charts.
Unit 3 Virtualization.
Open-E Data Storage Software (DSS V6)
Virtualization for Cloud Computing
Guide to Operating Systems, 5th Edition
Chapter 6: Securing the Cloud
By Asma Hamad Alharbi.
MISY 3312: Introduction to Telecommunications Summer 2012 VoIP
Instructor Materials Chapter 5 Providing Network Services
BEST CLOUD COMPUTING PLATFORM Skype : mukesh.k.bansal.
Optical-Based Switching Solutions
Network Configurations
VoIP Phones - New era of communication
Welcome! Thank you for joining us. We’ll get started in a few minutes.
Virtualization, Cloud Computing and Big Data
Introduction to Networking
Introduction to Networks
Introduction to Networks
Computer Review Internal Components.
Introduction to Cloud Computing
Introduction to Networks
Network Services, Cloud Computing, and Virtualization
Module – 7 network-attached storage (NAS)
Computer Technology Notes #4
Cloud Computing ISY143.
Dedicated Hosting Servers In The US With Faster Bandwidth Connectivity Fast bandwidth connectivity for dedicated hosting servers is vital for any enterprise.
Network+ Guide to Networks 6th Edition
CompTIA Security+ Study Guide (SY0-401)
Introduction to Networks
Managing Clouds with VMM
Storage Networks and Storage Devices
Introduction to Networks
Outline Virtualization Cloud Computing Microsoft Azure Platform
HC Hyper-V Module GUI Portal VPS Templates Web Console
Guide to Operating Systems, 5th Edition
Network Models, Hardware, Protocols and number systems
Firewalls Chapter 8.
Introduction to Networks
Network customization
Introduction to Networks
Instructor Materials Chapter 8: Applied Networking
Principles of Information Technology
Presentation transcript:

Network customization Chapter 9

objectives Upon completion of this chapter, you should be able to: Compare and contrast the use of networking services and applications Differentiate between network infrastructure implementations Identify the basic elements of unified communication technologies Compare and contrast technologies that support cloud and virtualization

Network-based storage 9.1 Network-based storage

Network Attached Storage (NAS) Centralized fault-tolerant storage for the network Think of it as a special server for data sharing Has its own file system for saving & serving files Reads/writes files faster than a file server Easy to expand w/out shutting it down NAS does NOT talk to clients Clients talk to file server which talks to NAS Own file system as opposed to one that also has to manage printing, authenticating logins, etc. like a regular file server. (NFS or SMB) Who would use them and what for? Can use at home for media; can use in business especially with mixed OS clients; backups/RAID

Nas examples These are specialized servers. They have CPU and RAM. They attach to the network and have an IP address. Left- as of 8/26/17 configured with 40TB for $2200. Right- as of 8/26/17 configured with 2 8TB hard drives for $750.

Storage area network (san) For larger enterprise networks Faster & larger amounts of data Type of LAN; all servers & clients connect to it Cannot afford to lose data in communications TARGET- is the SAN storage device INITIATORS- are the servers that communicate with the SAN storage device using initiator software Ways to communicate: Fibre Channel- is very expensive but fast; also goes longer distances iSCSI- can work on Ethernet so it’s easier and cheaper to implement

San examples Fiber 1st iSCSI 2nd SAN can be in a data center (for better security and for them to manage it) SAN is scalable, has a high fault tolerance (there’s many paths to the storage drives), plus it’s faster to access data.

Review- 3q Which network storage options uses its own files system and is commonly used for home media? NAS Which network storage setup segments the storage area from the rest of the network? SAN What is the fastest and most expensive connection and protocol option for a SAN? Fibre channel

9.2 Voice over ip

voip Protocol sends voice data over IP network Protocols used: Can use one network for voice & data Protocols used: SIP- Session Initiation Protocol RTP- Real Time Transport Protocol (voice data stream) Disadvantages: Latency/Delay (must use circuit-switching) UDP is used Echo Power loss Implement QoS to ensure call quality Good advantage is lower cost over analog phone connection costs. VoIP is port 5060

activities TestOut Lab 9.2.3- Configure VoIP 1

Unified communications Combines many types of communications Voice, video conference, text, IM, voice mail Real-time and non real-time Status is known- busy, on call, offline, etc. Components needed: UC server IP phone (hardware) UC client software on PCs, tablets, phones UC Gateway- connects digital network to analog PSTN

Videos to watch

Review- 3q What device do you need to connect unified communication devices to the PSTN? UC gateway What is being converted by the UC gateway? Digital to analog What port does VoIP use? 5060

9.3 virtualization

Virtualization A virtual computer within a computer (guest) Physical computer is the host Runs a separate OS from host machine Uses host machine’s resources Software in VM is sandboxed from rest of machine Can’t mess up other systems Used to test a new OS Used to run software that works on a different OS One physical device cuts costs for business Can also be used to test viruses so they don’t affect the real network.

Hypervisor Software that manages a virtual machine Type 1 Hypervisor Allocates resources to each virtual machine Type 1 Hypervisor Hypervisor installed on PC BEFORE OS Communicates directly with hardware resources Type 2 Hypervisor Hypervisor installed on PC AFTER OS Extra hop to talk to resources Windows Hyper-V (Win 10/8) & Virtual PC (Win 7) AKA Virtual Machine Manager (VMM) The number of virtual machines running depends on RAM, CPU, etc. Hyper-V must be enabled in Windows first, under “”turn windows features on/off.”

Virtual networking Other than virtual desktops, you can create: Virtual servers Virtual switches (connects the virtual devices)  Forms virtual networks

Review- 3Q What creates, runs and allows resources to be managed when using virtual machines? Hypervisor Your hypervisor is installed on a server BEFORE the OS. Which type is this? Type I Virtual PC & Hyper-V are included in Windows. Which type is this? Type II

9.5 Cloud computing

The cloud Means you’re receiving services from a location other than yours Run an app from the cloud Save to the cloud Public, Private and Hybrid Clouds IaaS (Infrastructure as a Service) Computing power & storage in the cloud PaaS (Platform as a Service) Development & deployment services SaaS (Software as a Service) Applications from the cloud IaaS- Amazon Web Services PaaS- Google App Engine SaaS- Google Docs, Office 365

Review & study Complete the study guide handout Complete TestOut Practice in Packet Tracer Jeopardy review

Network customization Chapter 9