Practice TestTake a test on your terms and definitions
Spaced RepetitionScientifically backed study method
Matching GameHow quick can you match all your cards?
FlashcardsStudy terms and definitions
1 / 259
There's no tags or description
Looks like no one added any tags here yet for you.
260 Terms
1
What are the 5 Networking Layers in order?
Application layer
Transport layer
Network layer
data link layer
Physical layer
New cards
2
Physical Layer
This layer has devices that interconnect computers with cabling connectors. It sends and receives signals on the physical wire or antenna to transmit the bits found in frames.
New cards
3
Data Link layer
Responsible for defining a common way of interpreting signals, so network deices can communicate.
New cards
4
Network Layer
Allows different networks to communicate with each other through networks, such as the internet.
New cards
5
Transport Layer
This layer sorts out which client and server programs are supposed to get that data.
New cards
6
Application Layer
Software that we use, the part of the model that is closest to the user (gmail, browser, etc.). Permits applications to request access to the network services.
New cards
7
Layer 1 Cable, Ethernet, hubs
Physical Layer
New cards
8
Layer 2 Switch, Ethernet Protocol
Data Link layer
New cards
9
Layer 3 Internet Protocol, Router, Logical Addressing
Network Layer
New cards
10
Layer 4 Transport Control Protocol, Client Server, Server, User Datagram Protocol
This is an alternative communications protocol to Transmission Control Protocol. It is part of the transport layer protocol. UDP is connectionless. This means there is no setup or teardown of a connection.
New cards
13
What is the difference between UDP & TCP?
The UDP protocol works similarly to TCP, but it throws out all the error-checking stuff. All the back-and-forth communication introduces latency, slowing things down. TCP provides mechanisms to ensure that data is reliably delivered while UDP does not.
New cards
14
Crosstalk
Caused by the electrical signals of one wire disrupting the signals of another wire.
New cards
15
TCP or Transmission Control Protocol
A protocol developed for the internet to get data from one network device to another
New cards
16
IP or Internet Protocol
A set of rules governing the format of data sent over the internet or other network.
New cards
17
Cat 5
Type of cable that has the ability to transfer information from one computer to another
New cards
18
Cat 5e
Enhanced cat 5 cable used for gigabit speeds and minimum for Voice over IP
New cards
19
Cat 6e
This cable has shorter distance at higher speeds.
New cards
20
Fiber cable
Contain individual optical fibers that uses light to transmit data.
New cards
21
Which cable supports the longest distance to transmit data - Cat5, Fiber Optic, Cat5e, Cat6e?
Fiber Optic
New cards
22
Hub
This is a physical layer device used to connect network components. All the devices connected to a hub will end up talking to all other devices at the same time.
New cards
23
Switch
A Data Link Layer device that connects network segments. A switch can inspect the contents of the Ethernet protocol data being sent around the network, determine which system the data is intended for and then only send data to that one system.
New cards
24
Collision Domain
This is a network segment where only one device can communicate at a time,
New cards
25
Hubs/Switches
primary devices used to connect computers on a single local area network (LAN)
New cards
26
Router
A Network layer device that routes packets of data between two or more networks.
New cards
27
BGP or Border Gateway Protocol
Protocol where routers share data with each other, allowing them to determine the most optimal path to forward traffic
New cards
28
Modulation
This is a way of varying the voltage of an electric charge moving across the Ethernet cable to represent 1's and 0's. Also known as line coding.
New cards
29
Twisted Pair Cabling
This is a cable consisting of two wires twisted around each other.
New cards
30
Duplex Communication
The concept that information can flow in both directions across the cable.
New cards
31
Simplex Communication
The concept that information can flow in one direction across the cable.
New cards
32
Communication on a phone line is Duplex or Simplex Communication?
Duplex Communication
New cards
33
A baby monitor transmits data in one direction is Duplex or Simplex Communication?
Simplex Communication
New cards
34
Full Duplex
The concept that devices can both communicate with each other at the exact same time.
New cards
35
Half Duplex
Only one device can be communicating at a time.
New cards
36
Vlan
It's a technique that lets you have multiple logical LANs operating on the same physical equipment. An example would be video calls and phone calls on the same LAN
New cards
37
RJ-45 or Registered Jack 45
A type of connector on the end of a cable.
New cards
38
Link Light
Located on the network port. It will be lit when a cable is properly connected to two devices that are both powered on.
New cards
39
Activity Light
Located on the network port. This light will flash when data is actively transmitted across the cable.
New cards
40
Patch Panel
A device containing many network ports but it does no other work.
New cards
41
Media Access Control or MAC
An address for communications on the physical network segment.
New cards
42
MAC
Uses 48-bit number normally represented by six groupings of two hexadecimal numbers.
New cards
43
Hexadecimal Numbers
This number system has 16 numerals 0 - 9 and uses A, B, C, D, E, and F to represent the numbers 10, 11, 12, 13, 14, and 15.
New cards
44
Octet
In computer networking, any number that can be represented by 8 bits.
New cards
45
Organizationally Unique Identifier or OIU
The first three octets in MAC address- Indicate a network card's manufacturer and is assigned by IEE. Institute of Electrical and Electronics Engineers.
New cards
46
Last three octets
Can be assigned in any way that the manufacturer would like with the condition that they only assign each possible address once to keep all MAC addresses globally unique.
New cards
47
Unicast
A message that goes from one single computer to another single computer. It is communication between a single sender and a single receiver over a network.
New cards
48
How do you know if the information sent is a Unicast?
The least significant bit in the first octet of a destination address is set to zero
New cards
49
How do you know if the information sent is a Multicast?
The least significant bit in the first octet of a destination address is set to one.
New cards
50
Broadcast
Information is sent to every single device on a LAN. The Ethernet broadcast address is all F's.
New cards
51
data packet
An all-encompassing term that represents any single set of binary data being sent across a network link.
New cards
52
Ethernet Frame
A highly structured collection of information presented in a specific order
New cards
53
Preamble
The first part of an Ethernet frame. 8 bytes or 64 bits long and can itself be split into two
New cards
54
SFD or Start Frame Delimiter
The last byte in the preamble. Signals to a receiving device that the preamble is over and that the actual frame contents will now follow.
New cards
55
This type of address is 48 bits or 6 bytes long.
MAC
New cards
56
MAC Adress
In the Ethernet frame the destination and source address is listed after the SFD.
New cards
57
Ether type Field
This frame comes after MAC address and is 16 bits long. It is used to indicate which protocol is encapsulated in the payload of the frame
New cards
58
Payload
The actual data being transported, which is everything that isn't a header.
New cards
59
Data Payload
This Ethernet frame is anywhere from 46 to 1500 bytes long and is the actual data being transported.
New cards
60
FCS or Frame Check Sequence
This is a 4-byte or 32-bit number that represents a checksum value for the entire frame.
New cards
61
CRC or cyclical redundancy check
An error-detecting code commonly used in digital networks and storage devices to detect accidental changes to raw data.
New cards
62
Server
Provides data to something requesting data.
New cards
63
Client
The thing receiving the data.
New cards
64
CSMA/CD
Used to determine when the communications channels are clear and when the device is free to transmit data.
New cards
65
hexadecimal
The number system that has 16 numerals.
New cards
66
Ethernet
The most common data link layer protocol for wired connections.
New cards
67
protocol
A defined set of standards that computers must follow in order to communicate properly.
New cards
68
IP addresses
32-bit long numbers made up of 4 octets, and each octet is normally described in decimal numbers. This format is known as dotted decimal notation.
New cards
69
Fragmentation
The process of taking a single IP datagram and splitting it up into several smaller datagrams.
New cards
70
network ID, and host ID
IP addresses can be split into two sections
New cards
71
Class A, class B, and class C
three primary types of address classes
New cards
72
Class A addresses
the first octet is used for the network ID, and the last three are used for the host ID.
New cards
73
Class B addresses
the first two octets are used for the network ID, and the second two, are used for the host ID.
New cards
74
Class C addresses
the first three octets are used for the network ID, and only the final octet is used for the host ID.
New cards
75
Address Resolution Protocol or ARP
a protocol used to discover the hardware address of a node with a certain IP address.
New cards
76
subnetting
the process of taking a large network and splitting it up into many individual smaller subnetworks or subnets.
New cards
77
CIDR
classless inter-domain routing. It expands on the concept of subnetting by using subnet masks to demarcate networks.
New cards
78
demarcation point
where one network or system ends and another one begins.
New cards
79
CIDR notation
uses a forward slash and then lists the numbers of bits in the subnet mask. 192.168.1.0/24
New cards
80
4
How many octets does a subnet mask have?
New cards
81
binary or base two
uses a zero and one
New cards
82
router
a network device that forwards traffic depending on the destination address of that traffic
New cards
83
routing table
A set of rules, often viewed in table format, that is used to determine where data packets traveling over an Internet Protocol (IP) network will be directed.
New cards
84
Interior gateway protocols
Used by routers to share information within a single autonomous system.
New cards
85
autonomous system
a collection of networks that all fall under the control of a single network operator.
New cards
86
exterior gateway protocols
used for the exchange of information between independent autonomous systems.
New cards
87
state routing protocols and distance-vector protocols
The two main types of interior gateway protocols
New cards
88
link state protocol
A complex routing protocol that shares information with other routers in order to determine the best path.
New cards
89
Exterior gateway protocol
A broad category of routing protocols that are designed to span different autonomous systems.
New cards
90
IANA the Internet Assigned Numbers Authority
a non-profit organization that helps manage things like IP address allocation.
New cards
91
ASN, or Autonomous System Number allocation
ASNs are numbers assigned to individual autonomous systems.
New cards
92
Internet Protocol
The communication technology used worldwide in LANS, WANS and the Internet.
New cards
93
Ethernet Protocol
Specifies physical layer attributes and define a protocol responsible for getting data to the same network or link.
New cards
94
RFC 1918
RFC or Request for Comments, is a publication that helps keep the internet running.
New cards
95
Non-Routable Address Space
Ranges of IPs set aside for use by anyone that cannot be routed to.
New cards
96
NAT or Network Address Translation.
Allows for computers on non-routable address space to communicate with other devices on the internet.
New cards
97
Bit
The smallest representation of data that a computer can understand. It's a one or a zero.
New cards
98
Network ports
Generally directly attached to the devices that make up a computer network. Switches would have many network ports because their purpose is to connect many devices.
New cards
99
Multicast
To transmit data to multiple recipients on the network at the same time using one transmission stream to the switches, at which point data are distributed out to the end users on separate lines.
New cards
100
IP Datagram
A highly structured series of fields that are strictly defined.