TCP/IP model

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

1/20

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.

21 Terms

1
New cards

What protocol serves as the foundational model for communication across computer networks, including the Internet?

TCP/IP (Transmission Control Protocol / Internet Protocol)

2
New cards

What does TCP/IP stand for?

Transmission Control Protocol / Internet Protocol

3
New cards

What is the main difference between TCP/IP and the OSI model?

TCP/IP is a practical model widely used in real-world networking, while the OSI model is more theoretical and detailed.

4
New cards

What is a network defined as?

The movement of data from one computer to another.

5
New cards

What are the phases involved in circuit switching?

Establish → Transfer → Disconnect.

6
New cards

What are some issues associated with circuit switching?

Inefficient use of channel, vulnerability to single failures, designed for voice traffic, and setup time required.

7
New cards

What does packet switching do to data for transmission?

Breaks data into packets (small segments).

8
New cards

What is included in each packet during packet switching?

Data + overhead (addressing, order info, error-checking).

9
New cards

What are the benefits of packet switching?

More efficient use of resources, can reroute if part of the network fails, enables modern Internet and data communication.

10
New cards

What are some challenges of packet switching?

Complexity of segmentation, addressing, reassembly, and error detection.

11
New cards

Which layer in the TCP/IP model sends the electrical signals?

Physical Layer.

12
New cards

What does the Data Link Layer handle in the TCP/IP model?

Direct connection between devices using MAC addresses.

13
New cards

What is the function of the Network Layer in TCP/IP?

Handles logical addressing (IP addresses) and routing.

14
New cards

What does the Transport Layer ensure?

End-to-end communication and reliability, ensuring data arrives in order without errors.

15
New cards

What protocols are used in the Transport Layer?

TCP (reliable, ordered) and UDP (fast, no guarantee).

16
New cards

What services does the Application Layer provide?

Services such as HTTP (web), SMTP (email), and FTP (file transfer).

17
New cards

What is the primary function of segmentation in networking?

Breaking data into packets, then reassembling them.

18
New cards

What are key functions of networking?

User needs, segmentation and reassembly, identifying destination, error control, and signaling.

19
New cards

Which command tests connectivity to Google's public DNS?

ping 8.8.8.8.

20
New cards

What does the command nslookup www.facebook.com do?

Checks DNS resolution for the specified domain.

21
New cards

What is the difference between circuit switching and packet switching?

Circuit switching is a simple, dedicated path approach that's inefficient for data traffic, while packet switching is efficient, fault-tolerant, and supports diverse traffic types.