Skip to main content

Tentxa Layer Network (KEY TERMS in Computer Networks)

KEY TERMS in Computer Networks

Following are some important terms, which are frequently used in context of Computer Networks.
TermsDefinition
1. ISOThe OSI model is a product of the Open Systems Interconnection project at the International Organization for Standardization. ISO is a voluntary organization.
2. OSI ModelOpen System Interconnection is a model consisting of seven logical layers.
3. TCP/IP ModelTransmission Control Protocol and Internet Protocol Model is based on four layer model which is based on Protocols.
4. UTPUnshielded Twisted Pair cable is a Wired/Guided media which consists of two conductors usually copper, each with its own colour plastic insulator
5. STPShielded Twisted Pair cable is a Wired/Guided media has a metal foil or braided-mesh covering which encases each pair of insulated conductors. Shielding also eliminates crosstalk
6. PPPPoint-to-Point connection is a protocol which is used as a communication link between two devices.
7. LANLocal Area Network is designed for small areas such as an office, group of building or a factory.
8. WANWide Area Network is used for the network that covers large distance such as cover states of a country
9. MANMetropolitan Area Network uses the similar technology as LAN. It is designed to extend over the entire city.
10. CrosstalkUndesired effect of one circuit on another circuit. It can occur when one line picks up some signals travelling down another line. Example: telephone conversation when one can hear background conversations. It can be eliminated by shielding each pair of twisted pair cable.
11. PSTNPublic Switched Telephone Network consists of telephone lines, cellular networks, satellites for communication, fiber optic cables etc. It is the combination of world’s (national, local and regional) circuit switched telephone network.
12. File Transfer, Access and Management (FTAM)Standard mechanism to access files and manages it. Users can access files in a remote computer and manage it.
13. Analog TransmissionThe signal is continuously variable in amplitude and frequency. Power requirement is high when compared with Digital Transmission.
14. Digital TransmissionIt is a sequence of voltage pulses. It is basically a series of discrete pulses. Security is better than Analog Transmission.

Comments

Popular posts from this blog

Tentxa layer Network ( Connection Oriented and Connectionless Services )

Connection Oriented and Connectionless Services These are the two services given by the layers to layers above them. These services are : Connection Oriented Service Connectionless Services Connection Oriented Services There is a sequence of operation to be followed by the users of connection oriented service. These are : Connection is established Information is sent Connection is released In connection oriented service we have to establish a connection before starting the communication. When connection is established we send the message or the information and then we release the connection. Connection oriented service is more reliable than connectionless service. We can send the message in connection oriented service if there is an error at the receivers end. Example of connection oriented is TCP (Transmission Control Protocol) protocol. Connection Less Services It is similar to the postal services, as it carries the full address where the message (letter) i...

Tentxa Layer Network ( OSI Models and Network layers )

____________________________________________________________________ Various types of OSI models and Network layers  Issued by Tentxa layer network

Tentxa Layer Network ( Comparison of OSI Reference Model and TCP/IP Reference Model )

Comparison of OSI Reference Model and TCP/IP Reference Model Following are some major differences between OSI Reference Model and TCP/IP Reference Model, with diagrammatic comparison below. OSI(Open System Interconnection) TCP/IP(Transmission Control Protocol / Internet Protocol) 1. OSI is a generic, protocol independent standard, acting as a communication gateway between the network and end user. 1. TCP/IP model is based on standard protocols around which the Internet has developed. It is a communication protocol, which allows connection of hosts over a network. 2. In OSI model the transport layer guarantees the delivery of packets. 2. In TCP/IP model the transport layer does not guarantees delivery of packets. Still the TCP/IP model is more reliable. 3. Follows vertical approach. 3. Follows horizontal approach. 4. OSI model has a separate Presentation layer and Session layer. 4. TCP/IP does not have a separate Presentation layer or Session layer. 5. OSI is a reference mode...