TCP/IP Concepts Flashcards

1
Q

Application Layer

A

This layer includes network services and client software

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

Transport layer

A

TCP/UDP

This layer is responsible for getting data packets to and from the Application layer by using port numbers. TCP also verifies packet delivery by using acknowledgments. The Trasport layer is where data is encapsulated into segments.

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

Internet layer

A

This layer uses IP addresses to route packets to the correct destination network. The Internet Lyaer is responsible for routing a packet to a destination address.

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

Network layer

A

This layer represents the physical network pathway and the network interface card

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

Hypertext Transfer Protocol (HTTP)

A

The primary protocol used to communicate over the Web

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

File Transfer Protocol (FTP)

A

Allows different OSs to transfer files between one another

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

Simple Mail Transfer Protocol (SMTP)

A

The main protocol for transmitting e-mail messages across the Internet

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

Simple Network Management Protocol (SNMP)

A

Primarily used to monitor devices on a network, such as monitoring a router’s state remotely

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

Secure Shell (SSH)

A

Enables users to securely log on to a remote server and issue commands interactively

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

Internet Relay Chat (IRC)

A

Enables multiple users to communicate over the Internet in discussion forums

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

Telnet

A

Enables users to insecurely log on to a remote server and issue commands interactively

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

Syn Flag

A

The synchronize flag signifies the beginning of a session

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

Ack Flag

A

The acknowledgement flag acknowledges a connection and is sent by a host after receiving a SYN-ACK packet

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

PSH Flag

A

The push flag is used to deliver data directly to an application. Data isn’t buffered; it’s sent immediately

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

URG flag

A

This flag is used to signify urgent data

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

RST flag

A

The reset flag resets or drops a connection

17
Q

FIN flag

A

The finish flag signifies that the connection is finished

18
Q

Intial Sequence Number

A

The Initial Sequence Number (ISN) is a 32-bit number that tracks packets received by a node and allows reassembling large packets that have been broken up into smaller packets

19
Q

TCP Ports

A

A TCP packet has two 16-bit fields containing the source and destination port numbers. A port is the logical, not physical, components of a TCP connection and can be assigned to a process that requires network connectivity.

20
Q

Port 20 and 21

A

FTP has been around as long as the internet. It was the standard for moving or copying large files and is till used today, although to a lesser extent because of the popularity of HTTP. FTP uses port 20 for data transfer and port 21 for control. FTP requires entering a login name and password and is more secure than Trivial File Transfer Protocol.

21
Q

Port 25

A

Simple Mail Transfer Protocol - Email servers listen to this port. If you attempt to send e-mail to a remote user, your workstation connects to port 25 on a mail server.

22
Q

Port 53

A

Domain Name System - If a server on your network uses DNS, it’s using port 53. Most networks require a DNS server so that users can connect to Web sites with URLs instead of IP addresses.

23
Q

Port 69

A

Trivial File Transfer Protocol - Many network engineers use TFTP service to transfer router and backup router configurations

24
Q

Port 80

A

Hypertext Transfer Protocol - Most certification exams have a question about port 80 being used for HTTP. Port 80 is used when you connect to a web server. If security personnel decided to filter out HTTP traffic, almost every user would notice a problem on the network.

25
Q

Port 443

A

Secure Hypertext Transfer Protocol - Port 443, like port 80, is usedwhen you connect to a Web server. However, 443 typically is reserved for secure connections.

26
Q

Internet Control Message Protocol (ICMP)

A

ICMP is used to send messages related to network operations. ICMP makes it possible for network professionals to troubleshoot network connectivity problems and track the route a packet traverses from a source IP address to a destination IP address.