• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/24

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

24 Cards in this Set

  • Front
  • Back
Layer 7
Application
Layer 6
Presentation (ASCII, ABCDIC)
Layer 5
Session
Layer 4
Transport (Segment)
Layer 3
Network (Packet) (Router)
Layer 2
Data Link (Frame) MAC, switch
Layer 1
Physical (bits)
TCP/IP Layers 1/2
App Layer:
Apps and processes that use the network
Transport:
Provides end2end data delivery
TCP/IP Layer 3
Internet: Defines the data gram and handles the routing of data
TCP/IP Layer 4
Network access layer: processes routines for accessing physical media
What is a client?
Key characteristic of a client/server system?
A client is a program used to access a service. A client sends a request to a server and the server carries out a function.
Explain Application protocol
HTTP, governs how a client and a server interact; specifies format of web page request and response.
Explain Transport protocol
TCP, determines the flow control and acknowledgment of packets
Explain Internetwork Protocol
Identifies the source and destination as packets are sent across the network.
Which protocols are associated with the application layer?
HTTP, FTP, DNS, SMTP, Telnet, DHCP
Explain how TCP sends info through the network.
TCP breaks up the message into segments. The segments are sent to the ip process. TCP keeps track of the segments and retransmits when needed.
How does UDP differ from TCP?
It is much faster and it doesn't retransmit.
Explain what a port number is.
A port number is a numeric identifier within each segment that is used to keep track of conversation and destination services requested.
What port number is associated with SMTP?
25
Which two port numbers are associated with FTP?
20 and 21
What is SMTP for?
It is used to send messages to a local email server.
Port category 1
Well-Known: 1-1023 Ports associated with common network applications.
Port category 2
Registered: 1024-49151 either, source or destination. used w/ specific apps, like IM
Port category 3
Private: 49152-65535 often used as source port. used by any application