Download presentation
Presentation is loading. Please wait.
1
Introduction Chapter 1
2
Part A: The Networking Revolution An overview of trends and the importance of networking to your career
3
3 The Networking Revolution n The Traditional Career Ladder – Programmer – Systems Analyst – IS (information systems) Management – Chief Information Officer (CIO)
4
4 The Networking Revolution n Many Factors, including Networking, are Changing this Career Ladder – Networking specialties – User support specialties (combine PC support and networking support groups of) – Programmers create groups of programs that interact by exchanging messages across networks, not just stand- alone programs on single machines.
5
5 Changes in IT n Transforming the Corporation – Intranets: using Internet technology and applications internally n Many good, standardized applications n Inexpensive, standardized transmission technology n Add security – Extranets: Using Internet technology to reach business partners and customers – Enterprise networks connect any two computers in the organization, even if they are at different sites
6
6 Changes in IT n Networking – High demand for networking skills – Knowledge beyond wires and bits n TCP/IP standards n Higher-layer standards (applications, etc.) n Systems management (server and client PC management)
7
7 IS versus CS and EE n Hiring Organizations – CS & EE graduates are trained to work in hardware, software, and networking vendor firms, such as Microsoft, IBM, Oracle, and Cisco Systems. – IS graduates are trained to work in end user organizations, which use IT to enhance business value, such as banks, government agencies, and manufacturing firms--organizations that use IT to get their work done.
8
8 IS versus CS and EE n Make versus Buy n CS and EE Professionals – Make products for sale n IS Professionals – Buy these products instead of making things – Must select products appropriately – Must integrate these products together
9
9 Comparing Products n Dimensions for Comparing Products in Purchase Selection n Performance – Whatever is appropriate for specific user needs – In some cases, speed – In other cases, reliability or something else n Feasibility for the firm – Products based on new standards may be too much work to implement n Cost (can never be ignored)
10
10 Comparing Products n Costs n Total purchase cost for all hardware and software – Typically, “base price” are only a fraction of total cost n Labor costs to plan, install – Often greatly outweigh product purchase costs n Life cycle costs from initial purchase to final abandonment – Often greatly outweigh initial costs
11
11 Comparing Products n Emphasis: Cost is Always Important – User demands are surging – Budgets are not growing rapidly n You must buy the least expensive technology that will meet user requirements n No comparison of alternatives is complete without a cost analysis
12
12 User Needs n Drive everything else n Must communicate with users to understand their needs n Must support important user needs without bankrupting the firm
13
13 Standards n Standards are rules of operation that are followed by most or all vendors. n Standards allow products from different vendors to work together (interoperate) – You are not limited to buying from one firm. – Competition will drive down costs and increase options – You do not have to worry if a single vendor falls behind or fails
14
Part B: Accessing the World Wide Web from Home Many students access the World Wide Web from home. Here is how it works, in terms of standards.
15
15 Accessing the WWW from Home n A Common and Important Situation – Must be understood – Good way of introducing concepts
16
16 The Internet n Network – A collection of computers that are interconnected so that any computer can send messages to any other computer simply by giving the receiver’s network address at the start of the message. n Key Ideas – Any-to-any. Fully interconnected – Interact through the exchange of messages – Network delivers messages based on their destination addresses, like the address on a postal envelope
17
17 The Internet n A Worldwide Group of Networks – Not a single network
18
18 The Internet n Messages are Broken into Small Packets for Transmission – More efficient than sending long messages Message Packets
19
19 The Internet n Routers – Connect the Internet’s networks – Cooperate to give an end to end route for each packet Routers Route
20
20 The Internet n Hosts – Any computer attached to the Internet is a host – Webservers are host – Desktop and notebook PCs are hosts too Host
21
21 The Internet n Host internet addresses – Four number segments separated by dots – For example, 128.171.17.13 – Official addresses for hosts – Also called IP addresses 127.18.47.145 127.47.17.47
22
22 The Internet n Internet Addresses – Really strings of 32 bits (1s and 0s) n 10000000101010100001000100001101 – For convenience, divide them into four bytes (also called octets) n 10000000 10101010 00010001 00001101 – Both octets and bytes are collections of eight bits
23
23 The Internet n Internet Addresses – Convert each octet into a decimal number n 10000000 is 128 n 10101011 is 171 n 00010001 is 17 n 00001101 is 13
24
24 Computing Internet Addresses Value (2 N ) BitDecimal 1281 6400 321 1600 800 400 212 111 163 Position (N) 7 6 5 4 3 2 1 0 Binary 10100011 = Decimal 163 Note: Starts with 0
25
25 The Internet n Host Names – Easy to remember n www.microsoft.com n voyager.cba.hawaii.edu n Two or more text “labels” separated by dots n No relationship between segments and labels – Like nicknames n Not official names n If have host name, browser can look up internet address of host CNN.COM
26
26 The Internet n Internet Service Providers (ISPs) – You must have an account with an ISP – Connects you to the Internet – Provides other services (e-mail account, etc.) n Carrier – Connects you to the ISP – You pay for this separately from your ISP charges ISP Carrier Line
27
27 The Internet n The Internet is Not Free – You pay your ISP around $20 per month – Part of this pays for ISP expenses – Part of this pays the Internet backbone to carry your messages n You Also Pay the Carrier Separately for the Carrier Line ISP Carrier Line
28
28 The Internet n Internet Backbone – Consists of competing carriers called network service providers (NSPs) – NSPs are all interconnected for any-any communication among hosts Internet Backbone NSPs ISP
29
29 The Internet n ISPs and NSPs – Began in the United States – Is being copied and adapted by other countries – However, not universal
30
30 Internet Standards n Framework for standards setting is called TCP/IP – Originally under DARPA (Defense Advanced Research Projects Agency) – Now under an independent body, the IETF (Internet Engineering Task Force)
31
31 Internet Standards n TCP/IP Standards are Layered – Application – Transport – Internet – Subnet Application Transport Internet Subnet
32
32 Internet Standards n Application Layer Standards – allow two application programs to work together, even if they come from different vendors – For example, browser on user PC and webserver application program on webserver Browser Webserver Application Program
33
33 Internet Standards n HTTP (HyperText Transfer Protocol) – World Wide Web standard for browser-webserver application program exchanges Browser Webserver Application Program HTTP
34
34 Internet Standards n Protocol – A standard to govern communication between peer processes at the same layer on different systems – Browser and webserver programs are at the same layer (application) – Browser and webserver programs are on different machines (user PC and webserver) – So HTTP is a protocol.
35
35 Internet Standards n Transport Layer Protocols – allow any two computers to exchange messages even if they come from different vendors and even if they are of different platform types – For instance, PC and non-PC webserver PC PC or Other Computer
36
36 Internet Standards n The Transport Layer Gives Platform Independence – Two computers do not have to be of the same platform type n A PC user does not even know what kind of computer the webserver is PC ?
37
37 Internet Standards n HTTP Requires the Use of the TCP Transport Standard – Transmission Control Protocol – The TCP in TCP/IP TCP
38
38 Internet Standards n Internet Layer Protocols – allow packets to be routed across multiple routers from a source host to a destination host, even if the routers come from different vendors Route
39
39 Internet Standards n The Internet Protocol (IP) is the Main Protocol for Routing Packets Across the Internet. – The IP in “TCP/IP” IP
40
40 Internet Standards n Subnets – Single networks (LANs, WANs, point-to-point link) – A packet will pass through several subnets along its route across the Internet Subnet
41
41 Internet Standards n Different Subnets Can Have Different Subnet Protocols – IP at the internet layer routes across different protocols at the subnet layer LAN Subnet Protocol 1 WAN Subnet Protocol 2 Point-to-Point Subnet Protocol 3
42
42 Internet Standards n The IETF Does Not Create Subnet Standards – Uses standards from another architecture, OSI – Reference Model of Open Systems Interconnection Application Transport Internet Subnet: Use OSI Standards
43
43 Internet Standards n OSI Divides Subnet Standards into Two Layers – Data Link – Physical Application Transport Internet Subnet OSI Standards Data Link Physical
44
44 Internet Standards n Link – Transmission connection in which there is only one possible path between any two stations – Simplest is a point-to-point link Point- to- Point
45
45 Internet Standards n Link – Other possibilities for a single possible route between any two stations Multidrop Ring Hierarchy Star Daisy Chain
46
46 Internet Standards n Data Link Layer Standards – organize transmissions into collections of bits called frames and manage the transmission of these frames within a single network (subnet) 10010001001 Data Link Frame
47
47 Internet Standards n Data Link Layer Standards – For accessing the Internet from home... – Point-to-Point Protocol (PPP) dominates – Only used between home and ISP! – Low performance. Other subnets connecting routers are likely to use different subnet protocols! ISP PPP
48
48 Internet Standards n Physical Layer Standards – standardize connector plugs, transmission media, electrical signaling, and other physical matters you can see and touch, even if they come from different vendors – Work bit by bit. No frame organization.
49
49 Internet Standards n Physical Layer Standards in Internet Access from Home – Telephone jack (RJ11) – Telephone wire – Serial port connection to external modem – Modem Serial Port External Modem Telephone Wire Wall Jack
50
50 Internet Standards n Subnet Versus Internet Layer Standards – Internet layer provides routing across multiple subnets – Subnet layer standards (data link and physical) provide for transmission within a single network Internet Layer Subnet Layer
51
51 Internet Standards n Subnet Versus Internet Layer Standards – Internet layer provides routing across multiple subnets – Subnet layer standards (data link and physical) provide for transmission within a single network n Analogy for Subnet versus Internet – Take a vacation – Route from beginning to end (like internet layer) – For different parts, may travel by car, airplane, or boat (like subnet layer)
52
52 Internet Standards n 5-Layer Hybrid TCP/IP-OSI Framework n Use TCP/IP for Higher Layers, OSI for Subnets – Application – Transport – Internet – Data link – Physical
53
53 Internet Standards n Accessing the WWW from Home App Trans Int DL Phy User PC Int DL Phy Router App Trans Int DL Phy Webserver HTTP TCP IP PPP Modem IP ? ?
54
54 Internet Standards n End-to-End Layers – Between peer processes on hosts App Trans Int DL Phy User PC Int DL Phy Router App Trans Int DL Phy Webserver HTTP TCP End-to-End Layers
55
55 Internet Standards n Communication Between Host and First Router App Trans Int DL Phy User PC Int DL Phy First Router App Trans Int DL Phy Webserver IP PPP Modem Between Host and First Router
56
56 Internet Standards n Other Connections – Router-Router and Router-Destination-Host – IP at internet layer – Subnet standard is unknown to user PC Int DL Phy Next or Last Router App Trans Int DL Phy Webserver IP ? ? Int DL Phy First Router IP ? ?
57
57 Flexibility of Layering n Can Change Only One or Two Layer Standards for Different Application – Base Case: Accessing the WWW from home with a V.90 modem – ApplicationHTTP – TransportTCP – InternetIP – Data LinkPPP – PhysicalSerial Port, V.90 Modem, telephone
58
58 Flexibility of Layering n Can Change Only One or Two Layer Standards for Different Application – New Case: Accessing a File Transfer Protocol (FTP) host from home with a V.90 modem – ApplicationFTP instead of HTTP – TransportTCP: No change – InternetIP: No change – Data LinkPPP: No change – PhysicalSerial Port, V.90 Modem, telephone: No change
59
59 Flexibility of Layering n Can Change Only One or Two Layer Standards for Different Application – New Case: Accessing an POP mail host (see Ch. 7) from home with a V.34 modem. Compared to Base Case: – ApplicationPOP instead of HTTP – TransportTCP: No change – InternetIP: No change – Data LinkPPP: No change – PhysicalSerial Port, V.34 modem instead of V.90 modem, telephone
60
Part C: Platforms The networking implications of the main computer platforms--file server program access, client/server processing, and mainframes--and of less common platforms
61
61 PC Networks n The Most Common Platform in Organizations – Allows PCs to share resources – Both Wintel (Windows/Intel) PCs and Macintoshes Network
62
62 PC Network Components n Desktop Machines are Called Client PCs – The customers of services – Large networks have thousands of client PCs – ~$50 in hardware makes a stand-alone PC a client PC Client PC
63
63 PC Network Components n Servers Provide Services to Client PCs – Most PC networks have several servers – Large PC networks can have hundreds of servers Service Server Client PC
64
64 PC Network Components n File Servers – Store files (data files and programs) – The most common type of server in PC networks – Almost all file servers are themselves PCs File Server
65
65 File Server Program Access n The Most Common Way to Execute Programs in PC Networks – Program files are stored on the file server before execution File Server Client PC Stored on the File Server
66
66 File Server Program Access n File Server Program Access – Program and data files are downloaded (copied) to the Client PC – Executed on the client PC, not on the file server – File server merely stores programs and data files File Server Client PC Downloaded to Client PC, Executed There
67
67 File Server Program Access n PC Processing Power Limits FSPA Programs – Client PCs have slow processors, limited RAM – Can only execute small programs: WP, Email, etc. – This is especially true of older client PCs, which still must be supported. File Server Client PC Executed on the Client PC
68
68 Client/Server Processing n Client and Server Machines – Neither has to be a PC – Platform independent Client MachineServer
69
69 Client/Server Processing n Two Programs – Client program on client machine – Server program on server machine – Work together to do the required processing Client MachineServer Client Program Server Program
70
70 Client/Server Processing n Division of Labor – Client program handles lighter user interface chores and light processing chores – Server program handles heavy work, such as database retrieval Client MachineServer Client Program Server Program
71
71 Client/Server Processing n Cooperation Through Message Exchange – Client program sends Request, such as a database retrieval request – Server program sends a Response message to deliver the requested information or an explanation for failure Client MachineServer Client Program Server Program Request Response
72
72 Client/Server Processing n Widely Used on the Internet n For instance, webservice – Client program (browser) sends an HTTP request (GET command) asking for a webserver file – Server program (webserver application program) sends an HTTP response message with the requested webpage HTTP Request Message HTTP Response Message
73
73 Client/Server Processing n On the Internet, a Single Client Program--the Browser (also known as the client suite)--Works with Many Kinds of C/S server applications – WWW, E-mail, etc. Browser Webserver E-mail Server
74
74 Terminal-Host Systems n Created in the 1960s – Central host computer does all the processing – Terminal is dumb--only a remote screen and keyboard – Created in the 1960s, microprocessors for terminal intelligence did not exist TerminalsHost
75
75 Terminal-Host Systems n Sizes – Mainframes are the largest business hosts n Optimized for business uses--file access speed is more crucial than mathematical processing – Supercomputers are faster for intensive computations but not necessarily for business applications that have high file access needs – Minicomputers are smaller hosts than mainframes – Small business computers are minicomputers optimized for business use (file processing)
76
76 Terminal-Host Systems n Many Mainframe Applications Were Created in the 1960s through 1980s – No longer cost effective – Legacy systems--systems created by your predecessors – Too expensive to rewrite all legacy applications at once – Must live with many host legacy applications – T-H transmission will be important for some years to come – Mainframes are beginning to be used as very servers in client/server processing
77
77 “Host” on the Internet n In terminal-host systems, a host is a central computer with many terminals n Originally, only such hosts connected to the Internet n By the time smaller computers, such as PCs, connected to the Internet, the term “host” had stuck n So now any computer connected to the Internet is called a host
78
78 Program Functionality (Size) n File Server Program Access – Poor: many client PCs are small n Client/Server Processing – Good: not limited to client PC processing power – Heavy work can be done on the server machine n Terminal-Host Systems – Good: Hosts can be very large
79
79 Scalability (Ability to Grow) n File Server Program Access – Poor: client PC sizes are limited n Client/Server Processing – Very good: Platform independence allows servers to be larger than PCs – To grow, leave client machine the same, increase the size of the server machine n Terminal-Host Systems – Excellent: hosts have an enormous range of processing power
80
80 Platform Independence n File Server Program Access – Poor: Only works with PC clients and PC file servers – OK for word processing, etc. – Unacceptable for large databases n Client/Server Processing – Excellent: use any server you want, also any client n Terminal-Host Systems – Poor: Hosts require terminals and only work with a few terminal types
81
81 User Interface n File Server Program Access – Very good: uses local PC processing power n Client/Server Processing – Very good: uses local PC processing power for user interface n Terminal-Host System – Poor: Relies on distant hosts. User interface quality limited by transmission costs. Monochrome, text-only screen. No animation
82
82 Response Time (When User Hits a Key) n File Server Program Access – Very good: uses local PC processing power n Client/Server Processing – Very good: local PC processing power for user interface – But retrievals from the server can cause delays n Terminal-Host System – Poor: Relies on distant hosts. Long delays if overloaded. – Some systems use smart terminals with limited editing capability to reduce response time for simple editing tasks only
83
83 Less Common Platforms n Workstations – More powerful (and expensive) than PCs – Do not use standard Intel PC microprocessors – Usually run the UNIX operating system – Client and server workstations – Confusingly, Windows NT client operating system is called Windows NT Workstation, where workstation is synonymous with “client” – Workstation servers are often used as client/server servers
84
84 Less Common Platforms n Network Computers – Clients are simple machines without hard drives – Programs downloaded from NC servers as needed – Much like file server program access – But only run programs written in Java – Cannot run programs written for Windows NCJava
85
85 Less Common Platforms n Network Computers – Originally offered to reduce costs – Low-cost Wintel (Windows/Intel) machines are minimizing the cost advantages – Use mostly in traditional terminal-host environments, providing more processing power than dumb terminals
86
86 Less Common Platforms n Distributed Processing – Programs are small units called objects – Run on multiple machines (not just 2 as in C/S) – Coordinate by exchanging messages – Should be important in the future Obj Message
87
87 Less Common Platforms n Information Appliances – Distributed processing pushed to its limits – Even coffeemakers may become intelligent – Small devices everywhere may coordinate with one another
88
C. Standards Architectures Beyond TCP/IP, to work with different platforms
89
89 Standards Architectures n Standards Cannot be Created in Isolation – Must work together to provide complete connection between two application programs on different computers, perhaps on different networks Application Standards Transport Standards Internet Standards Data Link Standards Physical Standards
90
90 Standards Architecture n Begin With an Architecture (Framework) – General plan for dividing up the work of allowing application programs to work together across a network – Defines individual layers – Defines how layers work together n Then Create Standards for Individual Layers n We Have Already Seen One Architecture: TCP/IP – Layers: application, transport, internet, subnet
91
91 Standards Architectures n Usually, Multiple Standards at Each Layer – For instance, HTTP and e-mail standards at the application layer – To allow customization for individual application needs – To allow new technology to be supported – Inability of standards agencies to reach agreement
92
92 Standards Architectures n Standards Agencies – Responsible for the standards architecture – In TCP/IP, this is the IETF (Internet Engineering Task Force)
93
93 TCP/IP n TCP/IP is the Dominant Architecture above the Subnet Layer – Standards are simple n Often even have “simple” in the standard’s name n Simple standards are developed rapidly – Simplicity also allows rapid product development – Simplicity also allows products to be inexpensive and easy to implement – “Fast to market and inexpensive” because of simplicity has led to TCP/IP’s dominance
94
94 OSI n OSI (Reference Model of Open Systems Interconnection) – Open systems are those that are open to communicating with all other systems – “Reference model” is another name for “architecture”
95
95 OSI Standards Agencies n ISO (International Organization for Standardization) – Traditional standards agency for industrial products n ITU-T (International Telecommunications Union- Telecommunications Standards Sector) – Traditional standards agency for telecommunications n Work Together because Networking Involves both Computers and communications
96
96 OSI n TCP/IP versus OSI – OSI Has 7 Layers While TCP/IP Has 4 OSI Application (7) Presentation (6) Session (5) Transport (4) Network (3) Data Link (2) Physical (1) TCP/IP Application Transport Internet Subnet
97
97 OSI Application Layer (OSI Layer 7) n For Communication Between Specific Types of Application Programs – Email-Email – Database-Database n Not Widely Used – Sometimes simplified then adopted by IETF as a TCP/IP standard n Similar to TCP/IP Application Layer – But not exactly the same
98
98 OSI Presentation Layer (Layer 6) n For Standards Used in Multiple Applications – Standards for text formatting – Standards for graphics formatting – No need to create for each application n To Provide a Generalized Way to Represent Data – Abstract Syntax Notation 1 (ASN1) – Allows for exchanges between machines with different ways of representing data n Nothing Like this in TCP/IP
99
99 OSI Session Layer (OSI Layer 5) n Provides a Connection Between Application Programs on Different Machines – If the connection is broken, it can be reestablished – In general, standards at this layer manage exchanges between application programs n TCP/IP Transport Layer Provides Some of this Functionality Session (5) Transport (4) Application Transport
100
100 OSI Transport Layer n Provides Connection Between Different Machines – Needed because machines may be of different platform types n Similar to TCP/IP Transport Layer – But TCP/IP transport layer also provides some of the functionality of the OSI Session layer Session (5) Transport (4) Application Transport
101
101 OSI Network Layer (OSI Layer 3) n The Most Difficult to Characterize n Originally Created for Subnets (Single Networks) that had a mesh of switches – Defined a route within a single mesh subnet
102
102 OSI Network Layer (OSI Layer 3) n ISO and ITU-T “Forgot” to Have an Internetting Layer – Internetting--routing across subnets was later added to Layer 3 n So OSI Networking Layer is for BOTH Mesh Subnets AND for Routing Across Subnets – Inelegant
103
103 OSI Network Layer (OSI Layer 3) n However, OSI Only Developed One Three-Layer Subnet Standard (X.25) – All subsequent subnet standards do not use Layer 3 – Highest layer is Layer 2 n So in practice, OSI Layer 3 is an Internetting Layer Network (3) Data Link (2) Physical (1) Internet Subnet
104
104 OSI Data Link and Physical Layers n We Saw These Earlier n Data Link Layer (OSI Layer 2) – Manages the transmission of frames across a single link n Physical Layer (OSI Layer 2) – For physical and electrical standards within a single link – Works bit-by-bit Data Link (2) Physical (1) Subnet
105
105 OSI Subnet Dominance n OSI Standards are Dominant for Subnet Transmission – Local Area Networks (LANs) – Wide Area Networks (WANs) – TCP/IP Does Not Challenge that Dominance n IETF Generally Does Not Create Subnet Standards for TCP/IP – If it does (as in the case of the Point-to-Point protocol, by the way), it follows the OSI architecture
106
106 Hybrid TCP/IP-OSI Architecture n As Noted Earlier, Most Firms Today Use a Hybrid TCP/IP-OSI Architecture for Most of their Internal Communication n ApplicationTCP/IP n TransportTCP/IP n InternetTCP/IP n Data LinkOSI n PhysicalOSI
107
107 SNA n Systems Network Architecture – Another Standards Architecture n Proprietary – Controlled by IBM – However, IBM shares specifications, so most mainframe systems from all vendors use SNA or a variant n Dominant for Mainframe Communication – Still accounts for a very large part of long-distance data traffic
108
108 IPX/SPX n Created by Novell – For NetWare PC network software – Novell dominated PC networking for years – So IPX/SPX is still widely used in PC networking with Novell NetWare servers – Even Novell is switching to TCP/IP – However, many PC networks have not converted their Novell servers and clients to TCP/IP – Must be considered in PC networking
109
109 Recap n Trends in Networking and its Impacts n Standards for WWW Access from Home to Introduce Basic Networking Principles n Popular Computer Platforms Found in Networked Environments n Standards Architectures that Tend to Differ by Platform n The Dominant TCP/IP-OSI Hybrid Architecture
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.