41
Data Networking Fundamentals Chapter 7

Data Networking Fundamentals Chapter 7. Objectives In this chapter, you will learn to: Discuss basic networking concepts, including the elements common

Embed Size (px)

Citation preview

Page 1: Data Networking Fundamentals Chapter 7. Objectives In this chapter, you will learn to: Discuss basic networking concepts, including the elements common

Data Networking Fundamentals

Chapter 7

Page 2: Data Networking Fundamentals Chapter 7. Objectives In this chapter, you will learn to: Discuss basic networking concepts, including the elements common

Objectives

In this chapter, you will learn to: Discuss basic networking concepts, including the

elements common to all client-server networks Provide examples of multiple network services Describe the differences between LANs, MANs, and

WANs Understand the functions of each layer of the OSI model Describe the purpose of protocols and list several types

of protocols Recognize the core protocols and addressing scheme for

the TCP/IP suite

Page 3: Data Networking Fundamentals Chapter 7. Objectives In this chapter, you will learn to: Discuss basic networking concepts, including the elements common

Terminology

Standalone workstation - a workstation that is not connected to a network, but relies on its own hard disk for data storage and applications.

Client - a workstation connected to a network. A person whose workstation is part of a network may also be called a client, or that person may be known more informally as a user.

Servers - store shared data and programs on their hard disks. They can also perform management functions, such as determining which users have access to certain programs.

Client-server - a network that uses a server to enable clients to share data, data storage space, and devices.

Page 4: Data Networking Fundamentals Chapter 7. Objectives In this chapter, you will learn to: Discuss basic networking concepts, including the elements common

Terminology

Page 5: Data Networking Fundamentals Chapter 7. Objectives In this chapter, you will learn to: Discuss basic networking concepts, including the elements common

Requirements for Connectivity

Page 6: Data Networking Fundamentals Chapter 7. Objectives In this chapter, you will learn to: Discuss basic networking concepts, including the elements common

Requirements for Communications

Node - any device (for example, a server, client, or printer) that can receive a transmission over a network. To receive data, each node must have a unique address, or identifying number.

Protocol - a rule that governs how the parts of a network communicate.

Page 7: Data Networking Fundamentals Chapter 7. Objectives In this chapter, you will learn to: Discuss basic networking concepts, including the elements common

Servers

Server - A computer on the network that manages shared resources.

Redundancy - the practice of using more than one component to guard against outages (or failures).

Network operating system (NOS) - software that can manage not only data, but also users, groups, security, and applications on the network.

Page 8: Data Networking Fundamentals Chapter 7. Objectives In this chapter, you will learn to: Discuss basic networking concepts, including the elements common

How Networks are Used

The main purpose for using networks is to share programs, data, and devices, such as printers or fax machines, all of which are known as resources.

Network services can be categorized as follows: File services Print services Communication services Mail services Internet services Management services

Page 9: Data Networking Fundamentals Chapter 7. Objectives In this chapter, you will learn to: Discuss basic networking concepts, including the elements common

LANS, MANS, and WANS

Local area network (LAN) - a network of computers and other devices that is confined to a relatively small space, such as one building or even one office.

Connectivity device - when multiple networks or multiple parts of one network need to communicate with each other, this device is used to exchange data between them.

Hub - retransmits a digital signal to all its connected devices.

Page 10: Data Networking Fundamentals Chapter 7. Objectives In this chapter, you will learn to: Discuss basic networking concepts, including the elements common

LANS, MANS, and WANS

Metropolitan area network (MAN) - a network that connects clients and servers in multiple buildings in a region.

Wide area network (WAN) - a network that connects two or more geographically distinct LANs

Page 11: Data Networking Fundamentals Chapter 7. Objectives In this chapter, you will learn to: Discuss basic networking concepts, including the elements common

LANS, MANS, and WANS

Page 12: Data Networking Fundamentals Chapter 7. Objectives In this chapter, you will learn to: Discuss basic networking concepts, including the elements common

LANS, MANS, and WANS

Page 13: Data Networking Fundamentals Chapter 7. Objectives In this chapter, you will learn to: Discuss basic networking concepts, including the elements common

LANS, MANS, and WANS

Page 14: Data Networking Fundamentals Chapter 7. Objectives In this chapter, you will learn to: Discuss basic networking concepts, including the elements common

LANS, MANS, and WANS

Page 15: Data Networking Fundamentals Chapter 7. Objectives In this chapter, you will learn to: Discuss basic networking concepts, including the elements common

The Internet

The Internet is a unique WAN not only because of its size, but also because of its diversity.

It may transmit confidential information between two offices within the same organization, or it may transmit public records to anyone who requests them.

To connect users from around the globe, the Internet relies on a hierarchical structure of connection points, just as the PSTN relies on a hierarchy of central offices.

An Internet Service Provider (ISP) is a company that operates a network and provides consumers with a link to the Internet.

Page 16: Data Networking Fundamentals Chapter 7. Objectives In this chapter, you will learn to: Discuss basic networking concepts, including the elements common

The Internet

Page 17: Data Networking Fundamentals Chapter 7. Objectives In this chapter, you will learn to: Discuss basic networking concepts, including the elements common

The Internet

Page 18: Data Networking Fundamentals Chapter 7. Objectives In this chapter, you will learn to: Discuss basic networking concepts, including the elements common

The OSI Model

Page 19: Data Networking Fundamentals Chapter 7. Objectives In this chapter, you will learn to: Discuss basic networking concepts, including the elements common

Physical Layer

Protocols at this layer generate and detect voltage (or in the case of fiber optic transmission, pulses of light) so as to transmit and receive signals carrying data.

The Physical layer sets the data transmission rate and monitors data error rates, though it does not provide error correction services.

Physical network problems, such as a severed wire, affect the Physical layer.

Page 20: Data Networking Fundamentals Chapter 7. Objectives In this chapter, you will learn to: Discuss basic networking concepts, including the elements common

Data Link Layer

Controls communications between the Network layer and the Physical layer.

Frame - a structured package for moving data that includes not only the raw data, or "payload," but also the sender’s and receiver’s network addresses, and error checking and control information.

Page 21: Data Networking Fundamentals Chapter 7. Objectives In this chapter, you will learn to: Discuss basic networking concepts, including the elements common

Data Link Layer

Page 22: Data Networking Fundamentals Chapter 7. Objectives In this chapter, you will learn to: Discuss basic networking concepts, including the elements common

Data Link Layer

Page 23: Data Networking Fundamentals Chapter 7. Objectives In this chapter, you will learn to: Discuss basic networking concepts, including the elements common

Network Layer

Translates network addresses into their physical counterparts and decide how to route data from the sender to the receiver.

Network layer addresses,which reside at the Network layer of the OSI model, follow a hierarchical addressing scheme and can be assigned through operating system software.

Page 24: Data Networking Fundamentals Chapter 7. Objectives In this chapter, you will learn to: Discuss basic networking concepts, including the elements common

Transport Layer

Primarily responsible for ensuring that data is transferred from point A to point B reliably, in the correct sequence, and without errors.

Transport protocols also handle flow control, or the method of gauging the appropriate rate of transmission based on how fast the recipient can accept data.

Segmentation - the process of decreasing the size of the data units when moving data from a network segment that can handle larger data units to a network segment that can handle only smaller data units.

Page 25: Data Networking Fundamentals Chapter 7. Objectives In this chapter, you will learn to: Discuss basic networking concepts, including the elements common

Session Layer

Session - a connection for data exchange between two parties.

The Session layer’s functions include: Establishing and keeping alive the communications link for

the duration of the session Synchronizing the dialog between the two nodes Determining whether communications have been cut off,

and, if so, figuring out where to restart transmission

Page 26: Data Networking Fundamentals Chapter 7. Objectives In this chapter, you will learn to: Discuss basic networking concepts, including the elements common

Presentation Layer

Serves as a translator between the application and the network.

At the Presentation layer, data becomes formatted in a schema that the network can understand; this format varies with the type of network used.

Encryption - the use of a mathematical routine to scramble data so that it can only be read by reversing the formula.

Page 27: Data Networking Fundamentals Chapter 7. Objectives In this chapter, you will learn to: Discuss basic networking concepts, including the elements common

Application Layer

Provides interfaces to the software that enable programs to use network services.

Application program interface (API) - a routine (a set of instructions) that allows a program to interact with the operating system.

Page 28: Data Networking Fundamentals Chapter 7. Objectives In this chapter, you will learn to: Discuss basic networking concepts, including the elements common

Applying the OSI Model

Page 29: Data Networking Fundamentals Chapter 7. Objectives In this chapter, you will learn to: Discuss basic networking concepts, including the elements common

Applying the OSI Model

Page 30: Data Networking Fundamentals Chapter 7. Objectives In this chapter, you will learn to: Discuss basic networking concepts, including the elements common

Applying the OSI Model

Page 31: Data Networking Fundamentals Chapter 7. Objectives In this chapter, you will learn to: Discuss basic networking concepts, including the elements common

TCP/IP Compared to the OSI Model

The TCP/IP model includes the following: Application layer - provides authentication and compression

services, and is roughly equivalent to the Application, Presentation, and Session layers of the OSI model.

Transport layer - roughly corresponds to the Transport layer of the OSI model.

Network layer - equivalent to the Network layer of the OSI model.

Link layer - roughly equivalent to the Data Link and Physical layers of the OSI model.

Page 32: Data Networking Fundamentals Chapter 7. Objectives In this chapter, you will learn to: Discuss basic networking concepts, including the elements common

TCP/IP Compared to the OSI Model

Page 33: Data Networking Fundamentals Chapter 7. Objectives In this chapter, you will learn to: Discuss basic networking concepts, including the elements common

Internet Protocol

Belongs to the Network layer of the OSI model and to the Internet layer of the TCP/IP model. It provides information about how and where data should be delivered.

Datagram - the IP portion of a data frame, acts as an envelope for data and contains information necessary for routers to transfer data between subnets.

IP is an unreliable, connectionless protocol, which means that it does not guarantee delivery of data.

Page 34: Data Networking Fundamentals Chapter 7. Objectives In this chapter, you will learn to: Discuss basic networking concepts, including the elements common

Internet Protocol

Page 35: Data Networking Fundamentals Chapter 7. Objectives In this chapter, you will learn to: Discuss basic networking concepts, including the elements common

Transmission Control Protocol (TCP)

Page 36: Data Networking Fundamentals Chapter 7. Objectives In this chapter, you will learn to: Discuss basic networking concepts, including the elements common

The TCP/IP Application Layer Protocols

Dynamic Host Configuration Protocol (DHCP) - an automated means of assigning a unique Network layer (or IP) address to every device on a network.

File Transfer Protocol (FTP) - an Application layer protocol used to send and receive files between hosts.

Hypertext Transfer Protocol (HTTP) - the Application layer protocol that enables Web browsers to issue requests to Web servers and interpret the response.

Page 37: Data Networking Fundamentals Chapter 7. Objectives In this chapter, you will learn to: Discuss basic networking concepts, including the elements common

The TCP/IP Application Layer Protocols

Simple Mail Transfer Protocol (SMTP) - the protocol responsible for moving messages from one mail server to another over the Internet and other TCP/IP-based networks.

Telnet - a terminal emulation protocol used to log on to remote hosts using the TCP/IP protocol suite.

Page 38: Data Networking Fundamentals Chapter 7. Objectives In this chapter, you will learn to: Discuss basic networking concepts, including the elements common

Addressing in TCP/IP

Page 39: Data Networking Fundamentals Chapter 7. Objectives In this chapter, you will learn to: Discuss basic networking concepts, including the elements common

Addressing in TCP/IP

To view your current IP information on a Windows 2000 or Windows XP workstation connected to a network:

Click Start, then click Run. The Run dialog box opens.

In the Open text box, type cmd, then click OK. The Command Prompt window opens.

At the DOS prompt, type ipconfig /all.Your workstation’s IP address information is displayed

Type exit, then press Enter to close the Command Prompt window.

Page 40: Data Networking Fundamentals Chapter 7. Objectives In this chapter, you will learn to: Discuss basic networking concepts, including the elements common

Addressing in TCP/IP

Page 41: Data Networking Fundamentals Chapter 7. Objectives In this chapter, you will learn to: Discuss basic networking concepts, including the elements common

Summary

Workstations on a network typically share data, programs, and devices through a central computer called a server.

A network that uses a server to enable clients to share data, data storage space, and devices, is known as a client-server network.

The main purpose for using networks is to share programs, data, and devices, such as printers or fax machines.