Networking & the Internet Study Guide

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/29

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

30 Terms

1
New cards

What is a network?

A series of interconnected devices that can communicate with one another.

2
New cards

Who is the client in the client-server model?

The client is you.

3
New cards

What does the server do in the client-server model?

The server accepts requests and gives the info back.

4
New cards

What is an IPv4?

A unique identifier for a network made up of four numbers separated by periods.

5
New cards

What is a MAC address?

A unique identifier for a physical device.

6
New cards

What protocol establishes a connection between two devices?

TCP/IP.

7
New cards

What is a packet?

A chunk of information sent from one computer to another.

8
New cards

What are the three messages in the TCP three-way handshake?

synchronize, synchronize-acknowledge, and acknowledge

9
New cards

Why are there three messages in the handshake?

To ensure that both computers can hear each other.

10
New cards

What does the OSI model provide?

A universal framework of 7 layers for how information should be broken up to be sent over the Internet.

11
New cards

What are the top three layers of the OSI model?

Application, Session, & Presentation Layers.

12
New cards

What does the Transport Layer ensure?

That packets are recombined in the right order.

13
New cards

What occurs at the Network Layer?

Routing across the Internet, connecting one IP address to another.

14
New cards

What does the Data Link Layer do?

Establishes which machine in a network gets the data through the MAC address.

15
New cards

What is the Physical Layer responsible for?

The communication medium and what signals are transmitted.

16
New cards

What protocol governs web pages and web data?

HTTP.

17
New cards

What is the difference between GET and POST requests?

GET transfers data in the URL, POST transfers it in the packet.

18
New cards

What is Transport Layer Security (TLS)?

A cryptographic protocol that encrypts information sent over the Internet.

19
New cards

What is HTTPS?

HTTP wrapped in TLS.

20
New cards

What does a web server send to verify its identity?

An SSL certificate.

21
New cards

What does the Domain Name System (DNS) do?

Translates a URL into an IP address.

22
New cards

How are IPv4 and IPv6 addresses related?

They both point to the same resources.

23
New cards

How are IPv4 and IPv6 addresses different?

IPv6 is written differently to prevent running out of addresses like IPv4.

24
New cards

What is network enumeration?

The process of mapping out a network and all the services running on it.

25
New cards

What does a firewall do?

Uses rules to filter out traffic based on its source, port, and protocol type.

26
New cards

How can a firewall be evaded?

By changing the transmission unit size to make packets small enough to get through.

27
New cards

What is spoofing?

Disguising an unknown IP address as a known and trusted address.

28
New cards

What was a limitation of the IP spoofing attempt?

We couldn’t get any traffic back.

29
New cards

What is a consequence of IP spoofing?

Inability to receive returned traffic.

30
New cards

What is the significance of packet size in network transmission?

It affects the ability to bypass firewalls and network rules.