Internet Technologies Networking / Internet Protocols (TCP/IP) Server/Client Software Communication via Ports Web Page Technology Recipe of Web Page Development.

Slides:



Advertisements
Similar presentations
INTRODUCTION TO COMPUTER NETWORKS Zeeshan Abbas. Introduction to Computer Networks INTRODUCTION TO COMPUTER NETWORKS.
Advertisements

Web Page Design Chapter 1 Introducing Networks and the Internet.
Introduction to Computers Section 7A. home Network A group of connected computers that communicate, exchange information and share resources.
Computer Networks and the Internet CMPT 109 Montclair State University.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Communicating over the Network Network Fundamentals – Chapter 2.
IS Network and Telecommunications Risks
Introduction to Networking V.T. Raja, PhD James R. Coakley, PhD BA 572 – Advanced Information Systems.
Becoming a Networking Expert Networking Hardware and Protocols.
BA 471 – Telecommunications and Networking Dr. V.T. Raja Oregon State University
Understanding Networks. Objectives Compare client and network operating systems Learn about local area network technologies, including Ethernet, Token.
The Internet and the World Wide Web. Una DooneyThe Internet and WWWSlide 2 What is the Internet? A collection of networks (LANS and WANS) around the world.
Introduction To Networking
Understanding Networks. Objectives Compare client and network operating systems Learn about local area network technologies, including Ethernet, Token.
IST 221 Internet Concepts and Applications Internet, WWW and HTML 1.
Hardware & Software Needed For LAN and WAN
Core 3: Communication Systems. On any network there are two types of computers present – servers and clients. By definition Client-Server architecture.
INTRODUCTION TO COMPUTER NETWORKS INTRODUCTION Lecture # 1 (
COMPUTER NETWORKS.
A global, public network of computer networks. The largest computer network in the world. Computer Network A collection of computing devices connected.
Laudon & Laudon: Canadian Edition
Unit 4, Lesson 11 How Data Travels the Internet
Chapter 9A Network Basics.
Slide 1 What is a Computer Network? A computer network is a linked set of computer systems capable of sharing computer power and resources such as printers,
Networking and the Internet © 2007 Pearson Addison-Wesley. All rights reserved.
Chapter Overview Network Communications.
NETWORK.
Chapter 3 Hardware, Software, and Networks Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall 3-1.
CSCI-235 Micro-Computer in Science The Network. © Prentice-Hall, Inc Communications  Communication is the process of sending and receiving messages 
Computer networks 2 A Informatica prof.sse ALLEMANI e CARUSO.
ZData hierarchy (Figure 6.1) ybit - smallest piece of data ybyte – character yfield - group of bytes yrecord - related fields yfile - related records ydatabase.
IT Introduction to Information Technology. The Internet & World Wide Web Began in 1969 with the ARPANET (Advanced Research Project Agency Network)
Networks QUME 185 Introduction to Computer Applications.
ITIS 1210 Introduction to Web-Based Information Systems Chapter 23 How Web Host Servers Work.
1 Network + Tom McLaughlin b-admin, mcse, mous, a+, net+ (mct, linux)
15-1 Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources.
Our Group Covered Three Topics With the Students HTML NetworkingInternet.
Today’s Topics Chapter 8: Networks Chapter 8: Networks HTML Introduction HTML Introduction.
Networks. What is a network? two or more computers linked together.
Protocols. Protocol Set of rules that govern: Connection Communication data transfer Protocols regulate: access method allowed physical topologies types.
CIS 250 Advanced Computer Applications Internet/WWW Review.
Networking Network Classification, by there: 3 The Rules they use to exchange data: Protocols.
Networking Version2 10/27/2015Slide 1 Format Layered models of processes The seven layers OSI Model Network Requirements Network Topology.
By : Fiona Minear. What is a networks ? A network is a group of two or more computer systems linked together.
Application Block Diagram III. SOFTWARE PLATFORM Figure above shows a network protocol stack for a computer that connects to an Ethernet network and.
Computer Networks 2 Network Topology Prepared May Lau 2011.
Programming technical terms Program is like a recipe. It contains a list of ingredients (called variables) and a list of directions (called statements)
Mechanism Sharing & Storing Create and Edit NetworksVocabulary.
IT ELECTRONIC COMMERCE THEORY NOTES
NETWORKING FUNDAMENTALS. Network+ Guide to Networks, 4e2.
3.01 Networks-Travel Back in Time Unit 3 Internet Basics.
Exam Questions 8.A large company with 200 employees uses a local area network (LAN) which includes all the computers in its head office. Describe the.
Introduction Chapter 1. Business Applications of Networks A network with two clients and one server. Client-Server Model.
Introduction Chapter 1. Uses of Computer Networks Business Applications Home Applications Mobile Users Social Issues.
MC-Quiz: Chapter 9 Communications and Networks Discovering Computers 2010.
NETWORKS. Example Web Browsing application Software Protocols involved Software NIC / Modem Hardware Telephone line / Co-axial cable / Air interface.
NETWORKINGLAN,WAN,MAN. NETWORKING LINKING TWO OR MORE SYSTEM FOR SHARING DATA. LINKING TWO OR MORE SYSTEM FOR SHARING DATA. AREA NETWORKS:CLASSIFIED AS-
Networking Revision. Advantages:  Communication (remotely)  Sharing hardware (saves on cost, eg. Printers)  Sharing of data and info (eg. Databases.
Chapter Objectives In this chapter, you will learn:
CISC103 Web Development Basics: Web site:
Some bits on how it works
شبكات الحاسوب صائب ابوليل.
CISC103 Web Development Basics: Web site:
Network Models, Hardware, Protocols and number systems
Network Hardware and Protocols
Networks and the Internet
Protocols 2 Key Revision Points.
Protocol Application TCP/IP Layer Model
NETWORK.
Presentation transcript:

Internet Technologies Networking / Internet Protocols (TCP/IP) Server/Client Software Communication via Ports Web Page Technology Recipe of Web Page Development

Network Connections and Communications Physical Topologies – Star, Bus, Mesh, Ring, Hybrid Star Ring Hybrid Mesh LAN or WAN

Protocols The language that computers use to communicate over the Internet IP Version 4 – The IP address holds 4 octets. 2^8 per octet – 4.3 Billion Possibilities. HeaderPayloadTrailer/Footer Send Receive IP Protocol Format Packet # End Data CRC : Error Check Data Amount Data 896 Bits 32 Bits 96 Bits 1024 Fixed Packet

Software Basic software that allows the user to interface with the computer. Server Side Software Client Side Software Web, News, List, , Database, etc…

Communication ? You should of read this material already Ports! Hardware! Software! Cable! Power!

Web Page HTML Text Base HTTP.htm / html Extension Tags

Recipe of Web Dev. 1.Needs Assessment 2.Scope 3.Draft 4.Design 5.Develop 6.Test