Shared Flashcard Set

Details

1.)Introduction to Networking
WAN,LAN,PAN,OSI,Safety
104
Computer Networking
Not Applicable
11/17/2016

Additional Computer Networking Flashcards

 


 

Cards

Term
Network
Definition
Group of computers and other devices that are connected by some type of transmission media.
Term
Network Services
Definition
Applications and the data provided by these applications that is made available to a user.
Term
Client-Server Application
Definition
Involving two computers, a client computer requests data or a service from the second computer, the server.
Term
Protocols
Definition
The methods and rules for network communication between network devices.
Term
HTTP
Definition
Hypertext Transfer Protocol (:80)

Primary protocol used by Web servers and browsers
Term
HTTPS
Definition
Hypertext Transfer Protocol Secure (:443)

Uses SSL (Secure Sockets Layer) or TLS (Transport Layer Security) to encrypt the HTTP protocol.
Term
SMTP
Definition
Simple Mail Transfer Protocol (:25)

Sends an email message to the SMTP server where it is then sent to the recipient's mail server.
Term
POP3
Definition
Post Office Protocol, v3 (:110)

Downloads the email from the server to the client computer.
Term
IMAP4
Definition
Internet Message Access Protocol, v4 (:143)

Client application manages the email stored on the server.
Term
FTP
Definition
File Transfer Protocol (:21)

Transfers files between two computers.
Term
SFTP
Definition
Secure File Transfer Protocol (:22)

Transfers files between two computers but uses encryption to make it a more secure process. Typically uses SSH connection.
Term
Telnet
Definition
Legacy (:23)

Used by Telnet client-server command-line application to allow an administrator or other user to "remote in".
Term
SSH
Definition
Secure Shell Protocol (:22)

A secure channel or tunnel that connects two computers.
Term
Remote Desktop
Definition
Application that allows a technician to remotely access a local computer.
Term
RDP
Definition
Remote Desktop Protocol (:3389)

Provides secure, encrypted transmissions to allow a technician to securely remote into a computer using Windows Remote Desktop.
Term
Remote Application
Definition
An application that is installed and executed on a server and is presented to a user working at a client computer.
Term
Remote Desktop Services
Definition
Included in Windows Server 2008 and later that provided remote applications.
Term
Terminal Services
Definition
Prior to Windows Server 2008 and earlier this was used for remote connections.
Term
File Services
Definition
Server's ability to share data files and disk storage space.
Term
File Server
Definition
Provides file services for users so all the data is kept and provided on the server versus on their own machines.
Term
Print Services
Definition
Shares printers across a network. ex. One printer can support a whole office of users.
Term
Convergence
Definition
When a server delivers multiple types of communication services, such as video, voice, and fax.
Term
Unified Communications (UC)
Definition
Centralized management of multiple network-based communications.
Term
VoIP
Definition
Voice over IP

Allows two or more people to have voice communications over a network.
Term
Point-to-Point Model
Definition
Each computer involved in this communication is independent of the other computers.
Term
Point-to-Multipoint Model
Definition
Uses one transmitter and multiple receivers for communication.
Term
Video Teleconference (TVC)
Definition
Application like Skype or Google Talk, that allows people to communicate in video and voice.
Term
Multicast Distribution
Definition
Application that uses client-server model that has one server providing service to many clients.
Term
RTP
Definition
Real-time Transport Protocol (:16384 - 32767)

Protocol used in the Session layer that is specifically designed to transmit audio and video that works in conjunction with VoIP.
Term
Delay-sensitive
Definition
Term used for services like Voice and video transmissions that are sensitive to lag or buffering interruptions during connection.
Term
Loss-tolerant
Definition
Term used for services that can tolerate the occasional loss of data such as skipping video frames for example.
Term
Quality of Service (QoS)
Definition
The overall performance of a telephony or computer network, particularly the performance seen by the users of the network.
Term
Bandwidth
Definition
The amount of traffic or data transmission activity on the network.
Term
Topology
Definition
Describes how parts of a whole work together.
Term
Physical Topology
Definition
a.k.a Network Topology

Applies to the hardware and describes how computers, other devices, and cables fit together to form the physical network.
Term
Logical Topology
Definition
Deals with software and describes how access to the network is controlled.

ex. How users and programs intially gain access to the network and how specific resources, such as applications and databases, are shared on the network.
Term
Network Operating Systems (NOSs)
Definition
Controls access to the entire network.
ex. Windows Server 2012 R2, Ubuntu Server, Red Hat.
Term
Peer-to-Peer Network Model (P2P)
Definition
Each operating system of each computer on the network is responsible for controlling access to its resources without centralized control. Not scalable.
Term
Local Account
Definition
An account that only works on that one local computer you are logging onto.
Term
Scalable
Definition
The ability for a network to expand or grow as your network grows larger.
Term
Client-Server Network model
Definition
a.k.a Client-Server architecture or Client-Server Topology

Resources are managed by the NOS via a centralized directory database.
Term
Active Directory (AD)
Definition
On a Windows Server this is a centralized directory database that contains user account information and security for the entire group of computers.
Term
Domain
Definition
The logical network group that controls network access to a group of computers.
Term
Global Account
Definition
An account kept in the Active Directory that is a domain-level account that allows a user access to the network.
Term
Active Directory Domain Services (AD DS)
Definition
The process of managing global accounts and active directory are controlled by this service.
Term
LAN
Definition
Local Area Network

Each node can communicate directly with each other and is usually used in small spaces such as an office or building.
Term
Switch
Definition
Receives incoming data from one of its ports and redirects it to another port or multiple ports that will send the data to its intended destination.
Term
Star Topology
Definition
A physical topology that consists of all devices connecting to one central device.
Term
Onboard Network Port
Definition
A network port that is embedded in the computer's motherboard.
Term
NIC
Definition
Network Interface Card a.k.a Network adapter

Installed in the expansion slot of the motherboard or other slot like USB to provide networking function to a computer.
Term
Backbone
Definition
A central conduit that connects the segments of a network.
Term
Bus Topology
Definition
A physical topology where a single line connects a network of computers.
Term
Star-Bus Topology
Definition
A combination of two topologies.

ex. Two star topology networks connected by one single connection.
Term
Hybrid Topology
Definition
A term used when you combine two different topologies together.
Term
Router
Definition
A device that manages traffic between two or more networks and can help find the best path for traffic to get from one network to another.
Term
Host
Definition
Any computer on a network that hosts a resource such as an application or data.
Term
Node
Definition
Any computer or device on a network that can be addressed on the local network.
Term
MAN
Definition
Metropolitan Area Network

A group of connected LANs in the same geographical area.
Term
CAN
Definition
Campus Area Network

A group of connected LANs in the same geographical area.
Term
WAN
Definition
Wide Area Network

A group of LANs that spread over a wide geographical area.
Term
PAN
Definition
Personal Area Network

Network of personal devices, such as bluetoothing your phone to your car.
Term
OSI Reference Model
Definition
Open Systems Interconnection

A seven-layer model that explains network communication in layers.
Term
Application Layer
Definition
Layer 7 of the OSI Model

The interface between two applications each on separate computers.
Term
Payload
Definition
Describes data in Application Layer (L7) of the OSI model. This data is passed between applications or utility programs and the operating systems that includes control information.
Term
Presentation Layer
Definition
Layer 6 of the OSI Model

Responsible for reformatting, compressing, and/or encrypting data in a way that the application on the receiving end can read.
Term
Session Layer
Definition
Layer 5 of the OSI Model

Describes how data between applications is synced and recovered if messages don't arrive intact at the receiving application.
Term
API
Definition
Application Programming Interface Call

method an application uses when it makes a request of the OS.
Term
Transport Layer
Definition
Layer 4 of the OSI Model

Responsible for transporting Application layer payloads from one application to another. Uses TCP and UDP protocols for delivery.
Term
TCP
Definition
Transmission Control Protocol

Makes a connection with the end host an checks whether the data is received and re-sends if it is not.
Term
Connection-oriented Protocol
Definition
Term used to describe TCP because it requires a connection to the host in order to send data.
Term
UDP
Definition
User Datagram Protocol

Does not guarantee delivery by first connecting and checking whether data is received. It's a connectionless protocol or best effort protocol.
Term
Connectionless/Best-Effort Protocol
Definition
The connection does not need confirmation from the other end of the connection that it is successful.
Term
Header
Definition
Information at the beginning of the payload that creates a message that it is ready to be transmitted to the Network Layer.
Term
Encapsulation
Definition
This is the process of adding a header to the data inherited from the Session layer.
Term
Port Number
Definition
used by the Transport Layer as an address for the header of the payload.
Term
Segments and Datagram
Definition
Segments is used in TCP when the message is too large. It will cut it into smaller segments.

Datagram is used in UDP when the message is too large.
Term
Network Layer
Definition
Layer 3 of the OSI Model

Responsible for moving messages from one node to another until they reach the destination host.
Term
IP
Definition
Internet Protocol

Adds a network layer header to the segment or datagram and changes the entire network layer message to a packet. The Network layer header identifies the sending and receiving hosts by their IP addresses.
Term
IP Addresses
Definition
An address assigned to each node on a network. Used by the Network Layer to uniquely identify them.
Term
ICMP
Definition
Internet Control Message Protocol

Used to send error messages and operational information indicating the status of a node.
Term
ARP
Definition
Address Resolution Protocol

Maps IP network addresses to the hardware addresses used by a data link protocol
Term
Fragmentation
Definition
The process of dividing a packet into smaller packets if the packet is larger than the maximum size for its network.
Term
Data Link Layer
Definition
Layer 2 of the OSI Model (Link Layer)

Responsible for interfacing with the physical hardware only on the local network.
Term
Link Layer switches or Layer 2 Switches
Definition
A switch that is the least intelligent and works at the Layer 2 of the OSI model.
Term
Trailer
Definition
Control information added to the end of a packet by the Link Layer.
Term
Frame
Definition
The entire Link Layer message
Term
MAC Address
Definition
Media Access Control Address (Physical address, hardware address, Data Link Layer address)

An address that is contained in the frame header that leads to the source and destination NICs the frame is going to.
Term
Physical Layer
Definition
Responsible for sending bits via a wired or wireless transmissions.
Term
PDU
Definition
Protocol Data Unit

The technical name of a group of bits in a message or transmission.
Term
Decapsulation
Definition
Process of removing a header and trailer from a layer below.
Term
Fire Suppression System
Definition
Tools and utilities to suppress a fire. Includes emergency alert system, portable fire extinguishers, emergency power-off switch, and suppression agents.
Term
Fail Open
Definition
Allows access to a system during a system failure.
Term
Fail Close
Definition
Denies access to a system during a failure.
Term
MSDS
Definition
Material Safety Data Sheet

Explains how to properly handle substances such as chemical solvents and how to dispose of them.
Term
HVAC
Definition
Heating, Ventilation, and air conditioning system

Controls the environment in a data center.
Term
Grounding
Definition
A device is connected directly to the earth, so that, in an event of a short, the electricity flows into the other, rather than out of control through the device and back to the power station.
Term
ESD
Definition
Electrostatic Discharge a.k.a Static electricity

An electrical charge at rest that causes an electrical discharge when you and an object have different static charges.
Term
Catastrophic Failure
Definition
Destroys the component beyond use.
Term
Upset Failure
Definition
A failure that can shorten the life of a component and/or cause intermittent errors but can still be used.
Term
OSHA
Definition
Occupational Safety and Health Administration

Main federal agency that regulates electrical and tool safety in workplaces.
Term
Steps to Troubleshooting
Definition
1. Identify the Problem and its Symptoms
2. Establish a theory of probable cause
3. Test your theory to determine the cause
4. Establish a plan for resolving the problem.
5. Implement the solution or escalate the problem
6. Verify functionality and implement preventive measures
7. Document findings, actions, and outcomes
Term
Call Tracking System
Definition
Help Desk Software

A system that documents problems and their resolutions.
Term
Knowledge Base
Definition
Collection of accumulated insights and solutions to the problems encountered on a particular network.
Term
Demarcation Point (demarc)
Definition
Device that marks where a telecommunications service provider's network ends and the organization's network begins.
Supporting users have an ad free experience!