2.1 Introduction to IP

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/16

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 9:38 PM on 8/27/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

17 Terms

1
New cards

IP protocol is like moving vans

IP effectively moves large amounts of stuff. Network topology is the road (Ethernet, DSL), truck is the IP (roads designed for truck), boxes in truck hold data (TCP, UDP in IP), boxes carry stuff inside (app info)

2
New cards

What parts can TCP/IP over Ethernet be broken down into?

Ehternet Header, Ethernet Payload, and Ethernet Trailer. Ethernet Payload contains IP and IP Payload. IP Payload contains TCP and the TCP Payload. TCP Payload is made of HTTP data.

<p>Ehternet Header, Ethernet Payload, and Ethernet Trailer. Ethernet Payload contains IP and IP Payload. IP Payload contains TCP and the TCP Payload. TCP Payload is made of HTTP data.</p>
3
New cards

What OSI layer does TCP and UDP travel on?

Layer 4, the Transport Layer. TCP and UDP is encapsulated inside IP protocol

4
New cards

What is multiplexing?

Communication across multiple devices, sending different types of traffic from many different applications at the same time. (UDP and TCP)

5
New cards

Describe TCP

Reliable protocol, can recover from errors. Connection oriented with a formal close and open of connections, acks sent to confirm received. Receiver has flow control over how much data sent. Proper data more important than speed

6
New cards

Describe UDP

Connectionless unreliable protocol, data sent without error recovery or acks, no flow control. Sends data faster than TCP

7
New cards

What does the TCP/IP refer to?

Protocols that ensure connection prior to transmission

8
New cards

What is UDP/IP?

Real-time communication like VOIP and video calls, connectionless protocols like DHCP

9
New cards

IP “truck” delivery process

IP truck delivers from one IP address to another. Boxes arrive at the address, port is written on outside of the box to tell which room it goes to

10
New cards

Non-ephemeral ports (permanent port numbers)

Ports 0 to 1023, usually on a server or service

11
New cards

Ephemeral ports - temporary port numbers

Ports 1024 to 65535, determined in realtime by the client

12
New cards

IPV4 sockets

Server IP address + protocol + server application port number = socket

(or client IP address + protocol + client port number)


13
New cards

What is the range of TCP and UDP port numbers?

0 to 65535

14
New cards

What type of port numbers do most servers use?

Well known non-ephemeral (not-temporary) port numbers

15
New cards

What are TCP and UDP?

Transport layer protocols for transmitting data over a network connection using the IP network layer protocol

16
New cards

What is a port?

Unique identifier number for transmission control and direction

17
New cards

What is a communication protocol?

A set of rules that govern communications