Networking Concepts Flashcards

1
Q

When does TCP send data?

A

When it knows the place it is sending it is on and ready to receive it

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the limitations of the TCP/IP model?

A
  • TCP/IP layers are theoretical and do not actually perform real functions
  • Industry implementations rarely have a layer-to-layer correspondence with the TCP/IP layers
  • Different protocols within the stack perform different functions, which help send or receive the overall message
  • A particular protocol implementation may not represent every layer or it may spread across multiple layers
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Describe the Application layer of the TCP/IP model

A

also called the Process-to-Process layer, corresponds to the Session, Presentation, and Application layers of the OSI model.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Describe the Transport Layer of the TCP/IP model

A

also called the Host-to-Host layer and is responsible for error checking and reliable packet delivery. The Transport layer breaks the data stream into segments and assigns sequence numbers so that the segments can be reassembled correctly at the destination.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Describe the Internet Layer of the TCP/IP model

A

It is responsible for moving packets through a network. This involves addressing and making routing decisions to identify how the packet traverses the network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Describe the Link Layer of the TCP/IP model

A

It is responsible for describing the physical layout of the network and how messages are formatted on the transmission medium. Sometimes this layer is divided into the Data Link and the Physical layers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the primary protocols that runs at the application layer of the TCP/IP model

A

HTTP, FTP, TFTP, Telnet/SSH, SMTP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the main purpose of the Transport Layer Protocol of the TCP/IP model

A
  • Identifies protocol number
    -Ensures transmission reliability
    Receives data in correct order
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is sequencing in the TCP communications?

A

If data arrives out of order it can rearrange into the right way

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is UDP and what is the difference between TCP and UDP protocols?

A

User Datagram protocol TCP is secure where UDP has no 3 way handshake , no sequencing, no flow control around the data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Why would you use the UDP protocol over the TCP/IP protocol?

A

Its faster but not secure

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What does the internet layer of the TCP/IP protocol do?

A

Identifies where the host is

Determines the path to the receiver

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is one of the primary purposes of a router?

A

Divide Large networks into smaller more manageable networks called broadcast domains or virtual LANs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What does the Link Layer do in the TCP/IP model

A

It gets the data that is packaged onto the network

Standardized data format

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

On the Link layer what what sub layers is responsible for framing and what does framing mean?

A

The data link layer and framing is the packaging of data with physical address to identify the NIC that sent it and which card its supposed to go to

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Explain the 3-way handshake

A
  1. Source host sends destination host a TCP SYN message
  2. The destination responds with the TCP SYN/ACK message
  3. The source host responds with a TCP ACK message
17
Q

When should you use TCP/IP protocol?

A

for communications where data integrity is more important than transmission speed

18
Q

What port is SMTP on?

A

Port 25

19
Q

What port is DNS on?

A

port 53

20
Q

What port is POP3 on

A

port 110

21
Q

What port is IMAP on?

A

Port 143

22
Q

What protocols reside on the internet layer?

A

-Internet protocol
-Address Resolution Protocol (ARP)
-Internet Control Message Protocol (ICMP)
Internet Group Management Protocol (IGMP)

23
Q

What are the functions of the internet layer?

A

-Maintaining addresses of neighboring routers.
-Maintaining a list of known networks.
-Determining the next network point to which data should be sent. Routers use a routing
protocol to take into account various factors, such as the number of hops in the path,
link speed, and link reliability to select the optimal path for data.

24
Q

What is the range of well known ports?

A

0-1023

25
Q

What is the range of registered ports?

A

1024-49151

26
Q

What is the range of dynamic ports?

A

49152-65535

27
Q

What service is DHCP on?

A

67 and 68

28
Q

What port is SMTP on and what network protocol does it use?

A

25 TCP and UDP