Part I Flashcards

(128 cards)

1
Q

Define Network

A

a collection of devices which are connected together allowing them to communicate with one another.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Node/Host

A

each device ona network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Client

A

a standard computer you may find on an office desk or at home.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Server

A

a big and powerful computer which can be accessed by many client computers at the same time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Peer to Peer Network (Workgroup)

A

taking a few systems and connecting them together.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Client/Server Model (Domain)

A

one system (server) is responsible for all the user accts and groups for the entire network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

UNC (Universal Naming Convention) Path or local path

A

\Server\Share\Folder\File

\DC01\Files\Temp\doc.txt

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

LAN (local area network)

A

a small network contained to a single bldg or floor of a large bldg.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

WAN (wide area network)

A

spans large distances

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Host

A

any device that is connected to a network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

TCP/IP (Transmission Control Protocol/Internet Protocol)

A

term used to identify all of the different protocols used on networks using IP addressing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q
Ethernet
Fast Ethernet
Gigabit Ethernet
10 Gb Ethernet
T1
A
10Mbps
100Mbps
1Gbps
10Gbps
1.544Mbps
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

User Permissions

A

used to control the level of access that a user has to specific resources like files, folders and printers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

User Rights

A

used to restrict a users ability to perform specific actions like installing a new program, changing system time, creating user accts, or changing screen savers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Domain Controller

A

a server that centrally manages user accounts for the domain.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

ADUC (active directory users and computers)

A

allows network admins and technicians access to perform various administrative tasks remotely accross the network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Local Profile

A

a prifile local to one computer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Roaming Profile

A

your profile remains consistent regardless of the computer you log into on the domain.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Default Users Profile

A

used as a template for all users that log onto a computer for the first time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Registry

A

a centralized database that holds all informatin relating to user’s profiles, hardware and software installed on the computer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

NTUSER.dat

A

file that stores user profile information

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

Home Folder

A

a shared folder on a server where a user can store their data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

Mailbox-enabled objects

A

allowed to send and receive mail

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

Mail-enabled objects

A

has an e-mail address, but no mailbox

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Service
a program that runs in the background performing some type of task. Does not require user interaction.
26
3 Common network topologies
- Bus - Ring - Star
27
Hub
- common connection point for devices in a nework. - Contains muliple interfaces - a layer one device - Uses half duplex
28
Frame
- the basic unit of data transmission on a network. - usually transmitted serial bit by bit. - the entire string of bits
29
Protocol
a set of rules that define the proper operation of a task.
30
Address
unique bits assigned to each individual computer on a LAN
31
Header
first bits of a frame which include addresses of the sending and receiving computers
32
Error detection
a way to figure out if what a computer received is exactly what was sent.
33
Checksum
a way to check and see if what was sent was actually received.
34
FCS (frame check sequence)
- a way to calculate the header and data to equal to the trailer - sometimes called the trailer - extra bits added to the frame for error detection
35
CRC (cyclic redundancy check)
- a code used for detecting accidentall changes in a string of bits - similar to the FCS
36
Trailer
generic term used for the FCS/CRC of a frame to indicate it shows up at the end of a bit string.
37
Error Detection
process of figuring out that there was an error somewhere in a string
38
Network Packet
used to describe the bit string sent by computers on a network
39
3 types of frames
- Unicast - Broadcast - Multicast
40
Unicast
a frame destined from one single computer to another single computer
41
Broadcast
a frame destined from one computer to all the other computers on the network
42
Multicast
a frame destined from a computer to many but not all other computers.
43
OSI Model
a 7 layer model that is the most common way to illustrate the different things that happen when you connect to a network.
44
OU (organizational unit)
- allows NW administrators to sub-divide a domain into smaller, more manageable chunks. - contains users, groups, computers. - are often created to organize them by dept, job function or location
45
Object
any item found in the OU's such as, groups and computers
46
Layer 1 - Physical Layer
- describes how the bits will get onto the network | - cables and things you plug into
47
Layer 2 - Data Link Layer
- Creates the frames that are needed to get data across one NW - Defines specific number of bits that ID each host on a given NW - Ethernet and wireless are used with this layer
48
Layer 3 - Network Layer
- Allows you to interconnect to many different NW's of all different physical types - Primary responsibilities are logical addressing and routing - IP is used with this layer - Adds bits between layer 2 and data (IP addresses)
49
Layer 4 - Transport Layer
- Where TCP/IP belongs - Responsible session establishment, flow control and error correction - Ensures the data sent from one host to another across the NW arrives correctly
50
Layer 5 - Session layer
-Supposed to be the layer that manages the connections between applications on different systems.
51
Layer 6 - Presentation Layer
-Theoretically converts the data from the format that the other layers like into the format that the application likes
52
Layer 7 - Application Layer
- Layer closest to the end user - HTTP, SMTP and RPC - Allows different applications to talk to each other over the NW
53
MAC (Media Access Control)
- a NW card's layer 2 address | - 6 bytes long: 00-90-21-DE-1A-71
54
Ethernet
- is a layer 2 protocol - 6 byte HEX addresses - You can combine copper and fiber ethernet - Operates at both layer 1 and layer 2 of the OSI Model
55
NIC (Network Interface Card)
a computer circuit board or card that is installed in a computer so that it can be connected to a NW
56
Driver
- A set of software that tells your OS how to use your hardware. - Has to be compatible to OS used
57
Collision
when 2 hosts try to send at the same time, on the same shared cabling system, the bits will overlap causing errors.
58
CSMA/CD (carrier sense milti access w/collision detection)
- Handles collisions when a NW is using half duplex | - Listens first
59
Duplex
each host on the NW can send and each host can receive
60
Half-duplex
only on host can be communicating at any time
61
2 most common types of cabling
- UTP (unsheilded twisted pair) | - STP (sheilded twisted pair)
62
2 types of Ethernet cabling
- Straight through cable | - Crossover cable
63
Full Duplex
devices can send and receive at the same time
64
Switch
- Used to interconnect nodes on an Ethernet LAN - Have the ability to hold or buffer packets coming over the NW - Can keep track of MAC addresses - Operates at layer 2 runs on Full Duplex
65
Bandwidth
the max amount of data Ethernet can trasfer
66
IP Address
- most common NW protocol - is the standard for the internet - allows you to cnnect from one NW to another
67
ARP (Address Resolution Protocol)
takes the IP address of the system we want to talk to and uses that to find the system MAC address so we can unicast to it.
68
Router
- a dedicated NW device that provides a number of services on a NW - Allows you to connect to differnt types of NW's - Operates at layer 3 - blocks all broadcasts to save bandwidth
69
Default Gateway Address
the IP address of the router that will be used, by default, to reach other NW's
70
Collision Domain
the group of devices that can collide with one another
71
Forwarding
choosing to retransmit the fram on one specific interface
72
Filtering
choosing not to send the fram out any other interface
73
Flooding
if a switch has no MAC address enter in it's table, it will send out the fram to all interfaces except the one it was received on.
74
Media Layers (bottom 3 layers)
usually responsible for delivery of data from host A to host B through hubs, switches, and routers.
75
Host Layers (top 4 layers)
- ensures applications run correctly between 2 hosts. - are responsible for translating the data bits using the ASCII table - HTTP, SMTP, RPC, TCP, UDP
76
Encapsulation
process of adding headers and trailers at the originating host to prepare data so it can be sent over a NW
77
De-encapsulation
process of stripping headers and trailers at the ultimate destination host to see waht data is being received
78
Subnet mask
numbers used to tell you which part of an IP is the NW portion and which is the host portion
79
Loopback address
used for testing purposes 127.0.0.0
80
NAT (Network Address Translation)
- translates private IP's into public addresses. | - used by routers
81
APIPA (Automatic Private IP Addressing)
IP address used if you can't conect to the DHCP server. 169.254.x.x
82
ICMP (Internet Control Message Protocol)
ECHO messages to test communications
83
Ping
toos used for testing TCP/IP communications between 2 machines.
84
tracert
command used to show you the path of the packet as it travels to the destination machine.
85
Default Gateway
IP host address of the router that gets the packet of their NW when the destination is on another NW
86
Subnetting
provides a way to divide up IP networks into smaller pieces.
87
Subnet
refers to one of these smaller NWs
88
CIDR (Classless Inter-Domain Routing)
allows you to change the subnet mask w/o any regard to the class of address you are using
89
UDP (User Datagram Protocol)
- transport protocol - a connectionless protocol - a host can send a data across the NW w/o checking first - better for speed
90
TCP (Transport Control Protocol)
- connection-oriented protocol - TCP must establish a connection or session w/another host before it starts sending data - better reliability - provides error recovery & guarantees delivery of the packet
91
Significant Port Numbers
SMTP - 25 DNS - 53 HTTP - 80 Telnet - 23 TFTP - 69 DHCP - 67s, 68c HTTPS - 443
92
TCP Handshake (definition)
the process of establishing a session between a client and server (client usually starts it)
93
TCP Handshake (process)
- the client is asking to synhronize setting for this session (SYN) - the request must be acknowledged by the server (ACK) - second synch is sent by the server requestin specific data (SYN) - Client send an acknowledgement back to the server (ACK)
94
DHCP (Dynamic Host Configuration Protocol)
a protocol used to configure TCP/IP settings automatically to devices.
95
DORA
1) Client broadcasts a DISCOVER message containing its MAC 2) Server hears the message, reserves an address from its pool and replies with an OFFER broadcast saying there is an address available 3) Client hears offer and accepts in the form of a REQUEST broadcast 4) Sever hears the request and replies with an ACKNOWLEDGE broadcast to seal the deal
96
Lease
the process of a DHCP server giving a PC TCP/IP information for a limited period of time (8 days)
97
Name Resolution
the process ofmapping a PC name to an IP address
98
DNS (Domain Name System)
it translates easily memorized domain names to the numerical IP addresses
99
File Server
a server that stores large amounts of user data in a secure and centralized manner
100
Home Folder
used to store large amounts of individual user data in a centralized location.
101
Profile Folder
stores user environment setting like, wallpaper, folder options, desktop and My Documents contents
102
Personal Folder
actually files that contain emails, contacts, tasks, appts, and other options you configure in MS Outlook
103
Distribution Groups
- Used when you need to send email to a group of users. - provides an easy way to grop together users that require the same email distributions - Can't be assigned permissions
104
Security Groups
- used when you need to grop users together and assign them permissions - Only they can be placed on a NW resources ACLs - Most commonly used group
105
Domain Local Group
- assigned to local domain resources for the purpose of assigning specific permissions - Cannot exist in another domain
106
Global Groups
- used to group users by function, department or role - Can only contain members that exist in its own domain (users & PCs) - Place user accts here - Can become members of Domain Local Groups in any domain
107
Universal Groups
- used to allow access to resources that exist in any domain in the environment. - Can contain members that reside in any domaine
108
Group Nesting
when you add one group as a member of another grouup.
109
AGDLP
- Accts: create domain user & PC accts - Global Groups: user & PC accts are added to GG - Domain Local Grouop: GG that now contains user & PC accts are added to domain local group - Permissions: once GGs have been nested into Domain Local Groups, the DLGs are added to the ACL of NW resources & permissions are assigned
110
AGDLP
- Create user & PC accts - Add user & PC to GG - Nest GG into DLG - Add DLG to resources ACL - Assign permissions to the DLG
111
Print Server
a PC installed w/printer software and maintains connectivity to multiple printers for dentralized admins
112
Printer
a device driver, which is software that tells the Os how to access the print device
113
Print device
the actual physical device that feeds out a paper copy of a document
114
Printer Pooling
- method of load balancing | - one printer with connected to multiple devices
115
RAID (Redundant Array of Independent Disks)
- allows our data to be written to & read from the HD faster - allows you to add more storage space for users - allows you to recover from HD failures
116
RAID 0
combines unallocated space from 2 or more dynamic disks to create a volume that acts like one drive - Uses striping to give the disk performance faster R & W access to disks - Data is saved equally among all disks
117
RAID 1 or Disk mirroring
- Data is saved to the main disk and copied over to the other disk creating a duplicate or mirror of the main disk - Write performance is not as good as Striped volume - Uses split seek
118
3 characteristics of RAID 1
- Disk fault tolerance - Increased disk read performance - Must be a toal of 2 HDs available
119
Split Seek
process that will allow the Os to access whatever HD that does not have any read queues or has the fewest queues
120
RAID 5
- Disk stripping with Parity - Has fault tolerance - Increased R & W performance - Must be a minimum of 3 HDs - Data is saved equally among all disks
121
Scope
a valid range of IP's which are available for assignment or lease to client PCs
122
Renew
- When the PC contacts the DHCP server requesting to keep TCP/IP info - More specific and take a higher priority
123
Scope options
allow you to assign TCP/IP info to individual NWs that require TCP/IP info specific to that NW
124
DHCP requirements
- DHCP Scopes must be activated - DHCP Server must be authorized in AD - DHCP Service must be started
125
Reservations Node
if you want a PC to receive a specific IP address that is part of your range of IPs you configured for your scope
126
Server Options
-Used when you want all your DHCP clients to have the same settings
127
DHCP Relay Agent
listens for DHCP broadcasts on its subnet and communicaties with the DHCP server on another NW on behalf of the client
128
IP Helper Address
-Responsible for listening to DHCP broadcasts and allows DHCP broadcasts, but blocks all other broadcasts