Basic Computer Network

Slides:



Advertisements
Similar presentations
Network Interface Card (NIC) Connecting Devices Hubs/switches, routers Network Cables Twisted-pair cable, Coaxial cable, Optical fiber Wireless Networks.
Advertisements

Introduction To Network. Overview Whats Network ? Types of Networks Open System Interconnection Reference Model (OSI / RM) Transmission Control Protocol.
Networks & Components Discuss the components required for successful communications Explain the purpose of communications software Identify various sending.
Basic Computer Network. Connecting to the Internet Requirement  A computer or PDA or cell phone  An account with an ISP (Internet Service Provider)
Information Technology Foundations-BIT 112 TECHNOLOGY GUIDE FOUR Basics of Telecommunications and Networks.
Basic Computer Network
Networks Adapting Computers to Telecommunications Media.
Shalini Bhavanam. Key words: Basic Definitions Classification of Networks Types of networks Network Topologies Network Models.
Professor Michael J. Losacco CIS 1150 – Introduction to Computer Information Systems Communications and Networks Chapter 8.
Computers © 2005 Prentice-Hall, Inc.Slide 1. Computers Chapter 6 Networks and Networking © 2005 Prentice-Hall, Inc.Slide 2.
Chapter 9 Communications and Network Tyler Clutts.
Chapter 1: Overview Lecturer: Alias Mohd Telecommunications Department Faculty of Electrical Engineering UTM SET 4573: Data Communication and Switching.
Basic Networking for DVR’s Instructor’s name : Everfocus Sales Rep.
Laudon & Laudon: Canadian Edition
Networks and Telecommunications Strategies Dr. Robert Chi Chair and Professor, IS department Chief editor, Journal of Electronic Commerce Research.
Telecommunications, the Internet, and Wireless Technology.
Basic Computer Network. Bandwidth Data rate measured in bits (not bytes) per seconds Kbps (Kilobits per seconds)  125 chars/sec Mbps (Megabits per seconds)
© 2007 Cisco Systems, Inc. All rights reserved.Cisco PublicNew CCNA Jianxin Tang IT 1 V4.0 Ch8. Fundamental Networks.
Network Basics. Outline Objective Types of Networks LAN Topologies LAN Networking Standards Network Devices Dial-Up Access Ethernet Wiring Summary References.
NETWORKS.
Unit 4 Networking Review.
$100 $200 $300 $400 $500 Network topologies Client Architecture Physical Transmission Media Uses of Tele communications Misc. Network Misc. Network.
Telecommunications and Networks Chapter 8. Types of Signals Analog – a continuous waveform that passes through a communications medium Digital signal.
Summary - Part 2 - Objectives The purpose of this basic IP technology training is to explain video over IP network. This training describes how video can.
Basic Computer Networking Unit 2. 2  Computer Networks A computer network is a system for communicating between two or more computers and associated.
Networks. What is a computer network? A network is two or more computers that are linked together so that they are able to share resources.
TECHNOLOGY GUIDE FOUR Basics of Telecommunications and Networks.
INTRUDUCTION Today's networks have a significant impact on our lives - changing the way we live, work, and play. Computer networks - and in a larger context.
Lecture 1: Major Networking Concepts: a Review Dr. Najla Al-Nabhan.
Networking Components
Data Communication and Networks Chapter 5. What’s a Network? a network consists of two or more computers that are connected together to share information.
Network media, protocols and networking standards, networking hardware.
Computer Communications and Networks CSE- 705 Dr. Jia Uddin Assistant Professor, CSE, BRAC University Dr. Jia Uddin, BRAC University.
Networks and Networking
Network fundamentals Unit 10
Networks Keywords Network Hardware
Understand Wide Area Networks (WANs)
Intro to MIS – MGS351 Network Basics
Chapter 4 Computer Networks – Part 2
Telemedicine.
Components of a network
Chapter 3 Computer Networking Hardware
Internet & Communications Technology
Networks By Lawrence standen.
CIS 375 Network Basics.
Making an Ethernet Cable
Mollie Sconyers.
Basic Computer Network
©2016 Effy Oz & Andy Jones : Management information system
Transfer of data in ICT systems
الوحدة الثالثة الاتصالات و شبكات الحاسوب
CS105 Introduction to Computer Concepts Computer networks 101
Computer Technology Notes #4
Network Basics Extended Learning Module E
e-business and Information Systems
شبكات الحاسوب صائب ابوليل.
Intro To Computer Networks
Internet and Communications Technologies
Ethernet First network to provide CSMA/CD
ANEEL ABBASI MUHAMMAD ADNAN MOIZ SHAH MUHAMMAD KHAYAM GROUP MEMBERS.
Networks Your Name Roll No To be continued.... 1/12/2019 Your Name.
Chapter 4: Data Communication and Networks
Computer Networking A computer network, often simply referred to as a network, is a collection of computers and devices connected by communications channels.
Computer Networking A computer network, often simply referred to as a network, is a collection of computers and devices connected by communications channels.
ICT Computing Lesson 4: Computing Network.
Basic Computer Network
Basic Computer Network WeeSan Lee
Basics of Telecommunications and Networks
Vpn’s Virtual private network is a private network that extends across a public network or internet which enables people to send and receive data across.
Basics of Computer Networking
Presentation transcript:

Basic Computer Network

Connection Types LAN WLAN Dial-up Services Broadband Services WAN

LAN (Local Area Network) A network of computers that are in the same physical location, such as home or building Usually connected using Ethernet A standard on how computers communicate over a shared media (cable) Old: BNC connector for coaxial cable New: RJ45 for twisted pair cable http://en.wikipedia.org/wiki/Image:BNC_connector.jpg http://en.wikipedia.org/wiki/Image:Ethernet_RJ45_connector_p1160054.jpg

WLAN (Wireless LAN) Wi-Fi (Wireless Fidelity) Access Point (AP) A wireless technology that connects computers without cables Access Point (AP) A device (base station) that connects wireless devices together Usually connected to a wired-network ESSID (Extended Service Set ID) A “name” for the AP, eg. mobilenet Hotspot The area covered by wireless access points

Dial-up Services ISDN Integrated Services Digital Network 2 data channel (56K each) 1 voice channel

WAN (Wide Area Network) A LAN spans a large geographic area, such as connections between cities Usually connected using leased line T1 (1.5Mbps) T3 (45Mbps) OC3 (155Mbps) OC12 (622Mbps) OC48 (2.4Gbps) Telecommunication lines Fiber optic lines

Hub/Switch/Router To connect multiple segments of networks into a larger one Hub A multiport repeater to enhance signal within the same LAN Switch Like hub but with intelligent Better performance Router Forward packets from one LAN to another

Intranet vs. Internet Intranet Internet Both are using TCP/IP A private network that is contained within an enterprise Could be LANs and WANs Internet A public network of networks Both are using TCP/IP

TCP/IP A family of protocols that makes the Internet works The Robustness Principle “Be liberal in what you accept, and conservative in what you send” - Jon Postel

Packets A small chunk of data transmitted over the Internet Alice Bob

VPN (Virtual Private Network) A secure tunnel to a private network through a public network Once established, local node appears to be a node in the private network in a secure manner Correction from the book (pg. 11): VPN does not mean using telephone line connection!!!

Host & IP Address Correction from the book: “A host is a computer connected directly to the Internet” “You home computer is not a host” Each host needs an IP address IP address A 32-bit number, arranged in 4 numbers seperated by “.” Eg. 74.125.19.147