Chapter 5 Flashcards

1
Q

Protocols

A

rules and procedures for communication and behavior

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

Protocol suite

A

when a set of protocols works cooperatively

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

Transmission Control Protocol/Internet Protocol (TCP/IP)

A

most common protocol stack (composed of more than a dozen protocols operating at different levels of the communication process)

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

Example of how layers work together:

A

1: You start the web browser and your homepage is http://www.cengage.com
2: The web browser formats a request for your home page by using the Application layer protocol HTTP (the unit of information the Application layer works with is simply called “data”)
3: The Application-layer protocol HTTP passes the request down to the Transport-layer protocol (TCP)
4: TCP adds a header (the unit of information the Transport layer works with is called a segment
5: TCP passes the segment to the internetwork layer protocol (IP)
6: IP places its header on the segment (unit of information is now called a packet)
7: The packet is passed down to the Network access layer, where the NIC operates
8: A frame header and trailer are added
9: The frame is delivered to the network medium as bits on its way to the www.cengage.com server
10: The web server processes it and returns a web page

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

Application-Layer Protocols

A

provides network services to user applications that access network resources. With most Application layer protocols, both a client and a server version exist

The Application layer provides these functions:

1: Access by applications to network services
2: Client/server data access
3: Name resolution
4: Dynamic address assignment
5: Authentication/user login
6: Data formatting and translation

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

HTTP

A

Originally used to transfer static web pages written in HTML. Now is also used for general file transfer and downloading/displaying multimedia files.

Uses TCP as its Transport-layer protocol. Default TCP port number is 80

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