INTRANETS MR ROSS UNIT 3 IT APPLICATIONS. DEFINITION An intranet is an internal, secured environment that has a similar look and feel to the Internet,

Slides:



Advertisements
Similar presentations
Click to continue Network Protocols. Click to continue Networking Protocols A protocol defines the rules of procedures, which computers must obey when.
Advertisements

Internet Hardware Connected ‘Servers’ Servers provide: – Web pages – – File downloads.
TOPIC LEARNING BTEC Level 3 Unit 28 Websites L01- All students will understand the web architecture and components which allow the internet and websites.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Network Services Networking for Home and Small Businesses – Chapter 6.
Network Services Networking for Home & Small Business.
Network Layer and Transport Layer.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Communicating over the Network Network Fundamentals – Chapter 2.
Chapter Extension 7 How the Internet Works © 2008 Prentice Hall, Experiencing MIS, David Kroenke.
Networking Theory (Part 1). Introduction Overview of the basic concepts of networking Also discusses essential topics of networking theory.
Introduction to Management Information Systems Chapter 5 Data Communications and Internet Technology HTM 304 Fall 07.
Prepared By E.Musa Alyaman1 Networking Theory Chapter 1.
COMPUTER NETWORKS.
Term 2, 2011 Week 1. CONTENTS Network communications standards – Ethernet – TCP/IP Other network protocols – The standard – Wireless application.
1 Networking Protocols For Unit 1 & 2 IT By Mark Kelly VCE IT Lecture notes: Vceit.com Version 2.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Communicating over the Network Network Fundamentals – Chapter 2.
Data Communications and Networks
Midterm Review - Network Layers. Computer 1Computer 2 2.
Syllabus outcomes Describes and applies problem-solving processes when creating solutions Designs, produces and evaluates appropriate solutions.
AS Computing F451 F451 Data Transmission. What data is transmitted? Phone SMS Radio TV Internet.
70-291: MCSE Guide to Managing a Microsoft Windows Server 2003 Network Chapter 3: TCP/IP Architecture.
Presentation on Osi & TCP/IP MODEL
Chapter 3 Intro to Routing & Switching.  Upon completion of this chapter, you should be able to:  Explain why protocols are necessary in communication.
Characteristics of Communication Systems
© 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.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Connecting to the Network Networking for Home and Small Businesses.
1.1 What is the Internet What is the Internet? The Internet is a shared media (coaxial cable, copper wire, fiber optics, and radio spectrum) communication.
Internet Addresses. Universal Identifiers Universal Communication Service - Communication system which allows any host to communicate with any other host.
Mr C Johnston ICT Teacher
Networks – Network Architecture Network architecture is specification of design principles (including data formats and procedures) for creating a network.
Networks QUME 185 Introduction to Computer Applications.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Network Services Networking for Home and Small Businesses – Chapter 6.
© McLean HIGHER COMPUTER NETWORKING Lesson 1 – Protocols and OSI What is a network protocol Description of the OSI model.
TCP/IP Transport and Application (Topic 6)
The Internet The internet is simply a worldwide computer network that uses standardised communication protocols to transmit and exchange data.
Information Flow Across the Internet. What is the Internet? A large group of computers that link together to form the Worldwide Area Network (WAN)
Networking Network Classification, by there: 3 The Rules they use to exchange data: Protocols.
NETWORK HARDWARE AND SOFTWARE MR ROSS UNIT 3 IT APPLICATIONS.
G063 - Standards & Protocols. Learning Objectives: By the end of this topic you will be able to: explain the importance of standards for communicating.
William Stallings Data and Computer Communications
Networking Basics CCNA 1 Chapter 11.
A) Describe 3 benefits of a company moving to a wireless network compared to staying with its cabled network(3) b) Describe 2 problems that may occur (2)
Network Protocols and Standards (Part 2). The OSI Model In 1984, the International Organization for Standardization (ISO) defined a standard, or set of.
TCP =Transmission Control Protocol IP = Internet Protocol TCP/IP Protocol.
Individual Project 1 Sarah Pritchard. Fran, a customer of your company, would like to visit your company’s website from her home computer… How does your.
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)
The OSI Model A Framework for Communications David A. Abarca July 19, 2005.
Revision Unit 1 – The Online World Online Services Online Documents Online Communication Cloud Computing The Internet Internet Infrastructure Internet.
The OSI Model. Understanding the OSI Model In early 1980s, manufacturers began to standardize networking so that networks from different manufacturers.
Component 1 Network Protocols.
Ethernet, WiFi & Protocols
Introduction to Technology Infrastructure
Networks Keywords Network Hardware
How is all that data traffic controlled on the Internet?
Layered Architectures
Networking for Home and Small Businesses – Chapter 6
Professional Web Designing For Absolute Beginners
Introduction to Technology Infrastructure
Teaching Computing to GCSE
Web Development & Design Chapter 1, Sections 4, 5 & 6
Networking for Home and Small Businesses – Chapter 6
TASK 4 Guideline.
Packet Sniffing.
Topic 5: Communication and the Internet
I. Basic Network Concepts
Protocols 2 Key Revision Points.
Protocols & Packet Switching
Networking for Home and Small Businesses – Chapter 6
Protocol Application TCP/IP Layer Model
WJEC GCSE Computer Science
Presentation transcript:

INTRANETS MR ROSS UNIT 3 IT APPLICATIONS

DEFINITION An intranet is an internal, secured environment that has a similar look and feel to the Internet, but operates as a local area network. An intranet provides easy and fast access to information by employees in a familiar environment while keeping the information secure from the general public.

BENEFITS OF INTRANETS These include - – access to information in a controlled manner – communication within the organisation – messages that log hardware and software problems with technical support personnel – contacts of who to approach for various problems or issues – training through the publication of online user guides and computer-based training programs. WHAT INFORMATION, DOCUMENTS AND RESOURCES ARE ON THE SCHOOL INTRANET?

NETWORK COMMUNICATION STANDARDS These have protocols that are an agreed sets of rules and procedures for computers to exchange information. These protocols are like humans agreeing to speak the same language during a conversation. For two computers to exchange data, they must be using the same protocols. Network standards have been established to overcome the problems of incompatibility on a network and to ensure that hardware and software components can be integrated into any network. CAN WE COME UP WITH DIFFERENT HUMAN PROTOCOLS THAT WE USE EVERY DAY

PROTOCOL The protocol determines: the type of error checking used the data compression method, if one is used how the sending device will indicate that it has finished sending a message how the receiving device will indicate that it has received a message.

WHAT IS ETHERNET? Ethernet is a network standard that describes communication over a single cable shared by all devices on the network. Any devices connected to this single cable can communicate with each other. This gives the ability for the network to expand if more devices needed to be added. Ethernet communicates between nodes in short messages called frames. Frames also contain parity information, to check if the frame has arrived correctly.

NETWORK PROTOCOLS There is a standard protocol for each network communication task, such as: how to send data over the Internet (TCP/IP) how to send and receive (POP, IMAP) how to request and deliver web pages (HTTP) how to request and deliver files (FTP) 7

8 This protocol is the most common method of putting data together for sending and receiving over networks. This is the universal protocol for internet communications. It is defined as how data is moved from one part of a network to another. Made up of 2 complementary protocols… TCP (Transport Control Protocol) And IP (Internet Protocol) TCP / IP

TCP (Transport Communication Protocol) Breaks files into packets to be sent across the internet or a network. Each packet contains: -the address of the sender -the destination address -a chunk of data (e.g. 1K) 9 Protocols – TCP

10 IP (Internet Protocol)… Once a file has been chopped into packets, the IP delivers each packet to its destination. each packet can take a different route from A to B, bouncing from router to router getting more precise with each hop. the route is dynamically chosen for each packet, based on internet conditions at that time. Protocols – TCP/IP

Wireless Standard (WI-FI) The standard defines how two computers or devices can communicate using radio waves. A network that uses this known as a WI-FI network. Wi-Fi is known as wireless fidelity. Wi-Fi Networks allow computers up to 50 metres apart to connect without the need for wires.

Wireless Standard (WI-FI) Computers fitted with a Wi-Fi network card can split the available radio bandwidth which allows a number of computers using these cards to talk at the same time with interfering each other. The standard uses techniques that are similar to the Ethernet standard to control data flow. For this reason, a Wi-Fi network can be easily connected to a wired Ethernet network.

Network communication standards Questions 22, 24, 26, Why do manufacturers build products based on network standards? 24. Identify the four components of all ethernet frames. 26. How does a collision occur on a network? How does ethernet avoid repeated collisions of the same transmissions? 27. TCP/IP uses smaller packets than other protocols. Why is this an advantage on the Internet?