Chapter 1- Intro to Networking

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall with Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/22

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No study sessions yet.

23 Terms

1
New cards

Adjacent-layer interaction

The general topic of how, on one computer, two adjacent layers in a networking architectural model work together, with the lower layer providing services to the higher layer.

2
New cards

De-encapsulation

On a computer that receives data over a network, the process in which the device interprets the lower-layer headers and, when finished with each header, removes the header, revealing the next-higher-layer PDU.

3
New cards

Encapsulation

The placement of data from a higher-layer protocol behind the header (and in some cases, between a header and trailer) of the next-lower-layer protocol.

4
New cards

Frame

A term referring to a data-link header and trailer, plus the data encapsulated between the header and trailer.

5
New cards

Networking model

A generic term referring to any set of protocols and standards collected into a comprehensive grouping that, when followed by the devices in a network, allows all the devices to communicate.

6
New cards

Packet

A logical grouping of bytes that includes the network layer header and encapsulated data, but specifically does not include any headers and trailers below the network layer.

7
New cards

Same-layer interaction

The communication between two networking devices for the purposes of the functions defined at a particular layer of a networking model, with that communication happening by using a header defined by that layer of the model. The two devices set values in the header, send the header and encapsulated data, with the receiving devices interpreting the header to decide what action to take.

8
New cards

Segment

In TCP, a term used to describe a TCP header and its encapsulated data (also called an L4PDU). Also in TCP, the process of accepting a large chunk of data from the application layer and breaking it into smaller pieces that fit into TCP segments. In Ethernet, a segment is either a single Ethernet cable or a single collision domain (no matter how many cables are used).

9
New cards

Client

Device that accesses a service made available by a server

10
New cards

Server

Device that provides functions/services to a client

11
New cards

Switch

Device that provides connectivity to hosts within the same LAN

12
New cards

Router

Device that provides connectivity between LANs.

13
New cards

Firewall

Monitor/control network traffic based on configuration rules

14
New cards

Network firewall

Hardware devices that filter traffic between networks

15
New cards

Host-based firewall

Software apps filtering traffic entering/exiting a host machine, e.g P.C

16
New cards

Hypertext transfer protocol (HTTP)

To make the request for a web page and return the contents of the web page

17
New cards

Transmission control protocol (TCP)

Error recovery feature- TCP uses the concept of acknowledgements to recover from errors

  • The receiver realizes there's a missing TCP segment, they send a segment to the sender requesting for it to be sent again.

  • Transport layer protocol

18
New cards

5th layer of TCP/IP model

Application

19
New cards

4th layer of TCP/IP model

Transport

20
New cards

3rd layer of TCP/IP model

Network

  • a.k.a "Internet layer"

21
New cards

2nd layer of TCP/IP model

Data-link

22
New cards

1st layer of TCP/IP model

Physical

23
New cards

What 2 functions does the IP protocol address?

1) Addressing- unique IP addresses for each computer

2) Routing- forwarding of packet data to correct destination