Part I Flashcards
Define Network
a collection of devices which are connected together allowing them to communicate with one another.
Node/Host
each device ona network
Client
a standard computer you may find on an office desk or at home.
Server
a big and powerful computer which can be accessed by many client computers at the same time.
Peer to Peer Network (Workgroup)
taking a few systems and connecting them together.
Client/Server Model (Domain)
one system (server) is responsible for all the user accts and groups for the entire network.
UNC (Universal Naming Convention) Path or local path
\Server\Share\Folder\File
\DC01\Files\Temp\doc.txt
LAN (local area network)
a small network contained to a single bldg or floor of a large bldg.
WAN (wide area network)
spans large distances
Host
any device that is connected to a network
TCP/IP (Transmission Control Protocol/Internet Protocol)
term used to identify all of the different protocols used on networks using IP addressing
Ethernet Fast Ethernet Gigabit Ethernet 10 Gb Ethernet T1
10Mbps 100Mbps 1Gbps 10Gbps 1.544Mbps
User Permissions
used to control the level of access that a user has to specific resources like files, folders and printers
User Rights
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.
Domain Controller
a server that centrally manages user accounts for the domain.
ADUC (active directory users and computers)
allows network admins and technicians access to perform various administrative tasks remotely accross the network.
Local Profile
a prifile local to one computer
Roaming Profile
your profile remains consistent regardless of the computer you log into on the domain.
Default Users Profile
used as a template for all users that log onto a computer for the first time.
Registry
a centralized database that holds all informatin relating to user’s profiles, hardware and software installed on the computer.
NTUSER.dat
file that stores user profile information
Home Folder
a shared folder on a server where a user can store their data.
Mailbox-enabled objects
allowed to send and receive mail
Mail-enabled objects
has an e-mail address, but no mailbox
Service
a program that runs in the background performing some type of task. Does not require user interaction.
3 Common network topologies
- Bus
- Ring
- Star
Hub
- common connection point for devices in a nework.
- Contains muliple interfaces
- a layer one device
- Uses half duplex
Frame
- the basic unit of data transmission on a network.
- usually transmitted serial bit by bit.
- the entire string of bits
Protocol
a set of rules that define the proper operation of a task.
Address
unique bits assigned to each individual computer on a LAN
Header
first bits of a frame which include addresses of the sending and receiving computers
Error detection
a way to figure out if what a computer received is exactly what was sent.
Checksum
a way to check and see if what was sent was actually received.
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
CRC (cyclic redundancy check)
- a code used for detecting accidentall changes in a string of bits
- similar to the FCS
Trailer
generic term used for the FCS/CRC of a frame to indicate it shows up at the end of a bit string.
Error Detection
process of figuring out that there was an error somewhere in a string
Network Packet
used to describe the bit string sent by computers on a network
3 types of frames
- Unicast
- Broadcast
- Multicast
Unicast
a frame destined from one single computer to another single computer
Broadcast
a frame destined from one computer to all the other computers on the network
Multicast
a frame destined from a computer to many but not all other computers.
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.
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
Object
any item found in the OU’s such as, groups and computers
Layer 1 - Physical Layer
- describes how the bits will get onto the network
- cables and things you plug into
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
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)
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
Layer 5 - Session layer
-Supposed to be the layer that manages the connections between applications on different systems.
Layer 6 - Presentation Layer
-Theoretically converts the data from the format that the other layers like into the format that the application likes