Unit - 10. Fundamentals of Communication & Networking

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

1/18

encourage image

There's no tags or description

Looks like no tags are added yet.

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

No analytics yet

Send a link to your students to track their progress

19 Terms

1
New cards

What is a Network Protocol?

A set of agreed rules that govern how data is transmitted and communicated across a network

2
New cards

Why are standards and protocols crucial in networking?

They ensure interoperability. Hardware and software from different manufacturers can communicate seamlessly because they follow the same rules.

3
New cards

Name the 4 layes of TCP/IP protocol stack in order

  • Application layer

  • Transport layer

  • Network layer

  • Link Layer

4
New cards

What is the main responsibility of the application layer?

It interacts directly with the software application. It selects the appropriate protocol for the task.

5
New cards

What are the key responsibilities of the Transport Layer?

Establishes back to end connection:

  • splits data into packets

  • Number the packets

  • Handles error checking and requests retransmission of the lost packets

6
New cards

What are the key responsibilities of the Network(Internet) layer?

Adds the source and destination IP addresses to the packets. Routes the packets across the network.

7
New cards

What are the key responsibilities of the Link Layer?

Acts as the physical interface with the network hardware:

  • adds the source and destination MAC addresses to the packets

  • Handles the physical transmission of data bit over cables or wireless signals

8
New cards

What is encapsulation?

The process of wrapping data in a new protocol header as it moves down the layer of the stack. Each layer adds its own special control information.

9
New cards

What data unit names are used at the Transport, Network and Link layers respectively?

  • Segments - Transport layer

  • Packets - Network layer

  • Frames - Link layer

10
New cards

Describe what happens to a packet when it arrives at the destination device?

  • The data moves up the stack.

  • Each layer strips away its corresponding header and passes the remaining data upward

  • This is done until the raw data reaches the application

11
New cards

What do HTTP and HTTPS stand for?

Hypertext Transfer protocol(secure)

12
New cards

What are HTTP and HTTPS used for?

  • used for rendering webpages

  • HTTPS encrypts the data using TLS/SSL for security

13
New cards

What is FTP used for?

File Transfer Protocol. Used for transmitting and manipulating files across a network

14
New cards

Compare SMTP and POP3/IMAP

  • Simple Mail Transfer Protocol(SMTP) is used to send emails from a client to a server, or between servers

  • POP3/IMAP is used to retrieve emails from a server to a client

15
New cards

What is the difference between POP3 and IMAP?

  • POP3 downloads the email to the local device and deletes it from the server

  • Whereas IMAP syncs email across devices; messages remain on the server until explicitly deleted

16
New cards

What is SSH and why is it preferred over Telnet?

Secure Shell is used for secure remote command line access to a computer . It encrypts the data transmission, unlike Telnet which sends data in a plain text

17
New cards

What is the purpose of an IP address, and at which layer does it operate?

A unique logical address assigned to a device on a network, used for global routing across networks. It operates at the Network Layer

18
New cards
19
New cards