• 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/37

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;

37 Cards in this Set

  • Front
  • Back
Number of layers in the OSI model?
7
How many layers is the communications subnetwork of the OSI model?
3 (Pg 33)
Which of the following layers deals with the serial transfer of data?
a - physical
b - data link
c- network
d - session
a - physical
What protocol uses port 3389?
RDP - remote desktop protocol
What protocol uses port 161?
SNMP - simple network management protocol
What protocol uses port 80?
HTTP - hypertext transfer protocol
What protocol uses port 443?
HTTPS - hypertext transfer protocol secure
What protocol uses port 53?
DNS - domain name system
What protocol uses port 21?
FTP - file transfer protocol
What protocol uses port 25?
SMTP - simple mail transfer protocol
What protocol uses port 110?
POP - post office protocol v3
What protocol uses port 143?
IMAP - internet access message protocol
What protocol uses port 23?
Telnet, used to remotely connect to and manage computers using a command-line interface.
What is a general definition of the OSI model?
The Open Systems Interconnection reference model is used to define how data communications occurs on computer networks. It is divided into 7 layers, each of which provide services to adjacent layers and are associated with protocols and devices.
Pg 31
Name all OSI layers from 7-1 using the mnemonic "all people seem to need data processing"
7. Application
6. Presentation
5. Session
4. Transport
3. Network
2. Data link
1. Physical
Pg 32
Which layer of the OSI model deals with cables, jacks, hubs, and MAUs?
1 - Physical
2 - Data link
3 - Network
4 - Transport
5 - Session
6 - Presentation
7 - Application
1 Physical.
Also, this layer communicates in bits .
Which layer of the OSI model deals NICs, WAPs, and bridges?
1 - Physical
2 - Data link
3 - Network
4 - Transport
5 - Session
6 - Presentation
7 - Application
2 Data Link.
IEEE 802 standards live on this layer as well.
Also, this layer communicates in frames.
Which layer of the OSI model deals routers and switches?
1 - Physical
2 - Data link
3 - Network
4 - Transport
5 - Session
6 - Presentation
7 - Application
3 Network.
Also, this layer communicates in packets.
Which layer of the OSI model breaks messages up into segments, sends them through the subnet, and reassembles them on the other side?
1 - Physical
2 - Data link
3 - Network
4 - Transport
5 - Session
6 - Presentation
7 - Application
4 Transport.
The key word is segments, which is how the transport layer sends data.
Which layer of the OSI model controls inbound and outbound ports?
1 - Physical
2 - Data link
3 - Network
4 - Transport
5 - Session
6 - Presentation
7 - Application
4 Transport.

It also governs the transmission of messages through the OSI communications subnetwork.
Which layer of the OSI model monitors your connections (log on/off) to networks?
1 - Physical
2 - Data link
3 - Network
4 - Transport
5 - Session
6 - Presentation
7 - Application
5 Session.
Which layer of the OSI model controls the encryption and compression of data? Hint - HTTPS lives on this layer.
1 - Physical
2 - Data link
3 - Network
4 - Transport
5 - Session
6 - Presentation
7 - Application
6 Presentation.
Which layer of the OSI model is involved with code conversion, data compression, and file encryption?
1 - Physical
2 - Data link
3 - Network
4 - Transport
5 - Session
6 - Presentation
7 - Application
6 Presentation.
Message creation - and therefore packet creation - begin on this layer. Also present here are end-user protocols such as FTP, SMTP, Telnet, and RAS. Which layer of the OSI model are we talking about?
1 - Physical
2 - Data link
3 - Network
4 - Transport
5 - Session
6 - Presentation
7 - Application
7 Application.
Which layers are considered the communications subnetwork of the OSI model?
1 - Physical
2 - Data link
3 - Network
4 - Transport
5 - Session
6 - Presentation
7 - Application
1-3
What protocol does ping use to send packets to other computers on the network?
a - ICMP
b - ARP
ICMP, or internet control message protocol
What is the Address Resolution Protocol good for?
ARP or Address Resolution Protocol, lives on layer 3 of the OSI model and translates IP addresses to MAC addresses. This allows communication between layers 2 and 3.
Pg 37
Name some of the differences between layer 2 and 3 switches
Layer 2 Layer 3
MAC addressing IP addressing
forwards frames forwards packets
can't analyze data can analyze data packets
similar to a bridge more like a router
Which are considered the "upper layers" of the OSI model?
1 - Physical
2 - Data link
3 - Network
4 - Transport
5 - Session
6 - Presentation
7 - Application
4-7
When you use ping to detect live computers on the network, what protocol is being implemented?
ICMP - internet control message protocol
Which ports are registered by vendors for their proprietary applications?
a - 0-1023
b - 1024-49,151
c - 49,152 - 65,535
b - 1024-49,151
Pg 40
If you suspect that your computer's NIC is having trouble sending the correct frames of data along the network, at which layer of the OSI model should you start your investigation?
1 - Physical
2 - Data link
3 - Network
4 - Transport
5 - Session
6 - Presentation
7 - Application
2 - Data link
Pg 47
When you run the netstat -an command, you notice many TCP connections being made. What layer of the OSI model is TCP referring to?
1 - Physical
2 - Data link
3 - Network
4 - Transport
5 - Session
6 - Presentation
7 - Application
4 - Transport
If you need to look at the MAC address of all the computers a user has accessed in the recent past, which command should you use?
a - ping 127.0.0.1
b - netstat -a
c - arp - a
d - arp -s
c - arp -a
Pg 36
When you connect to a secure website your data sent to it is encrypted in an encoded format. This change to your data takes place on which OSI model layer?
1 - Physical
2 - Data link
3 - Network
4 - Transport
5 - Session
6 - Presentation
7 - Application
6 Presentation.
Pg 48
While analyzing a packet of data using wireshark, you notice that the frame size is bigger than the packet it contains. Why is this so?
It is because the packet is encapsulated inside the frame.
A coworker's computer seems to be connecting to various internet sites on its own and is getting a lot of random pop ups. What command would you use to analyze which IP addresses and ports the computer is connecting to? What layers of the OSI model do the IP addresses and ports correspond to?
netstat -an
4 - Transport layer for dealing with ports
3 - Network layer for dealing with IP addresses