Network+ Certification

studied byStudied by 0 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 78

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

79 Terms

1

What is the OSI Model?

The OSI Model is a conceptual framework used to understand and implement network protocols in seven layers, ranging from physical transmission to application services.

New cards
2

Why is a layered approach utilized in the OSI Model?

A layered approach in the OSI Model allows for modularity, simplifying troubleshooting and development. It enables different technologies to interoperate and facilitates easier updates and changes to specific layers without affecting the entire system.

New cards
3

What are the layers in the OSI Model?

The OSI Model consists of seven layers: Physical, Data Link, Network, Transport, Session, Presentation, and Application. Each layer serves a specific function in the process of data communication.

New cards
4

What is the physical layer of the OSI Model responsible for?

The physical layer of the OSI Model is responsible for the transmission and reception of raw bitstreams over a physical medium. It deals with the hardware aspects of networking, including cables, switches, and electrical signals.

New cards
5

what is one of the key distinctions of the components of the physical layer?

There is no programming related to these components only encoding and signaling that is built into the physical media. They operate at the hardware level, focusing on the physical transmission of data.

New cards
6

What kind of data is transmitted on the physical layer?

Raw bitstreams in the form of electrical, optical, or radio signals.

New cards
7

What is the data link layer responsible for?

The data link layer is responsible for node-to-node data transfer, error detection and correction, and framing of data packets for transmission over the physical layer.

New cards
8

What is node to node data delivery?

The process of transferring data between two directly connected nodes in a network, ensuring that the data reaches its intended destination without errors.

New cards
9

What type of data is the data link layer responsible for creating?

Frames that determine the structure of the data for the appropriate type of network and contain a physical address used for delivery

New cards
10

What does framing the data define?

the correct structure for the specific type of network being used, access controls that determine which node has control over the physical medium during communication, flow contraol to manage how its transmitted and received and error control to increase reliability

New cards
11

what does media access management determine?

Which node currently has the ability to use the physical medium to prevent collisions

New cards
12

What does flow control determine?

determines the rate that data is transmitted to avoid overwhelming slower receivers

New cards
13

What does error control provide?

a mechanism to detect when frames are damaged or lost so they can be retransmitted.

New cards
14

What are the two sublayers that the data link layer is divided into?

Logical link control and medium access control

New cards
15

What does the logical link control sublayer do?

it acts as an intermediary for the media access layers below it and the network layer protocols above it. Determining if the communication is going to be connection less or connection oriented

New cards
16

What is the difference between connectionless and connection oriented?

connectionless is similar to a person giving a speech, its not directed to any specific person. you can listen if you want or dismiss it. Connection oriented is similar to a conversation between two people.

New cards
17

what does the media access control sublayer do?

this is where the physical address (MAC address) is processed

New cards
18

What is a mac address?

12 character hexadecimal value that is written in the network interface directly and is unique to each card.

New cards
19

What are mac addresses used for?

they make direct node to node communication possible

New cards
20

How do switches allow nodes to talk to each other?

they maintain a table of all of the nodes and record the MAC addresses of each node and establish the direct link between nodes with these addresses

New cards
21

How do nodes communicate through a hub on the physical layer?

Data is sent out to all nodes connected to the hub because there is no direct node to node communication at this layer.

New cards
22

What is the network layer responsible for?

packet addressing and address conversion

New cards
23

What type of addressing happens at the network layer?

logical addressing, these addresses can be assigned to any interface and can be changed

New cards
24

What is address conversion?

the conversion of the physical address to the logical address

New cards
25

How can devices be assigned to different networks?

by changing the local address and this is usually referred to as an Internet Protocol or IP address

New cards
26

How is source to destination delivery different at the network layer

the source and destination can be in completely separate networks up to and including the internet

New cards
27

What is routing?

the process of connecting independent networks together to form larger networks and determining the best route to take between any given source and any given destination

New cards
28

How do routers pass data?

From router to router it is not concerned with getting data directly to the specific host

New cards
29

What is internetworking?

the process of providing network to network connections by providing the logical connections that can support connecting different types of networks. ex: connecting home wifi to internet

New cards
30

What is logical addressing?

defining a custom addressing scheme that allows you to combine any number of networks for greater control and management over the amount of traffic that occurs within and between networks

New cards
31

what is packetizing?

encapsulating data into discrete units.

New cards
32

How are packets assigned?

using a source and destination IP address

New cards
33

what is fragmentation?

breaking up packets into smaller units and labeling each one

New cards
34

what are the benefits of fragmentation?

makes it so that the data is more easily sent out over the different types of mediums that might not support larger packet sizes

New cards
35

why is each fragment labeled?

so that they can arrive out of sequence but be reassembled in the correct sequence once they arrive at their destination

New cards
36

What is the transport layer responsible for?

End to end message delivery and error checking

New cards
37

What information does the transport layer add to the packet?

a port number to determine if its supposed to be used by a particular application at the address

New cards
38

How does end to end message delivery work in the transport layer?

The primary protocols at this level define values (ports) to distinguish one type of application protocols from another

New cards
39

Do layers on one system communicate with other layers on another system?

No they only communicate with their counterpart layer

New cards
40

What are some other transport layer functions?

message acknowledgement, traffic control, session multiplexing and service point addressing

New cards
41

What is session multiplexing?

taking several message streams or sessions and combining them into a single logical link while still keeping track of which message streams belong to which sessions

New cards
42

What is service point addressing?

the process of specifying and applying the port value just mentioned

New cards
43

What are the two most common protocols at the transport layer?

User Datagram Protocol (UDP) and Transmission Control Protocol (TCP) which are both responsible for data delivery

New cards
44

which transport protocol is used for connectionless transmissions?

UDP

New cards
45

which transport protocol is used for connection oriented transmission?

TCP

New cards
46

What is the trade-off of connection oriented communications?

slower connections bc its required to establish a connection between two endpoints before any data is transmitted

New cards
47

What is the benefit of connection oriented communications?

reliability bc the sender must wait for acknowledgement from the receiver before any more data will be sent

New cards
48

What is the session layer responsible for?

overall management of communication between two devices including the establishment of a session, maintenance during communications and termination of the session

New cards
49

What are the protocols used in the session layer responsible for?

defining the parameters of the connection and managing the transfer of data by specifying who can transfer and for how long

New cards
50

What is a common support requirements of establishing a session?

name recognition and/or login to ensure all security considerations have been met

New cards
51

What is dialog control?

the process that determines which device will communicate first and how data will be sent by each device in terms of who can transmit and when

New cards
52

What are the three types of dialog control?

simplex, half dupelx and full duplex

New cards
53

What is simplex dialog control?

communication only occurs in one direction, one device transmits and the other receives

New cards
54

What is an example of simplex?

listening to the radio

New cards
55

What is half duplex dialog control?

traffic can occur in both directions but only in one direction at a time

New cards
56

what is full duplex dialog control?

when traffic can be two-way at the same time. Both devices can transmit and receive simultaneously

New cards
57

What are some of the protocols that work in the session layer?

Network Basic Input Output System (NetBIOS), Domain Name System (DNS), Remote Procedure Call (RPC) and Network File System (NFS)

New cards
58

What are NetBIOS and DNS protocols used for?

name recognition and resolution

New cards
59

What is RPC used for?

client server redirection where requests are generated on clients but executed on servers

New cards
60

What is NFS used for?

allowing client systems access to server based resources such as folders and files

New cards
61

What is the presentation layer responsible for?

presenting data in a uniform format to the application

New cards
62

What are some of the functions of the presentation layer?

character code translation

New cards
63

what is character code translation?

a mechanism to convert the standard characters humans use into binary (ones and zeros)

New cards
64

What are the two most common methods of character code translation?

American standard code for information interchange (ASCII) and Extended binary coded decimal interchange code (EBCDIC)

New cards
65

What is bit order?

the order that the bits are received

New cards
66

What are some components of the character code conversion process?

bit order, how to interpret instances of carriage return and/or line feed, and interpreting integers vs floating point numbers

New cards
67

What are the three processes the presentation layer is responsible for?

encoding/decoding, encrypting/decrypting, and compression/decompression

New cards
68

What does data compression do?

reduce the number of bits that are being transmitted on the network

New cards
69

What is a common method of compression?

token conversion

New cards
70

How does token conversion work?

Takes certain redundant strings of bits and replace them with something else that requires fewer bits

New cards
71

How does data encryption work?

replaces characters to scramble the data

New cards
72

What is the application layer responsible for?

supporting the functionality of an application using app layer protocols

New cards
73

What are two common application layer protocols?

HTTP and SMTP

New cards
74

What is Simple Mail Transfer Protocol (SMTP) used for?

sending emails

New cards
75

What is Hypertext transfer protocol used for?

transporting data over the internet

New cards
76

What is file transfer protocol used for?

transferring files from one system to another usually over the internet

New cards
77

What is dynamic host configuration protocol responsible for?

assigning IP address configuration to client systems

New cards
78

What is Domain Name system responsible for?

resolving domain names

New cards
79

What does using the correct application protocol do?

allows the user to interact with the application and makes the app compatible with others

New cards
robot