Chapter 1: Networking Models, Ports, Protocols, and Services Flashcards

(64 cards)

1
Q

OSI reference model

A

Network architecture that enables data to be passed between computer systems

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

Two common networking models ?

A

TCP/IP and OSI

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

Mnemonic for OSI layers ?

A

All people seem to need data processing

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

Physical layer

A

Defines the physical structure of the network and the topology

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

What makes up the layer 1 hardware ?

A

Media used on the network, such as type of cable, type of connector, and pinout format for cables

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

Common topolgies today ?

A

Mesh, star/hub and spoke, spine and leaf, point-to-point, and hybrid

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

Which protocols and technologies operate at layer 1 ?

A

Ethernet, Bluetooth, ISDN, GSM, DSL, T-carrier links, and USB

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

What other characteristics can the physical layer define ?

A

The voltage used on a given medium
The frequency at which the signals carrying the data operate

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

What do these additional characteristics dictate ?

A

Speed and bandwidth of a given medium
Maximum distance over which a certain media type can be used

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

Data Link Layer

A

Node-to-node delivery of data

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

Frame

A

Logical grouping of data at layer 2

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

What else does the MAC sublayer control ?

A

How devices access a shared transmission medium, such as an Ethernet or fiber optic cable

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

What is the LLC sublayer responsible for ?

A

Error and flow-control mechanisms

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

What protocols and technologies operate at layer 2 ?

A

High-level data Link control (HDLC)
Layer 2 tunneling protocol (L2TP)
Point-to-point protocol (PPP)
Point-to-point tunneling protocol (PPTP)
Spanning tree protocol (STP)
Virtual LANs (VLANs)

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

Network Layer

A

Responsible for routing, providing mechanisms by which data can be passed from one network to another.

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

How is functionality provided at the Network Layer?

A

Routing protocols, which are software components

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

What are protocols responsible for ?

A

Route selection

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

Packet

A

Logical grouping of data at the Network Layer

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

Two ways for routes to be configured ?

A

Static or dynamic

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

Static routes

A

Manually added to the routing table

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

Dynamic routes

A

Use routing protocols such as Routing Information Protocol (RIP) and Open Shortest Path First (OSPF)

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

Other important protocols at layer 3 ?

A

IP, ARP Reverse ARP (RARP), Asynchronous Transfer Mode (ATM), IS-IS, IPSec, ICMP, Multiprotocl label switching (MPLS)

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

Transport layer

A

Provide mechanisms to transport data between network devices

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

What are three provided mechanisms from layer 4 ?

A

Error checking, segmentation, and service addressing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Error checking
Ensure data is correctly sent or received
26
Service addressing
Ensure data is passed to the right service
27
Segmentation
Break packets into a manageable size
28
What is the transport layer also responsible for ?
Data flow control
29
Data flow control
How the receiving system can receive transmissions
30
Two common methods of flow control ?
Buffering and winnowing
31
Buffering
Data is temporarily stored and waits for the destination device to become available
32
Windowing
Data is sent in a group of segments that require only one acknowledgement
33
Session layer
Responsible for managing and controlling the synchronization of data between applications on two devices
34
How does the session layer handle conversations between applications ?
Establishing, coordinates, or terminates them
35
What are protocols that operate at the session layer ?
NetBIOS, Network file system (NFS), Server message block (SMB)
36
Presentation layer
Convert data intended for or received from the application layer into another usable format
37
Common data formats
Graphic files, text and data, sound/video
38
Graphic files
JPEG, TIFF, GIF
39
Text and data
Data can be translated into different formats such as the American Standard Code for Information Interchange (ASCII) and Extended Binary Coded Decimal Interchange Code (EBCDIC)
40
Sound/video
MPEG, MP3, MIDI
41
Another important function of layer 6 ?
Encryption and decryption
42
What cryptographic protocol operates at layer 6 ?
Transport layer security (TLS)
43
Application layer
Provides access to the network for applications
44
Protocols at layer 7 ?
SSH, BGP, DHCP, DNS, NTP, SMTP, SMB, FTP, HTTP, HTTPS, IMAP, POP3, Real-time transport protocol (RTP), Session initiation protocol (SIP)
45
Connection oriented
Data delivery is guaranteed, with higher overhead and greater bandwidth demand
46
Connectionless
Information is just sent with no mechanism to resend data
47
Internet protocol
Transport data from one node on a network to another
48
What else does IP perform for network transmissions ?
Fragmentation and reassembly tasks
49
What other features does TCP add to IP communications?
Flow control, sequencing, error detection and correction
50
TCP three way handshake
SYN, SYN ACK, ACK
51
Time-outs
Sending host auto retransmit data if receipt is not acknowledged at a given time period
52
UDP header fields?
4
53
Does UDP need to establish a session ?
No
54
Internet control message protocol (ICMP)
Provide error checking and reporting functionality
55
ICMP's most common function ?
Ping utility
56
Ping
Stream of ICMP each requests to a remote host
57
Destination unreachable
Destination can't be contacted
58
Time exceeded
TTL has exceeded
59
Traceroute
Uses IP packets TTL time-outs to discover the path a packet takes
60
ICMP source quench
Tells the sender to slow down. Happens during data influx
61
Internet protocol security (IPSec)
Designed to provide secure communications between systems
62
What two protocols make up IPSec ?
Authentication header (AH) Encapsulating security payload (ESP)
63
Authentication header (AH)
Provided authentication and integrity checking data packets
64
Encapsulating security payload (ESP)
Provides encryption services