ccna TCP/IP

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

1/43

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 8:34 PM on 6/7/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

44 Terms

1
New cards

What is a set of rules defining how data should be communicated between devices over a network?

protocol

2
New cards

What is an agreed-upon specification that describes how a protocol/technology should work?

standard

3
New cards

What is a standard that allows devices of all types to communicate with each other?

vendor-neutral

4
New cards

What do we call a group of protocols that, when working together, facilitates the physical transmission of signals, delivery on LANs, routing traffic between networks, and using applications to successfully move data?

network stack

5
New cards

Which layer do Telnet, FTP, and TFTP belong to?

application layer

6
New cards

What layer do protocols like TCP and UDP belong to?

transport layer

7
New cards

What layer do protocols like the Internet Protocol, IPv4, and IPv6 belong to?

internet layer

8
New cards

What layer do protocols like Ethernet and WiFi belong to?

link layer

9
New cards

Which layer has protocols for communication between application processes that create and interpret data?

application

10
New cards

Which layer provides end-to-end communication between application processes using port numbers?

transport

11
New cards

Which layer provides end-to-end communication between hosts across networks, commonly using IP addresses and routers?

internet

12
New cards

Which layer provides hop-to-hop delivery within a local network using MAC addresses and switches? (think of passing the message from switch to router 1 to router 2 to switch 2 to the server)

local network

13
New cards

Which layer transports bits using electrical or light pulses?

physical

14
New cards

Which layer defines things like cables, connectors, signal levels, and link speeds?

physical layer

15
New cards

What do we call a delivery method that takes single steps between routers and switches to deliver messages?

hop-to-hop

16
New cards

What is the single step (i.e., from a router to a switch only) in hop-to-hop delivery called?

hop

17
New cards

Do we count switches when counting hops?

no

18
New cards

Which device in hop-to-hop delivery extends the local network?

switch

19
New cards

What does MAC stand for in MAC addresses?

media access control

20
New cards

How do we identify interfaces in the local network layer?

MAC addresses

21
New cards

What does MAC stand for?

media access control

22
New cards

The Internet layer provides what kind of delivery across multiple networks?

end-to-end

23
New cards

Which device mostly operates at the Internet layer?

router

24
New cards

Which kind of address does the Internet layer use to identify hosts in its network?

IP

25
New cards

Which layer uses IP addresses to identify hosts in its network?

internet

26
New cards

How do we differentiate between different streams of data on the transport layer?

port numbers

27
New cards

Which protocol on the application layer is used to browse webpages?

http/https

28
New cards

Which protocols on the application layer is used to transfer files?

FTP and TFTP

29
New cards

Which protocols on the application layer are used for sending or receiving emails?

SMTP, POP3, IMAP

30
New cards

What can we call a combination of data and a L4 header for TCP protocols?

segment

31
New cards

What can we call a combination of data and a L4 header for UDP protocols?

datagram

32
New cards

What can we alternatively call a segment/datagram?

layer 4 PDU

33
New cards

what does PDU stand for?

protocol data unit

34
New cards

What can we call a combination of data and a transport-layer header for UDP protocols?

datagram

35
New cards

What can we call a combination of data and a transport-layer header using the TCP protocol?

segment

36
New cards

What can we call a combination of a segment/datagram and an L3 header?

packet

37
New cards

What can we alternatively call a packet?

layer 3 PDU

38
New cards

What can we call a combination of a segment/datagram and an internet layer header?

packet

39
New cards

What can we call a combination of a packet and an L2 header?

frame

40
New cards

What can we alternatively call a frame?

layer 2 PDU

41
New cards

What can we call a combination of a packet and a local network layer header?

frame

42
New cards

What term can we use to refer to the contents of a PDU?

payload

43
New cards

What is an alternative name for the application layer?

layer 7

44
New cards

What 7-layer model led to the application layer being referred to as ‘layer 7?’

OSI