Guide To Network Essential

Posted on

Guide to Networking Essentials, 6th ed. Autocad user manual. Chapter 1: Introduction to Computer Networks Objectives Describe basic computer components and operation Explain the fundamentals of network communication Define common networking terms Compare different network models Identify the functions of various network server types Describe specialized networks Guide to Networking Essentials, 6th ed. 2 An Overview of Computer Concepts Most of the devices you encounter when working with a network involve a computer Most obvious devices are workstations and network servers These run operating systems such as Windows, Linux, UNIX, and Mac OS Also includes routers and switches These are specialized computers used to move data from computer to computer and network to network You will learn more about them in later chapters Guide to Networking Essentials, 6th ed.

  1. Guide To Network Essentials 7th Edition Pdf

GUIDE TO NETWORKING ESSENTIALS provides students with both the knowledge and hands-on skills necessary to work with network operating systems in a network administration environment. By focusing on troubleshooting and computer networking technologies, this book offers a comprehensive introduction to networking and to advances in software, wireless and network security.

Basic Functions of a Computer Computer’s functions can be broken down into three basic tasks: Input: A user running a word-processing program types the letter ‘A’ on the keyboard, which results in sending a code representing the letter ‘A’ to the computer Processing: The computer’s central processing unit (CPU) determines what letter was typed by looking up the keyboard code in a table. Output: The CPU sends instructions to the graphics cards to display the letter ‘A’, which is then sent to the computer monitor. Guide to Networking Essentials, 6th ed. Input Components Common user controlled devices such as keyboards, mice, microphones, Web cameras, and scanners External interfaces, such as serial, FireWire, and USB ports can also be used to get input from peripheral devices. Storage devices such as hard disks and CDs/DVDs Guide to Networking Essentials, 6th ed. Processing Components A computer’s main processing component is the CPU Executes instructions from computer programs, such as word processors and from the computer’s operating system Current CPUs are composed of two or more processors called cores.

Network guide to networks

A graphics processing unit (GPU) takes a high level graphics instruction and performs the calculation needed for the instruction to be displayed on the monitor Other devices, such as network interface cards and disk controller cards, might also include onboard processors Guide to Networking Essentials, 6th ed. Output Components Most obvious are monitors and printers Also includes storage devices, network cards, and speakers External interfaces For example, a disk drive connected to a USB port allows reading files from the disk (input) and writing files to the disk (output). Guide to Networking Essentials, 6th ed.

Storage Components The more storage a computer has, the better. Most storage components are both input and output devices Most people think of storage as disk drives, CD/DVD drives, and USB flash drives. However, there are two main categories of storage Short-term storage Long-term storage Guide to Networking Essentials, 6th ed. RAM: Short-Term Storage Random Access Memory (RAM) – when power to the computer is turned off, RAM’s contents are gone The amount of RAM in a computer is crucial to the computer’s capability to operate efficiently RAM is also referred to as working storage If there’s not enough RAM to run a program, the computer will use the disk drive to supplement Guide to Networking Essentials, 6th ed.

Long-Term Storage Maintains its data even when there’s no power Examples: Hard disks CDs/DVDs USB flash drives Used to store document and multimedia files Amount of storage a computer needs depends on the type and quantity of files to be stored Guide to Networking Essentials, 6th ed. Data is Stored in Bits Data on a computer is stored as binary digits (“bits” for short) A bit holds a 1 or 0 value A pulse of 5 volts of electricity can represent a 1 bit and a pulse of 0 volts can represent a 0 bit With fiber-optic cable, a 1 bit is represented by the presence of light and a 0 bit by the absence of light A “byte” is a collection of 8 bits Guide to Networking Essentials, 6th ed. Personal Computer Hardware Four major PC components: Motherboard Hard drive RAM BIOS/CMOS Guide to Networking Essentials, 6th ed. Motherboard Guide to Networking Essentials, 6th ed.

Computer Bus Fundamentals Bus: a collection of wires carrying data from one place to another on the computer All data that goes into or comes out of a computer goes through the motherboard There are buses between: CPU and RAM CPU and disk drives CPU and expansion slots Guide to Networking Essentials, 6th ed. Hard Drive Fundamentals Hard drive: primary long-term storage component on your computer Consist of magnetic disks called platters that store data in the form of magnetic pulses Stores the OS your computer loads when it boots Stores the documents you use as well as the applications that open those documents Guide to Networking Essentials, 6th ed.

RAM Fundamentals RAM is the main short-term storage component on your computer RAM has no moving parts so accessing data in RAM is much faster than accessing data on a hard drive In general, the more RAM your system has the faster it will run Guide to Networking Essentials, 6th ed. BIOS/CMOS Fundamentals BIOS: basic input/output system Set of instructions located in a chip on the motherboard Those instructions tell the CPU to perform certain tasks when power is first applied to the computer One of those instructions is to perform a power-on self test (POST) When a computer boots, the BIOS program offers a chance to run the Setup program in order to configure hardware components This configuration is stored in a type of memory called complementary metal oxide semiconductor (CMOS) Guide to Networking Essentials, 6th ed. Computer Boot Procedure Power is applied to the motherboard. The CPU starts. The CPU carries out the BIOS startup routines, including the POST. Boot devices, as specified in the BIOS configuration, are searched for an OS.

Network guide to networks pdf

The OS is loaded into RAM. OS services are started. Guide to Networking Essentials, 6th ed. How the Operating System and Hardware Work Together A computer’s OS provides many critical services: A user interface Memory management A file system Multitasking The interface to a computer’s hardware devices Without an OS, each application would have to provide the above services Guide to Networking Essentials, 6th ed.

Guide to network essentials 7th 16

User Interface Enables people to interact with computers Graphical user interfaces (GUIs) allow users to point and click to run applications and access services Without a user interface computer could process only information that has been programmed into memory Guide to Networking Essentials, 6th ed. Memory Management When the OS loads an application, memory must be allocated for the application to run in When the application exits the memory it was using must be marked as available This memory management is performed by the OS Guide to Networking Essentials, 6th ed. File System File system is used to organize space on storage devices Objectives of contemporary file systems: Provide a convenient interface for users and applications to open and save files Provide an efficient method to organize space on a drive Provide a hierarchical filing method to store files Provide an indexing system for fast retrieval of files Provide secure access to files by authorized users Guide to Networking Essentials, 6th ed. Multitasking Multitasking is an OS’s capability to run more than one application or process at the same time The OS is designed to look for applications that have work to do and then schedule CPU time so that the work gets done Guide to Networking Essentials, 6th ed. Interface to Hardware Devices When an application needs to communicate with computer hardware, it calls on the OS, which then calls on a device driver. A device driver is software that provides the interface between the OS and computer hardware Every device performing an input or output function requires a device driver Guide to Networking Essentials, 6th ed. Fundamentals of Network Communication A computer network consists of two or more computers connected by some kind of transmission medium, such as a cable or air waves.

In order to access the Internet, a computer has to be able to connect to a network The next few slides will cover what is required to turn a standalone computer into a networked computer Guide to Networking Essentials, 6th ed. Network Components Hardware components Network interface card—A NIC is an add-on card that's plugged into a motherboard expansion slot and provides a connection between the computer and the network Network medium—A cable that plugs into the NIC and makes the connection between a computer and the rest of the network. Network media can also be the air waves, as in wireless networks Interconnecting Interconnecting devices allow two or more computers to communicate on the network without having to be connected directly to one another. Guide to Networking Essentials, 6th ed. A typical network Guide to Networking Essentials, 6th ed. Network Components Software Components Network clients and servers—Network client software requests information that's stored on another network computer or device.

Network server software allows a computer to share its resources by fielding resource requests generated by network clients. Protocols—Network protocols define the rules and formats a computer must use when sending information across the network. Think of it as a language that all devices on a network understands.

Guide To Network Essentials 7th Edition Pdf

NIC driver—NIC drivers receive data from protocols and then forward this data to the physical NIC, which transmits data onto the medium. Guide to Networking Essentials, 6th ed.

Layers of the Network Communication Process Each step required for a client to access network resources is referred to as a “layer” Each layer has a task and all layers work together Simulation 1 – Layers of the network communication process Guide to Networking Essentials, 6th ed. Layers of the Network Communication Process Step Description Layer 1 An application tries to access a network resource. User application 2 Client software detects the attempt to access the network and passes the message on to the network protocol. Network software 3 The protocol packages the message in a format suitable for the network and sends it to the NIC driver. Network protocol 4 The NIC driver sends the data in the request to the NIC card, which converts it into the necessary signals to be transmitted across the network medium. Network interface How Two Computers Communicate TCP/IP is the most common protocol (language) used on networks TCP/IP uses 2 addresses to identify devices on a network Logical address (called IP address) Physical address (called MAC address) Just as a mail person needs an address to deliver mail, TCP/IP needs an address in order to deliver data to the correct device on a network Think of the Logical address as a zip code and the Physical address as a street address Guide to Networking Essentials, 6th ed.

Communication Between Two Computers A user at Comp A types ping at a command prompt The network software creates a ping message The network protocol packages the message by adding IP address of sending and destination computers and acquires the destination computer’s MAC address The network interface software adds MAC addresses of sending and destination computers and send the message Comp B receives message, verifies that the addresses are correct and then sends a reply to Comp A using Steps 2 – 4 Simulation 2 – Communication between two computers Guide to Networking Essentials, 6th ed. Network Terms Explained Every profession has its own language and acronyms Need to know the language of networks to be able to study them Guide to Networking Essentials, 6th ed. LANs, Internetworks, WANs, and MANs Local area network (LAN) – small network, limited to a single collection of machines and connected by one or more interconnecting devices in a small geographic area Guide to Networking Essentials, 6th ed. LANs, Internetworks, WANs, and MANs An internetwork is a networked collection of LANs tied together by devices such as routers Reasons for creation: Two or more groups of users and their computers need to be logically separated but still need to communicate Number of computers in a single LAN has grown and is no longer efficient The distance between two groups of computers exceeds the capabilities of most LAN devices Guide to Networking Essentials, 6th ed.

LANs, Internetworks, WANs, and MANs Wide area networks (WANs) use the services of third-party communication providers to carry network traffic from one location to another Metropolitan area networks (MANs) use WAN technologies to interconnect LANs in a specific geographic region, such as a county of city Guide to Networking Essentials, 6th ed.