TCP/IP layer Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

what are the TCP/IP layers? (4)

A

TCP and IP are two separate computer network protocols. The layers of TCP/IP are Application, Transport, Internet and Link layers

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

application layer

A

network applications such as web browsers or email programs operate at this layer

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

transport layer

A

sets up communication between the two hosts and they agree settings such as language and size packets

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

internet layer

A

addresses and packages data for transmission and routes packets across the network

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

link layer

A

actual network hardware is located here
e.g. a network interface card (NIC),
operating systems also sit here

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

why are network protocols important?

A

it sets a standard

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

ethernet, area/purpose

A

ethernet is a family of related protocols

purpose: communication/data transfer

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

wi-fi, area/purpose

A

wi-fi is a family of related protocols

purpose: communication/ data transfer

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

TCP, area/purpose

A

transmission control protocol

purpose: communicate over LANs and WANs

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

IP, area/purpose

A

internet protocol

purpose: communicate over LANs and WANs

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

HTTP, area/purpose

A

hypertext transfer protocol

purpose: webpage requests

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

HTTPS, area/purpose

A

hypertext transfer protocol secure

purpose: webpage requests

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

FTP, area/purpose

A

file transfer protocol

purpose: file transfers

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

IMAP, area/purpose

A

internet message access protocol

purpose: email

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

SMTP, area/purpose

A

simple mail transfer protocol

purpose: email

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

POP3

A

post office protocol v3

purpose: email

17
Q

how does the TCP/IP protocol stack make the foundation of communication over the internet?

A

the Transmission Control Protocol (TCP) provides an error free transmission between two routers and the Internet Protocol (IP) routes packets across a wide area network.

18
Q

what do ethernet and wi-fi have in common?

A

they are both not strictly protocols.

19
Q

the generic term for networks which make heavy use of Wi-Fi?

A

WLANS

20
Q

why use imap when setting up a new email account?

A

allows you to access your email wherever you are, from any device

21
Q

email protocols

A

SMTP, POP3, IMAP

22
Q

the concept of layers

A

to divide the complex task of networking into smaller simpler tasks that work for each other

the hardware/software for each layer has a defined responsibility.

each layer provides a service to the layer above it

23
Q

advantages of layering

A
  1. reduces the complexity of the problem into managable sub-problems
  2. devices can be manufactured to operate at a particular layer.
  3. products from different vendors will work together
24
Q

the application layer contains the protocols…

A

FTP,HTTP,HTTPS,SMTP, IMAP

25
Q

the transport layer contains the protocols… (2)

A

TCP, UDP

26
Q

the internet layer contains the protocol…

A

IP

27
Q

the link layer contains the protocols… (4)

A

copper, twister pair, fibre, Wi-Fi

28
Q

HTTP function

A

a way for a client and server to send and receive requests, and to deliver to HTML pages

29
Q

what is the fundamental protocol of the World Wide Web (WWW)

A

HTTP

30
Q

HTTP and HTTPS are effectively the same except it adds…

A

encryption and authentication. Should be used when a website needs to deal with sensitive information such as passwords or bank account details

31
Q

FTP protocol function

A

used for sending files between computers, normally on a wide area network (WAN)