680 likes | 814 Views
Chapter 3: Planning Network Protocols and Compatibility. Learning Objectives. Explain basic network concepts, including network terms, types of networks, and network cards Explain the NDIS and ODI network driver specifications
E N D
Learning Objectives • Explain basic network concepts, including network terms, types of networks, and network cards • Explain the NDIS and ODI network driver specifications • Explain the communications protocols used in Windows 2000 Server, including TCP/IP, NWLink, NetBEUI, DLC, and AppleTalk
Learning Objectives (continued) • Plan network binding order, change the binding order, and bind and unbind protocols • Plan how to implement protocols on different types of networks
Protocol • A protocol consists of guidelines for: • How data is formatted into discrete units called packets and frames • How packets and frames are transmitted across one or more networks • How packets and frames are interpreted at the receiving end
Packets and Frames • Packets and frames are units of data transmitted from one networked computer or device to another. • Although packets and frames are often used to have the same meaning, there is a difference. Packets operate at a higher communication layer and contain routing information.
General Sections in Packets and Frames • Header • Data • Trailer or footer
Packet and Frame Format Figure 3-1 Basic packet and frame format
Network Design • The basic design of a network is its topology • Topology: The physical layout of the cable and the logical path followed by network packets and frames sent on the cable
Local Area Network • Local area network (LAN): Joins computers, printers, and other computer equipment within a limited service area and generally employs only one topology
Example of a LAN Figure 3-2 A LAN in a building
Metropolitan Area Network • Metropolitan area network (MAN): A network that links multiple LANs within a large city or metropolitan area
Example of a MAN University chemistry building Research hospital Pharmaceutical company MAN connecting buildings in a city
Enterprise Network • Enterprise Network: A network that often reaches throughout a large area, such as a college campus, a city, or across several states. A distinguishing factor of an enterprise network is that it brings together an array of network resources such as many kinds of servers, mainframes, printers, network devices, intranets, and the Internet
Typical Resources in an Enterprise Network Figure 3-3 Resources in an enterprise network
Wide Area Network • Wide Area Network (WAN): A far-reaching system of networks that can extend across state lines and across continents
Example of a WAN WAN across a continent
Network Interface Card Communication Medium Options • Coaxial cable (thick and thinnet) • Twisted-pair (shielded and unshielded) • Fiber-optic • Wireless (infrared, radio wave, microwave, satellite)
Connecting a Medium to a NIC Figure 3-4 Connecting cable to a NIC
Device Address • Each NIC has a physical or device address that is burned into a PROM on the card • Media access control (MAC) address is another way of describing the device address
Ethernet and Token Ring • Ethernet: A network transport system that uses a carrier sensing and collision detection method to regulate data transmissions • Token ring: A network transport method that uses a token, which is passed from node to node, to coordinate data transmissions
NDIS • Network Driver Interface Specification (NDIS): A set of standards developed by Microsoft and 3COM for network drivers that enables communication between a NIC and a protocol, and that enables the use of multiple protocols on the same network
NDIS Architecture Figure 3-5 Binding a protocol to a NIC
ODI • Open Datalink Interface (ODI) driver: A driver that is used by Novell NetWare networks to transport multiple protocols on the same network
TCP/IP • Transmission Control Protocol (TCP) portion performs extensive error checking to ensure that data is delivered successfully • Internet Protocol (IP) portion consists of rules for packaging data and ensuring that it reaches the correct destination address
Dotted Decimal Notation • Dotted Decimal Notation: An addressing technique that uses four octets, such as 100000110.11011110.1100101.00000101, converted to decimal (e.g., 134.22.101.005), to differentiate individual servers, workstations, and other network devices.
Unicasting and Multicasting • In a unicast, a transmission is sent to each client that requests a file or application, such as a multimedia presentation • In a multicast, a transmission is sent to all requesting clients as a group (reducing the total network traffic)
Unicasting and Multicasting Compared Figure 3-6 Unicasting compared to multicasting
Subnet Mask • Subnet mask: A designated portion of an IP address that is used to indicate the class of addressing on a network and to divide a network into subnetworks as a way to control traffic and enforce security
Configuring the IP Address and Subnet Mask in Windows 2000 Figure 3-7 IP address and subnet mask setup
Static and Dynamic Addressing • Dynamic addressing: Involves automatically assigning an IP address to a network host • Static addressing: Involves manually assigning an IP address to a network host
TCP/IP Advantages • Well-suited for medium and large networks • Designed for routing; has high degree of reliability • Used worldwide for directly connecting to the Internet and by Web servers • Enables lower TCO on Microsoft networks
TCP/IP Advantages • Compatible with standard tools for analyzing network performance • Parallel ability to use DHCP and WINS through a Windows 2000 server • Ability for diverse networks and operating systems to communicate • Compatible with Microsoft Windows Sockets
TCP/IP Disadvantages • More difficult to set up and maintain than other protocols • Somewhat slower than IPX/SPX and NetBEUI on networks with light to medium traffic
Routing via TCP/IP Figure 3-8 Router forwarding packets to a designated network
Planning Tip • For medium and large sized networks, plan to use TCP/IP because it enables you to manage and secure network traffic through creating subnets
IPX/SPX • IPX: A protocol developed by Novell for use with its NetWare server operating system (particularly for NetWare versions before version 5) • SPX: A Novell connection-oriented protocol used for network transport when there is a particular need for data reliability
NWLink • A network protocol that simulates the IPX/SPX protocol for Microsoft Windows 95, 98, NT, and 2000 communications with Novell NetWare file servers and compatible devices
Client Service for NetWare (CSNW) Components • Client Service for NetWare • NWLink IPX/SPX • NWLink NetBIOS
CSNW Installed in Windows 2000 Figure 3-9 Windows 2000 with CSNW components installed
Configuring NWLink • Configure three elements: • Frame type • Network number • Internal network number
When to Configure the Internal Network Number • When the NetWare server that is accessed uses two or more frame types • When the Windows 2000 host has two or more NICs and NWLink is bound to more than one of the NICs • When an application uses NetWare’s Service Advertising Protocol (SAP)
When to Use NWLink • To enable a computer running Windows 2000 to access a NetWare server (pre-version 5) • To set up Windows 2000 as a gateway to a NetWare server • To enable NetWare clients to access a Windows 2000 server
Planning Tip • If you upgrade NetWare servers to version 5.x or higher, convert from IPX/SPX to TCP/IP for better network communication options and better compatibility with Windows 2000 servers