Transport Layer Protocols and Networking Concepts

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

1/24

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.

25 Terms

1
New cards

TCP

Transport layer protocol that is connection oriented.

2
New cards

Network

Two processes running on two different hosts require this to communicate with each other.

3
New cards

Services provided by TCP

Reliable data delivery, Ordered data delivery, Congestion Control, Flow control, Connection oriented service, Byte Stream.

4
New cards

Checksum header

Main purpose is to detect data corruption during transmission.

5
New cards

Acknowledgement number in TCP segment

Sequence number of the next byte.

6
New cards

Sequence number in TCP segment

32 bit field that tracks order of bytes sent within a TCP connection.

7
New cards

Purpose of timeout for TCP segment

It retransmits segment that caused the timeout.

8
New cards

Datagram queuing

If the bandwidth of an input port is larger than the bandwidth of switching fabric, the datagram would be queued in the input port.

9
New cards

ICMP protocol

Main job is to communicate network-level information like error reporting and echo requests and replies.

10
New cards

Why fragment a datagram

To ensure transportation within networks with maximum packet sizes can be delivered.

11
New cards

Length of an IP address

32 bits.

12
New cards

Length of a MAC address

48 bits.

13
New cards

Changing an IP address

Yes, if you have permissions and control over the network.

14
New cards

Changing a MAC address

No.

15
New cards

Broadcast IP address

255.255.255.255 is used for broadcasting a message to all hosts located within the same subnet.

16
New cards

Broadcast MAC address

FF:FF:FF:FF:FF is used for broadcasting a message to find the MAC address of a host whose IP address is known.

17
New cards

Purpose of VLAN

Allows us to not have many routers between subnets.

18
New cards

Subnet mask for 25 systems

255.255.255.224 (/27).

19
New cards

Main job of DHCP server

Allow host to dynamically obtain IP addresses from network server when it joins the network.

20
New cards

Dynamic IP address allocation

Makes networking easier, faster, and more efficient.

21
New cards

NAT

Network Address Translation.

22
New cards

Purpose of NAT

It solves IP address limitations and enables private networks to communicate with the public internet.

23
New cards

Length of IPV6 address

128 bits.

24
New cards

Size of IPV4 header

Minimum size of 20 bytes and maximum size of 60 bytes.

25
New cards

Size of IPV6 header

40 bytes.