TCP/IP Protocol Suite and IP Addressing Flashcards

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

1/50

flashcard set

Earn XP

Description and Tags

Flashcards based on the TCP/IP Protocol Suite and IP Addressing lecture notes.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

51 Terms

1
New cards

Who created TCP/IP?

US DoD

2
New cards

What is the TCP/IP model the standard on which it is based?

The Internet

3
New cards

What does the TCP/IP Application Layer handle?

High-level protocols, representation, encoding, and dialog control

4
New cards

What does Simple Network Management Protocol (SNMP) allow for?

Network managers to manage configurations, statistics, performance, and security

5
New cards

What is Domain Name System (DNS) used for?

Translate domain names into IP addresses

6
New cards

What is Trivial File Transfer Protocol (TFTP)?

Unreliable, connectionless UDP service used to transfer configuration files, Cisco IOS images, and to transfer files in a LAN

7
New cards

What is File Transfer Protocol (FTP)?

Reliable, connection-oriented service that uses TCP to transfer files between systems

8
New cards

What is Network File System (NFS)?

Allows file access to a remote storage device such as a hard disk

9
New cards

What is Simple Mail Transfer Protocol (SMTP)?

Administers the transmission of plain text e-mail over computer networks

10
New cards

What is Telnet?

Remotely access a computer, enabling a user to log into an Internet host and execute commands

11
New cards

What is a Telnet client called?

A local host

12
New cards

What is a Telnet server called?

A remote host

13
New cards

What is end-to-end control and reliability accomplished with as data travels through the cloud?

Sequence numbers, acknowledgments and sliding windows

14
New cards

What are the only Transport layer protocols?

TCP and UDP

15
New cards

What is Transmission Control Protocol (TCP)?

Connection-oriented protocol with end-to-end operation

16
New cards

What is User Datagram Protocol (UDP)?

Connectionless and unreliable protocol

17
New cards

What are the two purposes of the Internet Layer?

Determining the best path and packet-switching

18
New cards

What is Internet Protocol (IP)?

Connectionless, best-effort delivery routing of packets; determines best path to destination

19
New cards

What is Internet Control Message Protocol (ICMP) used for?

Control and messaging

20
New cards

What is Address Resolution Protocol (ARP) used for?

Determines the MAC address for a known IP address

21
New cards

What is Reverse Address Resolution Protocol (RARP) used for?

Determines the IP address for a known MAC address

22
New cards

What does the Network Access Layer allow?

Allows an IP packet to make a physical link to the network media

23
New cards

What does the Network Access Layer map?

Maps IP addresses to MAC addresses

24
New cards

What does the Network Access Layer encapsulate?

Encapsulates IP packets into frames

25
New cards

What protocols provide network access?

Serial Line Internet Protocol (SLIP) and Point-to-Point Protocol (PPP)

26
New cards

What are the similarities between the TCP/IP and OSI models?

Both have layers, application, transport, and network layers, and use packet-switched technology

27
New cards

What are the differences between the TCP/IP and OSI models?

TCP/IP combines the OSI application, presentation, and session layers into its application layer

28
New cards

What principle is the Internet based on?

Network layer interconnection

29
New cards

What characteristics must Internetworking have?

Scalable, handle data across vast distances, flexible, cost-effective

30
New cards

What is the network address used for?

To identify the network itself

31
New cards

What is the broadcast address used for?

For broadcasting packets to all the devices on a network

32
New cards

What is the host bit value of a network address?

The host bits of a network address are all 0s

33
New cards

What is the host bit value of a broadcast address?

The host bits of a broadcast address are all 1s

34
New cards

What is an IP address?

A combination of the network address and the host address creating a unique address for each device on a network

35
New cards

Why is an IP address (logical, layer 3) important?

Needed to deliver the packet to the correct network

36
New cards

Why is a unique MAC address (physical, layer 2) important?

Needed to deliver it to the destination device once the packet has arrived at the network

37
New cards

What is the structure of an IP address?

A 32-bit sequence of ones and zeros, represented in dotted decimal format

38
New cards

Why does a router use the IP address of the destination network?

To deliver a packet to the correct network

39
New cards

What do the two parts of every IP address identify?

The network and the device

40
New cards

What are the five address classes?

Class A, Class B, Class C, Class D, and Class E

41
New cards

What is the purpose of the subnet mask?

Determines which part of an IP address is the network field and which part is the host field

42
New cards

What is the role of the Internet Assigned Numbers Authority (IANA)?

Ensure no two devices on the Internet have the same IP address

43
New cards

What allows a router to translate private addresses to public addresses?

Network Address Translation (NAT)

44
New cards

What does subnetting a network mean?

Divide up a network into smaller segments, or subnets

45
New cards

What associates a known MAC addresses with an IP addresses?

Reverse Address Resolution Protocol (RARP)

46
New cards

What allows a host to obtain an IP address dynamically without needing an individual profile for each device?

Dynamic Host Configuration Protocol (DHCP)

47
New cards

How are ARP tables maintained?

Automatically

48
New cards

How does a router send an ARP response in Proxy ARP?

With the MAC address of the interface on which the request was received

49
New cards

What does the source host compare to determine if the two IP addresses are located on the same segment?

Compares the destination IP address and its own IP address to determine if the two IP addresses are located on the same segment

50
New cards

What length are IPv6 addresses?

IPv6 addresses are 128 bits long

51
New cards

How can IP addresses be assigned?

Statically or dynamically