I'm wondering to know how session layer works. In my understanding session layer is to establish active communication sessions between two devices. Based on the OSI layer model, it works layer by layer meaning that the data is generated fr...
Posts tagged as “#data”
I am trying to extract information via NETCONF from an IOS-XE device.
I am using two separate methods to achieve this and cannot replicate the success of one method while using the other:
Successful NETCONF communication
With Cisco's YANG ...
Your company has a video transcoder. Each network interface returns the number of transmitted and received octets at a precise moment. The bitrates need to be added to the transcoder. Calculate the needed bitrates for receiving (Rx) and tr...
I have a controlled SDN lab scenario where I have a control plane and a data plane. The network is composed by:
A switch
2 pc connected to the switch for the data plane
A controller pc connected to the control plane of the switch that can...
QUESTION
Assume:
the number of hops = 5,
the message length [bits] = 4000 bits,
the data rate [bps] = 9000 bps,
the packet size [bits] (payload + header) = 512 bits,
the packet overhead = 12,
the propagation delay per ho...
I use service like ipinfo.io and I am interested in that where they collect data like these
ip: "64.233.165.113"
hostname: "lg-in-f113.1e100.net"
city: "Helsinki"
region: "Uusimaa"
country: "...
As I understand it, ARQ is an error-checking method, which my textbook attempts to explain it as:
ARQ uses an acknowledgement (a message sent by the receiver indicating that the data has been recieved correctly) and timeout. If an acknowl...
This is my first day of SQL so this question might be a little dumb. I have a student table wich I filled with students, now every student should have a table with the following columns score, max_score, grade_name etc.
Is it convention to...
It is really difficult to choose between R and Python for a complete novice in Data Science. Both Python and R are popular programming languages…