• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/138

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

138 Cards in this Set

  • Front
  • Back

Hardware needed to make a stand-alone computer a networked computer

NIC
Network Medium


Interconnecting Device

NIC (Network Interface Card)

An add-on card that's plugged into a motherboard expansion slot and provides a connection between the computer and the network. Typically built into the motherboard.

Network Medium

Cable that plugs into the NIC and makes the connection between a computer and the rest of the network.

Interconnecting Device

Allows computers to communicate on a network without being connected directly. Includes switches, hubs, routers, and wireless access points. Not always necessary.

Network Client Software

Requests information that's stored on another network computer or device. Example: Client for Microsoft Networks.

Network Server Software

Allows a computer to share its resources by responding to resource requests generated by network clients. Example: File and Printer Sharing for Microsoft Networks.

Protocols

Define the rules and formats a computer must use when sending information across the network. Example: TCP/IP.

NIC Device Driver

Manages the details of communicating with the NIC hardware to send data to network media and receive data from it.

Steps of Network Communication

1. An application tries to access a network resource by attempting to send a message to it.


2. Network client software detects the attempt to access the network, formats message generated by application, sends message to network protocol.


3. Protocol packages the message in a format suitable for the network and sends it to NIC driver.


4. NIC driver sends data to the NIC, which converts it into the necessary signals to be transmitted across the network medium.

Layers of the Network Communication Process

1. User Application


2. Network Software


3. Network Protocol


4. Network Interface

Logical address

IP address

Physical address

MAC address

Name server

Like an address book, used to get a computer's IP address when the name is known. Provided through TCP/IP's DNS.

LAN (Local Area Network)

A small network that is limited to a single collection of machines and connected by one or more interconnecting devices in a small geographic area.

Internetwork

A networked connection of LANs tied together by devices such as routers.

Reasons to create an internetwork:

1. Two or more groups of users and their computers should be logically separated on the network, but should be able to communicate.


2. The number of computers in a single LAN has grown to the point that network communication is no longer efficient.


3. The distance between the two groups of computers exceeds the capabilities of most LAN devices.

WAN (Wide Area Network)

Spans distances measured in miles and links separate LANs, use the services of third-party communication providers to carry network traffic.

MAN (Metropolitan Area Network)

Uses WAN technologies to interconnect LANs in a specific geographic region, such as county or city.

Internet

Worldwide public internetwork that uses standard protocols, such as TCP/IP, DNS, and HTTP, to transfer and view information. Is a public network.

Intranet

A private network in which the devices and servers are available only to users connected to the internal network.

Extranet

Somewhere between Internet and intranet, allows limited and controlled access to internal network resources by outside users.

Size of data chunks computers use to transfer information across a network

1500 bytes
Packet

Chunk of data with source and destination IP address added to it.

Frame

A packet with the source and destination MAC addresses added to it, as well as an error-checking code to the back end of the packet.

Encapsulation

The process of adding IP addresses and then MAC addresses to chunks of data.

Client operating system

The OS installed on a computer is designed mainly to access network resources, even though it might be capable of sharing its own resources.

Client computer

The computer's primary role in a network is to run user applications and access network resources.

Client Software

The software requests network resources from server software running on another computer.

Server Operating System

When the OS installed on a computer is designed mainly to share network resources and provide other network services.

Server Computer

A computer's primary role in the network is to give client computers access to network resources and services.

Server Software

Software that responds to requests for network resources from client software running on another computer.

Software components in Windows

Services

Software components in Linux/UNIX

Daemons

Peer-to-Peer Network

Most computers function as client or severs as circumstances dictate; every user must act as an administrator; decentralized

Sever-based Network

Certain computers take on specialized oles and function mainly as servers; centralized

Domain

A collection of users and computers whose accounts are managed by Windows servers.

Domain Controllers

Windows servers that manage users and computers in a domain.

Directory Service

Manages centralized access and security in a domain. Example: Active Directory.

Hub (Multiport Repeater)

Receives bit signals generated by NICs and other devices, strengthens them, and sends them to other devices connected to its ports.

Switch

Reads data in a message, determines which port the destination device is connected to, and forwards the message only to that port.

Switching Table

Table of MAC addresses that have been learned and their associated port numbers.

AP (Access Point)

Like a hub, but wireless.

Router

Enables multiple LANs to communicate by forwarding packets from one LAN to another.

UTP (Unshielded Twisted Pair)

Most common network media type in LANs; consists of four pairs of copper wire, with each pair tightly twisted together and contained in a plastic sheath or jacket.

Fiber Optic Cabling

Uses extremely think strands of glass to carry impulses of light long distances and at high data rates; typically used in large internetworks.

Coaxial Cable

Best known for its use in cable TV; obsolete as a LAN medium, but used as network medium for Internet access via cable modem.

TCP/IP

Most common protocol suite; the Internet protocol suite; consists of more than a dozen protocols operating at different layers of the communication process.

Layers of the TCP/IP protocol suite:

Application


Transport


Internetwork


Network Acess

Four main tasks of the Internetwork layer

1. Defines and verifies IP addresses


2. Routes packets through an internetwork


3. Resolves MAC addresses from IP addresses


4. Delivers packets efficiently

IPv4 (Internet Protocol version 4)

Internetwork layer protocol that provides source and destination addressing and routing for the TCP/IP protocol suite; most common IP version in networks.

IPv4 address

32-bit dotted decimal address.

Octet

Each grouping of numbers separated by a period in an IPv4 address.

Total number of IPv4 addresses possible

2^32 = approx. 4 billion

Subnet mask

32-bit dotted decimal number consisting of a contiguous series of binary 1 digits followed by a contiguous series of binary 0 digits; describes which part of an IPv4 address is the network ID and which part is the host ID.

Class A

First octet range: 1-127; intended for use by large corporations and governments; 16,777,214 hosts per network address.

Class B

First octet range: 128-191; intended for use by medium-sized to large networks; 65,534 hosts per network address.

Class C

First octet range: 192-223; intended for small networks; 254 hosts per network address.

Class D

First octet range: 224-239; reserved for multicasting.

Class E

First octet range: 240-255; reserved for experimental use

Loopback Address

Always refers to the local computer; 127.0.0.0 network.

IPv6 (Internet Protocol version 6)

Developed to address IPv4's shortcomings

Advantages of IPv6:

- Larger address space


- Hierarchical address space


- Autoconfiguration


- Built-in Quality of Service (Qos) upport


- Built-in support for security


- Support for mobility


- Extensibility

IPv6 Address

128 bits; hexadecimal format in 16-bit sections separated by colons; host ID is 64 bits; 10^38 possible addresses (theoretically). `

OSI (Open Systems Interconnection) Reference Model

Explains how networks behave within an orderly, seven-layered model for networks communication.

Layers of the OSI Model

Application


Presentation


Session


Transport


Network


Data Link


Physical

Application Layer

Function: provides programs with access to network servicesn


Common protocols/Software.: HTTP, FTP, SMTP, DHCP


Devices: Computers


PDU: Data

Presentation Layer

Function: Handles data representation to application and data conversions, ensures that data can be read by the receiving system, and handles encryption an decryption


Common Protocols/Software: Redirectors


Devices: N/A


PDU: Data

Session Layer

Function: establishes, maintains, and coordinates communication between applications


Common Protocols/Software: DNS, authentication protocols


Devices: N/A


PDU: Data

Transport Layer

Function: ensures reliable delivery of data, breaks data into segments, handles sequencing and acknowledgements, and provides flow control


Common Protocols/Software: TCP, UDP


Devices: N/A


PDU: Segment

Network Layer

Function: Handles packet routing, logical addressing, and access control through packet inspection


Common Protocols/Software: IP, ICMP, ARP


Devices: Routers, firewalls, layer 3 switches


PDU: Packet



Data Link Layer

Function: Provides physical device addresses, device-to-device delivery of frames, media access control, and MAC addresses


Common Protocols/Software: Ethernet, token ring, FDDI, NIC drivers


Devices: Switches, NICs


PDU: Frame

Physical Layer

Function: manages hardware connections, handles sending and receiving binary signals, and handles encoding of bits


Common Protocols/Software: N/A


Devices: Network media, hubs/repeaters, connectors


PDU: bits

Default gateway

Necessary for computer to access other networks, including the Internet

DHCP (Dynamic Host Configuration Protocol)

TCP/IP protocol used to automatically configure IP addresses.

APIPA (Automatic private IP addresssing) Address

Address given to computer when a computer is configured to use DHCP but no DHCP server responds to the request; always begins with 169.254 and has a subnet mask of 255.255.0.0; cannot be used outside the local network and cannot be routed.

Static IP Address

A manually configured IP address.

Command used to configure and IPv4 address from the command line

netsh

Command used to configure a static IP address in Linux

ifconfig

Link-Local IPv6 address

Address automatically assigned to a computer with IPv6 enabled; always begins with fe80 and is self-configuring.



Unique Local IPv6 Address

A regular, routable IPv6 address.

Stateless autoconfiguration

In IPv6, when the node listens for router advertisement messages from a local router and uses the advertised prefix and its 64-bit interface to generate the IPv6 address.

Stateful autoconfiguration

In IPv6, when the node uses an autoconfiguration protocol, like DHCPv6, to get its IPv6 address.

MTU (Maximum Transmission Unit)

Maximum frame size allowed to be transmitted across a network medium.

SMB (Server Message Block)

Native file sharing protocol for Windows; also used for printer sharing; supported by Linux and Mac OS X

NFS (Network File System)

Native file sharing protocol for Linux/UNIX; supported by Windows

LPD/LPR (ilne printer daemon/line printer remote) and CUPS (Common UNIX Printing System)

Native printer sharing protocols in Linux

Ways to share files in Windows

- File Sharing Wizard


- Advanced Sharing dialog box


- Shared Folders snap-in

Sharing permissions in Windows



- Read


- Change


- Full Control



UNC Path

Path used to access a shared folder; syntax is \\server-name\sharename; used in Windows, Linux, and Mac OS X but in Linux and Mac OS X \ is replaced with /

Redirector

Intercepts request for resource and determines if the resource is local (on the computer) or remote (on the network)

Drive mapping

Associates a drive letter with he UNC path to a shared folder; drives usually mapped with File Explorer or the net command

Batch File

Text file that contains a list of commands you ordinarily type at the command prompt; extensions are .bat or .cmd

Samba

Software package that allows Linux to support Windows file sharing; edit it in the /etc/samba/smb.conf file

Linux command-line program used for accessing SMB shares

smbclient

Two main functions of user accounts:

1. Provide a method for uses to authenticate themselves to a network


2. Provide detailed information about a user

Two user accounts created when Windows is installed

Administrator and Guest

Domain Local Group

Group type that can be used to assign permissions to resources only in the domain in which the group is created.

Global Group

Group type that can only contain users from the domain in which they're created; default option.

Universal Group

Group type used in multidomain networks in which users from any domain can be members and can be assigned permissions to resources in any domain.

Default Groups

Groups in Windows that have preassigned rights that apply to all group members

Special Identity Groups

Don't appear as objects in Active Directory but can be assigned permissions and rights

Command to create a new user in Linux

useradd

Sudo command

Executes the command with root privleges

Root user

Default user in Linux who has full control over all aspects of the system

Command to create new group in Linux

groupadd

Account types in Mac OS X

- Administrator


- Standard


- Managed with parental controls


- Sharing Only


- Group

Essential system folders for Mac OS X

32-bit and 64-bit: bin, dev, etc, Library, Network, sbin, System, var, and Volumes

Essential system folders for Linux/Unix

32-bit and 64-bit: bin, dev, etc, lib, mnt, proc, sbin, and var

Essential system folders for Windows

32-bit: Windows, with Boot, System, and System 32 subfolders


64-bit: Windows, with Boot, System, System32, and sysWOW64 subfolders

Advantages to leaving operating system files in the folders created by the OS

1. Easier for troubleshooting

2. Easier for OS to upgrade and uninstall software

Windows Registry

An extensive database of information about the OS, including customized settings and software installations; contains data about all hardware components and software; contains information about Windows services; contains desktop configuration data; contains information about user accounts, group policies, networking, and system boot data.

Cookies

Files that contain specialized information for accessing particular websites

Disk Cleanup

A convenient way to delete unneeded files in Windows; scheduled to run automatically in Windows 8 and later versions

Recycle Bin

In Windows, the place that contains deleted files; can grow to occupy 10% of hard disk storage by default

Linux/UNIX command that lists files

ls

Command to delete files in Linux/UNIX

rm

Command to find a file in Linux/UNIX

find

Important parameters in Linux for ls command

-a = list all files, including hidden files


-d = lists folders

Important parameters in Linux for rm command

-i = prompt that asks if you really want to delete what you're deleting


-r = delete an entire folder's contents

Important parameters in Linux for find command

-name = find files by filenmae


-user = find files by ownership

Fragmentation

Unused space develops between file and other information written on a disk; causes slow performance in read/write to hard disk and increases chances of hardware failure

Defragmentation

The process of removing the empty pockets between files and other information on a hard disk drive

Optimize Drives

Disk defragment tool in Windows 8 and newer versions

How Linux/UNIX and Mac OS X systems reduce need for defragmenting a disk

File systems first write to a hidden journal, which is loaded into memory; the contents are then written to a disk in a linear fashion.

Utilities to help repair damaged files and file links

Mac OS X: Disk First Aid in Disk Utility


Linux/UNIX: fsck and p_fsck


Windows: chkdsk

Binary backups

Backs up disk contents in a binary format to create and exact image of the disk contents

Full file-by-file backup

All of the disk contents are backed up as individual folders and files

Differential Backup

Type of partial backup; only backs up files that have been changed since the last full backup


Incremental Backup

Type of partial backup; only backs up files that have been changed since the last full or incremental backup

Virtual Memory

Disk storage used when there is not enough RAM for a particular operation or for all processes currently in use; generally set to 1.5 times the amount of RAM.

Page/Swap File

Area that holds information that is swapped back and forth from RAM to disk and vice versa.

Performance Monitor

Tool in Windows that monitors paging.

Swap File System

Page file in Linux; how paging is accomplished; can be created with the mkfs command

Command in Linux/UNIX used to monitor paging

vmstat

How to install OS updates in Linux

Activities --> Show Applications --> Software --> Updates

How to install OS updates in Mac OS X

Apple Icon --> App Store --> Update

How to install OS updates in Windows

Windows Update

How to test network connection

ping