Ch 20 Q and A IS333, Spring 2015 Victor Norman. Universal Service Means every computer can talk “directly” with every other one. A message is not addressed.

Slides:



Advertisements
Similar presentations
Computer networks Fundamentals of Information Technology Session 6.
Advertisements

Ch. 23, 25 Q and A (NAT and UDP) Victor Norman IS333 Spring 2014.
Q and A for Ch. 20 Victor Norman CS332, Last Friday’s scenario Q: In the scenario with the two rooms and the middle-man translator, you said that.
CS332 Victor Norman Spring 2014
IS333, Ch. 26: TCP Victor Norman Calvin College 1.
Presented by Serge Kpan LTEC Network Systems Administration 1.
© 2009 Pearson Education Inc., Upper Saddle River, NJ. All rights reserved.1 Computer Networks and Internets, 5e By Douglas E. Comer Lecture PowerPoints.
Chapter 14 TCP/IP and Routing Part #1 Unix System Administration.
Wi-Fi Structures.
Department of Information Engineering 1 Objectives A basic understanding of the following –What is Internet? –What is client-server computing? –What is.
Chapter 23: ARP, ICMP, DHCP IS333 Spring 2015.
A Guide to major network components
Chapter 27 Q and A Victor Norman IS333 Spring 2015.
NETWORK TOPOLOGIES There are three basic configurations used to connect computers they are the Bus Ring Star.
Q and A, Ch. 21 IS333, Spring 2015 Victor Norman.
Ch. 28 Q and A IS 333 Spring Q1 Q: What is network latency? 1.Changes in delay and duration of the changes 2.time required to transfer data across.
CECS 474 Computer Network Interoperability Tracy Bradley Maples, Ph.D. Computer Engineering & Computer Science Cal ifornia State University, Long Beach.
Ch. 31 Q and A IS 333 Spring 2015 Victor Norman. SNMP, MIBs, and ASN.1 SNMP defines the protocol used to send requests and get responses. MIBs are like.
Ch. 31 Q and A CS332 Spring Network management more than just Ethernet Q: Comer mentions that network managers need to be able to account for different.
Networking Components Chad Benedict – LTEC
Networking Hardware and Components By: Sean Bell.
NETWORKS – NETWORK FUNDAMENTALS. How do computers connect to each other? Wired vs. Wireless Network cards Special device on computer that lets the computer.
15-1 More Chapter 15 Goals Compare and contrast various technologies for home Internet connections Explain packet switching Describe the basic roles of.
CECS 5460 – Assignment 3 Stacey VanderHeiden Güney.
Q and A for Ch. 17 CS 332, Spring Fiber Modems Q: Why use fiber modem extensions? Is it to save money on not having to use as much fiber (otherwise.
Network Components 101 Travis Hill.
LTEC 4560 Summer 2012 Justin Kappel Networking Components.
Network Address Translation (NAT)
Introduction to Networking. Key Terms packet  envelope of data sent between computers server  provides services to the network client  requests actions.
Common Devices Used In Computer Networks
Networking Components Presented by Jaisson Mailloux LTEC 4550 Network Systems Administration.
HOW THE INTERNET WORKS. NOTES (DNEWS) Interconnected network of computers – The Internet Servers - hosts They store websites and transfer data to clients.
HUB Connects multiple workstations, servers, and other devices to a network. Can be used to connect two or more computers to one network port. Handles.
Understanding Networking Joe Cicero Northeast Wisconsin Technical College.
NETWORKING COMPONENTS AN OVERVIEW OF COMMONLY USED HARDWARE Christopher Johnson LTEC 4550.
CS332, Ch. 26: TCP Victor Norman Calvin College 1.
NATs and UDP Victor Norman CS322 Spring NAPT Suppose we have a router doing NAT: half is the “public side”, IP address ; other half is.
Chapter 22 Q and A Victor Norman CS 332 Spring 2014.
Overview of computer communication and Networking Communication VS transmission Computer Network Types of networks Network Needs Standards.
NETWORK COMPONENTS Assignment #3. Hub A hub is used in a wired network to connect Ethernet cables from a number of devices together. The hub allows each.
Networking Components Daniel Rosser LTEC Network Hub It is very difficult to find Hubs anymore Hubs sends data from one computer to all other computers.
Internetworking Concept and Architectural Model
Day11 Devices/LAN/WAN. Network Devices Hub Switches Bridge Router Gateway.
William Stallings Data and Computer Communications
Switch Features Most enterprise-capable switches have a number of features that make the switch attractive for large organizations. The following is a.
A machine that acts as the central relay between computers on a network Low cost, low function machine usually operating at Layer 1 Ties together the.
IP addresses IPv4 and IPv6. IP addresses (IP=Internet Protocol) Each computer connected to the Internet must have a unique IP address.
Network Components Basics!. Network HUB  Used to connect multiple Ethernet devices together  Layer 1 of the OSI model  Not used much today.
Networking Components WILLIAM NELSON LTEC HUB  Device that operated on Layer 1 of the OSI stack.  All I/O flows out all other ports besides the.
THE NETWORKS Theo Chakkapark. Open System Interconnection  The tower of power!  The source of this power comes from the model’s flexibility.
Networking Components William Isakson LTEC 4550 October 7, 2012 Module 3.
Networking Components Assignment 3 Corbin Watkins.
Assignment # 3 Networking Components By: Jeff Long.
Q and A, Ch. 21 IS333, Spring 2016 Victor Norman.
NT1210 Introduction to Networking
Ch. 20 Q and A IS333, Spring 2016 Victor Norman. Switch/bridge vs. router Q: What exactly is the difference between a switch, bridge, and router? I understand.
Ch. 23, 25 Q and A (NAT and UDP) Victor Norman IS333 Spring 2015.
Ch. 31 Q and A IS 333 Spring 2016 Victor Norman. SNMP, MIBs, and ASN.1 SNMP defines the protocol used to send requests and get responses. MIBs are like.
NT1210 Introduction to Networking
Ch. 20 Q and A CS332, Spring 2016 Victor Norman. Switch/bridge vs. router Q: What exactly is the difference between a switch, bridge, and router? I understand.
Chapter 28 Q and A IS 333 Spring A quiz question Q: What is network latency? 1.Changes in delay and duration of the changes 2.time required to transfer.
15-1 Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources Usually,
Assignment 3 Jacob Seiz. Hub A hub provides a central access point for a network. Through multiple I/O ports a hub can connect multiple Ethernet devices.
Network Concepts.
Networks – Network Fundamentals
Scaling the Network: The Internet Protocol
NETWORK TOPOLOGIES There are three basic configurations used to connect computers they are the Bus Ring Star.
Introduction to Computers
Lecture 6: TCP/IP Networking 1nd semester By: Adal ALashban.
Scaling the Network: The Internet Protocol
Presentation transcript:

Ch 20 Q and A IS333, Spring 2015 Victor Norman

Universal Service Means every computer can talk “directly” with every other one. A message is not addressed to an intermediate location, which then has to re-label it for deliver. Q: What is the main difficulty with providing universal service? A: Scalability, I’d say. How to label every machine uniquely so they can all address machines to any other machine. And how to find these other machines?

Air Gap Used to be that different networks had an “air gap”, which wasn’t desirable then. Now, for security some networks have an air gap – the network is not connected to any other network at all. Bad guys have tried to jump the air gap by listening to key strokes on one machine to hear passwords, etc., across the gap.jump the air gap

Representing networks in pictures There may be confusion with picture on page 337. A cloud is used to represent routers and/or hosts connected together in a network.

Connecting networks Q: Do routers need to be physically connected to each other to connect networks? If so, is there a cable going out to Hawaii and other islands like the cable that crosses the Atlantic? Is there a cable that goes under the Pacific too that connects the US to Asia? A: All right: videos, etc. Submarine cable mapSubmarine cable map; sled; boat; repeaters, etc. (about 5 minutes in)sledboatrepeaters, etc.

Router with Ethernet and Wifi Q: How does a router connect an Ethernet network to a Wi-Fi network? Is it mostly through software applications? A: It has an interface for each. A port for the ethernet connection, and an antenna for the wifi. Each interface can be configured.

Unorganized internet Q: I found it very interesting that the internet does not consist of a single centralized router. The figure on page 340 shows this well and I never realized that the internet is so "unorganized". Picture of Level3 network only.Picture of Level3 network only

1-to-1 transition? Q: Are today's routers powerful enough to perform more than a 1-1 transition? the book says that the processors usually aren't strong enough to support this, is that still the case? or do they still do this due to redundancy for reliability? A: I don’t understand.

Router size Q: How many networks can a router connect? Is the limitation on the number of networks processor speed? And how actively are routers actually managed? A: Routers can have hundreds of interfaces and connect many thousands of networks on those interfaces. The limit is the memory and processor speeds. Routers are managed through network management tools, like HP OpenView. They use SNMP to get stats from the router periodically and use rules to determine if there is a problem.

Virtual Networks Q: What is a virtual network? A: IP at layer 3 does not need to know about which layer 2 is being used to forward the packets across the networks. It just assumes the layer 2s can do it, as best as they can. Thus, it “virtualizes” layers 1 and 2. Networks differ at layer 2 and below. At layer 3 and above, they are all the same – IP and protocols above it.

Old Slides

Heterogeneous Networks Q: What is it that makes a network heterogeneous? Do they mean different operating systems, or something else? A: The author means networks that use different Layer 2 protocols. E.g., my DSL modem/router at home talks over a virtual circuit to AT&Ts equipment, but in the house it is wired and wireless Ethernet. And, we have no idea how the data is carried in the “middle” of the Internet.

Virtual Network Q: A virtual network seems like the perfect scenario, why don't people use these more often? A: The Internet is a virtual network (by some definition). It appears to be one big network, when really is a conglomeration of many networks, connected by routers.

Shared drives == Universal Service? Q: So are the shared drives/networks that one can access on all computers (like the W:/Glacier drive) a part of universal service? A: That is not what the author means. He means all computers on the Internet can talk to each other. That does not mean they have the authorization to access services within companies’/schools’ networks.

Router definition Q: What exactly is a router? Is it like a switch that is built to connect with any technology and is connected to another network? A: It operates at Layer 3, connecting multiple networks. These networks might use different layer 2s (Ethernet, ATM, ISDN, etc.). The router can move data between the networks if it has the correct port types and programming to send/receive on those layer 2.

Router definition (2) Q: What is the difference between a router and a switch? A: A switch is at layer 2. A router at layer 3. A router gets a packet from a layer 2 interface. The software strips off the layer 2 header. Then the router software inspects the layer 3 header and figures out how to forward the packet – i.e., which outgoing interface to send the packet on. Then, the packet is re-encapsulated in that interface’s layer 2, and sent.

Router definition (3) Q: Are routers like we use at home generally connected to one other network, or multiple? Are there centralized networks that many others are connected to? A: Routers at home are connected to 2 networks – one inside your house, and one outside. Your router gets an IP address (via DHCP) from your ISP’s router. Many homes are connected to each ISP’s router.

Router definition (4) Q: Is the only difference between a router and a hub/switch that a router connects networks and a hub/switch connects hosts? A: Yes, exactly.

Multiple interface configuration Q: Are router able to interconnect networks because their memory stores the different network technology types somehow? A: Yes! When you configure a router, you tell it what protocols will run on what interfaces.

Ratio of routers and networks Q: (Summarized question). Can one router only connect 2 networks? A: No. Most (non-home) routers connect as many networks as they have ports. So, if you have 8 ports, you can route between 8 different networks. You would use one of the ports to “trunk” traffic to another router or to your ISP.

Routers / different languages Q: So essentially routers are used to bridge networks of differing technologies, is this how different countries bridge networks of different languages? A: Routers connect networks of differing technologies, via a common layer 3 (IP layer). The layer 2 can differ, but every machine speaks the common language, IP, at layer 3.

TCP/IP Q: What does the book mean when it says "Both hosts and routers need TCP/IP protocol software"? A: The whole has adopted IP as its de facto standard (i.e., that’s what everyone uses). So, if you want to play, you use IP. Services on the Internet are offered over TCP, typically. So, your machine better use TCP if you want to get any services. (A router only looks at IP, not TCP (layer 4), in general.)

Internet vs. internet Q: Just to be clear, when people refer to “the Internet”, they are actually referring to their localized internet, and the “Internet” is actually a series of internets...? A: The Internet (capital I) is the global network of networks. A company can have an internet, sometimes called an “intranet”.

Q: So, in the TCP/IP model, the TCP layer (4) is basically used to address the security and reliability of the IP layer (3)? A: TCP provides security and reliability, correct. IP (layer 3) is still best effort – i.e., if it cannot forward a packet, it happily just discards it.